[86223] trunk/dports/editors/hexfiend/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 22 01:33:36 PDT 2011


Revision: 86223
          http://trac.macports.org/changeset/86223
Author:   ryandesign at macports.org
Date:     2011-10-22 01:33:32 -0700 (Sat, 22 Oct 2011)
Log Message:
-----------
hexfiend: update to 2.0, now fetching from distfile instead of svn repository; see #31389

Modified Paths:
--------------
    trunk/dports/editors/hexfiend/Portfile

Modified: trunk/dports/editors/hexfiend/Portfile
===================================================================
--- trunk/dports/editors/hexfiend/Portfile	2011-10-22 06:52:22 UTC (rev 86222)
+++ trunk/dports/editors/hexfiend/Portfile	2011-10-22 08:33:32 UTC (rev 86223)
@@ -5,23 +5,30 @@
 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.revision below).
-
+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://ridiculousfish.com/hexfiend/
+homepage            http://www.ridiculousfish.com/hexfiend/
+master_sites        ${homepage}files
+distname            HexFiend_Source
+dist_subdir         ${name}/${version}
 
-fetch.type      svn
-svn.url         http://svn.ridiculousfish.com/HexFiend2/trunk/
-svn.revision    ${version}
+checksums           rmd160  833cd8d601d0493009e75447aab24572fd64dad8 \
+                    sha256  6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891
 
-worksrcdir      trunk/HexFiend_2
+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}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111022/8b7e91e5/attachment.html>


More information about the macports-changes mailing list