[25653] trunk/dports/devel/darts/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun May 27 09:28:34 PDT 2007


Revision: 25653
          http://trac.macosforge.org/projects/macports/changeset/25653
Author:   takanori at macports.org
Date:     2007-05-27 09:28:34 -0700 (Sun, 27 May 2007)

Log Message:
-----------
Untabify.

Modified Paths:
--------------
    trunk/dports/devel/darts/Portfile

Modified: trunk/dports/devel/darts/Portfile
===================================================================
--- trunk/dports/devel/darts/Portfile	2007-05-27 16:28:12 UTC (rev 25652)
+++ trunk/dports/devel/darts/Portfile	2007-05-27 16:28:34 UTC (rev 25653)
@@ -1,35 +1,36 @@
 # $Id$
 
-PortSystem        1.0
-name              darts
-version           0.31
-categories        devel
-maintainers       takanori at macports.org
-description       Double-ARray Trie System
-long_description  Darts is a C++ Templeate library which can be used to make Double-Array. \
-		  Reference: \
-		  Aoe, J. An Efficient Digital Search Algorithm by Using \
-		  a Double-Array Structure. IEEE Transactions on Software Engineering. \
-		  Vol. 15, 9 (Sep 1989). pp. 1066-1077
-platforms         darwin
-homepage          http://chasen.org/~taku/software/darts/
-master_sites      http://chasen.org/~taku/software/darts/src/
-checksums	  md5 41b1b8739c7c7c902ce07f60d225d9a2 \
-		  sha1 cd76d69ed5c356bbd94b251daec004283f5771bb \
-		  rmd160 a4f3e00ff992d34031668fb9fc6ef0c9e8b5965d
+PortSystem      1.0
+name            darts
+version         0.31
+categories      devel
+maintainers     takanori at macports.org
+description     Double-ARray Trie System
+long_description \
+                Darts is a C++ Templeate library which can be used to make Double-Array. \
+                Reference: \
+                Aoe, J. An Efficient Digital Search Algorithm by Using \
+                a Double-Array Structure. IEEE Transactions on Software Engineering. \
+                Vol. 15, 9 (Sep 1989). pp. 1066-1077
+platforms       darwin
+homepage        http://chasen.org/~taku/software/darts/
+master_sites    http://chasen.org/~taku/software/darts/src/
+checksums       md5 41b1b8739c7c7c902ce07f60d225d9a2 \
+                sha1 cd76d69ed5c356bbd94b251daec004283f5771bb \
+                rmd160 a4f3e00ff992d34031668fb9fc6ef0c9e8b5965d
 
-depends_lib	port:zlib
+depends_lib     port:zlib
 
-configure.args	--libexecdir=${prefix}/lib
+configure.args  --libexecdir=${prefix}/lib
 
-test.run	yes
-test.target	check
+test.run        yes
+test.target     check
 
-post-destroot	{
-		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
 
-		xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
-		xinstall -m 644 -W ${worksrcpath}/doc darts.css index.html ${destroot}${prefix}/share/doc/${name}/doc
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath}/doc darts.css index.html ${destroot}${prefix}/share/doc/${name}/doc
 }
 
 livecheck.check regex

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


More information about the macports-changes mailing list