diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 14:25:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 14:25:42 +0000 |
commit | c77a73c3b40944d55953665910f5221dc125fed1 (patch) | |
tree | 588508fe13e7b6537500b2b9d195eb2a575ea6b7 /textproc | |
parent | be619cdb1c0d51f91dbdaf274b97d556afe16ddf (diff) | |
download | freebsd-ports-c77a73c3b40944d55953665910f5221dc125fed1.zip |
texttable is a module to generate a formatted text table, using ASCII
characters.
WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-texttable/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-texttable/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-texttable/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/py-texttable/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e11675959b39..110489c207f2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -773,6 +773,7 @@ SUBDIR += py-rxp SUBDIR += py-sgrep SUBDIR += py-syck + SUBDIR += py-texttable SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-wordnet diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile new file mode 100644 index 000000000000..9211176c2f14 --- /dev/null +++ b/textproc/py-texttable/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: py-texttable +# Date created: 24 April 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= texttable +PORTVERSION= 0.6.0 +CATEGORIES= textproc python +MASTER_SITES= http://jefke.free.fr/stuff/python/texttable/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Module for creating simple ASCII tables + +USE_PYTHON= 2.3+ +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/textproc/py-texttable/distinfo b/textproc/py-texttable/distinfo new file mode 100644 index 000000000000..d52b3fc234fe --- /dev/null +++ b/textproc/py-texttable/distinfo @@ -0,0 +1,3 @@ +MD5 (texttable-0.6.0.tar.gz) = 1aa4621a36a97588754bd8087cd19226 +SHA256 (texttable-0.6.0.tar.gz) = 10bed96ac404ff689ff0de01adb4070b3ee0134a0dc814b808d412d0086fc148 +SIZE (texttable-0.6.0.tar.gz) = 5019 diff --git a/textproc/py-texttable/pkg-descr b/textproc/py-texttable/pkg-descr new file mode 100644 index 000000000000..9b1c053631bd --- /dev/null +++ b/textproc/py-texttable/pkg-descr @@ -0,0 +1,4 @@ +texttable is a module to generate a formatted text table, using ASCII +characters. + +WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display diff --git a/textproc/py-texttable/pkg-plist b/textproc/py-texttable/pkg-plist new file mode 100644 index 000000000000..c88a63092274 --- /dev/null +++ b/textproc/py-texttable/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/texttable.py +%%PYTHON_SITELIBDIR%%/texttable.pyc +%%PYTHON_SITELIBDIR%%/texttable.pyo |