From owner-cvs-all@FreeBSD.ORG Fri Sep 26 23:21:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C131065690; Fri, 26 Sep 2008 23:21:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77B8E8FC1C; Fri, 26 Sep 2008 23:21:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8QNLK9w003041; Fri, 26 Sep 2008 23:21:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8QNLKC8003035; Fri, 26 Sep 2008 23:21:20 GMT (envelope-from miwi) Message-Id: <200809262321.m8QNLKC8003035@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Sep 2008 23:21:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/py-YABT Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 23:21:20 -0000 miwi 2008-09-26 23:21:20 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/py-YABT Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.892 +1 -0 ports/misc/Makefile 1.1 +20 -0 ports/misc/py-YABT/Makefile (new) 1.1 +3 -0 ports/misc/py-YABT/distinfo (new) 1.1 +13 -0 ports/misc/py-YABT/pkg-descr (new) 1.1 +2 -0 ports/misc/py-YABT/pkg-plist (new)