Bug 127515 - [NEW PORT]misc/py-YABT:A General Purpose Braille Translation System
Summary: [NEW PORT]misc/py-YABT:A General Purpose Braille Translation System
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-21 06:30 UTC by wenheping
Modified: 2008-09-27 00:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.99 KB, text/plain)
2008-09-21 06:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-09-21 06:30:00 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-21 06:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-27 00:21:28 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-09-27 00:22:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-27 00:22:07 UTC
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"