pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Remove textproc/php-dom, the module is now bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26de7b74b12f
branches:  trunk
changeset: 360671:26de7b74b12f
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Apr 05 12:34:47 2017 +0000

description:
Remove textproc/php-dom, the module is now built into the resp. PHP packages.

diffstat:

 textproc/Makefile         |   3 +--
 textproc/php-dom/DESCR    |   3 ---
 textproc/php-dom/Makefile |  16 ----------------
 3 files changed, 1 insertions(+), 21 deletions(-)

diffs (44 lines):

diff -r fc62cbd3c79f -r 26de7b74b12f textproc/Makefile
--- a/textproc/Makefile Wed Apr 05 12:33:47 2017 +0000
+++ b/textproc/Makefile Wed Apr 05 12:34:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.917 2017/04/04 11:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.918 2017/04/05 12:34:47 fhajny Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -675,7 +675,6 @@
 SUBDIR+=       pdfgrep
 SUBDIR+=       pear-Console_Table
 SUBDIR+=       pear-File_Find
-SUBDIR+=       php-dom
 SUBDIR+=       php-enchant
 SUBDIR+=       php-excel
 SUBDIR+=       php-intl
diff -r fc62cbd3c79f -r 26de7b74b12f textproc/php-dom/DESCR
--- a/textproc/php-dom/DESCR    Wed Apr 05 12:33:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +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.
diff -r fc62cbd3c79f -r 26de7b74b12f textproc/php-dom/Makefile
--- a/textproc/php-dom/Makefile Wed Apr 05 12:33:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/03/20 16:33:28 taca Exp $
-
-MODNAME=               dom
-CATEGORIES+=           textproc
-COMMENT=               PHP5 extension for DOM support
-
-CONFLICTS=     php-dom-[0-9]*
-
-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"



Home | Main Index | Thread Index | Old Index