summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-14 04:38:04 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-14 04:38:04 +0800
commit011534f99edb6cdab1ae3a4cde9e343399635802 (patch)
tree5960cbaa0d615473f31b7b35f429549d71b9cb83 /textproc
parentbb91b830f556e08c934367ad6e8188a3d9e666c8 (diff)
downloadmarcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar.gz
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar.bz2
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar.lz
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar.xz
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.tar.zst
marcuscom-ports-011534f99edb6cdab1ae3a4cde9e343399635802.zip
libxml2 and python bindings where merged into ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19661 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile66
-rw-r--r--textproc/libxml2/distinfo2
-rw-r--r--textproc/libxml2/files/patch-Makefile.in29
-rw-r--r--textproc/libxml2/files/patch-config.h.in11
-rw-r--r--textproc/libxml2/files/patch-configure11
-rw-r--r--textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in9
-rw-r--r--textproc/libxml2/files/patch-libxml-2.0.pc.in9
-rw-r--r--textproc/libxml2/files/patch-python_Makefile.in20
-rw-r--r--textproc/libxml2/files/patch-python_drv-libxml2.py46
-rw-r--r--textproc/libxml2/files/patch-python_setup.py.in142
-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/pkg-descr6
-rw-r--r--textproc/libxml2/pkg-plist64
-rw-r--r--textproc/py-libxml2/Makefile36
-rw-r--r--textproc/py-libxml2/pkg-descr3
-rw-r--r--textproc/py-libxml2/pkg-plist7
-rw-r--r--textproc/py3-libxml2/Makefile37
-rw-r--r--textproc/py3-libxml2/pkg-descr3
-rw-r--r--textproc/py3-libxml2/pkg-plist9
20 files changed, 0 insertions, 539 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
deleted file mode 100644
index 3b3894267..000000000
--- a/textproc/libxml2/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# Created by: Yukihiro Nakai <Nakai@technologist.com>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= libxml2
-PORTVERSION= 2.9.1
-PORTREVISION?= 0
-CATEGORIES?= textproc gnome
-MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
- http://xmlsoft.org/sources/ \
- ftp://gd.tuwien.ac.at/pub/libxml/
-DIST_SUBDIR= gnome2
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= XML parser library for GNOME
-
-.if !defined(REFERENCE_PORT)
-
-GNU_CONFIGURE= yes
-USES= gmake iconv libtool:keepla pathfix pkgconfig shebangfix
-USE_LDCONFIG= yes
-CONFIGURE_ARGS?=--with-iconv=${ICONVBASE} \
- --with-html-dir=${PREFIX}/share/doc \
- --with-html-subdir=${PORTNAME} \
- --with-lzma=/usr \
- --without-python
-SHEBANG_FILES= *.py */*.py */*/*.py
-
-PLIST_SUB+= LIBVERSION=${PORTVERSION}
-
-.if !defined(MASTERDIR)
-
-OPTIONS_DEFINE= SCHEMA THREADS MEM_DEBUG XMLLINT_HIST THREAD_ALLOC
-OPTIONS_DEFAULT=SCHEMA THREADS
-SCHEMA_DESC= XML schema support
-SCHEMA_CONFIGURE_WITH=schemas
-THREADS_DESC= Threads support
-THREADS_CONFIGURE_WITH=threads
-MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!)
-MEM_DEBUG_CONFIGURE_WITH=mem-debug
-XMLLINT_HIST_DESC= History for xmllint
-XMLLINT_HIST_CONFIGURE_WITH=history
-THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!)
-THREAD_ALLOC_CONFIGURE_WITH=thread-alloc
-
-.endif # !defined(MASTERDIR)
-
-post-patch:
-.for d in . doc doc/devhelp doc/examples
- @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \
- ${WRKSRC}/${d}/Makefile.in
-.endfor
-.for f in catalog.c xmlcatalog.c xmllint.c doc/xmllint.1
- @${REINPLACE_CMD} -e \
- 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \
- s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f}
-.endfor
-
-.if !defined(MASTERDIR)
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxml2.so.2
-.endif
-
-.include <bsd.port.mk>
-
-.endif
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
deleted file mode 100644
index 608b41ab7..000000000
--- a/textproc/libxml2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/libxml2-2.9.1.tar.gz) = fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb
-SIZE (gnome2/libxml2-2.9.1.tar.gz) = 5172503
diff --git a/textproc/libxml2/files/patch-Makefile.in b/textproc/libxml2/files/patch-Makefile.in
deleted file mode 100644
index f1d4208f6..000000000
--- a/textproc/libxml2/files/patch-Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.in.orig 2013-11-24 09:26:25.000000000 +0100
-+++ Makefile.in 2013-11-24 09:26:37.000000000 +0100
-@@ -1130,7 +1130,7 @@
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
-
- .c.lo:
--@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -fPIC -DPIC -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@@ -1635,7 +1635,7 @@
- check-am: all-am
- check: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) check-recursive
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
-+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
- config.h
- install-binPROGRAMS: install-libLTLIBRARIES
-
-@@ -1703,7 +1703,7 @@
-
- info-am:
-
--install-data-am: install-data-local install-m4dataDATA install-man \
-+install-data-am: install-m4dataDATA install-man \
- install-pkgconfigDATA
-
- install-dvi: install-dvi-recursive
diff --git a/textproc/libxml2/files/patch-config.h.in b/textproc/libxml2/files/patch-config.h.in
deleted file mode 100644
index 419a2c5de..000000000
--- a/textproc/libxml2/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in.orig 2012-05-23 10:56:31.000000000 +0200
-+++ config.h.in 2012-07-23 09:34:22.000000000 +0200
-@@ -1,5 +1,8 @@
- /* config.h.in. Generated from configure.in by autoheader. */
-
-+/* XXX */
-+#define HAVE_VFSCANF
-+
- /* Define to 1 if you have the <ansidecl.h> header file. */
- #undef HAVE_ANSIDECL_H
-
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure
deleted file mode 100644
index 4105c2da4..000000000
--- a/textproc/libxml2/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2013-11-24 09:41:13.000000000 +0100
-+++ configure 2013-11-24 09:41:55.000000000 +0100
-@@ -14499,6 +14499,8 @@
- fi
- fi
- ;;
-+ *freebsd*) THREAD_LIBS=""
-+ ;;
- esac
- if test "$WITH_THREADS" = "1" ; then
- THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
diff --git a/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in b/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
deleted file mode 100644
index d8e7102df..000000000
--- a/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- libxml-2.0-uninstalled.pc.in.orig 2009-07-30 11:24:34.000000000 -0400
-+++ libxml-2.0-uninstalled.pc.in 2013-04-09 15:37:18.000000000 -0400
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Description: libXML library version2.
- Requires:
--Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
-+Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
- Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@
diff --git a/textproc/libxml2/files/patch-libxml-2.0.pc.in b/textproc/libxml2/files/patch-libxml-2.0.pc.in
deleted file mode 100644
index 37f94ce3d..000000000
--- a/textproc/libxml2/files/patch-libxml-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- libxml-2.0.pc.in.orig 2010-05-14 11:26:41.000000000 -0400
-+++ libxml-2.0.pc.in 2013-04-09 15:35:53.000000000 -0400
-@@ -9,5 +9,5 @@
- Description: libXML library version2.
- Requires:
- Libs: -L${libdir} -lxml2
--Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
-+Libs.private: @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
- Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
diff --git a/textproc/libxml2/files/patch-python_Makefile.in b/textproc/libxml2/files/patch-python_Makefile.in
deleted file mode 100644
index 6477ed688..000000000
--- a/textproc/libxml2/files/patch-python_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- python/Makefile.in.orig 2013-11-24 08:47:04.000000000 +0100
-+++ python/Makefile.in 2013-11-24 08:51:02.000000000 +0100
-@@ -415,7 +415,7 @@
-
- # Makefile for libxml2 python library
- AUTOMAKE_OPTIONS = 1.4 foreign
--SUBDIRS = . tests
-+SUBDIRS = .
- docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
- dist_docs_DATA = TODO
- EXTRA_DIST = \
-@@ -435,7 +435,7 @@
- @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la
- @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
- @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
--@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
-+@WITH_PYTHON_TRUE@ -lxml2 $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
-
- @WITH_PYTHON_TRUE@BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
- @WITH_PYTHON_TRUE@dist_python_DATA = \
diff --git a/textproc/libxml2/files/patch-python_drv-libxml2.py b/textproc/libxml2/files/patch-python_drv-libxml2.py
deleted file mode 100644
index fbcc9e6ad..000000000
--- a/textproc/libxml2/files/patch-python_drv-libxml2.py
+++ /dev/null
@@ -1,46 +0,0 @@
-From 6c9c611beed57f001ca3ae6b964518d9c7336a69 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Thu, 11 Jul 2013 03:00:54 +0000
-Subject: python: fix drv_libxml2.py for python3 compatibility
-
-https://bugzilla.gnome.org/show_bug.cgi?id=703979
----
-diff --git a/python/drv_libxml2.py b/python/drv_libxml2.py
-index e43fb1d..c9075e6 100644
---- python/drv_libxml2.py
-+++ python/drv_libxml2.py
-@@ -34,12 +34,20 @@ TODO
-
- """
-
--__author__ = u"Stéphane Bidoul <sbi@skynet.be>"
-+__author__ = "Stéphane Bidoul <sbi@skynet.be>"
- __version__ = "0.3"
-
-+import sys
- import codecs
--from types import StringType, UnicodeType
--StringTypes = (StringType,UnicodeType)
-+
-+if sys.version < "3":
-+ __author__ = codecs.unicode_escape_decode(__author__)[0]
-+
-+ from types import StringType, UnicodeType
-+ StringTypes = (StringType,UnicodeType)
-+
-+else:
-+ StringTypes = (str)
-
- from xml.sax._exceptions import *
- from xml.sax import xmlreader, saxutils
-@@ -65,7 +73,7 @@ def _d(s):
-
- try:
- import libxml2
--except ImportError, e:
-+except ImportError as e:
- raise SAXReaderNotAvailable("libxml2 not available: " \
- "import error was: %s" % e)
-
---
-cgit v0.9.2
diff --git a/textproc/libxml2/files/patch-python_setup.py.in b/textproc/libxml2/files/patch-python_setup.py.in
deleted file mode 100644
index 72f7423a5..000000000
--- a/textproc/libxml2/files/patch-python_setup.py.in
+++ /dev/null
@@ -1,142 +0,0 @@
---- python/setup.py.in.orig 2014-03-24 21:27:16.000000000 +0100
-+++ python/setup.py.in 2014-03-24 21:31:10.000000000 +0100
-@@ -67,7 +67,7 @@
- for dir in includes_dir:
- if not missing(dir + "/libxml2/libxml/tree.h"):
- xml_includes=dir + "/libxml2"
-- break;
-+ break;
-
- if xml_includes == "":
- print("failed to find headers for libxml2: update includes_dir")
-@@ -77,7 +77,7 @@
- for dir in includes_dir:
- if not missing(dir + "/iconv.h"):
- iconv_includes=dir
-- break;
-+ break;
-
- if iconv_includes == "":
- print("failed to find headers for libiconv: update includes_dir")
-@@ -90,22 +90,22 @@
-
- xml_files = ["libxml2-api.xml", "libxml2-python-api.xml",
- "libxml.c", "libxml.py", "libxml_wrap.h", "types.c",
-- "xmlgenerator.py", "README", "TODO", "drv_libxml2.py"]
-+ "xmlgenerator.py", "README", "TODO", "drv_libxml2.py"]
-
- xslt_files = ["libxslt-api.xml", "libxslt-python-api.xml",
- "libxslt.c", "libxsl.py", "libxslt_wrap.h",
-- "xsltgenerator.py"]
-+ "xsltgenerator.py"]
-
- if missing("libxml2-py.c") or missing("libxml2.py"):
- try:
-- try:
-- import xmlgenerator
-- except:
-- import generator
-+ try:
-+ import xmlgenerator
-+ except:
-+ import generator
- except:
-- print("failed to find and generate stubs for libxml2, aborting ...")
-- print(sys.exc_info()[0], sys.exc_info()[1])
-- sys.exit(1)
-+ print("failed to find and generate stubs for libxml2, aborting ...")
-+ print(sys.exc_info()[0], sys.exc_info()[1])
-+ sys.exit(1)
-
- head = open("libxml.py", "r")
- generated = open("libxml2class.py", "r")
-@@ -116,7 +116,7 @@
- else:
- result.write(line)
- for line in generated.readlines():
-- result.write(line)
-+ result.write(line)
- head.close()
- generated.close()
- result.close()
-@@ -126,39 +126,39 @@
- if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
- print("libxslt stub generator not found, libxslt not built")
- else:
-- try:
-- import xsltgenerator
-- except:
-- print("failed to generate stubs for libxslt, aborting ...")
-- print(sys.exc_info()[0], sys.exc_info()[1])
-- else:
-- head = open("libxsl.py", "r")
-- generated = open("libxsltclass.py", "r")
-- result = open("libxslt.py", "w")
-- for line in head.readlines():
-+ try:
-+ import xsltgenerator
-+ except:
-+ print("failed to generate stubs for libxslt, aborting ...")
-+ print(sys.exc_info()[0], sys.exc_info()[1])
-+ else:
-+ head = open("libxsl.py", "r")
-+ generated = open("libxsltclass.py", "r")
-+ result = open("libxslt.py", "w")
-+ for line in head.readlines():
- if WITHDLLS:
- result.write(altImport(line))
- else:
- result.write(line)
-- for line in generated.readlines():
-- result.write(line)
-- head.close()
-- generated.close()
-- result.close()
-- with_xslt=1
-+ for line in generated.readlines():
-+ result.write(line)
-+ head.close()
-+ generated.close()
-+ result.close()
-+ with_xslt=1
- else:
- with_xslt=1
-
- if with_xslt == 1:
- xslt_includes=""
- for dir in includes_dir:
-- if not missing(dir + "/libxslt/xsltconfig.h"):
-- xslt_includes=dir + "/libxslt"
-- break;
-+ if not missing(dir + "/libxslt/xsltconfig.h"):
-+ xslt_includes=dir + "/libxslt"
-+ break;
-
- if xslt_includes == "":
-- print("failed to find headers for libxslt: update includes_dir")
-- with_xslt = 0
-+ print("failed to find headers for libxslt: update includes_dir")
-+ with_xslt = 0
-
-
- descr = "libxml2 package"
-@@ -198,7 +198,7 @@
- libraries=libs, define_macros=macros)]
- if with_xslt == 1:
- extens.append(Extension('libxsltmod', xslt_c_files, include_dirs=includes,
-- library_dirs=libdirs,
-+ library_dirs=libdirs,
- libraries=libs, define_macros=macros))
-
- if missing("MANIFEST"):
-@@ -208,8 +208,8 @@
- for file in xml_files:
- manifest.write(file + "\n")
- if with_xslt == 1:
-- for file in xslt_files:
-- manifest.write(file + "\n")
-+ for file in xslt_files:
-+ manifest.write(file + "\n")
- manifest.close()
-
- if WITHDLLS:
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 405539d86..000000000
--- a/textproc/libxml2/files/patch-python_tests_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/tests/Makefile.in.orig 2008-05-23 22:41:49.000000000 -0500
-+++ python/tests/Makefile.in 2008-05-23 22:42:12.000000000 -0500
-@@ -270,7 +270,7 @@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
-+exampledir = $(datadir)/examples/py-libxml2
- dist_example_DATA = $(PYTESTS) $(XMLS)
- 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/pkg-descr b/textproc/libxml2/pkg-descr
deleted file mode 100644
index c64953cf9..000000000
--- a/textproc/libxml2/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Libxml2 is the XML C parser and toolkit developed for the Gnome project (but
-usable outside of the Gnome platform). XML itself is a metalanguage to design
-markup languages, i.e. text language where semantic and structure are added to
-the content using extra "markup" information enclosed between angle brackets.
-
-WWW: http://xmlsoft.org/
diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist
deleted file mode 100644
index a29dbf73f..000000000
--- a/textproc/libxml2/pkg-plist
+++ /dev/null
@@ -1,64 +0,0 @@
-bin/xml2-config
-bin/xmlcatalog
-bin/xmllint
-include/libxml2/libxml/DOCBparser.h
-include/libxml2/libxml/HTMLparser.h
-include/libxml2/libxml/HTMLtree.h
-include/libxml2/libxml/SAX.h
-include/libxml2/libxml/SAX2.h
-include/libxml2/libxml/c14n.h
-include/libxml2/libxml/catalog.h
-include/libxml2/libxml/chvalid.h
-include/libxml2/libxml/debugXML.h
-include/libxml2/libxml/dict.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/pattern.h
-include/libxml2/libxml/relaxng.h
-include/libxml2/libxml/schemasInternals.h
-include/libxml2/libxml/schematron.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/xmlexports.h
-include/libxml2/libxml/xmlmemory.h
-include/libxml2/libxml/xmlmodule.h
-include/libxml2/libxml/xmlreader.h
-include/libxml2/libxml/xmlregexp.h
-include/libxml2/libxml/xmlsave.h
-include/libxml2/libxml/xmlschemas.h
-include/libxml2/libxml/xmlschemastypes.h
-include/libxml2/libxml/xmlstring.h
-include/libxml2/libxml/xmlunicode.h
-include/libxml2/libxml/xmlversion.h
-include/libxml2/libxml/xmlwriter.h
-include/libxml2/libxml/xpath.h
-include/libxml2/libxml/xpathInternals.h
-include/libxml2/libxml/xpointer.h
-lib/libxml2.a
-lib/libxml2.la
-lib/libxml2.so
-lib/libxml2.so.2
-lib/libxml2.so.%%LIBVERSION%%
-lib/xml2Conf.sh
-libdata/pkgconfig/libxml-2.0.pc
-share/aclocal/libxml.m4
-man/man1/xml2-config.1.gz
-man/man1/xmllint.1.gz
-man/man1/xmlcatalog.1.gz
-man/man3/libxml.3.gz
-@dirrm include/libxml2/libxml
-@dirrm include/libxml2
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
deleted file mode 100644
index 91fcd74c9..000000000
--- a/textproc/py-libxml2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTREVISION= 0
-CATEGORIES= textproc gnome python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python interface for XML parser library for GNOME
-
-MASTERDIR= ${.CURDIR}/../libxml2
-BUILD_WRKSRC= ${WRKSRC}/python
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-USE_GNOME+= libxml2
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
-
-CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
-LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
-CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \
- --with-html-dir=${PREFIX}/share/doc \
- --with-html-subdir=${PORTNAME} \
- --with-python=${PYTHON_CMD}
-
-DOCSDIR= ${PREFIX}/share/doc/py-libxml2
-EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libxml2mod.so
-
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/py-libxml2/pkg-descr b/textproc/py-libxml2/pkg-descr
deleted file mode 100644
index afb7cf4dd..000000000
--- a/textproc/py-libxml2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Python interface for XML parser library for GNOME
-
-WWW: http://xmlsoft.org/
diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist
deleted file mode 100644
index 9c9155aa2..000000000
--- a/textproc/py-libxml2/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%PYTHON_SITELIBDIR%%/drv_libxml2.py
-%%PYTHON_SITELIBDIR%%/drv_libxml2.pyc
-%%PYTHON_SITELIBDIR%%/drv_libxml2.pyo
-%%PYTHON_SITELIBDIR%%/libxml2.py
-%%PYTHON_SITELIBDIR%%/libxml2.pyc
-%%PYTHON_SITELIBDIR%%/libxml2.pyo
-%%PYTHON_SITELIBDIR%%/libxml2mod.so
diff --git a/textproc/py3-libxml2/Makefile b/textproc/py3-libxml2/Makefile
deleted file mode 100644
index 53dba1635..000000000
--- a/textproc/py3-libxml2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTREVISION= 0
-CATEGORIES= textproc gnome python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python interface for XML parser library for GNOME
-
-MASTERDIR= ${.CURDIR}/../libxml2
-BUILD_WRKSRC= ${WRKSRC}/python
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-USE_GNOME+= libxml2
-USE_PYTHON= 3
-USE_PYDISTUTILS=yes
-PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
-PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//}
-
-CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
-LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
-CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \
- --with-html-dir=${PREFIX}/share/doc \
- --with-html-subdir=${PORTNAME} \
- --with-python=${PYTHON_CMD}
-
-DOCSDIR= ${PREFIX}/share/doc/py-libxml2
-EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libxml2mod.so
-
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/py3-libxml2/pkg-descr b/textproc/py3-libxml2/pkg-descr
deleted file mode 100644
index afb7cf4dd..000000000
--- a/textproc/py3-libxml2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Python interface for XML parser library for GNOME
-
-WWW: http://xmlsoft.org/
diff --git a/textproc/py3-libxml2/pkg-plist b/textproc/py3-libxml2/pkg-plist
deleted file mode 100644
index bbda20c6d..000000000
--- a/textproc/py3-libxml2/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%PYTHON_SITELIBDIR%%/__pycache__/drv_libxml2.cpython-%%PYTVER%%.pyc
-%%PYTHON_SITELIBDIR%%/__pycache__/drv_libxml2.cpython-%%PYTVER%%.pyo
-%%PYTHON_SITELIBDIR%%/__pycache__/libxml2.cpython-%%PYTVER%%.pyc
-%%PYTHON_SITELIBDIR%%/__pycache__/libxml2.cpython-%%PYTVER%%.pyo
-%%PYTHON_SITELIBDIR%%/drv_libxml2.py
-%%PYTHON_SITELIBDIR%%/libxml2.py
-%%PYTHON_SITELIBDIR%%/libxml2mod.so
-@dirrmtry %%PYTHON_SITELIBDIR%%/__pycache__
-