diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-08 01:55:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-08 01:55:41 +0800 |
commit | 645ca7c44767d6d07239356838d82c5f5d4e76f3 (patch) | |
tree | 980068bd20e85d8d29ef68ffd983f43d9a034b77 /textproc | |
parent | d6eac3a9b1ed47a1cca27f6a2da6ce516b71f962 (diff) | |
download | freebsd-ports-gnome-645ca7c44767d6d07239356838d82c5f5d4e76f3.tar.gz freebsd-ports-gnome-645ca7c44767d6d07239356838d82c5f5d4e76f3.tar.zst freebsd-ports-gnome-645ca7c44767d6d07239356838d82c5f5d4e76f3.zip |
py-trex is part of py-xml now
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-trex/Makefile | 34 | ||||
-rw-r--r-- | textproc/py-trex/distinfo | 1 | ||||
-rw-r--r-- | textproc/py-trex/files/patch-pytrex.py | 7 | ||||
-rw-r--r-- | textproc/py-trex/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/py-trex/pkg-plist | 1 |
6 files changed, 0 insertions, 48 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ed87cb09cdb6..0c7c6f9b435d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -324,7 +324,6 @@ SUBDIR += py-rdflib SUBDIR += py-rxp SUBDIR += py-sgrep - SUBDIR += py-trex SUBDIR += py-wordnet SUBDIR += py-xml SUBDIR += py-xmltools diff --git a/textproc/py-trex/Makefile b/textproc/py-trex/Makefile deleted file mode 100644 index ace3867cd225..000000000000 --- a/textproc/py-trex/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# New ports collection Makefile for: PyTREX -# Date created: Mar 16, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= trex -PORTVERSION= 0.7.2 -CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pytrex -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pytrex-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ijliao@FreeBSD.org -COMMENT= Python implementation of Tree Regular Expressions for XML (TREX) - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat - -USE_PYTHON= yes - -NO_BUILD= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/pytrex.py - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pytrex.py ${PREFIX}/bin/pytrex - -.include <bsd.port.mk> diff --git a/textproc/py-trex/distinfo b/textproc/py-trex/distinfo deleted file mode 100644 index 9f45a905234f..000000000000 --- a/textproc/py-trex/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pytrex-0.7.2.tgz) = 6b1a2ae9b2d6cdab76bdacf51305b312 diff --git a/textproc/py-trex/files/patch-pytrex.py b/textproc/py-trex/files/patch-pytrex.py deleted file mode 100644 index ecbca98e04f3..000000000000 --- a/textproc/py-trex/files/patch-pytrex.py +++ /dev/null @@ -1,7 +0,0 @@ ---- pytrex.py.orig Sat Mar 17 00:00:31 2001 -+++ pytrex.py Sat Mar 17 00:02:26 2001 -@@ -1,3 +1,4 @@ -+#!%%LOCALBASE%%/bin/python - # PyTREX: A clean-room implementation of TREX in Python
- # by James Tauber
- #
diff --git a/textproc/py-trex/pkg-descr b/textproc/py-trex/pkg-descr deleted file mode 100644 index 71f1ddb4ce45..000000000000 --- a/textproc/py-trex/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyTREX is a Python implementation of TREX, an XML schema language. - -WWW: http://pytrex.sourceforge.net/ -TREX WWW: http://thaiopensource.com/trex/ diff --git a/textproc/py-trex/pkg-plist b/textproc/py-trex/pkg-plist deleted file mode 100644 index bac6191feff2..000000000000 --- a/textproc/py-trex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pytrex |