1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name judy |
---|
6 | version 1.0.5 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description general purpose dynamic array as a C callable library |
---|
11 | long_description Judy is a general purpose dynamic array implemented as a C \ |
---|
12 | callable library. Judy's speed and memory usage are typically \ |
---|
13 | better than other data storage models and improves with very \ |
---|
14 | large data sets. |
---|
15 | |
---|
16 | homepage http://judy.sourceforge.net/ |
---|
17 | master_sites sourceforge |
---|
18 | distname Judy-${version} |
---|
19 | checksums md5 115a0d26302676e962ae2f70ec484a54 \ |
---|
20 | sha1 3540f003509acac3b1260424380ddf97914f7745 \ |
---|
21 | rmd160 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f |
---|
22 | |
---|
23 | configure.args --mandir=${prefix}/share/man \ |
---|
24 | --enable-32-bit |
---|
25 | |
---|
26 | variant bit64 { |
---|
27 | configure.args-delete --enable-32-bit |
---|
28 | configure.args-append --enable-64-bit |
---|
29 | configure.cflags-append -m64 |
---|
30 | } |
---|
31 | |
---|
32 | test.run yes |
---|
33 | test.target check |
---|
34 | |
---|
35 | livecheck.version "Judy-${version}" |
---|
36 | livecheck.regex "<title>${name} (.*) released.*</title>" |
---|