From beafdedff556413bd156435068f1c2f665f9bb01 Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Thu, 14 Mar 2002 16:39:26 +0000 Subject: 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 --- devel/apr0/Makefile | 43 +++++++++++++++++++++++++++++++++ devel/apr0/distinfo | 2 ++ devel/apr0/pkg-comment | 1 + devel/apr0/pkg-descr | 8 +++++++ devel/apr0/pkg-install | 15 ++++++++++++ devel/apr0/pkg-plist | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 133 insertions(+) create mode 100644 devel/apr0/Makefile create mode 100644 devel/apr0/distinfo create mode 100644 devel/apr0/pkg-comment create mode 100644 devel/apr0/pkg-descr create mode 100644 devel/apr0/pkg-install create mode 100644 devel/apr0/pkg-plist (limited to 'devel/apr0') diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile new file mode 100644 index 000000000000..ba2ecba26526 --- /dev/null +++ b/devel/apr0/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: apr-snapshot +# Date created: 19 February 2002 +# Whom: Garrett Rooney +# +# $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 diff --git a/devel/apr0/distinfo b/devel/apr0/distinfo new file mode 100644 index 000000000000..e48265487cf6 --- /dev/null +++ b/devel/apr0/distinfo @@ -0,0 +1,2 @@ +MD5 (apr_20020309172416.tar.gz) = fcb5fa3a2ea700619588699a6e69f9e3 +MD5 (apr-util_20020309172426.tar.gz) = e7d418d7144b790ab6941984e20d2ac2 diff --git a/devel/apr0/pkg-comment b/devel/apr0/pkg-comment new file mode 100644 index 000000000000..d880042f52cc --- /dev/null +++ b/devel/apr0/pkg-comment @@ -0,0 +1 @@ +The Apache Group's Portability Library diff --git a/devel/apr0/pkg-descr b/devel/apr0/pkg-descr new file mode 100644 index 000000000000..171e56b08723 --- /dev/null +++ b/devel/apr0/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/apr0/pkg-install b/devel/apr0/pkg-install new file mode 100644 index 000000000000..d80f19c88eda --- /dev/null +++ b/devel/apr0/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/apr0/pkg-plist b/devel/apr0/pkg-plist new file mode 100644 index 000000000000..9418cd25cb8c --- /dev/null +++ b/devel/apr0/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 -- cgit v1.2.3