diff options
author | jlam <jlam> | 2001-10-16 07:02:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-16 07:02:12 +0000 |
commit | adf43121ee7c947d722d86eb58f50e9d8e37e922 (patch) | |
tree | 3091154f03db89f881b562e987428557f3a30740 /archivers | |
parent | ea8e43cbf1667215f583c11c0b1347c6c52278b1 (diff) | |
download | pkgsrc-adf43121ee7c947d722d86eb58f50e9d8e37e922.tar.gz |
archivers/php4-bz2: PHP4 extension for bzip2 compression
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php4-bz2/Makefile | 14 | ||||
-rw-r--r-- | archivers/php4-bz2/distinfo | 5 | ||||
-rw-r--r-- | archivers/php4-bz2/patches/patch-aa | 11 | ||||
-rw-r--r-- | archivers/php4-bz2/pkg/DESCR | 2 |
4 files changed, 32 insertions, 0 deletions
diff --git a/archivers/php4-bz2/Makefile b/archivers/php4-bz2/Makefile new file mode 100644 index 00000000000..7233b2a206b --- /dev/null +++ b/archivers/php4-bz2/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:02:12 jlam Exp $ + +.include "../../www/php4/Makefile.module" + +MODNAME= bz2 +CATEGORIES+= archivers +PHP_PKG_VERS= # empty +COMMENT= PHP4 extension for bzip2 compression + +USE_BUILDLINK_ONLY= YES +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} + +.include "../../archivers/bzip2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/php4-bz2/distinfo b/archivers/php4-bz2/distinfo new file mode 100644 index 00000000000..fa4953b5e1c --- /dev/null +++ b/archivers/php4-bz2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/16 07:02:12 jlam Exp $ + +SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 +Size (php-4.0.6.tar.gz) = 3157346 bytes +SHA1 (patch-aa) = 6394f929664fa626b9e48555bb946e5965aea4e4 diff --git a/archivers/php4-bz2/patches/patch-aa b/archivers/php4-bz2/patches/patch-aa new file mode 100644 index 00000000000..f9390060df9 --- /dev/null +++ b/archivers/php4-bz2/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 07:02:12 jlam Exp $ + +--- Makefile.in.orig Wed Oct 18 14:32:21 2000 ++++ Makefile.in +@@ -3,5 +3,6 @@ + LTLIBRARY_NAME = libbz2.la + LTLIBRARY_SOURCES = bz2.c + LTLIBRARY_SHARED_NAME = bz2.la ++LTLIBRARY_SHARED_LIBADD = $(BZ2_SHARED_LIBADD) + + include $(top_srcdir)/build/dynlib.mk diff --git a/archivers/php4-bz2/pkg/DESCR b/archivers/php4-bz2/pkg/DESCR new file mode 100644 index 00000000000..952e9382333 --- /dev/null +++ b/archivers/php4-bz2/pkg/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides bzip2 compression support for PHP4. |