diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-31 09:16:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-31 09:16:34 +0000 |
commit | d9be6a503a4b3fa7ba06da64c08cccbeea91e1e9 (patch) | |
tree | 467c3cd1e965cd7ddf8c235e6f0682271da687f1 /textproc | |
parent | ea4bb2a891390d31b7596a274a9eaf0a1c96c221 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-martel/Makefile | 31 | ||||
-rw-r--r-- | textproc/py-martel/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-martel/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/py-martel/pkg-plist | 37 | ||||
-rw-r--r-- | textproc/py-martel/pkg-req | 17 |
6 files changed, 0 insertions, 105 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f7f424aef624..ab0ddaea691f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -543,7 +543,6 @@ SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-ltxml - SUBDIR += py-martel SUBDIR += py-pyx12 SUBDIR += py-rdflib SUBDIR += py-rss2gen diff --git a/textproc/py-martel/Makefile b/textproc/py-martel/Makefile deleted file mode 100644 index b7e38cd91b27..000000000000 --- a/textproc/py-martel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-martel -# Date created: 19 October 2000 -# Whom: Johann Visagie <johann@egenetics.com> -# -# $FreeBSD$ -# - -PORTNAME= martel -PORTVERSION= 0.8 -PORTEPOCH= 1 -CATEGORIES= textproc biology python -MASTER_SITES= # no longer available separately from biopython -MASTER_SITE_SUBDIR= wjv -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= biopython-${BIOPYTHON_VERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A parser generator for regular languages, written in Python - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base - -DEPRECATED= "not up-to-date and is only a subset of biology/py-biopython" -USE_PYTHON= yes -USE_PYDISTUTILS= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/Martel -BIOPYTHON_VERSION= 1.00a4 - -pre-install: - @ ${SH} ${PKGREQ} INSTALL - -.include <bsd.port.mk> diff --git a/textproc/py-martel/distinfo b/textproc/py-martel/distinfo deleted file mode 100644 index 4e5cde54d2a7..000000000000 --- a/textproc/py-martel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (biopython-1.00a4.tar.gz) = bca77b4242c9a8495f60c7475b884c5d -SIZE (biopython-1.00a4.tar.gz) = 1739027 diff --git a/textproc/py-martel/pkg-descr b/textproc/py-martel/pkg-descr deleted file mode 100644 index 4005d54710bc..000000000000 --- a/textproc/py-martel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Martel is a parser generator, written in Python, which takes a regular -expression grammar for a file format and turns the resultant parsed tree into -a set of callback events emulating the XML/SAX API. - -Essentially this means that existing and readily available XML tools can be -used to parse non-XML flat file formats. - -Martel was originally intended for use in biocomputing applications (such as -Biopython - http://www.biopython.org/) where there is often a need to parse -flat and semi-structured legacy file formats. However, it is generally -applicable to the parsing of such files in all fields of endeavour. - -Author: Andrew Dalke <dalke@dalkescientific.com> -WWW: http://www.dalkescientific.com/Martel/ -See also: http://www.biopython.org/~dalke/Martel/ - --- Johann Visagie <wjv@FreeBSD.org> diff --git a/textproc/py-martel/pkg-plist b/textproc/py-martel/pkg-plist deleted file mode 100644 index 76bdd337f074..000000000000 --- a/textproc/py-martel/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/Generate.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/Generate.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/Generate.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/Iterator.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/Iterator.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/Iterator.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/LAX.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/LAX.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/LAX.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/Parser.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/Parser.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/Parser.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/RecordReader.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/RecordReader.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/RecordReader.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/Time.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/Time.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/Time.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/convert_re.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/convert_re.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/convert_re.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_constants.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_constants.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_constants.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_parse.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_parse.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/msre_parse.pyo -lib/%%PYTHON_VERSION%%/site-packages/Martel/optimize.py -lib/%%PYTHON_VERSION%%/site-packages/Martel/optimize.pyc -lib/%%PYTHON_VERSION%%/site-packages/Martel/optimize.pyo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Martel diff --git a/textproc/py-martel/pkg-req b/textproc/py-martel/pkg-req deleted file mode 100644 index 5fc28f0b230e..000000000000 --- a/textproc/py-martel/pkg-req +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -PATH=$PATH:/usr/local/bin - -if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then - PYTHON_GT=`python -c 'import string, sys; \ - print string.split(sys.version)[0] >= "2.0" and 1'` - if [ "x${PYTHON_GT}" = "x1" ]; then - exit 0 - else - echo "-----------------------------------------------------------" - echo "Martel requires Python version 2.0 or greater -" - echo " please update your Python installation before proceeding." - echo "-----------------------------------------------------------" - exit 1 - fi -fi |