summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2010-03-21 17:06:06 +0000
committerjdolecek <jdolecek@pkgsrc.org>2010-03-21 17:06:06 +0000
commit90dbc54902c58f0ae61b8737b34fbda8cbc74fc8 (patch)
treef0f023245e9831740a189c109a453ed33b5ead2b /misc
parent44f88fb6ec21b84e830f08f3d27f69116d6c774f (diff)
downloadpkgsrc-90dbc54902c58f0ae61b8737b34fbda8cbc74fc8.tar.gz
remove misc/php-intl in favor of textproc/php-intl (which supports both
PHP 5.2.* and PHP 5.3.*)
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/php-intl/DESCR2
-rw-r--r--misc/php-intl/Makefile18
3 files changed, 1 insertions, 22 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 8a50238daf3..3410b25e0d2 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.343 2010/03/16 15:40:21 taca Exp $
+# $NetBSD: Makefile,v 1.344 2010/03/21 17:06:06 jdolecek Exp $
#
COMMENT= Miscellaneous utilities
@@ -177,7 +177,6 @@ SUBDIR+= p5-Search
SUBDIR+= parchive
SUBDIR+= pciids
SUBDIR+= pdmenu
-SUBDIR+= php-intl
SUBDIR+= pinfo
SUBDIR+= ppower
SUBDIR+= pty-redir
diff --git a/misc/php-intl/DESCR b/misc/php-intl/DESCR
deleted file mode 100644
index b56efaa9b29..00000000000
--- a/misc/php-intl/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides support for internationalization.
diff --git a/misc/php-intl/Makefile b/misc/php-intl/Makefile
deleted file mode 100644
index 8eb0fb5eb26..00000000000
--- a/misc/php-intl/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:39:10 taca Exp $
-
-MODNAME= intl
-CATEGORIES+= misc
-COMMENT= PHP extension for internationalization support
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_LANGUAGES= c c++
-
-CONFIGURE_ARGS+= --enable-${MODNAME}=shared
-CONFIGURE_ARGS+= --with-icu-dir=${BUILDLINK_PREFIX.icu}
-
-PHP_VERSION_REQD= 53
-
-.include "../../lang/php/ext.mk"
-.include "../../textproc/icu/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"