wok rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 06e7758ce6d8
children 324c13268efe
files acme/description.txt acme/receipt audacious-dev/description.txt audacious-plugins/description.txt audacious/description.txt audiofile-dev/description.txt audit-dev/description.txt audit/description.txt aufs-utils/description.txt aufs/description.txt aurorials-theme/description.txt autoblog/description.txt autoconf213/description.txt autofs/description.txt automake/description.txt automoc4/description.txt autossh/description.txt avant-window-navigator-dev/description.txt avant-window-navigator/description.txt avfs-dev/description.txt avfs/description.txt avidemux/description.txt awesome/receipt awstats-hotspot/description.txt awstats/description.txt ayttm/description.txt azdrawing/description.txt azpainter/description.txt b43-fwcutter/description.txt b43-fwcutter/receipt babl-dev/description.txt backintime/description.txt backup-manager/description.txt backuppc/description.txt balance/description.txt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/acme/description.txt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +**ACME** is a free cross assembler released under the GNU GPL. It can produce 
     1.5 +code for the following processors: 6502, 6510 (including illegal opcodes), 
     1.6 +65c02 and 65816. ACME supports the standard assembler stuff like: 
     1.7 +global/local/anonymous labels, offset assembly, conditional assembly and 
     1.8 +looping assembly. It can include other source files as well as binaries while 
     1.9 +assembling.
    1.10 +
    1.11 +Calculations can be done in integer or float mode. Oh, and it is fast.
     2.1 --- a/acme/receipt	Wed Aug 02 14:08:19 2017 -0300
     2.2 +++ b/acme/receipt	Thu Aug 03 05:22:36 2017 -0300
     2.3 @@ -17,13 +17,19 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src/src
     2.8 -	make
     2.9 +  cd $src/src
    2.10 +  make
    2.11  }
    2.12  
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr/bin
    2.17 -	cp -a $src/src/acme $fs/usr/bin
    2.18 +  mkdir -p $fs/usr/bin
    2.19 +  cp -a $src/src/acme $fs/usr/bin
    2.20  }
    2.21 +
    2.22 +## -----------------------------------------------------------------------
    2.23 +## Revision: 03/Aug/2017 - SliTaz DevTeam.
    2.24 +## URL: "http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme" is OFF.
    2.25 +## This looks good? => https://sourceforge.net/projects/acme-crossass/
    2.26 +## !! Please, remove this after you update. Thank you.
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/audacious-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
     3.3 @@ -0,0 +1,2 @@
     3.4 +This package contains the development libraries and header files required for 
     3.5 +developing components for audacious.
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/audacious-plugins/description.txt	Thu Aug 03 05:22:36 2017 -0300
     4.3 @@ -0,0 +1,7 @@
     4.4 +Audacious is a fork of beep-media-player which supports winamp skins and many 
     4.5 +codecs. Additionally, Audacious is extendable through plugins, and contains 
     4.6 +other useful features like LIRC support. 
     4.7 +
     4.8 +This package contains the plugins for Audacious: MPEG support, Ogg Vorbis 
     4.9 +support, Windows Media support, AAC support, FLAC support, ALAC support, ALSA 
    4.10 +support, OSS support, WAVE support and many more.
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/audacious/description.txt	Thu Aug 03 05:22:36 2017 -0300
     5.3 @@ -0,0 +1,9 @@
     5.4 +Audacious is an open source audio player. A descendant of XMMS, Audacious 
     5.5 +plays your music how you want it, without stealing away your computer’s 
     5.6 +resources from other tasks. Drag and drop folders and individual song files, 
     5.7 +search for artists and albums in your entire music library, or create and edit 
     5.8 +your own custom playlists. Listen to CD’s or stream music from the Internet. 
     5.9 +Tweak the sound with the graphical equalizer or experiment with LADSPA 
    5.10 +effects. Enjoy the modern GTK-themed interface or change things up with Winamp 
    5.11 +Classic skins. Use the plugins included with Audacious to fetch lyrics for 
    5.12 +your music, to set an alarm in the morning, and more.
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/audiofile-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
     6.3 @@ -0,0 +1,3 @@
     6.4 +This package contains the development headers and library files needed to 
     6.5 +compile programs using libaudiofile, as well as example programs for 
     6.6 +identifying and converting audio files.
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/audit-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
     7.3 @@ -0,0 +1,3 @@
     7.4 +The audit-libs-devel package contains the static libraries and header files 
     7.5 +needed for developing applications that need to use the audit framework 
     7.6 +libraries.
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/audit/description.txt	Thu Aug 03 05:22:36 2017 -0300
     8.3 @@ -0,0 +1,5 @@
     8.4 +The main goals were to provide system call auditing with 1) as low overhead as 
     8.5 +possible, and 2) without duplicating functionality that is already provided by 
     8.6 +SELinux (and/or other security infrastructures). This framework will work 
     8.7 +"stand-alone", but is not designed to provide, e.g., CAPP functionality 
     8.8 +without another security component in place.
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/aufs-utils/description.txt	Thu Aug 03 05:22:36 2017 -0300
     9.3 @@ -0,0 +1,2 @@
     9.4 +These utilities are always necessary for aufs. For instance, "aufs3.0" is for 
     9.5 +linux-3.0.
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/aufs/description.txt	Thu Aug 03 05:22:36 2017 -0300
    10.3 @@ -0,0 +1,4 @@
    10.4 +Advanced multi layered unification filesystem. Once aufs was entirely 
    10.5 +re-designed and re-implemented Unionfs which is originally developed by Erez 
    10.6 +Zadok and his team. Enhancing with many original ideas, it becomes totally 
    10.7 +different software while keeping the basic features.
    11.1 --- a/aurorials-theme/description.txt	Wed Aug 02 14:08:19 2017 -0300
    11.2 +++ b/aurorials-theme/description.txt	Thu Aug 03 05:22:36 2017 -0300
    11.3 @@ -1,4 +1,3 @@
    11.4 -This is a simple theme released into the Slitaz community. A theme that uses bold
    11.5 -colors. This package contains themes for GTK2, Openbox, Slim and Wallpaper.
    11.6 -
    11.7 -Author: Leonardo Laporte
    11.8 +This is a simple theme released into the Slitaz community. A theme that uses 
    11.9 +bold colors. This package contains themes for GTK2, Openbox, Slim and 
   11.10 +Wallpaper.
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/autoblog/description.txt	Thu Aug 03 05:22:36 2017 -0300
    12.3 @@ -0,0 +1,7 @@
    12.4 +Governments, organisations and corporations are putting more and more legal, 
    12.5 +moral and financial pressure on citizens, stifling free speech. High-profile 
    12.6 +sites like Wikileak can benefit from the Streisand effect, but it's rarely 
    12.7 +the case for smallers websites. But data must flow. The autoblog project aims 
    12.8 +at helping to automatically replicate articles all over the place, but on a 
    12.9 +smaller scale than what was done for Wikileaks. Think of it as an 
   12.10 +automated-Streisand effect.
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/autoconf213/description.txt	Thu Aug 03 05:22:36 2017 -0300
    13.3 @@ -0,0 +1,6 @@
    13.4 +Autoconf is an extensible package of M4 macros that produce shell scripts to 
    13.5 +automatically configure software source code packages. These scripts can adapt 
    13.6 +the packages to many kinds of UNIX-like systems without manual user 
    13.7 +intervention. Autoconf creates a configuration script for a package from a 
    13.8 +template file that lists the operating system features that the package can use,
    13.9 +in the form of M4 macro calls. 
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/autofs/description.txt	Thu Aug 03 05:22:36 2017 -0300
    14.3 @@ -0,0 +1,3 @@
    14.4 +Autofs controls the operation of the automount daemons. The automount daemons 
    14.5 +automatically mount filesystems when they are used and unmount them after a 
    14.6 +period of inactivity. This is done based on a set of pre-configured maps. 
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/automake/description.txt	Thu Aug 03 05:22:36 2017 -0300
    15.3 @@ -0,0 +1,8 @@
    15.4 +**Automake** is a tool for automatically generating `Makefile.in's from files 
    15.5 +called `Makefile.am'. The goal of Automake is to remove the burden of Makefile 
    15.6 +maintenance from the back of the individual GNU maintainer (and put it on the 
    15.7 +back of the Automake maintainer).
    15.8 +
    15.9 +The `Makefile.am' is basically a series of `make' macro definitions (with 
   15.10 +rules being thrown in occasionally). The generated `Makefile.in's are 
   15.11 +compliant with the GNU Makefile standards. 
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/automoc4/description.txt	Thu Aug 03 05:22:36 2017 -0300
    16.3 @@ -0,0 +1,1 @@
    16.4 +Build tool to automatically generate moc files.
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/autossh/description.txt	Thu Aug 03 05:22:36 2017 -0300
    17.3 @@ -0,0 +1,6 @@
    17.4 +**autossh** is a program to start an instance of ssh and monitor it, 
    17.5 +restarting it as necessary should it die or stop passing traffic. The idea is 
    17.6 +from rstunnel (Reliable SSH Tunnel), but implemented in C. Connection 
    17.7 +monitoring is done using a loop of port forwardings. It backs off on the rate 
    17.8 +of connection attempts when experiencing rapid failures such as connection 
    17.9 +refused. 
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/avant-window-navigator-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
    18.3 @@ -0,0 +1,1 @@
    18.4 +This package contains the development files for avant window navigator.
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/avant-window-navigator/description.txt	Thu Aug 03 05:22:36 2017 -0300
    19.3 @@ -0,0 +1,22 @@
    19.4 +**Avant Window Navgator** (Awn) is a dock-like bar which sits at the bottom of 
    19.5 +the screen (in all its composited-goodness) tracking open windows.
    19.6 +
    19.7 +Awn uses libwnck to keep a track of open windows, and behaves exactly like a 
    19.8 +normal window-list : * Clicking an icon switches to that window, clicking 
    19.9 +again will minimise the window * Right-clicking will bring up a menu exactly 
   19.10 +like that of what you see on the window-list, allowing you to max, min, close, 
   19.11 +resize etc the window. * Dragging something on top of an icon will activate 
   19.12 +that window. * Visually (and quite attractively) responds to 'needs attention' 
   19.13 +& 'urgent' events * Can show windows from the entire viewport, or just the 
   19.14 +visible viewport.
   19.15 +
   19.16 +The bar can be customised extensively: * Choose between two 'engines': * Glass 
   19.17 +engine. All the gradients can be changed to your tastes. * Pattern engine. 
   19.18 +That's right, you can now have a leopard print bar to match your underpants. 
   19.19 +* The border & internal border colours can be changed. * The 'glow' (the 
   19.20 +background of an active window icon) can be changed, to be as simple or as 
   19.21 +lavish as you require. * Choose between sharp or rounded corners. * Choose 
   19.22 +the text & shadow colour of the window title text.
   19.23 +
   19.24 +All preferences can be adjusted using the provided avant-preferences program, 
   19.25 +which provides a friendly interface to the gconf settings.
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/avfs-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
    20.3 @@ -0,0 +1,1 @@
    20.4 +This package contains the development files for avfs.
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/avfs/description.txt	Thu Aug 03 05:22:36 2017 -0300
    21.3 @@ -0,0 +1,3 @@
    21.4 +This FUSE-base VFS (Virtual FileSystem) enables all programs to look inside 
    21.5 +archived or compressed files, or access remote files without recompiling the 
    21.6 +programs or changing the kernel.
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/avidemux/description.txt	Thu Aug 03 05:22:36 2017 -0300
    22.3 @@ -0,0 +1,9 @@
    22.4 +**Avidemux** is a free video editor designed for simple cutting, filtering 
    22.5 +and encoding tasks. It supports many file types, including AVI, DVD compatible 
    22.6 +MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated 
    22.7 +using projects, job queue and powerful scripting capabilities.
    22.8 +
    22.9 +Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the 
   22.10 +GNU GPL license. The program was written from scratch by Mean, but code from 
   22.11 +other people and projects has been used as well. Patches, translations and 
   22.12 +even bug reports are always welcome.
    23.1 --- a/awesome/receipt	Wed Aug 02 14:08:19 2017 -0300
    23.2 +++ b/awesome/receipt	Thu Aug 03 05:22:36 2017 -0300
    23.3 @@ -62,3 +62,9 @@
    23.4  		sed -i s/,$PACKAGE// "$1/etc/slim.conf"
    23.5  	fi
    23.6  }
    23.7 +
    23.8 +## -----------------------------------------------------------------------
    23.9 +## Revision: 03/Aug/2017 - SliTaz DevTeam.
   23.10 +## Website: "http://awesome.naquadah.org/" is OFF.
   23.11 +## This looks good? => https://awesomewm.org/
   23.12 +## !! Please, remove this after you update. Thank you.
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/awstats-hotspot/description.txt	Thu Aug 03 05:22:36 2017 -0300
    24.3 @@ -0,0 +1,1 @@
    24.4 +Squid Log file analyzer configuration.
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/awstats/description.txt	Thu Aug 03 05:22:36 2017 -0300
    25.3 @@ -0,0 +1,9 @@
    25.4 +**AWStats** is a free powerful and featureful tool that generates advanced 
    25.5 +web, streaming, ftp or mail server statistics, graphically. This log analyzer 
    25.6 +works as a CGI or from command line and shows you all possible information 
    25.7 +your log contains, in few graphical web pages. It uses a partial information 
    25.8 +file to be able to process large log files, often and quickly. It can analyze 
    25.9 +log files from all major server tools like Apache log files (NCSA 
   25.10 +combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log 
   25.11 +format) and a lot of other web, proxy, wap, streaming servers, mail servers 
   25.12 +and some ftp servers.
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/ayttm/description.txt	Thu Aug 03 05:22:36 2017 -0300
    26.3 @@ -0,0 +1,8 @@
    26.4 +**Ayttm** is an instant messaging (aka chat) client that provides all-in-one 
    26.5 +chat functionality for several major instant messaging services from one 
    26.6 +simple program. Ayttm "Contacts" allow you to refer to several accounts of the 
    26.7 +same person from a single contact name, making it one of the cleanest and 
    26.8 +simplest clients to use.
    26.9 +
   26.10 +Ayttm is the heir of the Everybuddy project, and aims to continue improving 
   26.11 +the program and addressing its shortcomings.
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/azdrawing/description.txt	Thu Aug 03 05:22:36 2017 -0300
    27.3 @@ -0,0 +1,4 @@
    27.4 +It is 8-bit data paint software suitable for drawing line drawings. There is 
    27.5 +no RGB color information in the layer image, and there is only alpha value 
    27.6 +data. Each layer and color of the line can be specified in the draft is a 
    27.7 +different color and a simple color can.
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/azpainter/description.txt	Thu Aug 03 05:22:36 2017 -0300
    28.3 @@ -0,0 +1,8 @@
    28.4 +**AzPainter** Is a full color painting software for Linux for illustration 
    28.5 +drawing. Simple and easy to use and lightweight projects. Small size easy to 
    28.6 +draw illustrations and edit, we like to use. For larger image sizes is based 
    28.7 +on the printing purpose and the authentic things to draw for you.
    28.8 +
    28.9 +This is not suitable for dot editing. Since the color is handled with 16 bit 
   28.10 +color (15 bit fixed point number) internally, the accuracy of color rises, but 
   28.11 +the memory is consumed correspondingly.
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/b43-fwcutter/description.txt	Thu Aug 03 05:22:36 2017 -0300
    29.3 @@ -0,0 +1,1 @@
    29.4 +Need more information for this package. - SliTaz DevTeam.
    30.1 --- a/b43-fwcutter/receipt	Wed Aug 02 14:08:19 2017 -0300
    30.2 +++ b/b43-fwcutter/receipt	Thu Aug 03 05:22:36 2017 -0300
    30.3 @@ -27,3 +27,9 @@
    30.4  	mkdir -p $fs/usr/bin
    30.5  	cp -a $src/$PACKAGE $fs/usr/bin
    30.6  }
    30.7 +
    30.8 +## -----------------------------------------------------------------------
    30.9 +## Revision: 03/Aug/2017 - SliTaz DevTeam.
   30.10 +## URL: "http://bu3sch.de/b43/fwcutter/" is OFF.
   30.11 +## This looks good? => https://sourceforge.net/projects/bcm43xx.berlios/
   30.12 +## !! Please, remove this after you update. Thank you.
    31.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.2 +++ b/babl-dev/description.txt	Thu Aug 03 05:22:36 2017 -0300
    31.3 @@ -0,0 +1,1 @@
    31.4 +This package contains development files.
    32.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.2 +++ b/backintime/description.txt	Thu Aug 03 05:22:36 2017 -0300
    32.3 @@ -0,0 +1,5 @@
    32.4 +Back In Time is a framework for rsync, diff and cron for the purpose of 
    32.5 +taking snapshots and backups of specified folders. It minimizes disk space 
    32.6 +use by taking a snapshot only if the directory has been changed, and hard 
    32.7 +links for unmodified files if it has. The user can schedule regular backups 
    32.8 +using cron.
    33.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.2 +++ b/backup-manager/description.txt	Thu Aug 03 05:22:36 2017 -0300
    33.3 @@ -0,0 +1,11 @@
    33.4 +Backup Manager is a command line backup tool for GNU/Linux, designed to help 
    33.5 +you make daily archives of your file system.
    33.6 +
    33.7 +Written in bash and perl, it can make archives in many formats and can be run 
    33.8 +in a parallel mode with different configuration files.
    33.9 +
   33.10 +Archives are kept for a given number of days and the upload system can use ftp 
   33.11 +or scp to transfer the generated archives to a list of remote hosts. 
   33.12 +
   33.13 +The configuration file is very simple and basic and gettext is used for 
   33.14 +internationalization.
    34.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.2 +++ b/backuppc/description.txt	Thu Aug 03 05:22:36 2017 -0300
    34.3 @@ -0,0 +1,3 @@
    34.4 +BackupPC is a high-performance, enterprise-grade system for backing up Linux, 
    34.5 +WinXX and MacOSX PCs and laptops to a server's disk. BackupPC is highly 
    34.6 +configurable and easy to install and maintain. 
    35.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.2 +++ b/balance/description.txt	Thu Aug 03 05:22:36 2017 -0300
    35.3 @@ -0,0 +1,4 @@
    35.4 +Balance is our (still) suprisingly successful load balancing solution being a 
    35.5 +simple but powerful generic tcp proxy with round robin load balancing and 
    35.6 +failover mechanisms. Its behaviour can be controlled at runtime using a simple 
    35.7 +command line syntax.