# HG changeset patch # User Aleksej Bobylev # Date 1433626027 -10800 # Node ID 36cecde5b42cc87c5f2dc0c282493d0e9567e376 # Parent a97709a29fd3a450a99fbeeb233c588019460392 Format few descriptions (EOL at the end, 80 symbols length lines) diff -r a97709a29fd3 -r 36cecde5b42c bygfoot/description.txt --- a/bygfoot/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/bygfoot/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,9 +1,18 @@ -Bygfoot is a football (a.k.a. soccer) management game. It is an original concept by Gyözö Both and has been improved with suggestions by players from all over the world. After Gyözö and later Mark Lawrenz left the project Ronald Sterckx took over and is currently developing and maintaining Bygfoot. +Bygfoot is a football (a.k.a. soccer) management game. It is an original concept +by Gyözö Both and has been improved with suggestions by players from all over +the world. After Gyözö and later Mark Lawrenz left the project Ronald Sterckx +took over and is currently developing and maintaining Bygfoot. -Bygfoot allows you to manage a team by training the players, buying and selling them, contracting loans, maintaining the stadium, etc. You can be promoted or relegated, even become a champion if you’re a skillful manager. +Bygfoot allows you to manage a team by training the players, buying and selling +them, contracting loans, maintaining the stadium, etc. You can be promoted or +relegated, even become a champion if you’re a skillful manager. -The game is deliberately kept simple (though not easy): you only have to keep one eye at your players and another at your stadium. +The game is deliberately kept simple (though not easy): you only have to keep +one eye at your players and another at your stadium. -You can customise Bygfoot by writing your own country definition files or by creating your own team definition files. See the Definitions forum for help and hints. +You can customise Bygfoot by writing your own country definition files or by +creating your own team definition files. See the Definitions forum for help and +hints. -Bygfoot is licensed under the GNU General Public License (GPL) and has been compiled successfully in several Linux distros, Windows and Mac. \ No newline at end of file +Bygfoot is licensed under the GNU General Public License (GPL) and has been +compiled successfully in several Linux distros, Windows and Mac. diff -r a97709a29fd3 -r 36cecde5b42c get-softmodem-driver/description.txt --- a/get-softmodem-driver/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/get-softmodem-driver/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,3 +1,5 @@ Support for software modems: Conexant -Warning: This package HAS huge dependencies including a full install of dev tools and a complete kernel compilation. This will use a significant amount of disk space and take a while depending on your processing power. +Warning: This package HAS huge dependencies including a full install of dev +tools and a complete kernel compilation. This will use a significant amount of +disk space and take a while depending on your processing power. diff -r a97709a29fd3 -r 36cecde5b42c git-gui/description.txt --- a/git-gui/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/git-gui/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,7 +1,13 @@ A Tcl/Tk based graphical user interface to Git. -git gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories. +git gui focuses on allowing users to make changes to their repository by making +new commits, amending existing ones, creating branches, performing local merges, +and fetching/pushing to remote repositories. -Unlike gitk, git gui focuses on commit generation and single file annotation and does not show project history. It does however supply menu actions to start a gitk session from within git gui. +Unlike gitk, git gui focuses on commit generation and single file annotation and +does not show project history. It does however supply menu actions to start a +gitk session from within git gui. -git gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, making git gui a fairly native interface for users. \ No newline at end of file +git gui is known to work on all popular UNIX systems, Mac OS X, and Windows +(under both Cygwin and MSYS). To the extent possible OS specific user interface +guidelines are followed, making git gui a fairly native interface for users. diff -r a97709a29fd3 -r 36cecde5b42c gst-plugins-full/description.txt --- a/gst-plugins-full/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/gst-plugins-full/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,2 +1,2 @@ -gst-plugins-full: -Loads all GStreamer plugins and dependencies. This pkg allows users to play all multimedia files GStreamer is capable of. +Loads all GStreamer plugins and dependencies. +This pkg allows users to play all multimedia files GStreamer is capable of. diff -r a97709a29fd3 -r 36cecde5b42c gtklife/description.txt --- a/gtklife/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/gtklife/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -3,10 +3,13 @@ Conway's Life is a form of artificial life (specifically, a cellular automaton)- one of the simplest there is. There are only a few rules: - The game is played on a rectangular grid, where each cell is either alive or dead. - Each generation is computed from the state of the previous generation, using rules 3 and 4: - A live cell with 2 or 3 live neighbors (adjacent cells, including diagonals) lives on. Otherwise it dies. - A dead cell with exactly 3 live neighbors comes to life. - -That's all there is to it. Yet fascinating behavior arises from these simple +1. The game is played on a rectangular grid, where each cell is either alive or + dead. +2. Each generation is computed from the state of the previous generation, using + rules 3 and 4: +3. A live cell with 2 or 3 live neighbors (adjacent cells, including diagonals) + lives on. Otherwise it dies. +4. A dead cell with exactly 3 live neighbors comes to life. + +That's all there is to it. Yet fascinating behavior arises from these simple rules. diff -r a97709a29fd3 -r 36cecde5b42c haserl-lua/description.txt --- a/haserl-lua/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/haserl-lua/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,13 +1,12 @@ -haserl (Html And Shell Embedded Runtime Language) is a cgi -program that runs interpreted scripts. It combines three -elements into a single CGI interpreter: +haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs +interpreted scripts. It combines three elements into a single CGI interpreter: -1. It parses POST and GET requests, placing form-elements as name=value -pairs into the environment for the CGI script to use. It is similar -to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect +1. It parses POST and GET requests, placing form-elements as name=value pairs + into the environment for the CGI script to use. It is similar to uncgi + (http://www.midwinter.com/~koreth/uncgi.html) in this respect -2. It prints the contents of the script as html, and conditionally -interpets text within <% ... %> as shell script. In this case haserl -scripts are like a poor-man's version of PHP (http://www.php.net) +2. It prints the contents of the script as html, and conditionally interpets + text within <% ... %> as shell script. In this case haserl scripts are like + a poor-man's version of PHP (http://www.php.net) -3. It is very small, and so can be used in embedded environments \ No newline at end of file +3. It is very small, and so can be used in embedded environments diff -r a97709a29fd3 -r 36cecde5b42c haserl/description.txt --- a/haserl/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/haserl/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,13 +1,12 @@ -haserl (Html And Shell Embedded Runtime Language) is a cgi -program that runs interpreted scripts. It combines three -elements into a single CGI interpreter: +haserl (Html And Shell Embedded Runtime Language) is a cgi program that runs +interpreted scripts. It combines three elements into a single CGI interpreter: -1. It parses POST and GET requests, placing form-elements as name=value -pairs into the environment for the CGI script to use. It is similar -to uncgi (http://www.midwinter.com/~koreth/uncgi.html) in this respect +1. It parses POST and GET requests, placing form-elements as name=value pairs + into the environment for the CGI script to use. It is similar to uncgi + (http://www.midwinter.com/~koreth/uncgi.html) in this respect -2. It prints the contents of the script as html, and conditionally -interpets text within <% ... %> as shell script. In this case haserl -scripts are like a poor-man's version of PHP (http://www.php.net) +2. It prints the contents of the script as html, and conditionally interpets + text within <% ... %> as shell script. In this case haserl scripts are like + a poor-man's version of PHP (http://www.php.net) -3. It is very small, and so can be used in embedded environments \ No newline at end of file +3. It is very small, and so can be used in embedded environments diff -r a97709a29fd3 -r 36cecde5b42c hexchat/description.txt --- a/hexchat/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/hexchat/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,5 +1,5 @@ -HexChat is an IRC chat program for both Linux and Windows. It allows you to join -multiple IRC channels (chat rooms) at the same time, talk publicly, private one- -on-one conversations etc. Even file transfers are possible. +HexChat is an IRC chat program for both Linux and Windows. It allows you to join +multiple IRC channels (chat rooms) at the same time, talk publicly, private +one-on-one conversations etc. Even file transfers are possible. -HexChat is a replacement of looks-to-be-dead XChat. \ No newline at end of file +HexChat is a replacement of looks-to-be-dead XChat. diff -r a97709a29fd3 -r 36cecde5b42c o3read/description.txt --- a/o3read/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/o3read/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,11 +1,13 @@ -This is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. +This is a standalone converter for the OpenOffice.org swriter (*.sxw) +and scalc (*.sxc) formats. It doesn't depend on Open Office or any other +external tools or libraries. Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 There are three output modules: - * o3read displays a dump of the parse tree - * o3totxt creates plain text - * o3tohtml creates html code + * o3read displays a dump of the parse tree + * o3totxt creates plain text + * o3tohtml creates html code -The utility utf8tolatin1 converts from utf8 to 8859-1. \ No newline at end of file +The utility utf8tolatin1 converts from utf8 to 8859-1. diff -r a97709a29fd3 -r 36cecde5b42c odt2txt/description.txt --- a/odt2txt/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/odt2txt/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,13 +1,19 @@ -odt2txt is a command-line tool which extracts the text out of OpenDocument Texts produced by OpenOffice.org, StarOffice, KOffice and others. +odt2txt is a command-line tool which extracts the text out of OpenDocument Texts +produced by OpenOffice.org, StarOffice, KOffice and others. -odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be useful to extract content from OpenDocument spreadsheets (*.ods) and OpenDocument presentations (*.odp). +odt2txt can also extract text from some file formats similar to OpenDocument +Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org +version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be +useful to extract content from OpenDocument spreadsheets (*.ods) and +OpenDocument presentations (*.odp). odt2txt is ... - * small - * supports multiple output encodings - * adopts to your locale - * able to substitute common characters which the output charset does not contain with ascii look-a-likes - * written in C, has few dependencies - * portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin) - * licensed under GPL, version 2 \ No newline at end of file + * small + * supports multiple output encodings + * adopts to your locale + * able to substitute common characters which the output charset does not + contain with ascii look-a-likes + * written in C, has few dependencies + * portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin) + * licensed under GPL, version 2 diff -r a97709a29fd3 -r 36cecde5b42c pidgin-musictracker/description.txt --- a/pidgin-musictracker/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/pidgin-musictracker/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,27 +1,42 @@ -pidgin-musictracker is a plugin for Pidgin which publicises your currently playing media to your contacts. +pidgin-musictracker is a plugin for Pidgin which publicises your currently +playing media to your contacts. -Currently supported players: +Currently supported players: -on Linux: - - Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, XMMS2 >= 0.6 - - plus any player supporting the MPRIS DBus interface (Amarok2, BMPx, dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox, Songbird + MPRIS addon, VLC >0.9.0, etc.) +on Linux: + * Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod + Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, + XMMS2 >= 0.6 + * plus any player supporting the MPRIS DBus interface (Amarok2, BMPx, + dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox, + Songbird + MPRIS addon, VLC >0.9.0, etc.) +on Windows: + * Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player + * plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, + etc.) + * plus any player with a 'Send "Now Playing" information to MSN Messenger' + feature (Last.fm client, Media Player Classic, OpenPandora, Songbird + + LiveTweeter, Spotify, TTplayer, VLC, etc.) -on Windows: - - Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player - - plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, etc.) - - plus any player with a 'Send "Now Playing" information to MSN Messenger' feature ( Last.fm client, Media Player Classic, OpenPandora, Songbird + LiveTweeter, Spotify, TTplayer, VLC, etc.) -Features: - - Allows you to customize the status string with various fields extracted from your media player such as artist, album, track, duration, progress bar, etc. - - Different status messages for various media player states such as Playing, Paused and Stopped. You can choose to use the normal status message (by default in the stoppped state). - - '/nowplaying' inserts the now-playing information into your conversation - - Supports per-account status format customization. - - You may choose to have your away message override musictracker. - - Optional profanity filter for words in the status. - - Can auto-detect which player is in use. +Features: + * Allows you to customize the status string with various fields extracted from + your media player such as artist, album, track, duration, progress bar, etc. + * Different status messages for various media player states such as Playing, + Paused and Stopped. You can choose to use the normal status message (by + default in the stoppped state). + * '/nowplaying' inserts the now-playing information into your conversation + * Supports per-account status format customization. + * You may choose to have your away message override musictracker. + * Optional profanity filter for words in the status. + * Can auto-detect which player is in use. -Notes: - - To show now playing in MSN personal status messages you must be using pidgin 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or earlier installed, you must reinstall pidgin for MSN personal status messages to work correctly. (See issue 15 , FAQ #2) - - See the wiki page for details on configuring your player and musictracker to work together. \ No newline at end of file +Notes: + * To show now playing in MSN personal status messages you must be using pidgin + 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or + earlier installed, you must reinstall pidgin for MSN personal status + messages to work correctly. (See issue 15 , FAQ #2) + * See the wiki page for details on configuring your player and musictracker + to work together. diff -r a97709a29fd3 -r 36cecde5b42c qtpanel/description.txt --- a/qtpanel/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/qtpanel/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,15 +1,16 @@ -offdesc:A project to create visual appealing, featured panel (dock) in Qt. +qtpanel - a project to create useful and beautiful panel in Qt - wheel to raise/hide items in the taskbar: - (like in lxpanel) -Used fork (partially) in patch: - https://github.com/flatr0ze/qtpanel/commit/6d0e029 - - maintainer's patching: -Larger values -> lower panel heigth, - 96->125 in dpisupport -affects imagesize,patching dockapplet -(icons closer to borders). -Removed 1-pixel bottom margin. -Compact items. -Changed QDateTime format. \ No newline at end of file +Features + * Applications menu, xdg compatible. + * Taskbar with drag-and-drop rearrange. + * Notification area (tray). + * Clock applet. + * Beautiful look. + * High-DPI support. + +Other notes + * Configurability is limited right now (work in progress). + * Very small and hackable codebase. + +https://bbs.archlinux.org/viewtopic.php?id=117528 +http://qt-apps.org/content/show.php/qtpanel?content=144737 diff -r a97709a29fd3 -r 36cecde5b42c ruby-gtk2/description.txt --- a/ruby-gtk2/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/ruby-gtk2/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,10 +1,17 @@ -Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development environment, allowing GTK+ applications -to be powered by the Ruby language. This is the next generation of Ruby-GNOME. +Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0 development +environment, allowing GTK+ applications to be powered by the Ruby language. This +is the next generation of Ruby-GNOME. Ruby-GNOME2 now includes the libraries below: - - ruby-gtk2 package (Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, Ruby/GTK2) - - ruby-gnome2-all package (ruby-gtk2, Ruby/GnomeCanvas2, Ruby/GNOME2, Ruby/Libart2, Ruby/Libglade2, Ruby/GConf2, Ruby/GnomeVFS, Ruby/GtkGLExt, Ruby/GtkHtml2, Ruby/GtkSourceView, Ruby/PanelApplet, Ruby/GnomePrint, Ruby/GnomePrintUI, Ruby/RSVG, Ruby/GtkMozEmbed, Ruby/Poppler, Ruby/VTE (needs vte & vte-dev installed)) - - ruby-gtktrayicon (Ruby/GtkTrayIcon (Deprecated. Use Gtk::StatusIcon in Ruby/GTK instead)) + * ruby-gtk2 package (Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, + Ruby/GTK2) + * ruby-gnome2-all package (ruby-gtk2, Ruby/GnomeCanvas2, Ruby/GNOME2, + Ruby/Libart2, Ruby/Libglade2, Ruby/GConf2, Ruby/GnomeVFS, Ruby/GtkGLExt, + Ruby/GtkHtml2, Ruby/GtkSourceView, Ruby/PanelApplet, Ruby/GnomePrint, + Ruby/GnomePrintUI, Ruby/RSVG, Ruby/GtkMozEmbed, Ruby/Poppler, Ruby/VTE + (needs vte & vte-dev installed)) + * ruby-gtktrayicon (Ruby/GtkTrayIcon (Deprecated. Use Gtk::StatusIcon in + Ruby/GTK instead)) Ruby-GNOME2 also provides the following programs: - - rbbr (Ruby Browser) \ No newline at end of file + * rbbr (Ruby Browser) diff -r a97709a29fd3 -r 36cecde5b42c yaws/description.txt --- a/yaws/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/yaws/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,10 +1,11 @@ -Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for -dynamic-content web applications. Two separate modes of operations are +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for +dynamic-content web applications. Two separate modes of operations are supported: - Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. - - Embedded mode where Yaws runs as an embedded webserver in another Erlang application. - -Yaws is entirely written in Erlang, and furthermore it is a multithreaded + * Standalone mode where Yaws runs as a regular webserver daemon. This is the + default mode. + * Embedded mode where Yaws runs as an embedded webserver in another Erlang + application. + +Yaws is entirely written in Erlang, and furthermore it is a multithreaded webserver where one Erlang lightweight process is used to handle each client. diff -r a97709a29fd3 -r 36cecde5b42c zile/description.txt --- a/zile/description.txt Sat Jun 06 21:23:13 2015 +0200 +++ b/zile/description.txt Sun Jun 07 00:27:07 2015 +0300 @@ -1,1 +1,2 @@ -Zile is short for Zile Is Lossy Emacs. Zile has been written to be as similar as possible to Emacs; every Emacs user should feel at home. +Zile is short for Zile Is Lossy Emacs. Zile has been written to be as similar +as possible to Emacs; every Emacs user should feel at home.