Import APR 1.0.1

The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.

ok naddy@
This commit is contained in:
alek 2004-11-28 14:27:38 +00:00
parent 14d2428655
commit 08344aaeaa
8 changed files with 107 additions and 0 deletions

BIN
devel/apr/.Makefile.swp Normal file

Binary file not shown.

27
devel/apr/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
COMMENT= "Apache Portable Runtime"
DISTNAME= apr-1.0.1
CATEGORIES= devel
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
HOMEPAGE= http://apr.apache.org/
# Apache License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.apache.org/dist/apr/ \
http://www.eu.apache.org/dist/apr/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-installbuilddir=${LOCALBASE}/lib/apr-1/ \
--enable-threads \
--enable-other-child
.include <bsd.port.mk>

3
devel/apr/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (apr-1.0.1.tar.gz) = 0a3cb911ea1823cfa3e5863892774705
RMD160 (apr-1.0.1.tar.gz) = c3a99cfb5910fad094a82ce06cb68b034e68783c
SHA1 (apr-1.0.1.tar.gz) = 42368fe687d68fa5ac10b67f89550b385c8b8d54

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-configure,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
--- configure.orig Tue Nov 2 22:11:20 2004
+++ configure Tue Nov 2 22:11:40 2004
@@ -14574,7 +14574,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
else
apr_ptc_libs=$LIBS
- for lib in -lpthread -lpthreads -lc_r; do
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
LIBS="$apr_ptc_libs $lib"
if test "$cross_compiling" = yes; then
@@ -15132,7 +15132,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
else
apr_ptc_libs=$LIBS
- for lib in -lpthread -lpthreads -lc_r; do
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
LIBS="$apr_ptc_libs $lib"
if test "$cross_compiling" = yes; then

BIN
devel/apr/pkg/.DESCR.swp Normal file

Binary file not shown.

3
devel/apr/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
@lib lib/libapr-1.so.0.1

51
devel/apr/pkg/PLIST Normal file
View File

@ -0,0 +1,51 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
%%SHARED%%
bin/apr-1-config
include/apr-1/
include/apr-1/apr.h
include/apr-1/apr_allocator.h
include/apr-1/apr_atomic.h
include/apr-1/apr_dso.h
include/apr-1/apr_env.h
include/apr-1/apr_errno.h
include/apr-1/apr_file_info.h
include/apr-1/apr_file_io.h
include/apr-1/apr_fnmatch.h
include/apr-1/apr_general.h
include/apr-1/apr_getopt.h
include/apr-1/apr_global_mutex.h
include/apr-1/apr_hash.h
include/apr-1/apr_inherit.h
include/apr-1/apr_lib.h
include/apr-1/apr_mmap.h
include/apr-1/apr_network_io.h
include/apr-1/apr_poll.h
include/apr-1/apr_pools.h
include/apr-1/apr_portable.h
include/apr-1/apr_proc_mutex.h
include/apr-1/apr_random.h
include/apr-1/apr_ring.h
include/apr-1/apr_shm.h
include/apr-1/apr_signal.h
include/apr-1/apr_strings.h
include/apr-1/apr_support.h
include/apr-1/apr_tables.h
include/apr-1/apr_thread_cond.h
include/apr-1/apr_thread_mutex.h
include/apr-1/apr_thread_proc.h
include/apr-1/apr_thread_rwlock.h
include/apr-1/apr_time.h
include/apr-1/apr_user.h
include/apr-1/apr_version.h
include/apr-1/apr_want.h
lib/apr-1/
lib/apr-1/apr_rules.mk
lib/apr-1/libtool
lib/apr-1/make_exports.awk
lib/apr-1/make_var_export.awk
lib/apr-1/mkdir.sh
@comment lib/apr.exp
lib/libapr-1.a
lib/libapr-1.la
lib/pkgconfig/
lib/pkgconfig/apr-1.pc