Bug 119789

Summary: New port: accessibility/yasr A console screen reader.
Product: Ports & Packages Reporter: David K. Gerry <gerrydk>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me CC: david.k.gerry
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
yasr.port none

Description David K. Gerry 2008-01-19 01:30:01 UTC
	A general-purpose console screen reader that can use a variety
	of hardware and software speech synthesizers like DEC-talk or
	festival.
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 16:31:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-16 17:23:47 UTC
alepulver    2008-02-16 17:23:44 UTC

  FreeBSD ports repository

  Modified files:
    accessibility        Makefile 
  Added files:
    accessibility/yasr   Makefile distinfo pkg-descr 
    accessibility/yasr/files pkg-message.in 
  Log:
  YASR ("Yet Another Screen Reader") is an attempt at a lightweight,
  portable screen reader. It works by opening a shell in a pty and
  intercepting all user input/output, maintaining a window of what
  should be on the screen by looking at the codes and text sent to the
  screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not
  necessarily need to be setuid root (the only requirement being that
  the user be able to access the tts device).
  
  WWW: http://yasr.sourceforge.net/
  
  Ported by David K. Gerry <David.K.Gerry@GMail.com>
  
  PR:             ports/119789
  Submitted by:   David K. Gerry
  
  Revision  Changes    Path
  1.19      +1 -0      ports/accessibility/Makefile
  1.1       +48 -0     ports/accessibility/yasr/Makefile (new)
  1.1       +3 -0      ports/accessibility/yasr/distinfo (new)
  1.1       +26 -0     ports/accessibility/yasr/files/pkg-message.in (new)
  1.1       +11 -0     ports/accessibility/yasr/pkg-descr (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 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 17:25:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!