diff options
author | pav <pav@FreeBSD.org> | 2009-01-20 02:13:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-20 02:13:21 +0800 |
commit | c9b46713adb3569725dc2a24f7ee612ee4b6a448 (patch) | |
tree | 370d26de15f3c2f7af824a6ba2b4ba028b197bd2 /textproc | |
parent | 5ff411b16f3151550eb16d57624af2040c9b45da (diff) | |
download | freebsd-ports-gnome-c9b46713adb3569725dc2a24f7ee612ee4b6a448.tar.gz freebsd-ports-gnome-c9b46713adb3569725dc2a24f7ee612ee4b6a448.tar.zst freebsd-ports-gnome-c9b46713adb3569725dc2a24f7ee612ee4b6a448.zip |
- Remove textproc/py-wbxml few days early before it's expiration time - latest
update to wbxml broke it
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/ |