Ticket #31389: port-hexfiend.diff
File port-hexfiend.diff, 1.8 KB (added by anddam (Andrea D'Amore), 13 years ago) |
---|
-
Portfile
5 5 PortGroup xcode 1.0 6 6 7 7 name hexfiend 8 version 178 version 2.0 9 9 10 10 # HexFiend has no versions, but it is available from svn, so we can use 11 11 # the revision number for a version number (see svn.revision below). … … 19 19 * 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. 20 20 21 21 homepage http://ridiculousfish.com/hexfiend/ 22 master_sites http://www.ridiculousfish.com/hexfiend/files 23 distfiles HexFiend_Source.tar.gz 24 worksrcdir HexFiend_Source 22 25 23 fetch.type svn 24 svn.url http://svn.ridiculousfish.com/HexFiend2/trunk/ 25 svn.revision ${version} 26 checksums rmd160 833cd8d601d0493009e75447aab24572fd64dad8 \ 27 sha256 6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891 26 28 27 worksrcdir trunk/HexFiend_2 29 xcode.target HexFiend_2 30 xcode.configuration Release-GC 31 32 destroot { 33 copy "${worksrcpath}/build/Release-GC/Hex Fiend.app" "${destroot}${applications_dir}" 34 }