diff options
author | jlam <jlam> | 2001-10-16 06:52:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-16 06:52:55 +0000 |
commit | c28420701d3e39b5dbdf39e6c26c4d74e0597278 (patch) | |
tree | e4388225e8f5e001060e0c4b383e94ad1e969f98 /databases | |
parent | 6879b62c59e7ca539c26bb073e51a62cb9f5d3f3 (diff) | |
download | pkgsrc-c28420701d3e39b5dbdf39e6c26c4d74e0597278.tar.gz |
This was imported into the wrong category (databases). It will be moved
to math.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php4-bcmath/Makefile | 13 | ||||
-rw-r--r-- | databases/php4-bcmath/distinfo | 6 | ||||
-rw-r--r-- | databases/php4-bcmath/patches/patch-aa | 12 | ||||
-rw-r--r-- | databases/php4-bcmath/patches/patch-ab | 13 | ||||
-rw-r--r-- | databases/php4-bcmath/pkg/DESCR | 2 |
5 files changed, 0 insertions, 46 deletions
diff --git a/databases/php4-bcmath/Makefile b/databases/php4-bcmath/Makefile deleted file mode 100644 index 02d2cfd4a1f..00000000000 --- a/databases/php4-bcmath/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:50:03 jlam Exp $ - -.include "../php4/Makefile.module" - -MODNAME= bcmath -CATEGORIES+= math -PHP_PKG_VERS= # empty -COMMENT= PHP4 extension for bc-style arbitrary precision math - -USE_BUILDLINK_ONLY= YES -CONFIGURE_ARGS+= --enable-${MODNAME} - -.include "../../mk/bsd.pkg.mk" diff --git a/databases/php4-bcmath/distinfo b/databases/php4-bcmath/distinfo deleted file mode 100644 index 40b85f7a696..00000000000 --- a/databases/php4-bcmath/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/10/16 06:50:03 jlam Exp $ - -SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 -Size (php-4.0.6.tar.gz) = 3157346 bytes -SHA1 (patch-aa) = 96aed03b5187adc3f02df4ffae1f9e9a14bbd144 -SHA1 (patch-ab) = fdb4a5e27148533d9bc47b1e7d96eda8c0e02cd3 diff --git a/databases/php4-bcmath/patches/patch-aa b/databases/php4-bcmath/patches/patch-aa deleted file mode 100644 index 58617b4d6db..00000000000 --- a/databases/php4-bcmath/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 06:50:03 jlam Exp $ - ---- Makefile.in.orig Sun Nov 26 04:34:01 2000 -+++ Makefile.in -@@ -1,6 +1,6 @@ - - LTLIBRARY_NAME = libbcmath.la --LTLIBRARY_SOURCES = bcmath.c number.c -+LTLIBRARY_SOURCES = bcmath.c - LTLIBRARY_SHARED_NAME = bcmath.la - LTLIBRARY_DEPENDENCIES = libbcmath/libbcmath.la - LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) diff --git a/databases/php4-bcmath/patches/patch-ab b/databases/php4-bcmath/patches/patch-ab deleted file mode 100644 index 42b12560e72..00000000000 --- a/databases/php4-bcmath/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/10/16 06:50:03 jlam Exp $ - ---- bcmath.c.orig Thu May 24 08:41:36 2001 -+++ bcmath.c -@@ -28,7 +28,7 @@ - - #include "ext/standard/info.h" - #include "php_bcmath.h" --#include "ext/bcmath/libbcmath/src/bcmath.h" -+#include "libbcmath/src/bcmath.h" - - function_entry bcmath_functions[] = { - PHP_FE(bcadd, NULL) diff --git a/databases/php4-bcmath/pkg/DESCR b/databases/php4-bcmath/pkg/DESCR deleted file mode 100644 index ec731d0306d..00000000000 --- a/databases/php4-bcmath/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides support for bc-style arbitrary precision math for PHP4. |