From owner-cvs-all@FreeBSD.ORG Sat Feb 16 17:23:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3D8516A417; Sat, 16 Feb 2008 17:23:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEDF613C455; Sat, 16 Feb 2008 17:23:44 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1GHNitu017832; Sat, 16 Feb 2008 17:23:44 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GHNi8L017831; Sat, 16 Feb 2008 17:23:44 GMT (envelope-from alepulver) Message-Id: <200802161723.m1GHNi8L017831@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 16 Feb 2008 17:23:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility Makefile ports/accessibility/yasr Makefile distinfo pkg-descr ports/accessibility/yasr/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 17:23:44 -0000 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 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)