diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:21:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:21:20 +0000 |
commit | ea8741ec5a9fd72fb841bc35f3c626ef889f0275 (patch) | |
tree | 53eca60bf97f6570b6e16a9ec3e296543d7b1d7b | |
parent | 9017311762a1724ab8cac14a3ea34dd1a0fd7473 (diff) | |
download | ports-ea8741ec5a9fd72fb841bc35f3c626ef889f0275.tar.gz ports-ea8741ec5a9fd72fb841bc35f3c626ef889f0275.zip |
Notes
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-YABT/Makefile | 20 | ||||
-rw-r--r-- | misc/py-YABT/distinfo | 3 | ||||
-rw-r--r-- | misc/py-YABT/pkg-descr | 13 | ||||
-rw-r--r-- | misc/py-YABT/pkg-plist | 2 |
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2d19046e41c6..4104f9f90232 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -452,6 +452,7 @@ SUBDIR += projectionlib SUBDIR += proxyper SUBDIR += pspresent + SUBDIR += py-YABT SUBDIR += py-distutils SUBDIR += py-osd SUBDIR += py-pexpect diff --git a/misc/py-YABT/Makefile b/misc/py-YABT/Makefile new file mode 100644 index 000000000000..036278c02b9f --- /dev/null +++ b/misc/py-YABT/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-YABT +# Date created: 2008-09-20 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= YABT +PORTVERSION= 1.0.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= A General Purpose Braille Translation System + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> diff --git a/misc/py-YABT/distinfo b/misc/py-YABT/distinfo new file mode 100644 index 000000000000..91f8c0fde577 --- /dev/null +++ b/misc/py-YABT/distinfo @@ -0,0 +1,3 @@ +MD5 (YABT-1.0.1.tar.gz) = 3f2c5beb58886c891059e15c70b5d6b4 +SHA256 (YABT-1.0.1.tar.gz) = d4c9818e58bb588b3ae74709376973d931f1526387f38d644c2be3f4efd88642 +SIZE (YABT-1.0.1.tar.gz) = 55715 diff --git a/misc/py-YABT/pkg-descr b/misc/py-YABT/pkg-descr new file mode 100644 index 000000000000..670ffe5d50ec --- /dev/null +++ b/misc/py-YABT/pkg-descr @@ -0,0 +1,13 @@ +YABT means Yet another Braille Translator. + +YABT is a general purpose Braille translation system +written in pure python. It is primarily designed to +be used by the BrlTex Project, but due to its general +design it may be suited to use in other projects. + +Currently YABT has a table for translation in to British +Braille encoded in ASCII Braille, but tables for other +codes and other output encodings such as unicode Braille +are possible. + +WWW: http://pypi.python.org/pypi/YABT/ diff --git a/misc/py-YABT/pkg-plist b/misc/py-YABT/pkg-plist new file mode 100644 index 000000000000..fcf04191b650 --- /dev/null +++ b/misc/py-YABT/pkg-plist @@ -0,0 +1,2 @@ +bin/YABT_translate +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |