# HG changeset patch # User Leonardo Laporte # Date 1458369216 10800 # Node ID 7b00a1691d2e936dd5068c846ca0d4dc34789382 # Parent 246449237e90485c6e0724c1f18b0c0d712e3825 Up and Add Info (description) files and acpid correct weblink diff -r 246449237e90 -r 7b00a1691d2e 8086tiny/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/8086tiny/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,22 @@ +8086tiny is a completely free (MIT License) open source PC XT-compatible +emulator/virtual machine written in C. It is, we believe, the smallest of +its kind (the fully-commented source is under 25K). Despite its size, +8086tiny provides a highly accurate 8086 CPU emulation, together with +support for PC peripherals including XT-style keyboard, floppy/hard disk, +clock, audio, and Hercules/CGA graphics. 8086tiny is powerful enough to +run software like AutoCAD, Windows 3.0, and legacy PC games: the 8086tiny +distribution includes Alley Cat, the author's favorite PC game of all time. + +8086tiny is highly portable and runs on practically any little endian machine, +from simple 32-bit MCUs upwards. 8086tiny has successfully been deployed on +32-bit/64-bit Intel machines (Windows, Mac OS X and Linux), Nexus 4/ARM +(Android), iPad 3 and iPhone 5S (iOS), and Raspberry Pi (Linux). + +The philosophy of 8086tiny is to keep the code base as small as possible, and +through the open source license encourage individual developers to tune and +extend it as per their specific requirements, adding support, for example, for +more complex instruction sets (e.g. Pentium) or peripherals (e.g. mouse). +Forking this repository is highly encouraged! + +Any questions, comments or suggestions are very welcome in our +forum at 8086tiny.freeforums.net. \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e a2ps/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/a2ps/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,5 @@ +GNU a2ps is an Any to PostScript filter. Of course it processes plain +text files, but also pretty prints quite a few popular languages. + +GNU a2ps +http://www.gnu.org/software/a2ps/ \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e aalib-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aalib-dev/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,5 @@ +AAlib is an portable ascii art GFX library. If you wish to see some examples of +AAlib technology, please browse AA-project homepage. + +AA-project +http://aa-project.sourceforge.net/index.html \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e aalib/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aalib/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,5 @@ +AAlib is an portable ascii art GFX library. If you wish to see some examples of +AAlib technology, please browse AA-project homepage. + +AA-project +http://aa-project.sourceforge.net/index.html \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e aaphoto/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aaphoto/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,13 @@ +Auto Adjust Photo tries to give a solution for the automatic color correction of +photos. This means setting the contrast, color balance, saturation and gamma +levels of the image by analization. + +This can be a solution for those kind of users who are not able to manage and +correct images with complicated graphical softwares, or just simply don't +intend to spend a lot of time with manually correcting the images one-by-one. + +The program handles the following image formats: +mif, pnm / pgm / ppm, bmp, ras, jp2, jpc, jpg, png + +aaphoto +http://log69.com/aaphoto_en.html \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e aaphoto/receipt --- a/aaphoto/receipt Sat Mar 19 01:26:01 2016 -0300 +++ b/aaphoto/receipt Sat Mar 19 03:33:36 2016 -0300 @@ -3,7 +3,7 @@ PACKAGE="aaphoto" VERSION="0.41" CATEGORY="graphics" -SHORT_DESC="automatic photo adjusting" +SHORT_DESC="Automatic photo adjusting." MAINTAINER="jozee@slitaz.org" LICENSE="GPL3" SOURCE="aaphoto_sources_v" diff -r 246449237e90 -r 7b00a1691d2e abiword-plugins/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abiword-plugins/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,10 @@ +AbiWord Plugins extend AbiWord in various ways. For a cursory overview of +functionality provided by the various AbiWord plugins, see the AbiWord +Plugin Matrix. Note that some of these plugins are not available on all +platforms that AbiWord supports. + +AbiWord Plugins +http://www.abisource.com/download/plugins/ + +AbiWord Plugin Matrix. +http://www.abisource.com/wiki/PluginMatrix \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e accessx/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accessx/description.txt Sat Mar 19 03:33:36 2016 -0300 @@ -0,0 +1,14 @@ +"Accessx" is an open source utility to set and display all of the XKEYBOARD +(XKB) AccessX features. It is designed to mimic the interface provided by the +Sun and DEC "accessx" tool (now available as part of the official X11R6.6 +release of X from The X Consortium), and the similar SGI "accessx" tool. The +original AccessX additions to X (via XKB) and the user interfaces to access +that functionality came courtesy of Mark Novak, Will Walker, Robert Malone, +Erik Fortune, and R. C. Underwood with X11R6.1. Many of the major UNIX vendors +supplied a tool called "accessx" (though there were different "accessx" tools) +to access the functionality provided by the AccessX parts of XKB. There are a +few other open source tools for manipulating AccessX, but ours provides an +interface and file format similar to the popular Sun tool. + +X Accessibility : AccessX +http://cita.disability.uiuc.edu/software/accessx/freewareaccessx.php \ No newline at end of file diff -r 246449237e90 -r 7b00a1691d2e acpid/receipt --- a/acpid/receipt Sat Mar 19 01:26:01 2016 -0300 +++ b/acpid/receipt Sat Mar 19 03:33:36 2016 -0300 @@ -7,8 +7,8 @@ MAINTAINER="domcox@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://tedfelix.com/linux/acpid-netlink.html" -WGET_URL="http://www.tedfelix.com/linux/$TARBALL" +WEB_SITE="https://sourceforge.net/projects/acpid2/" +WGET_URL="https://sourceforge.net/projects/acpid2/files/$TARBALL" KEY_FILE="key-constants" TAGS="power-management" SUGGESTED="pm-utils"