# -*- 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: Portfile 86223 2011-10-22 08:33:32Z ryandesign@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name hexfiend epoch 1 version 2.0 categories editors aqua maintainers dweber openmaintainer license BSD 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. 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 destroot { copy "${worksrcpath}/build/Release-GC/Hex Fiend.app" ${destroot}${applications_dir} xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/License.txt ${destroot}${prefix}/share/doc/${name} }