Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/devel/apr/Portfile

Revision 39871, 1.0 KB (checked in by dluke@…, 3 months ago)

Version bump, apr to 1.3.3

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem      1.0
4
5name            apr
6version         1.3.3
7categories      devel
8maintainers     dluke@geeklair.net
9platforms       darwin
10description     The apache group's portability library
11
12long_description        The Apache Portable Runtime is a library of C data \
13                        structures and routines, forming a system portability \
14                        layer that covers as many operating systems as \
15                        possible, including Unices, Win32, BeOS, and OS/2.
16
17homepage        http://apr.apache.org/
18master_sites    apache:apr
19
20use_bzip2       yes
21checksums       md5 2090c21dee4f0eb1512604127dcd158f \
22                sha1 25ff863e52e1701a5afdbdfa9873c8e718040fc6 \
23                rmd160 8dcd2c7c8481fb8926fe67e1172185dec7ebd10e
24
25use_parallel_build      yes
26configure.env   ac_cv_prog_AWK=awk
27configure.args  --with-installbuilddir=${prefix}/share/apr-1/build
28
29test.run        yes
30test.target     check
31test.env        DYLD_LIBRARY_PATH=${worksrcpath}/.libs
32pre-test        {
33        use_parallel_build      no
34}
35
36livecheck.check regex
37livecheck.url   http://apache.org/dist/apr/
38livecheck.regex {<a href="#apr">APR (\d+(?:\.\d+)*) is the latest available version</a>}
Note: See TracBrowser for help on using the browser.