texttable is a module to generate a formatted text table, using ASCII
characters. WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display
This commit is contained in:
parent
be619cdb1c
commit
c77a73c3b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190807
5 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
20
textproc/py-texttable/Makefile
Normal file
20
textproc/py-texttable/Makefile
Normal file
|
@ -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>
|
3
textproc/py-texttable/distinfo
Normal file
3
textproc/py-texttable/distinfo
Normal file
|
@ -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
|
4
textproc/py-texttable/pkg-descr
Normal file
4
textproc/py-texttable/pkg-descr
Normal file
|
@ -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
|
3
textproc/py-texttable/pkg-plist
Normal file
3
textproc/py-texttable/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PYTHON_SITELIBDIR%%/texttable.py
|
||||
%%PYTHON_SITELIBDIR%%/texttable.pyc
|
||||
%%PYTHON_SITELIBDIR%%/texttable.pyo
|
Loading…
Reference in a new issue