lose the xml subpackage, its part of php4-core now
This commit is contained in:
parent
65cc8ba9bf
commit
0a2337d26b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/05/02 19:49:36 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2003/05/07 14:02:32 avsm Exp $
|
||||
|
||||
FULLPKGNAME= php4-extensions-${V}
|
||||
COMMENT= "informational package about PHP4 extensions"
|
||||
@ -274,18 +274,6 @@ CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE}
|
||||
SYBASE_CT_DEPENDS= tds.0,ct.0::databases/freetds
|
||||
.endif
|
||||
|
||||
# wddx & xml
|
||||
PSEUDO_FLAVORS+= no_xml
|
||||
.if ${FLAVOR:L:Mno_xml}
|
||||
CONFIGURE_ARGS+= --without-wddx --disable-xml
|
||||
.else
|
||||
MULTI_PACKAGES+= -xml
|
||||
COMMENT-xml= "xml parsing extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-wddx=shared --enable-xml=shared \
|
||||
--with-expat-dir=${LOCALBASE}
|
||||
XML_DEPENDS= expat.2::textproc/expat
|
||||
.endif
|
||||
|
||||
# xslt
|
||||
PSEUDO_FLAVORS+= no_xslt
|
||||
.if ${FLAVOR:L:Mno_xslt}
|
||||
|
@ -1,13 +0,0 @@
|
||||
XML (eXtensible Markup Language) is a data format for structured
|
||||
document interchange on the Web. It is a standard defined by The
|
||||
World Wide Web consortium (W3C). Information about XML and related
|
||||
technologies can be found at http://www.w3.org/XML/.
|
||||
|
||||
This PHP extension implements support for James Clark's expat in
|
||||
PHP. This toolkit lets you parse, but not validate, XML documents.
|
||||
It supports three source character encodings also provided by PHP:
|
||||
US-ASCII, ISO-8859-1 and UTF-8. UTF-16 is not supported.
|
||||
|
||||
This extension lets you create XML parsers and then define handlers
|
||||
for different XML events. Each XML parser also has a few parameters
|
||||
you can adjust.
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-xml,v 1.1.1.1 2002/06/24 19:27:46 avsm Exp $
|
||||
lib/php/modules/xml.so
|
Loading…
Reference in New Issue
Block a user