# -*- 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 51559 2009-05-27 22:16:41Z dweber@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name hexfiend version 17 # HexFiend has no versions, but it is available from svn, so we can use # the revision number for a version number (see svn.tag below). categories editors aqua maintainers dweber openmaintainer 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://ridiculousfish.com/hexfiend/ fetch.type svn svn.url http://ridiculousfish.com/svn/HexFiend/trunk svn.tag ${version} post-extract { move ${workpath}/trunk ${worksrcpath} } #depends_build port:cmake #depends_lib port:gccxml post-destroot { copy ${worksrcpath}/frameworks "${destroot}/Applications/MacPorts/Hex\ Fiend.app/Contents/Frameworks" }