summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:12:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:12:45 +0800
commit768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch)
treeb6e12b7f558af77dfbd52ab89a84489c127fc85b /textproc
parent2fba1a2d8eb914d118a18389a4efb30f38717605 (diff)
downloadmarcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.bz2
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.lz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.xz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile82
-rw-r--r--textproc/libxml2/distinfo1
-rw-r--r--textproc/libxml2/files/patch-aa47
-rw-r--r--textproc/libxml2/files/patch-ad11
-rw-r--r--textproc/libxml2/files/patch-catalog.c15
-rw-r--r--textproc/libxml2/files/patch-config.h.in11
-rw-r--r--textproc/libxml2/files/patch-configure19
-rw-r--r--textproc/libxml2/files/patch-python::Makefile.in11
-rw-r--r--textproc/libxml2/files/patch-python::tests::Makefile.in11
-rw-r--r--textproc/libxml2/files/patch-xml2Conf.sh.in18
-rw-r--r--textproc/libxml2/files/patch-xmlcatalog.c11
-rw-r--r--textproc/libxml2/pkg-descr3
-rw-r--r--textproc/libxml2/pkg-plist193
-rw-r--r--textproc/libxslt/Makefile51
-rw-r--r--textproc/libxslt/distinfo1
-rw-r--r--textproc/libxslt/files/patch-aa28
-rw-r--r--textproc/libxslt/files/patch-ab8
-rw-r--r--textproc/libxslt/files/patch-configure19
-rw-r--r--textproc/libxslt/files/patch-doc::Makefile.in11
-rw-r--r--textproc/libxslt/files/patch-libxslt::extra.c19
-rw-r--r--textproc/libxslt/files/patch-libxslt::xslt.h18
-rw-r--r--textproc/libxslt/files/patch-python::Makefile.in14
-rw-r--r--textproc/libxslt/files/patch-python::tests::Makefile.in11
-rw-r--r--textproc/libxslt/pkg-descr4
-rw-r--r--textproc/libxslt/pkg-plist113
25 files changed, 0 insertions, 730 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
deleted file mode 100644
index bded43452..000000000
--- a/textproc/libxml2/Makefile
+++ /dev/null
@@ -1,82 +0,0 @@
-# New ports collection makefile for: libxml2
-# Date created: 28 September 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libxml2
-PORTVERSION= 2.5.11
-CATEGORIES= textproc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Xml parser library for GNOME
-
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_GNOME= gnomehack gnometarget pkgconfig
-INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
- --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
-MAN3= libxml.3
-
-.if !defined(WITHOUT_PYTHON)
-USE_PYTHON= yes
-PLIST_SUB+= PYTHON:=""
-CONFIGURE_ARGS+= --with-python=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-python
-PLIST_SUB+= PYTHON:="@comment "
-PKGNAMESUFFIX= -nopython
-.endif
-
-.if defined(WITH_THREADS)
-CONFIGURE_ARGS+= --with-threads
-.else
-CONFIGURE_ARGS+= --without-threads
-.endif
-
-.if defined(WITH_SCHEMA)
-CONFIGURE_ARGS+= --with-schemas
-.endif
-
-.if defined(WITH_MEM_DEBUG)
-CONFIGURE_ARGS+= --with-mem-debug
-.endif
-
-.if defined(WITH_XMLLINT_HIST)
-CONFIGURE_ARGS+= --with-history
-.endif
-
-.if defined(WITH_THREAD_ALLOC)
-CONFIGURE_ARGS+= --with-thread-alloc
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "libxml2 has the following tunables:"
- @${ECHO_MSG} ""
- @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support"
- @${ECHO_MSG} " WITH_THREADS=yes Turns on pthread support"
- @${ECHO_MSG} " WITH_SCHEMA=yes Turns on XML Schema support"
- @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging (DEVELOPERS ONLY!)"
- @${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint"
- @${ECHO_MSG} " WITH_THREAD_ALLOC=yes Turns on per-thread memory (DEVELOPERS ONLY!)"
- @${ECHO_MSG} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/catalog.c ${WRKSRC}/xmlcatalog.c
-
-.include <bsd.port.mk>
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
deleted file mode 100644
index 65a99039d..000000000
--- a/textproc/libxml2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libxml2-2.5.11.tar.bz2) = 5b6d9dae5f07f5827e194c69ac1723c1
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa
deleted file mode 100644
index 09476deeb..000000000
--- a/textproc/libxml2/files/patch-aa
+++ /dev/null
@@ -1,47 +0,0 @@
---- Makefile.in.orig Thu Aug 14 22:02:48 2003
-+++ Makefile.in Thu Aug 14 22:04:43 2003
-@@ -153,7 +153,7 @@
- install_sh = @install_sh@
- pythondir = @pythondir@
-
--SUBDIRS = include . doc example @PYTHON_SUBDIR@
-+SUBDIRS = include . doc example @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
-
- DIST_SUBDIRS = include . doc example python
-
-@@ -171,7 +171,7 @@
- lib_LTLIBRARIES = libxml2.la
- libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
-
--libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
-+libxml2_la_LDFLAGS = -version-info 5:0:0
-
- @WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
- @WITH_TRIO_SOURCES_TRUE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
-@@ -270,7 +270,7 @@
-
- CLEANFILES = xml2Conf.sh
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = xml2Conf.sh
- EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
- libxml.m4 Copyright check-xml-test-suite.py \
-@@ -289,7 +289,7 @@
- # Instll the tests program sources as examples
- #
- BASE_DIR = $(datadir)/doc
--DOC_MODULE = libxml2-$(VERSION)
-+DOC_MODULE = libxml2
- EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -1034,7 +1034,7 @@
- check-am: all-am
- $(MAKE) $(AM_MAKEFLAGS) check-local
- check: check-recursive
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
-+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
- config.h
- install-binPROGRAMS: install-libLTLIBRARIES
-
diff --git a/textproc/libxml2/files/patch-ad b/textproc/libxml2/files/patch-ad
deleted file mode 100644
index 6a7282d2c..000000000
--- a/textproc/libxml2/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Thu Aug 14 22:05:15 2003
-+++ doc/Makefile.in Thu Aug 14 22:05:46 2003
-@@ -153,7 +153,7 @@
- pythondir = @pythondir@
-
- # The name of the module.
--DOC_MODULE = libxml2-$(VERSION)
-+DOC_MODULE = libxml2
-
- # The top-level SGML file.
- DOC_MAIN_XML_FILE = gnome-xml.xml
diff --git a/textproc/libxml2/files/patch-catalog.c b/textproc/libxml2/files/patch-catalog.c
deleted file mode 100644
index bb69882c9..000000000
--- a/textproc/libxml2/files/patch-catalog.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- catalog.c.orig Wed Jan 15 17:35:09 2003
-+++ catalog.c Wed Jan 15 17:36:03 2003
-@@ -56,10 +56,10 @@
- #define XML_URN_PUBID "urn:publicid:"
- #define XML_CATAL_BREAK ((xmlChar *) -1)
- #ifndef XML_XML_DEFAULT_CATALOG
--#define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
-+#define XML_XML_DEFAULT_CATALOG "file://%%LOCALBASE%%/share/xml/catalog"
- #endif
- #ifndef XML_SGML_DEFAULT_CATALOG
--#define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
-+#define XML_SGML_DEFAULT_CATALOG "file://%%LOCALBASE%%/share/sgml/catalog"
- #endif
-
- static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
diff --git a/textproc/libxml2/files/patch-config.h.in b/textproc/libxml2/files/patch-config.h.in
deleted file mode 100644
index 1bc03b82a..000000000
--- a/textproc/libxml2/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in.orig Sun Nov 3 16:55:05 2002
-+++ config.h.in Tue Nov 19 00:06:05 2002
-@@ -1,4 +1,8 @@
- /* config.h.in. Generated from configure.in by autoheader. */
-+
-+/* XXX */
-+#define GAVE_VFSCANF
-+
- #undef PACKAGE
- #undef VERSION
- #undef HAVE_LIBZ
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure
deleted file mode 100644
index d954c8093..000000000
--- a/textproc/libxml2/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Thu Aug 14 20:33:30 2003
-+++ configure Thu Aug 14 22:12:01 2003
-@@ -8256,6 +8256,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -14275,7 +14276,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir='$(PYTHON_SITE_PACKAGES)'
-+ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
- else
- pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
- fi
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in
deleted file mode 100644
index e7f8a271b..000000000
--- a/textproc/libxml2/files/patch-python::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/Makefile.in.orig Thu Aug 14 22:06:11 2003
-+++ python/Makefile.in Thu Aug 14 22:06:39 2003
-@@ -161,7 +161,7 @@
- -I$(top_srcdir)/include
-
-
--DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
-+DOCS_DIR = $(datadir)/doc/libxml2-python
- # libxml2class.txt is generated
- DOCS = TODO
-
diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in
deleted file mode 100644
index b0b5df548..000000000
--- a/textproc/libxml2/files/patch-python::tests::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/tests/Makefile.in.orig Thu Aug 14 22:07:15 2003
-+++ python/tests/Makefile.in Thu Aug 14 22:07:43 2003
-@@ -150,7 +150,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
- pythondir = @pythondir@
--EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
-+EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples
-
- PYTESTS = \
- build.py \
diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in
deleted file mode 100644
index e07940d12..000000000
--- a/textproc/libxml2/files/patch-xml2Conf.sh.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- xml2Conf.sh.in 2001/05/19 19:57:43 1.1
-+++ xml2Conf.sh.in 2001/05/19 19:59:40
-@@ -1,6 +1,12 @@
- #
- # Configuration file for using the XML library in GNOME applications
- #
-+
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+includedir=@includedir@
-+libdir=@libdir@
-+
- XML2_LIBDIR="@XML_LIBDIR@"
- XML2_LIBS="@XML_LIBS@"
- XML2_INCLUDEDIR="@XML_INCLUDEDIR@"
diff --git a/textproc/libxml2/files/patch-xmlcatalog.c b/textproc/libxml2/files/patch-xmlcatalog.c
deleted file mode 100644
index 3e68ccdb5..000000000
--- a/textproc/libxml2/files/patch-xmlcatalog.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- xmlcatalog.c.orig Sun Jan 26 14:45:48 2003
-+++ xmlcatalog.c Wed Feb 5 19:18:49 2003
-@@ -42,7 +42,7 @@
- #ifdef LIBXML_CATALOG_ENABLED
-
- #ifndef XML_SGML_DEFAULT_CATALOG
--#define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
-+#define XML_SGML_DEFAULT_CATALOG "%%LOCALBASE%%/share/sgml/catalog"
- #endif
-
- /************************************************************************
diff --git a/textproc/libxml2/pkg-descr b/textproc/libxml2/pkg-descr
deleted file mode 100644
index 6156cfa85..000000000
--- a/textproc/libxml2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-xml parser library for GNOME
-
-WWW: http://xmlsoft.org/
diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist
deleted file mode 100644
index e63b6ef77..000000000
--- a/textproc/libxml2/pkg-plist
+++ /dev/null
@@ -1,193 +0,0 @@
-bin/xml2-config
-bin/xmlcatalog
-bin/xmllint
-etc/xml2Conf.sh
-include/libxml2/libxml/DOCBparser.h
-include/libxml2/libxml/HTMLparser.h
-include/libxml2/libxml/HTMLtree.h
-include/libxml2/libxml/SAX.h
-include/libxml2/libxml/c14n.h
-include/libxml2/libxml/catalog.h
-include/libxml2/libxml/debugXML.h
-include/libxml2/libxml/encoding.h
-include/libxml2/libxml/entities.h
-include/libxml2/libxml/globals.h
-include/libxml2/libxml/hash.h
-include/libxml2/libxml/list.h
-include/libxml2/libxml/nanoftp.h
-include/libxml2/libxml/nanohttp.h
-include/libxml2/libxml/parser.h
-include/libxml2/libxml/parserInternals.h
-include/libxml2/libxml/relaxng.h
-include/libxml2/libxml/schemasInternals.h
-include/libxml2/libxml/threads.h
-include/libxml2/libxml/tree.h
-include/libxml2/libxml/uri.h
-include/libxml2/libxml/valid.h
-include/libxml2/libxml/xinclude.h
-include/libxml2/libxml/xlink.h
-include/libxml2/libxml/xmlIO.h
-include/libxml2/libxml/xmlautomata.h
-include/libxml2/libxml/xmlerror.h
-include/libxml2/libxml/xmlmemory.h
-include/libxml2/libxml/xmlreader.h
-include/libxml2/libxml/xmlregexp.h
-include/libxml2/libxml/xmlschemas.h
-include/libxml2/libxml/xmlschemastypes.h
-include/libxml2/libxml/xmlunicode.h
-include/libxml2/libxml/xmlversion.h
-include/libxml2/libxml/xpath.h
-include/libxml2/libxml/xpathInternals.h
-include/libxml2/libxml/xpointer.h
-lib/libxml2.a
-lib/libxml2.so
-lib/libxml2.so.5
-%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.py
-%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2.py
-%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so
-libdata/pkgconfig/libxml-2.0.pc
-share/aclocal/libxml.m4
-%%PYTHON:%%share/doc/libxml2-python/TODO
-%%PYTHON:%%share/doc/libxml2-python/examples/attribs.py
-%%PYTHON:%%share/doc/libxml2-python/examples/build.py
-%%PYTHON:%%share/doc/libxml2-python/examples/ctxterror.py
-%%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py
-%%PYTHON:%%share/doc/libxml2-python/examples/error.py
-%%PYTHON:%%share/doc/libxml2-python/examples/inbuf.py
-%%PYTHON:%%share/doc/libxml2-python/examples/invalid.xml
-%%PYTHON:%%share/doc/libxml2-python/examples/outbuf.py
-%%PYTHON:%%share/doc/libxml2-python/examples/push.py
-%%PYTHON:%%share/doc/libxml2-python/examples/pushSAX.py
-%%PYTHON:%%share/doc/libxml2-python/examples/pushSAXhtml.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader2.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader3.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader4.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader5.py
-%%PYTHON:%%share/doc/libxml2-python/examples/reader6.py
-%%PYTHON:%%share/doc/libxml2-python/examples/readererr.py
-%%PYTHON:%%share/doc/libxml2-python/examples/regexp.py
-%%PYTHON:%%share/doc/libxml2-python/examples/relaxng.py
-%%PYTHON:%%share/doc/libxml2-python/examples/resolver.py
-%%PYTHON:%%share/doc/libxml2-python/examples/serialize.py
-%%PYTHON:%%share/doc/libxml2-python/examples/thread2.py
-%%PYTHON:%%share/doc/libxml2-python/examples/tst.py
-%%PYTHON:%%share/doc/libxml2-python/examples/tst.xml
-%%PYTHON:%%share/doc/libxml2-python/examples/tstURI.py
-%%PYTHON:%%share/doc/libxml2-python/examples/tstxpath.py
-%%PYTHON:%%share/doc/libxml2-python/examples/valid.xml
-%%PYTHON:%%share/doc/libxml2-python/examples/validate.py
-%%PYTHON:%%share/doc/libxml2-python/examples/xpath.py
-%%PYTHON:%%share/doc/libxml2-python/examples/xpathext.py
-%%PYTHON:%%share/doc/libxml2-python/examples/xpathret.py
-share/doc/libxml2/Copyright
-share/doc/libxml2/examples/testHTML.c
-share/doc/libxml2/examples/testSAX.c
-share/doc/libxml2/examples/testXPath.c
-share/doc/libxml2/examples/xmllint.c
-share/doc/libxml2/html/DOM.gif
-share/doc/libxml2/html/FAQ.html
-share/doc/libxml2/html/Libxml2-Logo-180x168.gif
-share/doc/libxml2/html/Libxml2-Logo-90x34.gif
-share/doc/libxml2/html/book1.html
-share/doc/libxml2/html/encoding.html
-share/doc/libxml2/html/index.html
-share/doc/libxml2/html/libxml-DOCBparser.html
-share/doc/libxml2/html/libxml-HTMLparser.html
-share/doc/libxml2/html/libxml-HTMLtree.html
-share/doc/libxml2/html/libxml-SAX.html
-share/doc/libxml2/html/libxml-c14n.html
-share/doc/libxml2/html/libxml-catalog.html
-share/doc/libxml2/html/libxml-debugXML.html
-share/doc/libxml2/html/libxml-encoding.html
-share/doc/libxml2/html/libxml-entities.html
-share/doc/libxml2/html/libxml-globals.html
-share/doc/libxml2/html/libxml-hash.html
-share/doc/libxml2/html/libxml-lib.html
-share/doc/libxml2/html/libxml-nanoftp.html
-share/doc/libxml2/html/libxml-nanohttp.html
-share/doc/libxml2/html/libxml-notes.html
-share/doc/libxml2/html/libxml-parser.html
-share/doc/libxml2/html/libxml-parserInternals.html
-share/doc/libxml2/html/libxml-relaxng.html
-share/doc/libxml2/html/libxml-schemasInternals.html
-share/doc/libxml2/html/libxml-threads.html
-share/doc/libxml2/html/libxml-tree.html
-share/doc/libxml2/html/libxml-uri.html
-share/doc/libxml2/html/libxml-valid.html
-share/doc/libxml2/html/libxml-xinclude.html
-share/doc/libxml2/html/libxml-xmlIO.html
-share/doc/libxml2/html/libxml-xmlautomata.html
-share/doc/libxml2/html/libxml-xmlerror.html
-share/doc/libxml2/html/libxml-xmlmemory.html
-share/doc/libxml2/html/libxml-xmlreader.html
-share/doc/libxml2/html/libxml-xmlregexp.html
-share/doc/libxml2/html/libxml-xmlschemas.html
-share/doc/libxml2/html/libxml-xmlschemastypes.html
-share/doc/libxml2/html/libxml-xmlunicode.html
-share/doc/libxml2/html/libxml-xpath.html
-share/doc/libxml2/html/libxml-xpathInternals.html
-share/doc/libxml2/html/libxml-xpointer.html
-share/doc/libxml2/html/libxml.gif
-share/doc/libxml2/html/redhat.gif
-share/doc/libxml2/html/smallfootonly.gif
-share/doc/libxml2/html/structure.gif
-share/doc/libxml2/html/tutorial/apa.html
-share/doc/libxml2/html/tutorial/apb.html
-share/doc/libxml2/html/tutorial/apc.html
-share/doc/libxml2/html/tutorial/apd.html
-share/doc/libxml2/html/tutorial/ape.html
-share/doc/libxml2/html/tutorial/apf.html
-share/doc/libxml2/html/tutorial/apg.html
-share/doc/libxml2/html/tutorial/aph.html
-share/doc/libxml2/html/tutorial/ar01s02.html
-share/doc/libxml2/html/tutorial/ar01s03.html
-share/doc/libxml2/html/tutorial/ar01s04.html
-share/doc/libxml2/html/tutorial/ar01s05.html
-share/doc/libxml2/html/tutorial/ar01s06.html
-share/doc/libxml2/html/tutorial/ar01s07.html
-share/doc/libxml2/html/tutorial/ar01s08.html
-share/doc/libxml2/html/tutorial/images/blank.png
-share/doc/libxml2/html/tutorial/images/callouts/1.png
-share/doc/libxml2/html/tutorial/images/callouts/10.png
-share/doc/libxml2/html/tutorial/images/callouts/2.png
-share/doc/libxml2/html/tutorial/images/callouts/3.png
-share/doc/libxml2/html/tutorial/images/callouts/4.png
-share/doc/libxml2/html/tutorial/images/callouts/5.png
-share/doc/libxml2/html/tutorial/images/callouts/6.png
-share/doc/libxml2/html/tutorial/images/callouts/7.png
-share/doc/libxml2/html/tutorial/images/callouts/8.png
-share/doc/libxml2/html/tutorial/images/callouts/9.png
-share/doc/libxml2/html/tutorial/images/caution.png
-share/doc/libxml2/html/tutorial/images/draft.png
-share/doc/libxml2/html/tutorial/images/home.png
-share/doc/libxml2/html/tutorial/images/important.png
-share/doc/libxml2/html/tutorial/images/next.png
-share/doc/libxml2/html/tutorial/images/note.png
-share/doc/libxml2/html/tutorial/images/prev.png
-share/doc/libxml2/html/tutorial/images/tip.png
-share/doc/libxml2/html/tutorial/images/toc-blank.png
-share/doc/libxml2/html/tutorial/images/toc-minus.png
-share/doc/libxml2/html/tutorial/images/toc-plus.png
-share/doc/libxml2/html/tutorial/images/up.png
-share/doc/libxml2/html/tutorial/images/warning.png
-share/doc/libxml2/html/tutorial/includeaddattribute.c
-share/doc/libxml2/html/tutorial/includeaddkeyword.c
-share/doc/libxml2/html/tutorial/includeconvert.c
-share/doc/libxml2/html/tutorial/includegetattribute.c
-share/doc/libxml2/html/tutorial/includekeyword.c
-share/doc/libxml2/html/tutorial/index.html
-share/doc/libxml2/html/tutorial/ix01.html
-share/doc/libxml2/html/tutorial/xmltutorial.pdf
-share/doc/libxml2/html/w3c.png
-share/doc/libxml2/html/xml.html
-@dirrm share/doc/libxml2/html/tutorial/images/callouts
-@dirrm share/doc/libxml2/html/tutorial/images
-@dirrm share/doc/libxml2/html/tutorial
-@dirrm share/doc/libxml2/html
-%%PYTHON:%%@dirrm share/doc/libxml2-python/examples
-%%PYTHON:%%@dirrm share/doc/libxml2-python
-@dirrm share/doc/libxml2/examples
-@dirrm share/doc/libxml2
-@dirrm include/libxml2/libxml
-@dirrm include/libxml2
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
deleted file mode 100644
index 7f5ea6fa3..000000000
--- a/textproc/libxslt/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: libxslt
-# Date created: 9th February 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libxslt
-PORTVERSION= 1.0.33
-CATEGORIES= textproc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The XSLT C library for GNOME
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack gnometarget libxml2
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-
-MAN3= libexslt.3 libxslt.3
-MAN1= xsltproc.1
-
-.if !defined(WITHOUT_PYTHON)
-USE_PYTHON= yes
-PLIST_SUB+= PYTHON:=""
-CONFIGURE_ARGS+= --with-python=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-python
-PLIST_SUB+= PYTHON:="@comment "
-PKGNAMESUFFIX= -nopython
-.endif
-
-.if defined(WITH_MEM_DEBUG)
-CONFIGURE_ARGS+= --with-mem-debug
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "libxslt has several tunables:"
- @${ECHO_MSG} ""
- @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off python support"
- @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging"
- @${ECHO_MSG} ""
-
-.include <bsd.port.mk>
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
deleted file mode 100644
index 191961232..000000000
--- a/textproc/libxslt/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libxslt-1.0.33.tar.bz2) = 699e52b3eb862224d5f5b84c03f08676
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa
deleted file mode 100644
index 759d51f2d..000000000
--- a/textproc/libxslt/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in.orig Fri Sep 12 15:22:17 2003
-+++ Makefile.in Fri Sep 12 15:24:38 2003
-@@ -139,21 +139,20 @@
- @WITH_DEBUGGER_TRUE@ libexslt \
- @WITH_DEBUGGER_TRUE@ xsltproc \
- @WITH_DEBUGGER_TRUE@ doc \
--@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \
--@WITH_DEBUGGER_TRUE@ tests
-+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
-+
-
- @WITH_DEBUGGER_FALSE@SUBDIRS = \
- @WITH_DEBUGGER_FALSE@ libxslt \
- @WITH_DEBUGGER_FALSE@ libexslt \
- @WITH_DEBUGGER_FALSE@ xsltproc \
- @WITH_DEBUGGER_FALSE@ doc \
--@WITH_DEBUGGER_FALSE@ @PYTHON_SUBDIR@ \
--@WITH_DEBUGGER_FALSE@ tests
-+@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
-
-
- DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = xsltConf.sh
-
- bin_SCRIPTS = xslt-config
diff --git a/textproc/libxslt/files/patch-ab b/textproc/libxslt/files/patch-ab
deleted file mode 100644
index 9e1b2046a..000000000
--- a/textproc/libxslt/files/patch-ab
+++ /dev/null
@@ -1,8 +0,0 @@
---- libxslt/xsltconfig.h.in.orig Mon Mar 26 20:55:08 2001
-+++ libxslt/xsltconfig.h.in Thu Apr 19 22:20:46 2001
-@@ -23,3 +23,5 @@
- #ifdef __GNUC__
-+#ifndef __FreeBSD__
- #include <ansidecl.h>
-+#endif
- #ifndef ATTRIBUTE_UNUSED
diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure
deleted file mode 100644
index e644cf75e..000000000
--- a/textproc/libxslt/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Fri Sep 12 08:23:19 2003
-+++ configure Fri Sep 12 15:29:42 2003
-@@ -8644,6 +8644,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10300,7 +10301,7 @@
- fi
- if test "$with_python" != ""
- then
-- pythondir='$(PYTHON_SITE_PACKAGES)'
-+ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
- else
- pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
- fi
diff --git a/textproc/libxslt/files/patch-doc::Makefile.in b/textproc/libxslt/files/patch-doc::Makefile.in
deleted file mode 100644
index f5776263c..000000000
--- a/textproc/libxslt/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Fri Aug 23 08:37:53 2002
-+++ doc/Makefile.in Sat Aug 24 02:44:18 2002
-@@ -123,7 +123,7 @@
-
-
- # The name of the module.
--DOC_MODULE = libxslt-$(VERSION)
-+DOC_MODULE = libxslt
-
- # The top-level SGML file.
- DOC_MAIN_SGML_FILE = libxslt.sgml
diff --git a/textproc/libxslt/files/patch-libxslt::extra.c b/textproc/libxslt/files/patch-libxslt::extra.c
deleted file mode 100644
index b4039d8b4..000000000
--- a/textproc/libxslt/files/patch-libxslt::extra.c
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- libxslt/extra.c.orig Wed Aug 15 05:55:12 2001
-+++ libxslt/extra.c Mon Aug 27 13:24:28 2001
-@@ -235,7 +235,12 @@
- * Calling localtime() has the side-effect of setting timezone.
- * After we know the timezone, we can adjust for it
- */
-- lmt = gmt - timezone;
-+ /*
-+ * May be on some stupid Linux localtime() have such side-effect,
-+ * but FreeBSD DOESN'T HAVE such side-ffect, so we should use
-+ * local_tm.
-+ */
-+ lmt = gmt - local_tm->tm_gmtoff;
-
- /*
- * FIXME: it's been too long since I did manual memory management.
diff --git a/textproc/libxslt/files/patch-libxslt::xslt.h b/textproc/libxslt/files/patch-libxslt::xslt.h
deleted file mode 100644
index 72db80ae0..000000000
--- a/textproc/libxslt/files/patch-libxslt::xslt.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- libxslt/xslt.h 2001/12/06 12:04:42 1.1
-+++ libxslt/xslt.h 2001/12/06 12:07:32
-@@ -11,6 +11,12 @@
-
- #include <libxml/tree.h>
-
-+#if defined(WIN32) && defined(_MSC_VER)
-+#include <libxslt/xsltwin32config.h>
-+#else
-+#include <libxslt/xsltconfig.h>
-+#endif
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in
deleted file mode 100644
index ce298bb2a..000000000
--- a/textproc/libxslt/files/patch-python::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- python/Makefile.in.orig Mon Apr 15 21:07:35 2002
-+++ python/Makefile.in Thu Apr 18 14:23:11 2002
-@@ -129,7 +129,7 @@
- -I$(top_srcdir)
-
-
--DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
-+DOCS_DIR = $(datadir)/doc/libxslt-python
- # libxsltclass.txt is generated
- DOCS = TODO
-
diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in
deleted file mode 100644
index b2b22d6ee..000000000
--- a/textproc/libxslt/files/patch-python::tests::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/tests/Makefile.in.orig Fri Sep 12 15:25:00 2003
-+++ python/tests/Makefile.in Fri Sep 12 15:25:38 2003
-@@ -133,7 +133,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
- pythondir = @pythondir@
--EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
-+EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples
-
- TESTSPY = \
- basic.py \
diff --git a/textproc/libxslt/pkg-descr b/textproc/libxslt/pkg-descr
deleted file mode 100644
index 707c01ff0..000000000
--- a/textproc/libxslt/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-An XSL Transformations (XSLT) library being developed for the GNOME project.
-
-WWW: http://xmlsoft.org/XSLT/
-WWW: http://www.w3.org/TR/xslt
diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist
deleted file mode 100644
index 379423f13..000000000
--- a/textproc/libxslt/pkg-plist
+++ /dev/null
@@ -1,113 +0,0 @@
-bin/xslt-config
-bin/xsltproc
-etc/xsltConf.sh
-include/libexslt/exslt.h
-include/libexslt/exsltconfig.h
-include/libexslt/exsltexports.h
-include/libxslt/attributes.h
-include/libxslt/documents.h
-include/libxslt/extensions.h
-include/libxslt/extra.h
-include/libxslt/functions.h
-include/libxslt/imports.h
-include/libxslt/keys.h
-include/libxslt/namespaces.h
-include/libxslt/numbersInternals.h
-include/libxslt/pattern.h
-include/libxslt/preproc.h
-include/libxslt/security.h
-include/libxslt/templates.h
-include/libxslt/transform.h
-include/libxslt/variables.h
-include/libxslt/xslt.h
-include/libxslt/xsltInternals.h
-include/libxslt/xsltconfig.h
-include/libxslt/xsltexports.h
-include/libxslt/xsltutils.h
-lib/libexslt.a
-lib/libexslt.so
-lib/libexslt.so.7
-lib/libxslt.a
-lib/libxslt.so
-lib/libxslt.so.1
-lib/libxsltbreakpoint.a
-lib/libxsltbreakpoint.so
-lib/libxsltbreakpoint.so.1
-%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxslt.py
-%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxsltmod.so
-libdata/pkgconfig/libxslt.pc
-share/aclocal/libxslt.m4
-%%PYTHON:%%share/doc/libxslt-python/TODO
-%%PYTHON:%%share/doc/libxslt-python/examples/basic.py
-%%PYTHON:%%share/doc/libxslt-python/examples/exslt.py
-%%PYTHON:%%share/doc/libxslt-python/examples/extelem.py
-%%PYTHON:%%share/doc/libxslt-python/examples/extfunc.py
-%%PYTHON:%%share/doc/libxslt-python/examples/pyxsltproc.py
-%%PYTHON:%%share/doc/libxslt-python/examples/test.xml
-%%PYTHON:%%share/doc/libxslt-python/examples/test.xsl
-share/doc/libxslt/html/API.html
-share/doc/libxslt/html/APIchunk0.html
-share/doc/libxslt/html/APIchunk1.html
-share/doc/libxslt/html/APIchunk2.html
-share/doc/libxslt/html/APIchunk3.html
-share/doc/libxslt/html/APIchunk4.html
-share/doc/libxslt/html/APIchunk5.html
-share/doc/libxslt/html/APIchunk6.html
-share/doc/libxslt/html/APIchunk7.html
-share/doc/libxslt/html/APIconstructors.html
-share/doc/libxslt/html/APIfiles.html
-share/doc/libxslt/html/APIfunctions.html
-share/doc/libxslt/html/APIsymbols.html
-share/doc/libxslt/html/FAQ.html
-share/doc/libxslt/html/Libxslt-Logo-180x168.gif
-share/doc/libxslt/html/Libxslt-Logo-90x34.gif
-share/doc/libxslt/html/book1.html
-share/doc/libxslt/html/bugs.html
-share/doc/libxslt/html/contexts.gif
-share/doc/libxslt/html/contribs.html
-share/doc/libxslt/html/docbook.html
-share/doc/libxslt/html/docs.html
-share/doc/libxslt/html/downloads.html
-share/doc/libxslt/html/extensions.html
-share/doc/libxslt/html/help.html
-share/doc/libxslt/html/index.html
-share/doc/libxslt/html/internals.html
-share/doc/libxslt/html/intro.html
-share/doc/libxslt/html/libxslt-attributes.html
-share/doc/libxslt/html/libxslt-extensions.html
-share/doc/libxslt/html/libxslt-functions.html
-share/doc/libxslt/html/libxslt-imports.html
-share/doc/libxslt/html/libxslt-keys.html
-share/doc/libxslt/html/libxslt-lib.html
-share/doc/libxslt/html/libxslt-namespaces.html
-share/doc/libxslt/html/libxslt-notes.html
-share/doc/libxslt/html/libxslt-numbersInternals.html
-share/doc/libxslt/html/libxslt-pattern.html
-share/doc/libxslt/html/libxslt-templates.html
-share/doc/libxslt/html/libxslt-transform.html
-share/doc/libxslt/html/libxslt-variables.html
-share/doc/libxslt/html/libxslt-xslt.html
-share/doc/libxslt/html/libxslt-xsltInternals.html
-share/doc/libxslt/html/libxslt-xsltutils.html
-share/doc/libxslt/html/news.html
-share/doc/libxslt/html/node.gif
-share/doc/libxslt/html/object.gif
-share/doc/libxslt/html/processing.gif
-share/doc/libxslt/html/python.html
-share/doc/libxslt/html/redhat.gif
-share/doc/libxslt/html/smallfootonly.gif
-share/doc/libxslt/html/stylesheet.gif
-share/doc/libxslt/html/templates.gif
-share/doc/libxslt/html/tutorial/libxslt_tutorial.c
-share/doc/libxslt/html/tutorial/libxslttutorial.html
-share/doc/libxslt/html/tutorial/libxslttutorial.xml
-share/doc/libxslt/html/xslt.html
-share/doc/libxslt/html/xsltproc.html
-share/doc/libxslt/html/xsltproc2.html
-@dirrm share/doc/libxslt/html/tutorial
-@dirrm share/doc/libxslt/html
-%%PYTHON:%%@dirrm share/doc/libxslt-python/examples
-%%PYTHON:%%@dirrm share/doc/libxslt-python
-@dirrm share/doc/libxslt
-@dirrm include/libxslt
-@dirrm include/libexslt