diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-19 18:13:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-19 18:13:21 +0000 |
commit | d8c335791329f2c1938128b63db199c1c309cd4e (patch) | |
tree | 622ed3f25813b5866c5c89a1e33816ba7c711df2 /textproc | |
parent | a8e65fde4b9598df51b776776180429523147db3 (diff) | |
download | ports-d8c335791329f2c1938128b63db199c1c309cd4e.tar.gz ports-d8c335791329f2c1938128b63db199c1c309cd4e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-wbxml/Makefile | 32 | ||||
-rw-r--r-- | textproc/py-wbxml/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-wbxml/pkg-descr | 3 |
4 files changed, 0 insertions, 39 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1f04bccaddb6..72430ebaf7e1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -882,7 +882,6 @@ SUBDIR += py-texttable SUBDIR += py-tvgrab SUBDIR += py-twistedLore - SUBDIR += py-wbxml SUBDIR += py-wordnet SUBDIR += py-xlwriter SUBDIR += py-xml diff --git a/textproc/py-wbxml/Makefile b/textproc/py-wbxml/Makefile deleted file mode 100644 index f4aff19dd24b..000000000000 --- a/textproc/py-wbxml/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: py-wbxml -# Date Created: 13 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# -# $FreeBSD$ -# - -PORTNAME= wbxml -PORTVERSION= 0.1 -CATEGORIES= textproc python -MASTER_SITES= SF/synce -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@logvinov.com -COMMENT= Python bindings for the wbxml2 library - -LIB_DEPENDS= wbxml2.0:${PORTSDIR}/textproc/wbxml2 -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex - -GNU_CONFIGURE= yes -USE_GNOME= gnometarget -USE_PYTHON= yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pywbxml.a \ - %%PYTHON_SITELIBDIR%%/pywbxml.la \ - %%PYTHON_SITELIBDIR%%/pywbxml.so - -DEPRECATED= No longer supported by developers -EXPIRATION_DATE= 2009-01-24 - -.include <bsd.port.mk> diff --git a/textproc/py-wbxml/distinfo b/textproc/py-wbxml/distinfo deleted file mode 100644 index 42ea02f06c4b..000000000000 --- a/textproc/py-wbxml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pywbxml-0.1.tar.gz) = 6a1181b7be09ba69fe6768a0f6156416 -SHA256 (pywbxml-0.1.tar.gz) = 8cc3e6131780ac0720f3765cd6e30c4757945508a988491c60e4abf4c6a17fcc -SIZE (pywbxml-0.1.tar.gz) = 315507 diff --git a/textproc/py-wbxml/pkg-descr b/textproc/py-wbxml/pkg-descr deleted file mode 100644 index 143deac41ecf..000000000000 --- a/textproc/py-wbxml/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for the wbxml2 library. - -WWW: http://www.synce.org/moin/ |