[51539] trunk/dports/editors

dweber at macports.org dweber at macports.org
Wed May 27 09:47:36 PDT 2009


Revision: 51539
          http://trac.macports.org/changeset/51539
Author:   dweber at macports.org
Date:     2009-05-27 09:47:35 -0700 (Wed, 27 May 2009)
Log Message:
-----------
new port for HexFiend; problem with lua-objc bridge framework, uncertain how to resolve it as yet, but commiting the Portfile now in the hope it will stimulate further work on it.

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

Added: trunk/dports/editors/hexfiend/Portfile
===================================================================
--- trunk/dports/editors/hexfiend/Portfile	                        (rev 0)
+++ trunk/dports/editors/hexfiend/Portfile	2009-05-27 16:47:35 UTC (rev 51539)
@@ -0,0 +1,34 @@
+# -*- 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$
+
+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
+
+


Property changes on: trunk/dports/editors/hexfiend/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/b1e088e0/attachment.html>


More information about the macports-changes mailing list