summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 16:11:59 +0000
committertaca <taca>2010-03-16 16:11:59 +0000
commitb693763fd9e9fac8748ac44976def292d3bcb991 (patch)
treeef5a3a7ddfaf6a07e2910312f4f3832608d9e778 /textproc
parent31aa67d50c164b2d8a1e7d9198d8db89ee30daeb (diff)
downloadpkgsrc-b693763fd9e9fac8748ac44976def292d3bcb991.tar.gz
php5-dom has moved to php-dom.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php5-dom/DESCR4
-rw-r--r--textproc/php5-dom/Makefile18
2 files changed, 0 insertions, 22 deletions
diff --git a/textproc/php5-dom/DESCR b/textproc/php5-dom/DESCR
deleted file mode 100644
index 795ce940ae0..00000000000
--- a/textproc/php5-dom/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-The extension allows you to operate on an XML document with the DOM
-(Document Object Model) API. DOM extension module in PHP5 replaces
-DOM XML extension in PHP4.
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile
deleted file mode 100644
index 48b8fa5b057..00000000000
--- a/textproc/php5-dom/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2010/03/15 16:46:00 taca Exp $
-
-MODNAME= dom
-CATEGORIES+= textproc
-COMMENT= PHP5 extension for DOM support
-
-CONFLICTS= php-dom-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFIGURE_ARGS+= --enable-${MODNAME}
-CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
-
-.include "../../lang/php/ext.mk"
-#.include "../../devel/zlib/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-#.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"