5de6 FreshPorts -- accessibility/yasr
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
yasr 0.6.9_2 accessibility on this many watch lists=0 search for ports that depend on this port
General-purpose console screen reader
Maintained by: David.K.Gerry@GMail.com search for ports maintained by this maintainer
Port Added: 16 Feb 2008 17:24:21
License: LGPL20


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/accessibility/yasr/ && make install clean
To add the package: pkg_add -r yasr


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  3. http://freefr.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  4. http://garr.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  5. http://heanet.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  6. http://hivelocity.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  7. http://ignum.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  8. http://internode.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  9. http://iweb.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  10. http://jaist.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  11. http://kaz.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  12. http://kent.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  13. http://master.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  14. http://nchc.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  15. http://ncu.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  16. http://netcologne.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  17. http://sunet.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  18. http://superb-dca3.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  19. http://switch.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  20. http://tenet.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  21. http://ufpr.dl.sourceforge.net/project/yasr/yasr/0.6.9/
  22. http://waix.dl.sourceforge.net/project/yasr/yasr/0.6.9/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 22:27:05
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}

While here:
- trim headers
- convert to new options framework
24 Apr 2013 18:10:32
Original commit files touched by this commit  0.6.9_2
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
18 Dec 2012 09:44:41
Original commit files touched by this commit  0.6.9_2
danfe search for other commits by this committer
For some ports in accessibility category, trim the header and drop leading
indefinite article from COMMENT line; also fix couple of noticed styles
bugs while here.
22 Oct 2011 23:50:23
Original commit files touched by this commit  0.6.9_2
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
18 Mar 2011 17:59:51
Original commit files touched by this commit  0.6.9_2
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
31 May 2010 02:01:56
Original commit files touched by this commit  0.6.9_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
20 Mar 2010 13:26:55
Original commit files touched by this commit  0.6.9_1
miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.6.9_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 12:59:54
Original commit files touched by this commit  0.6.9_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
17 Mar 2008 13:54:58
Original commit files touched by this commit  0.6.9
jadawin search for other commits by this committer
- Update to 0.6.9

PR:     ports/121744
Submitted by:   "David K. Gerry" <gerrydk@comcast.net>
Approved by:    tabthorpe (mentor)
16 Feb 2008 17:23:44
Original commit files touched by this commit  0.6.7
alepulver search for other commits by this committer
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

Number of commits found: 11

283a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0