summaryrefslogtreecommitdiff
path: root/devel/apr2
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-03-14 16:39:26 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-03-14 16:39:26 +0000
commitbeafdedff556413bd156435068f1c2f665f9bb01 (patch)
treef4d69b0197963a2e0a2bab97d3d1bb3b07448bd5 /devel/apr2
parentUpdate ports/math/pari to 1.1.3 (diff)
New port of apr-devel:
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 port also includes the APR-Util package, which contains some useful utilities built on top of APR. There is no apr port as it is still in development. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes: svn path=/head/; revision=56090
Diffstat (limited to 'devel/apr2')
-rw-r--r--devel/apr2/Makefile43
-rw-r--r--devel/apr2/distinfo2
-rw-r--r--devel/apr2/pkg-comment1
-rw-r--r--devel/apr2/pkg-descr8
-rw-r--r--devel/apr2/pkg-install15
-rw-r--r--devel/apr2/pkg-plist64
6 files changed, 133 insertions, 0 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile
new file mode 100644
index 000000000000..ba2ecba26526
--- /dev/null
+++ b/devel/apr2/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: apr-snapshot
+# Date created: 19 February 2002
+# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= apr-devel
+PORTVERSION= 20020309172416
+CATEGORIES= devel
+MASTER_SITES= http://www.apache.org/dist/apr/not-released/
+DISTFILES= apr_20020309172416.tar.gz apr-util_20020309172426.tar.gz
+
+MAINTAINER= rooneg@electricjellyfish.net
+
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
+ libtool:${PORTSDIR}/devel/libtool
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat
+
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}
+
+pre-fetch:
+ ${SH} pkg-install apr-devel PRE-INSTALL
+
+pre-configure:
+ (cd ${WRKDIR}/apr/ && ./buildconf)
+ (cd ${WRKDIR}/apr-util/ && ./buildconf)
+
+do-configure:
+ (cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX})
+ (cd ${WRKDIR}/apr-util/ && ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX})
+
+do-build:
+ (cd ${WRKDIR}/apr/ && make)
+ (cd ${WRKDIR}/apr-util/ && make)
+
+do-install:
+ (cd ${WRKDIR}/apr/ && make install)
+ (cd ${WRKDIR}/apr-util/ && make install)
+
+.include <bsd.port.mk>
diff --git a/devel/apr2/distinfo b/devel/apr2/distinfo
new file mode 100644
index 000000000000..e48265487cf6
--- /dev/null
+++ b/devel/apr2/distinfo
@@ -0,0 +1,2 @@
+MD5 (apr_20020309172416.tar.gz) = fcb5fa3a2ea700619588699a6e69f9e3
+MD5 (apr-util_20020309172426.tar.gz) = e7d418d7144b790ab6941984e20d2ac2
diff --git a/devel/apr2/pkg-comment b/devel/apr2/pkg-comment
new file mode 100644
index 000000000000..d880042f52cc
--- /dev/null
+++ b/devel/apr2/pkg-comment
@@ -0,0 +1 @@
+The Apache Group's Portability Library
diff --git a/devel/apr2/pkg-descr b/devel/apr2/pkg-descr
new file mode 100644
index 000000000000..171e56b08723
--- /dev/null
+++ b/devel/apr2/pkg-descr
@@ -0,0 +1,8 @@
+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 port also includes the APR-Util package, which contains some useful
+utilities built on top of APR.
+
+WWW: http://apr.apache.org/
diff --git a/devel/apr2/pkg-install b/devel/apr2/pkg-install
new file mode 100644
index 000000000000..d80f19c88eda
--- /dev/null
+++ b/devel/apr2/pkg-install
@@ -0,0 +1,15 @@
+#!/bin/sh
+# $FreeBSD$
+
+if [ "$2" != "PRE-INSTALL" ]; then
+ exit 0
+fi
+
+pkg_info 'apache-2*' > /dev/null 2<&1
+
+if [ $? = 0 ]; then
+ echo "apr-devel cannot currently be installed alongside apache2. sorry."
+ exit 1
+fi
+
+exit 0
diff --git a/devel/apr2/pkg-plist b/devel/apr2/pkg-plist
new file mode 100644
index 000000000000..9418cd25cb8c
--- /dev/null
+++ b/devel/apr2/pkg-plist
@@ -0,0 +1,64 @@
+bin/apr-config
+bin/apu-config
+include/apr.h
+include/apr_anylock.h
+include/apr_atomic.h
+include/apr_base64.h
+include/apr_buckets.h
+include/apr_compat.h
+include/apr_date.h
+include/apr_dbm.h
+include/apr_dso.h
+include/apr_errno.h
+include/apr_file_info.h
+include/apr_file_io.h
+include/apr_fnmatch.h
+include/apr_general.h
+include/apr_getopt.h
+include/apr_global_mutex.h
+include/apr_hash.h
+include/apr_hooks.h
+include/apr_inherit.h
+include/apr_ldap.h
+include/apr_lib.h
+include/apr_lock.h
+include/apr_md4.h
+include/apr_md5.h
+include/apr_mmap.h
+include/apr_network_io.h
+include/apr_optional.h
+include/apr_optional_hooks.h
+include/apr_pools.h
+include/apr_portable.h
+include/apr_proc_mutex.h
+include/apr_ring.h
+include/apr_rmm.h
+include/apr_sdbm.h
+include/apr_sha1.h
+include/apr_shm.h
+include/apr_signal.h
+include/apr_strings.h
+include/apr_tables.h
+include/apr_thread_cond.h
+include/apr_thread_mutex.h
+include/apr_thread_proc.h
+include/apr_thread_rwlock.h
+include/apr_time.h
+include/apr_uri.h
+include/apr_user.h
+include/apr_uuid.h
+include/apr_version.h
+include/apr_want.h
+include/apr_xlate.h
+include/apr_xml.h
+include/apu.h
+include/apu_compat.h
+lib/APRVARS
+lib/libapr.a
+lib/libapr.la
+lib/libapr.so
+lib/libapr.so.0
+lib/libaprutil.a
+lib/libaprutil.la
+lib/libaprutil.so
+lib/libaprutil.so.0