[22492] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 2 13:54:33 PST 2007


Revision: 22492
          http://trac.macosforge.org/projects/macports/changeset/22492
Author:   blair at macports.org
Date:     2007-03-02 13:54:32 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
Add a port for the APRutil 0.9.x line.  This was based off of the
apr-util port.

Added Paths:
-----------
    trunk/dports/devel/apr-util0/
    trunk/dports/devel/apr-util0/Portfile

Added: trunk/dports/devel/apr-util0/Portfile
===================================================================
--- trunk/dports/devel/apr-util0/Portfile	                        (rev 0)
+++ trunk/dports/devel/apr-util0/Portfile	2007-03-02 21:54:32 UTC (rev 22492)
@@ -0,0 +1,54 @@
+# $Id$
+
+PortSystem 1.0
+name		apr-util0
+version		0.9.13
+categories	devel
+maintainers	blair at orcaware.com
+description	utilities built with the apache group's portability library
+
+long_description	apr-util is a library of useful utilities built with \
+			and intended to be used with the Apache Portable \
+			Runtime version 0.9.x.  This is an old version of \
+			the APRutil library, the latest version is in the \
+			apr-util port.
+
+homepage	http://apr.apache.org/
+master_sites	apache:apr
+
+distname	apr-util-${version}
+use_bzip2	yes
+checksums	md5 67f0794e159fe6ed127ceadd05e33881
+
+depends_lib	port:apr0 port:expat port:libiconv port:db44
+
+configure.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+configure.args	--with-apr=${prefix}/bin/apr-config --with-expat=${prefix} \
+		--with-iconv=${prefix} \
+		--with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \
+		--without-mysql --without-pgsql
+
+test.run	yes
+test.target	check
+test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+
+post-destroot {
+	delete ${destroot}${prefix}/lib/aprutil.exp
+}
+
+variant no_bdb	{
+			depends_lib-delete	port:db44
+			configure.args-delete	--with-berkeley-db=${prefix}/include:${prefix}/lib/db44
+			configure.args-append	--without-berkeley-db
+		}
+
+variant openldap	{
+				depends_lib-append port:openldap
+				configure.args-append --with-ldap \
+					--with-ldap-include=${prefix}/include \
+					--with-ldap-lib=${prefix}/lib
+			}
+
+#pre-configure	{
+#			reinplace "s|^Libs: |Libs: -L${prefix}/lib/db44 |" $worksrcpath/apr-util.pc.in
+#		}


Property changes on: trunk/dports/devel/apr-util0/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/5186b458/attachment.html


More information about the macports-changes mailing list