[23262] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 28 01:22:49 PDT 2007


Revision: 23262
          http://trac.macosforge.org/projects/macports/changeset/23262
Author:   takanori at macports.org
Date:     2007-03-28 01:22:48 -0700 (Wed, 28 Mar 2007)

Log Message:
-----------
New port: libdatrie 0.1.1

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

Added: trunk/dports/devel/libdatrie/Portfile
===================================================================
--- trunk/dports/devel/libdatrie/Portfile	                        (rev 0)
+++ trunk/dports/devel/libdatrie/Portfile	2007-03-28 08:22:48 UTC (rev 23262)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem      1.0
+name            libdatrie
+version         0.1.1
+categories      devel
+maintainers     nomaintainer at macports.org
+description     An Implementation of Double-Array Trie.
+long_description \
+                ${description}
+platforms       darwin
+homepage        http://linux.thai.net/~thep/datrie/datrie.html
+master_sites    http://ftp.yz.yamagata-u.ac.jp/debian/pool/main/libd/libdatrie/ \
+                http://ftp.debian.org/debian/pool/main/libd/libdatrie/
+distname        ${name}_${version}.orig
+checksums       md5 6beadd556169aa58c9210c713d139229 \
+                sha1 011cac6899c418bfc367c8a9437338f3806cd348 \
+                rmd160 7c4afe549fedf470597de2d376d00b0e645dfb24
+worksrcdir      ${name}-${version}
+
+configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-doxygen-doc
+
+test.run        yes
+test.target     check
+
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
+}
+
+variant with_doxygen {
+    depends_lib-append      port:doxygen
+    configure.args-delete   --disable-doxygen-doc
+    configure.args-append   --with-html-docdir=${prefix}/share/doc/${name}/html
+}


Property changes on: trunk/dports/devel/libdatrie/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list