[22491] trunk/dports/devel
source_changes at macosforge.org
source_changes at macosforge.org
Fri Mar 2 13:54:08 PST 2007
Revision: 22491
http://trac.macosforge.org/projects/macports/changeset/22491
Author: blair at macports.org
Date: 2007-03-02 13:54:07 -0800 (Fri, 02 Mar 2007)
Log Message:
-----------
Add a port for the Apache Portable Runtime 0.9.x line. This was based
off of the apr port.
Added Paths:
-----------
trunk/dports/devel/apr0/
trunk/dports/devel/apr0/Portfile
Added: trunk/dports/devel/apr0/Portfile
===================================================================
--- trunk/dports/devel/apr0/Portfile (rev 0)
+++ trunk/dports/devel/apr0/Portfile 2007-03-02 21:54:07 UTC (rev 22491)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+name apr0
+version 0.9.13
+categories devel
+maintainers blair at orcaware.com
+description The apache group's portability library
+
+long_description The Apache Portable Runtime is a library of C data \
+ structures and routines, forming a system portability \
+ layer that covers as many operating systems as \
+ possible, including Unices, Win32, BeOS, and OS/2. \
+ This is the old version of APR, the newest version \
+ is in the apr port.
+
+homepage http://apr.apache.org/
+master_sites apache:apr
+
+distname apr-${version}
+use_bzip2 yes
+checksums md5 2573b1c0d50b1ce9448a53b1b8ff8ffd
+
+configure.args --with-installbuilddir=${prefix}/share/apr-0/build
+
+test.run yes
+test.target check
+test.env DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+
+post-destroot {
+ delete ${destroot}${prefix}/lib/apr.exp
+}
+
+platform darwin 9 {
+ post-configure {
+ reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h
+ }
+}
Property changes on: trunk/dports/devel/apr0/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/20070302/dff2496c/attachment.html
More information about the macports-changes
mailing list