[52776] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Mon Jun 22 19:34:32 PDT 2009
Revision: 52776
http://trac.macports.org/changeset/52776
Author: jmr at macports.org
Date: 2009-06-22 19:34:31 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
New port: udis86 (#19539)
Added Paths:
-----------
trunk/dports/devel/udis86/
trunk/dports/devel/udis86/Portfile
Added: trunk/dports/devel/udis86/Portfile
===================================================================
--- trunk/dports/devel/udis86/Portfile (rev 0)
+++ trunk/dports/devel/udis86/Portfile 2009-06-23 02:34:31 UTC (rev 52776)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+
+name udis86
+version 1.7
+categories devel
+maintainers gmail.com:leeharple
+description Minimalistic disassembler library for x86 and AMD64 (x86-64)
+
+long_description Udis86 is an easy-to-use minimalistic disassembler library \
+ (libudis86) for the x86 and AMD64 (x86-64) range of \
+ instruction set architectures. The primary intent of the \
+ design and development of udis86 is to aid software \
+ development projects that entail binary code analysis.
+
+homepage http://udis86.sourceforge.net/
+platforms darwin
+master_sites sourceforge
+
+checksums md5 e279108e10f774e6c3af83caa18f5dc3 \
+ sha1 1a9949e33024542a24a948af5d9cbee34ff64695 \
+ rmd160 42f39d8c2c6941913e18a85777d157825e6d1d33
+
+universal_variant no
+
+configure.args --enable-shared
+
+platform powerpc {
+ pre-fetch {
+ return -code error "${name} is not supported on the PPC architecture."
+ }
+}
Property changes on: trunk/dports/devel/udis86/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/20090622/9f6cdde0/attachment-0001.html>
More information about the macports-changes
mailing list