summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-07 17:55:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-07 17:55:41 +0000
commiteeba7bad42171a766fe5b373eebd8edd449176ce (patch)
treedbe988f343a88a7165ed5c42ca7350bf35db8b21 /textproc
parent- Update to 3.99.18: (diff)
py-trex is part of py-xml now
Notes
Notes: svn path=/head/; revision=82459
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-trex/Makefile34
-rw-r--r--textproc/py-trex/distinfo1
-rw-r--r--textproc/py-trex/files/patch-pytrex.py7
-rw-r--r--textproc/py-trex/pkg-descr4
-rw-r--r--textproc/py-trex/pkg-plist1
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