Ticket #31389: port-hexfiend.diff

File port-hexfiend.diff, 1.8 KB (added by anddam (Andrea D'Amore), 13 years ago)
  • Portfile

     
    55PortGroup   xcode 1.0
    66
    77name        hexfiend
    8 version     17
     8version     2.0
    99
    1010# HexFiend has no versions, but it is available from svn, so we can use
    1111# the revision number for a version number (see svn.revision below).
     
    1919* 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.
    2020
    2121homepage        http://ridiculousfish.com/hexfiend/
     22master_sites    http://www.ridiculousfish.com/hexfiend/files
     23distfiles       HexFiend_Source.tar.gz
     24worksrcdir      HexFiend_Source
    2225
    23 fetch.type      svn
    24 svn.url         http://svn.ridiculousfish.com/HexFiend2/trunk/
    25 svn.revision    ${version}
     26checksums           rmd160  833cd8d601d0493009e75447aab24572fd64dad8 \
     27                    sha256  6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891
    2628
    27 worksrcdir      trunk/HexFiend_2
     29xcode.target        HexFiend_2
     30xcode.configuration Release-GC
     31
     32destroot {
     33    copy "${worksrcpath}/build/Release-GC/Hex Fiend.app" "${destroot}${applications_dir}"
     34}