summaryrefslogtreecommitdiff
path: root/misc/php4-mbstring
diff options
context:
space:
mode:
authorkei <kei>2001-10-19 07:30:09 +0000
committerkei <kei>2001-10-19 07:30:09 +0000
commit244894a9d9d5beb3fb4e99f11626ef1725460fd1 (patch)
treeaa66dc95140a39a70258cbbfa64e8ee7e0c7c92f /misc/php4-mbstring
parent1071738732cfce090b9a39e12442630cdc6aa70d (diff)
downloadpkgsrc-244894a9d9d5beb3fb4e99f11626ef1725460fd1.tar.gz
misc/php-mbstring: PHP4 extension for multibyte characters support (currently
Japanese only) This extension is comes with php-4.0.6 distribution.
Diffstat (limited to 'misc/php4-mbstring')
-rw-r--r--misc/php4-mbstring/Makefile13
-rw-r--r--misc/php4-mbstring/distinfo4
-rw-r--r--misc/php4-mbstring/pkg/DESCR2
3 files changed, 19 insertions, 0 deletions
diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile
new file mode 100644
index 00000000000..9668981a6c1
--- /dev/null
+++ b/misc/php4-mbstring/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/19 07:30:09 kei Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= mbstring
+CATEGORIES+= misc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only)
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/php4-mbstring/distinfo b/misc/php4-mbstring/distinfo
new file mode 100644
index 00000000000..d7fef45b38d
--- /dev/null
+++ b/misc/php4-mbstring/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/19 07:30:09 kei Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/misc/php4-mbstring/pkg/DESCR b/misc/php4-mbstring/pkg/DESCR
new file mode 100644
index 00000000000..336f34304ec
--- /dev/null
+++ b/misc/php4-mbstring/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides multibyte (currently, Japanese only) support for PHP4.