Revision: 89652 http://trac.macports.org/changeset/89652 Author: cal@macports.org Date: 2012-02-05 14:13:08 -0800 (Sun, 05 Feb 2012) Log Message: ----------- HexFiend: Update to 2.1.2, use github portgroup, update xcode build target, fix enumeration in long_description, claim co-maintainership Modified Paths: -------------- trunk/dports/editors/hexfiend/Portfile Modified: trunk/dports/editors/hexfiend/Portfile =================================================================== --- trunk/dports/editors/hexfiend/Portfile 2012-02-05 22:09:21 UTC (rev 89651) +++ trunk/dports/editors/hexfiend/Portfile 2012-02-05 22:13:08 UTC (rev 89652) @@ -1,34 +1,39 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup xcode 1.0 +PortSystem 1.0 +PortGroup xcode 1.0 +PortGroup github 1.0 -name hexfiend +github.setup ridiculousfish HexFiend 2.1.2 v +checksums rmd160 abc7abbef3f2f4005537a13dbfcf723ee6b33c84 \ + sha256 c98ac5a5b6cee58747980283dc8e94d91b466e1c797a4bb702e600944f308de3 + epoch 1 -version 2.0 -categories editors aqua -maintainers dweber openmaintainer -license BSD +categories editors aqua +maintainers dweber cal openmaintainer +license BSD -description HexFiend is a fast and clever hex editor +description HexFiend is a fast and clever hex editor -long_description \ -* Insert, delete, rearrange. Hex Fiend is not limited to in-place changes like some hex editors. * Work with huge files. Hex Fiend can handle as big a file as you're able to create. It's been tested on files as large as 118 GB. * Small footprint. Hex Fiend does not need to keep your files in memory. You won't dread launching or working with Hex Fiend even on low-RAM machines. * Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you're looking for with fast searching. * Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven't changed. * Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian... * Smooth scrolling. No separate pages - scroll like any text document. +long_description \n\ + * Insert, delete, rearrange. Hex Fiend is not limited to in-place changes like some hex editors.\n\ + * Work with huge files. Hex Fiend can handle as big a file as you're able to create. It's been tested on files as \ + large as 118 GB.\n\ + * Small footprint. Hex Fiend does not need to keep your files in memory. You won't dread launching or working with \ + Hex Fiend even on low-RAM machines.\n\ + * Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you're looking for with fast \ + searching.\ + * Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven't changed.\n\ + * Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian...\n\ + * Smooth scrolling. No separate pages - scroll like any text document. -homepage http://www.ridiculousfish.com/hexfiend/ -master_sites ${homepage}files -distname HexFiend_Source -dist_subdir ${name}/${version} - -checksums rmd160 833cd8d601d0493009e75447aab24572fd64dad8 \ - sha256 6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891 - xcode.target HexFiend_2 -xcode.configuration Release-GC +xcode.configuration Release destroot { - copy "${worksrcpath}/build/Release-GC/Hex Fiend.app" ${destroot}${applications_dir} + copy "${worksrcpath}/build/Release/Hex Fiend.app" ${destroot}${applications_dir} xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/License.txt ${destroot}${prefix}/share/doc/${name} } +