[52247] trunk/dports/devel/judy/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Jun 12 18:55:54 PDT 2009
Revision: 52247
http://trac.macports.org/changeset/52247
Author: macsforever2000 at macports.org
Date: 2009-06-12 18:55:53 -0700 (Fri, 12 Jun 2009)
Log Message:
-----------
de-tab. Whitespace.
Modified Paths:
--------------
trunk/dports/devel/judy/Portfile
Modified: trunk/dports/devel/judy/Portfile
===================================================================
--- trunk/dports/devel/judy/Portfile 2009-06-13 01:54:08 UTC (rev 52246)
+++ trunk/dports/devel/judy/Portfile 2009-06-13 01:55:53 UTC (rev 52247)
@@ -2,35 +2,37 @@
PortSystem 1.0
-name judy
-version 1.0.5
-categories devel
-platforms darwin
-maintainers nomaintainer
-description general purpose dynamic array as a C callable library
-long_description Judy is a general purpose dynamic array implemented as a C \
- callable library. Judy's speed and memory usage are typically \
- better than other data storage models and improves with very \
- large data sets.
+name judy
+version 1.0.5
+categories devel
+platforms darwin
+maintainers nomaintainer
-homepage http://judy.sourceforge.net/
-master_sites sourceforge
-distname Judy-${version}
-checksums md5 115a0d26302676e962ae2f70ec484a54 \
- sha1 3540f003509acac3b1260424380ddf97914f7745 \
- rmd160 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f
+description general purpose dynamic array as a C callable library
+long_description Judy is a general purpose dynamic array implemented as a C \
+ callable library. Judy's speed and memory usage are typically \
+ better than other data storage models and improves with very \
+ large data sets.
-configure.args --mandir=${prefix}/share/man \
- --enable-32-bit
+homepage http://judy.sourceforge.net/
+master_sites sourceforge
+distname Judy-${version}
+checksums md5 115a0d26302676e962ae2f70ec484a54 \
+ sha1 3540f003509acac3b1260424380ddf97914f7745 \
+ rmd160 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f
+
+configure.args --mandir=${prefix}/share/man \
+ --enable-32-bit
+
variant bit64 {
- configure.args-delete --enable-32-bit
- configure.args-append --enable-64-bit
- configure.cflags-append -m64
+ configure.args-delete --enable-32-bit
+ configure.args-append --enable-64-bit
+ configure.cflags-append -m64
}
-test.run yes
-test.target check
+test.run yes
+test.target check
livecheck.version "Judy-${version}"
livecheck.regex "<title>${name} (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090612/74bb3cf5/attachment.html>
More information about the macports-changes
mailing list