# HG changeset patch # User Leonardo Laporte # Date 1501755153 10800 # Node ID e070f7c17c1a41bb27176a573bd65b86f1addfdb # Parent 324c13268efe5b7ed46b0991edb82279bf579885 Add: description.txt and links revision. diff -r 324c13268efe -r e070f7c17c1a barnyard2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/barnyard2/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,4 @@ +Barnyard2 is an open source interpreter for Snort unified2 binary output files. +Its primary use is allowing Snort to write to disk in an efficient manner and +leaving the task of parsing binary data into various formats to a separate +process that will not cause Snort to miss network traffic. diff -r 324c13268efe -r e070f7c17c1a bazaar-tools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bazaar-tools/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +Bzrtools is plugin providing a collection of utilities for bzr. diff -r 324c13268efe -r e070f7c17c1a bazaar/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bazaar/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,6 @@ +**Bazaar** is a version control system that helps you track project history +over time and to collaborate easily with others. Whether you're a single +developer, a co-located team or a community of developers scattered across +the world, Bazaar scales and adapts to meet your needs. Part of the GNU +Project, Bazaar is free software sponsored by Canonical: +https://www.canonical.com/ diff -r 324c13268efe -r e070f7c17c1a bchunk/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bchunk/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / +.cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some +popular non-Unix cd-writing software, but is not supported on most other CD +burning programs. A lot of CD/VCD images distributed on the Internet are in +BIN/CUE format, I've been told. diff -r 324c13268efe -r e070f7c17c1a bcrelay/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcrelay/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +PoPToP is the PPTP Server solution for Linux. PoPToP allows Linux servers to +function seamlessly in the PPTP VPN environment. This enables administrators +to leverage the considerable benefits of both Microsoft and Linux. The +current pre-release version supports Windows 95/98/NT/2000 PPTP clients and +PPTP Linux clients. PoPToP is free GNU software. diff -r 324c13268efe -r e070f7c17c1a bcrypt/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcrypt/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +Bcrypt is a cross platform file encryption utility. Encrypted files are +portable across all supported operating systems and processors. Passphrases +must be between 8 and 56 characters and are hashed internally to a 448 bit +key. However, all characters supplied are significant. The stronger your +passphrase, the more secure your data. diff -r 324c13268efe -r e070f7c17c1a beautifulsoup/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beautifulsoup/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested +tag-soup list of Tag objects and text snippets. A Tag object corresponds to +an HTML tag. It knows about the HTML tag's attributes, and contains a +representation of everything contained between the original tag and its +closing tag (if any). It's easy to extract Tags that meet certain criteria. diff -r 324c13268efe -r e070f7c17c1a beaver-plugins/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beaver-plugins/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,2 @@ +The functionality included in Beaver is just basic functionality, so Beaver +stays light-weight. Other features are available through plugins. diff -r 324c13268efe -r e070f7c17c1a beaver/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beaver/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,16 @@ +Beaver is a GTK+2 editor designed to be: + +Light-weight :: Beaver starts up fast and doesn't use a lot of memory. +Beaver's only dependency is GTK+2, so no need to install other libraries +eating your disk space. These things make Beaver very suitable for old +computers and use in small Linux distributions. + +Modular :: The Beaver core just supplies basic functionality and syntax +highlighting. Additional functionality can be found in plugins, which are +available on our Plugins page. This way, we make it possible for you to +customize Beaver to your personal flavour. + +Stylish :: A clean interface, enabling you to do your work efficiently, and +high-quality Tango artwork. + +Beaver is an Early AdVanced EditoR. diff -r 324c13268efe -r e070f7c17c1a beecrypt-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beecrypt-dev/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +This package contains the development files provided by beecrypt. diff -r 324c13268efe -r e070f7c17c1a beecrypt/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beecrypt/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,4 @@ +BeeCrypt is an ongoing project to provide a strong and fast cryptography +toolkit. Includes entropy sources, random generators, block ciphers, hash +functions, message authentication codes, multiprecision integer routines, and +public key primitives. diff -r 324c13268efe -r e070f7c17c1a beep/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beep/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +I just got so tired of being limited to printf("\a"); when I wanted a terminal +beep. This program isn't supposed to be anything stupendous, it's just +supposed to get the job done. Its intended purpose in life is to live inside +shell/perl scripts, and allow a little more granularity than you get with the +default terminal bell. Maybe I'm the only one who thinks this is useful. :) diff -r 324c13268efe -r e070f7c17c1a beneath-a-steel-sky/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beneath-a-steel-sky/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,11 @@ +Beneath a Steel Sky, the cult classic widely considered to be one of the best +adventure games ever written, comes to a new generation of gaming devices. + +When orphaned Robert Foster is hunted down, seized at gunpoint and flown a +thousand miles to a city he’s never seen, he can only ask himself: why me? +Escaping from his abductors, fleeing into a dark metropolis, Foster vows to +solve the mystery and avenge the murder of the only family he’s ever known. + +Make your way through intense narrative puzzle-solving, meet an array of +unforgettable characters and, ultimately, uncover the terrible truth in this +thrilling dystopian adventure. diff -r 324c13268efe -r e070f7c17c1a bicon/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bicon/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,17 @@ +This program currently can be used under Linux console, or terminal emulators +with basic Unicode rendering support, like gnome-terminal, xterm, or PuTTY. + +Simply run "bicon" to get a console supporting Arabic or Persian. The language +used is chosen according to the LANG environment variable. + +You can also choose the language country by specifying the country on the +country on the command line, e.g :: + + bicon sa # enables Arabic (Saudi Arabia) support + bicon ir # for Persian (Iran) + +You can use the alt+shift combination to switch keyboard language. + +Of course, you have a man page bicon(1) to check. + +Please report all bugs to http://github.com/behdad/bicon diff -r 324c13268efe -r e070f7c17c1a billardgl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/billardgl/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,6 @@ +BillardGL is a free OpenGL-Billard game for Windows and Linux with +multi-player mode. Pool billiard simulation, which was originally developed +in the context of a lecture on computer graphics at the University of +Freiburg. + +BillardGL is published under the GPL. diff -r 324c13268efe -r e070f7c17c1a bin86/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin86/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,2 @@ +It's a complete 8086 assembler and loader which can make 32-bit code for the +386+ processors. diff -r 324c13268efe -r e070f7c17c1a binclock/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/binclock/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +A fullscreen console binary clock. diff -r 324c13268efe -r e070f7c17c1a bind-client/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bind-client/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +Domain Name System client. diff -r 324c13268efe -r e070f7c17c1a bind-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bind-dev/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +This package contains the development files provided by bind. diff -r 324c13268efe -r e070f7c17c1a bind/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bind/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,10 @@ +BIND is open source software that enables you to publish your Domain Name +System (DNS) information on the Internet, and to resolve DNS queries for your +users. The name BIND stands for “Berkeley Internet Name Domain”, because the +software originated in the early 1980s at the University of California at +Berkeley. + +BIND is by far the most widely used DNS software on the Internet, providing a +robust and stable platform on top of which organizations can build +distributed computing systems with the knowledge that those systems are fully +compliant with published DNS standards. diff -r 324c13268efe -r e070f7c17c1a bittorrent/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bittorrent/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,6 @@ +BitTorrent is a tool for distributing files. It's extremely easy to use - +downloads are started by clicking on hyperlinks. Whenever more than one +person is downloading at once they send pieces of the file(s) to each other, +thus relieving the central server's bandwidth burden. Even with many +simultaneous downloads, the upload burden on the central server remains quite +small, since each new downloader introduces new upload capacity. diff -r 324c13268efe -r e070f7c17c1a blackbox/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blackbox/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,5 @@ +This is a window manager for X. It is similar in many respects to such +popular packages as Window Maker, Enlightenment, and FVWM2. You might be +interested in this package if you are tired of window managers that are a +heavy drain on your system resources, but you still want an attractive and +modern-looking interface. diff -r 324c13268efe -r e070f7c17c1a blas/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blas/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,9 @@ +LAPACK is written in Fortran 90 and provides routines for solving systems of +simultaneous linear equations, least-squares solutions of linear systems of +equations, eigenvalue problems, and singular value problems. The associated +matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are +also provided, as are related computations such as reordering of the Schur +factorizations and estimating condition numbers. Dense and banded matrices +are handled, but not general sparse matrices. In all areas, similar +functionality is provided for real and complex matrices, in both single and +double precision. diff -r 324c13268efe -r e070f7c17c1a blazekiss/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blazekiss/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,2 @@ +BlazeKiss is a wiki based on the principle Kiss : Keep It Simple Stupid, that +is to say, the simplicity and functionality above all. diff -r 324c13268efe -r e070f7c17c1a bleachbit/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bleachbit/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,7 @@ +BleachBit deletes unnecessary files to free valuable disk space, maintain +privacy, and remove junk. It removes cache, Internet history, temporary +files, cookies, and broken shortcuts. + +It handles cleaning of Adobe Reader, Bash, Beagle, Epiphany, Firefox, Flash, +GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, rpmbuild, +Second Life Viewer, VIM, XChat, and more. diff -r 324c13268efe -r e070f7c17c1a blender/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blender/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +Block layer IO tracing. diff -r 324c13268efe -r e070f7c17c1a blogotext/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blogotext/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +A little more than a lightweight SQLite Blog-Engine. diff -r 324c13268efe -r e070f7c17c1a blueman/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blueman/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,13 @@ +Blueman is a GTK+ Bluetooth Manager + +Blueman is designed to provide a simple yet effective means for controlling +BlueZ API and simplifying bluetooth tasks such as: + + Connecting to 3G/EDGE/GPRS via dial-up + Connecting to / Creating bluetooth networks + Connecting to input devices + Connecting to audio devices + Sending / Receiving files via OBEX + Pairing + +It is lightweight, easy to use, Python based, and GPL licensed. diff -r 324c13268efe -r e070f7c17c1a bluez-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluez-dev/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,1 @@ +This package contains the development files provided by Bluez. diff -r 324c13268efe -r e070f7c17c1a bluez/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluez/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,2 @@ +BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source +project distributed under GNU General Public License (GPL). diff -r 324c13268efe -r e070f7c17c1a bmon/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bmon/description.txt Thu Aug 03 07:12:33 2017 -0300 @@ -0,0 +1,4 @@ +bmon is a monitoring and debugging tool to capture networking related +statistics and prepare them visually in a human friendly way. It features +various output methods including an interactive curses user interface and a +programmable text output for scripting.