summaryrefslogtreecommitdiff
path: root/misc/py-YABT
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-26 23:21:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-26 23:21:20 +0000
commitea8741ec5a9fd72fb841bc35f3c626ef889f0275 (patch)
tree53eca60bf97f6570b6e16a9ec3e296543d7b1d7b /misc/py-YABT
parentEnigma is a puzzle game involving falling blocks, exploding bombs, and pushing (diff)
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/ PR: ports/127515 Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes: svn path=/head/; revision=220868
Diffstat (limited to 'misc/py-YABT')
-rw-r--r--misc/py-YABT/Makefile20
-rw-r--r--misc/py-YABT/distinfo3
-rw-r--r--misc/py-YABT/pkg-descr13
-rw-r--r--misc/py-YABT/pkg-plist2
4 files changed, 38 insertions, 0 deletions
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%%