Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint
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>