[29948] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 16 00:47:20 PDT 2007


Revision: 29948
          http://trac.macosforge.org/projects/macports/changeset/29948
Author:   mww at macports.org
Date:     2007-10-16 00:47:19 -0700 (Tue, 16 Oct 2007)

Log Message:
-----------
new port devel/uthash

Added Paths:
-----------
    trunk/dports/devel/uthash/
    trunk/dports/devel/uthash/Portfile

Added: trunk/dports/devel/uthash/Portfile
===================================================================
--- trunk/dports/devel/uthash/Portfile	                        (rev 0)
+++ trunk/dports/devel/uthash/Portfile	2007-10-16 07:47:19 UTC (rev 29948)
@@ -0,0 +1,33 @@
+# $Id: $
+
+PortSystem 1.0
+
+name			uthash
+version			1.2
+categories		devel
+platforms		darwin
+maintainers		mww
+description		easy-to-use hash implementation for C programmers.
+long_description	${description}
+
+homepage		http://uthash.sourceforge.net/
+master_sites		sourceforge
+checksums		sha1 5faf5da28be9d80fb2a4229cb9826a2e2883c528
+use_bzip2		yes
+
+use_configure		no
+
+build			{}
+
+destroot {
+	xinstall -d ${destroot}${prefix}/include/uthash/
+	xinstall -m 0444 ${worksrcpath}/src/uthash.h \
+		${destroot}${prefix}/include/uthash/
+	xinstall -m 0444 ${worksrcpath}/doc/man/uthash.3 \
+		${destroot}${prefix}/share/man/man3/
+	xinstall -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 0444 -W ${worksrcpath}/doc/txt sflogo.txt toc.txt \
+		topnav.txt userguide.txt uthash.3.txt \
+		${destroot}${prefix}/share/doc/${name}
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071016/c655e96d/attachment-0001.html


More information about the macports-changes mailing list