| Summary: | [NEW PORT]misc/py-YABT:A General Purpose Braille Translation System | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | wenheping <wenheping> | ||||
| Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
wenheping
2008-09-21 06:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool) 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 <wenheping at gmail.com>
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks! miwi 2008-09-26 23:21:54 UTC
FreeBSD ports repository
Modified files:
science Makefile
Added files:
science/py-hcluster Makefile distinfo pkg-descr pkg-plist
science/py-hcluster/files patch-setup.py
Log:
py-hcluster library provides Python functions for
agglomerative clustering. Its features include
* generating hierarchical clusters from distance matrices
* computing distance matrices from observation vectors
* computing statistics on clusters
* cutting linkages to generate flat clusters
* and visualizing clusters with dendrograms.
The interface is very similar to MATLAB's Statistics
Toolbox API to make code easier to port from MATLAB to
Python/Numpy. The core implementation of this library
is in C for efficiency.
WWW: http://code.google.com/p/scipy-cluster/
PR: ports/127515
Submitted by: Wen Heping <wenheping at gmail.com>
Revision Changes Path
1.131 +1 -0 ports/science/Makefile
1.1 +23 -0 ports/science/py-hcluster/Makefile (new)
1.1 +3 -0 ports/science/py-hcluster/distinfo (new)
1.1 +12 -0 ports/science/py-hcluster/files/patch-setup.py (new)
1.1 +14 -0 ports/science/py-hcluster/pkg-descr (new)
1.1 +8 -0 ports/science/py-hcluster/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|