summaryrefslogtreecommitdiffstats
path: root/textproc/py-libxml2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-04 18:10:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-04 18:10:19 +0800
commit8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8 (patch)
tree6dd518fd483a3f80899286b64963f43cb6212520 /textproc/py-libxml2
parent5f2375dbd5052d664e176a11c247fb7fd4d254a7 (diff)
downloadmarcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar.gz
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar.bz2
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar.lz
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar.xz
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.tar.zst
marcuscom-ports-8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8.zip
Update to 2.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r--textproc/py-libxml2/Makefile37
-rw-r--r--textproc/py-libxml2/pkg-descr3
-rw-r--r--textproc/py-libxml2/pkg-plist62
3 files changed, 102 insertions, 0 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
new file mode 100644
index 000000000..cd4136816
--- /dev/null
+++ b/textproc/py-libxml2/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: py-libxml2
+# Date created: 30 Jun 2004
+# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+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= gnomehack libxml2
+USE_PYTHON= yes
+CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
+LDFLAGS+= `${PYTHON_VERSION}-config --libs`
+CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
+ --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:
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
+ @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/py-libxml2/pkg-descr b/textproc/py-libxml2/pkg-descr
new file mode 100644
index 000000000..afb7cf4dd
--- /dev/null
+++ b/textproc/py-libxml2/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000..bfa1da59c
--- /dev/null
+++ b/textproc/py-libxml2/pkg-plist
@@ -0,0 +1,62 @@
+%%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.a
+%%PYTHON_SITELIBDIR%%/libxml2mod.la
+%%PYTHON_SITELIBDIR%%/libxml2mod.so
+%%DOCSDIR%%/TODO
+%%EXAMPLESDIR%%/attribs.py
+%%EXAMPLESDIR%%/build.py
+%%EXAMPLESDIR%%/compareNodes.py
+%%EXAMPLESDIR%%/ctxterror.py
+%%EXAMPLESDIR%%/cutnpaste.py
+%%EXAMPLESDIR%%/dtdvalid.py
+%%EXAMPLESDIR%%/error.py
+%%EXAMPLESDIR%%/inbuf.py
+%%EXAMPLESDIR%%/indexes.py
+%%EXAMPLESDIR%%/invalid.xml
+%%EXAMPLESDIR%%/nsdel.py
+%%EXAMPLESDIR%%/outbuf.py
+%%EXAMPLESDIR%%/push.py
+%%EXAMPLESDIR%%/pushSAX.py
+%%EXAMPLESDIR%%/pushSAXhtml.py
+%%EXAMPLESDIR%%/reader.py
+%%EXAMPLESDIR%%/reader2.py
+%%EXAMPLESDIR%%/reader3.py
+%%EXAMPLESDIR%%/reader4.py
+%%EXAMPLESDIR%%/reader5.py
+%%EXAMPLESDIR%%/reader6.py
+%%EXAMPLESDIR%%/reader7.py
+%%EXAMPLESDIR%%/reader8.py
+%%EXAMPLESDIR%%/readererr.py
+%%EXAMPLESDIR%%/readernext.py
+%%EXAMPLESDIR%%/regexp.py
+%%EXAMPLESDIR%%/relaxng.py
+%%EXAMPLESDIR%%/resolver.py
+%%EXAMPLESDIR%%/schema.py
+%%EXAMPLESDIR%%/serialize.py
+%%EXAMPLESDIR%%/sync.py
+%%EXAMPLESDIR%%/test.dtd
+%%EXAMPLESDIR%%/thread2.py
+%%EXAMPLESDIR%%/tst.py
+%%EXAMPLESDIR%%/tst.xml
+%%EXAMPLESDIR%%/tstLastError.py
+%%EXAMPLESDIR%%/tstURI.py
+%%EXAMPLESDIR%%/tstmem.py
+%%EXAMPLESDIR%%/tstxpath.py
+%%EXAMPLESDIR%%/valid.xml
+%%EXAMPLESDIR%%/validDTD.py
+%%EXAMPLESDIR%%/validRNG.py
+%%EXAMPLESDIR%%/validSchemas.py
+%%EXAMPLESDIR%%/validate.py
+%%EXAMPLESDIR%%/walker.py
+%%EXAMPLESDIR%%/xpath.py
+%%EXAMPLESDIR%%/xpathext.py
+%%EXAMPLESDIR%%/xpathleak.py
+%%EXAMPLESDIR%%/xpathns.py
+%%EXAMPLESDIR%%/xpathret.py
+@dirrm %%EXAMPLESDIR%%
+@dirrm %%DOCSDIR%%