Package: activity-log-manager Description-md5: 7d35a32d4ba1123a4581b898008fd386 Description-en: blacklist configuration user interface for Zeitgeist Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations held with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . This package contains Activity Log Manager, a graphical user interface which lets you control what gets logged by Zeitgeist. It supports setting up blacklists according to several criteria (such as application or file types), temporarily stopping all logging as well as deleting recent events. Package: blobby Description-md5: 4eb1e6785c122745a7167b565a026d0c Description-en: Volleyball game with blobs This package contains the client binary for Blobby Volley 2. . Blobby Volley is an arcade volleyball game with jumping blobs. It contains a multiplayer mode and several bots. Package: blobby-data Description-md5: f2b7ec88a3e4561b20912c3931bfbe28 Description-en: Volleyball game with blobs (data files) This package contains the static data for Blobby Volley 2. . Blobby Volley is an arcade volleyball game with jumping blobs. It contains a multiplayer mode and several bots. Package: blobby-server Description-md5: 26efc2ab12235c2fb7b5ad72f33fed0e Description-en: Volleyball game with blobs (server) This package contains the server binary for Blobby Volley 2. . Blobby Volley is an arcade volleyball game with jumping blobs. It contains a multiplayer mode and several bots. Package: calibre Description-md5: d2fa17779dda310ae0888e4e718f5ba6 Description-en: e-book converter and library management Calibre is meant to be a complete e-library solution. It includes library management, format conversion, news feeds to e-book conversion as well as e-book reader sync features. . Calibre is primarily an e-book cataloging program. It manages your e-book collection for you. It is designed around the concept of the logical book, i.e. a single entry in the database that may correspond to e-books in several formats. It also supports conversion from a dozen different e-book formats to LRF and EPUB. A graphical interface to the conversion software can be accessed easily by just clicking the "Convert E-books" button. . Supported input formats are: MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS. . Calibre has a modular device driver design that makes adding support for different e-reader devices easy. At the moment, it has support for the SONY PRS 500/505/700 and the iPhone (with the stanza reader software). Syncing supports updating metadata on the device from metadata in the library and the creation of collections on the device based on the tags defined in the library view. If an book has more than one format available, calibre automatically chooses the best format when uploading to the device. . Calibre can automatically fetch news from a number of websites/RSS feeds, format the news into a e-book and upload to a connected device. There is support for generating LRF/EPUB e-books. The e-books include the *full* versions of the articles, not just the summaries. . Calibre has also a built-in e-book viewer that can display all the major e-book formats. Package: calibre-bin Description-md5: 84dca11abc7ecaf7f5621bedadefaecc Description-en: e-book converter and library management Calibre is meant to be a complete e-library solution. It includes library management, format conversion, news feeds to e-book conversion as well as e-book reader sync features. . Calibre is primarily an e-book cataloging program. It manages your e-book collection for you. It is designed around the concept of the logical book, i.e. a single entry in the database that may correspond to e-books in several formats. It also upports conversion from a dozen different e-book formats to LRF and EPUB. A graphical interface to the conversion software can be accessed easily by just clicking the "Convert E-books" button. . Supported input formats are: MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS. . Calibre has a modular device driver design that makes adding support for different e-reader devices easy. At the moment, it has support for the SONY PRS 500/505/700 and the iPhone (with the stanza reader software). Syncing supports updating metadata on the device from metadata in the library and the creation of collections on the device based on the tags defined in the library view. If an book has more than one format available, calibre automatically chooses the best format when uploading to the device. . Calibre can automatically fetch news from a number of websites/RSS feeds, format the news into a e-book and upload to a connected device. There is support for generating LRF/EPUB e-books. The e-books include the *full* versions of the articles, not just the summaries. . Calibre has also a built-in e-book viewer that can display all the major e-book formats. . This package contains the compiled architecture dependent plugins. Package: gedit-latex-plugin Description-md5: c72fbffd4dd3548fac3ecbabfabd7bd5 Description-en: gedit plugin for composing and compiling LaTeX documents This plugin assist you in a number of task: - Code Completion: if you type a prefix it shows you all matching commands and the structure and meaning of their arguments. If possible it shows options for the argument the cursor is in. - Assistants: there are several assistants for frequent tasks like creating the body of a new LaTeX file, inserting a graphics, inserting a table or a matrix, inserting source code listings, inserting BibTeX entries. - BibTeX Integration: an outline view is created for BibTeX files and the LaTeX completion is aware of bibliographies included per \bibliography and proposes their entries at the \cite command. BibTeX entries may be inserted with the help of a dialog. - Build System: The build system uses profiles like "PDF", "DVI" or "PostScript". Per default the plugin uses rubber for automated document compiling, but you may create your own profiles invoking the LaTeX command chain directly. Package: libghc-hashtables-dev Description-md5: a5d6688db307c1e59505d5b01e51e370 Description-en: mutable hash tables This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-hashtables-doc Description-md5: 54f6c05ad5b447314cf4f455a28c4c67 Description-en: mutable hash tables -- documentation This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-hashtables-prof Description-md5: 978e52957b8213b12fd7681342eae02b Description-en: mutable hash tables -- profiling libraries This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libweed-dbg Description-md5: 929a1e60b10f04f9d434a78b4dcd5e3f Description-en: library for inclusion of plugins into LiVES - debugging symbols A library that was originally only available as part of LiVES (package lives) but is now available separately. Allows for the inclusion of plugins into LiVES. . This package contains the debugging symbols for libweed0. Package: libweed-dev Description-md5: 2285ee280a8e0d29f45d6b492437ba58 Description-en: Development library for inclusion of plugins into LiVES A library that was originally only available as part of LiVES (package lives) but is now available separately. Allows for the inclusion of plugins into LiVES. . This package contains development files. Package: libweed0 Description-md5: 70767a31d8208e285ea0c2cae3981c59 Description-en: Runtime library for inclusion of plugins into LiVES A library that was originally only available as part of LiVES (package lives) but is now available separately. Allows for the inclusion of plugins into LiVES. . This package contains shared libraries. Package: lives Description-md5: 4a637a263d41c264219b65d0cf1afa34 Description-en: Video Editing system allowing users to edit and create video LiVES is a Video Editing system allowing both novice and advanced users to edit and create video straight away. It can also be used as a VJ tool, and can be scripted and controlled remotely. Package: lives-data Description-md5: f6743432883899d90c5d427dc560c33c Description-en: Data files for LiVES LiVES is a Video Editing system allowing both novice and advanced users to edit and create video straight away. It can also be used as a VJ tool, and can be scripted and controlled remotely. . This package contains the data files for LiVES. Package: lives-dbg Description-md5: 8b2e1113b0f6082e8e4004911350d29e Description-en: Debugging symbols for LiVES LiVES is a Video Editing system allowing both novice and advanced users to edit and create video straight away. It can also be used as a VJ tool, and can be scripted and controlled remotely. . This package contains the debugging symbols for LiVES. Package: mosh Description-md5: 4eb9a4712a90a06683cd9f2c223953b4 Description-en: Mobile shell that supports roaming and intelligent local echo Mosh is a remote terminal application that supports: - intermittent network connectivity, - roaming to different IP address without dropping the connection, and - intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections. Package: myunity Description-md5: 24aa67e17f299eeb2babd31706947952 Description-en: Unity configurator This program allows one to configure and tune Unity with a pleasant and comfortable graphical interface. . MyUnity is a third-party application, not official part of the Unity project. Package: openteacher Description-md5: 5206632a5485a2afee3836cb7e39ec0a Description-en: learn words in a foreign language OpenTeacher is an application that helps you in learning a foreign language vocabulary. Just enter some words in your native or foreign language, and OpenTeacher will test you. . OpenTeacher has the following features: * Smart and interval question asking * Think answer, shuffle answer and repeat answer input modes * Easy symbol, Greek and Cyrillic input * Read and write Teach2000 and WRTS files, read ABBY Lingvo Tutor files * Save and open your online WRTS lists * Support for synonyms * Printing your word lists * Available in English, Spanish, German, Dutch, Hungarian. Package: pass Description-md5: c8b6e9cd595a9090411da3f085c057fa Description-en: lightweight directory-based password manager Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git. Package: pdns-recursor Description-md5: ab54a4c3de7ed1040bb5d04e23a97384 Description-en: PowerDNS recursor PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational databases and load balancing/failover algorithms. PowerDNS tries to emphasize speed and security. . This is the recursive nameserver that goes out to the internet and resolve queries about other domains. Package: pdns-recursor-dbg Description-md5: bc676a2fdd91ec7919e8fdc9e81db70d Description-en: debugging symbols for PowerDNS recursor PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational databases and load balancing/failover algorithms. PowerDNS tries to emphasize speed and security. . This package contains debugging symbols for PowerDNS to assist in debugging, such as with gdb. It is not required for normal operation. Package: powertop-1.13 Description-md5: 90c5d5a996dbde0e23a413a6aedf18a6 Description-en: Linux tool to find out what is using power on a laptop PowerTOP is a Linux tool that finds the software component(s) that make your laptop use more power than necessary while it is idle. As of Linux kernel version 2.6.21, the kernel no longer has a fixed 1000Hz timer tick. This will (in theory) give a huge power savings because the CPU stays in low power mode for longer periods of time during system idle. . However... there are many things that can ruin the party, both inside the kernel and in userspace. PowerTOP combines various sources of information from the kernel into one convenient screen so that you can see how well your system is doing, and which components are the biggest problem. Package: python-nxt Description-md5: f2cf7361bd334a93916165b0189405cd Description-en: python driver/interface/wrapper for the Lego Mindstorms NXT robot NXT-Python is a package for controlling a LEGO NXT robot using the Python programming language. It can communicate using either USB or Bluetooth. Package: python-nxt-filer Description-md5: 8b83b8a0d3b968a2f0626351551f0087 Description-en: simple GUI to manage files on a LEGO Mindstorms NXT GTK2 based file management GUI for LEGO Mindstorms NXT Package: python-psycopg2-docs Description-md5: 03097578d31fa3b31c676e4fca89d9b0 Description-en: Python module for PostgreSQL (documentation package) psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asycronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance. . This package contains the psycopg2 documentation Package: python3-psycopg2 Description-md5: a77327a74f1a27736087b1cc248f195e Description-en: Python 3 module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python3 programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asycronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance. Package: python3-psycopg2-dbg Description-md5: 74279b50d34b063ee5a8c948b356e988 Description-en: Python 3 module for PostgreSQL (debug extension) psycopg is a PostgreSQL database adapter for the Python3 programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . This package contains the extensions built for the Python debug interpreter. Package: qtiplot Description-md5: eb4ce58e033525d21e0aba2fee01b828 Description-en: data analysis and scientific plotting Qtiplot is a fully fledged plotting software similar to the OriginLab Origin software (See http://www.originlab.com for more information about Origin). . It can make two and three dimensional plots of publication quality, both from datasets and functions. It can do non-linear fitting and multi-peak fitting. . Some Features: * 3D Plots. * Publication quality 2D plots: Error Bars, Multilayer Plots, Bar Plots, Pie Plots, Vector Plots, Contour and Image Plots. * Statistical Plots: Box/Whiskers Diagramms, Histograms. * Easy export of plots to vector formats (EPS, PS, PDF) and to other various image formats (BMP, JPG, PNG, TIFF). * Powerful and versatile spreadsheets and calculations in column-logic. * Easy ASCII-Import/Export of single or multiple files. * Linear and non-linear curve fitting with weighting and estimation of statistical errors of the fit-parameters, using Levenberg-Marquardt, Least-Squares Algorithm or Nelder-Mead simplex minimization algorithm. * Multi-peak fitting with Gaussian and Lorentzian peak profiles. * Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay, FFT smoothing, and moving window average), data filtering (low/high/band pass and band block filters), convolution/deconvolution, correlation, interpolation, numerical integration/differentiation. * Matrices optimized for 3D plotting. * Templates support: all the settings for plots (2D/3D), tables and matrixes can be saved to ASCII files and restored later on for a fast editing process. * Project files based on folders, a powerful project explorer with extensive built-in features: drag and drop, searching facilities. Package: qtiplot-doc Description-md5: 0564647bfffceea4169ab7388b706ef5 Description-en: data analysis and scientific plotting (documentation) This package is part of QtiPlot. . It contains QtiPlot manual and API documentation. . See the 'qtiplot' package for more information. Package: sparkleshare Description-md5: 0f55c782a211bb376383ca7b386633a6 Description-en: distributed collaboration and sharing tool SparkleShare is a collaboration and sharing tool that is designed to keep things simple and to stay out of your way. It allows you to instantly sync with any Git repository you have access to. . SparkleShare can be used as a rough alternative to web services such as Dropbox or Ubuntu One. . Though SparkleShare is not made to be a graphical frontend for git or a backup tool, it may be useful for other kinds of purposes as well, like backing up small files or monitoring your favourite project. Package: tickr Description-md5: 1d60fd79d3e1e74ad7fe09a3106360fa Description-en: GTK-based highly graphically-customizable Feed Ticker Tickr is a GTK-based RSS/Atom Reader that displays feeds as a smooth scrolling line on your Desktop, as known from TV stations. Open feed links in your favourite Browser. Graphics are highly customizable. Package: wesnoth Description-md5: 2a71a7a2a2874f7f0bf25835fd6bebf3 Description-en: fantasy turn-based strategy game - complete suite (metapackage) This metapackage pulls in the complete set of the latest stable version, most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10 Description-md5: 8e7c9769f8d63e57b36c74ba08bb60a8 Description-en: fantasy turn-based strategy game - complete suite (branch 1.10) This package depends on the complete set of packages built from the wesnoth source package but the server (which can be found in the wesnoth-1.10-server package), most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-1.10-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-aoi Description-md5: 8e4ab45067ae43a64c217b4a2e34d858 Description-en: "An Orcish Incursion" official campaign for Wesnoth (branch 1.10) This package contains the "An Orcish Incursion" campaign for Wesnoth: "Defend the forests of the elves against the first orcs to reach the Great Continent, learning valuable tactics as you do so." (Novice level, 7 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-core Description-md5: 897f59b435997dd6db20e1d5b680590d Description-en: fantasy turn-based strategy game (branch 1.10) This package contains the main program for wesnoth. It can be used to play multiplayer games. If you want to play campaigns you will have to install them individually, but if you prefer to have all the official campaigns installed please be advised to install the wesnoth-1.10 package which depends on all of them. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-data Description-md5: 2360af2e7ffc12cee4b8d2473820bd54 Description-en: data files for Wesnoth (branch 1.10) This package contains the sound files and graphics for Wesnoth. It is required for being able to play wesnoth or create maps with the editor. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-dbg Description-md5: 6b084e93916383336203b32834b261a9 Description-en: fantasy turn-based strategy game (debugging symbols for branch 1.10) This package contains the debugging symbols for the wesnoth binaries. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-did Description-md5: e2f1f6af3f7079c623d96e0afe089d36 Description-en: "Descent Into Darkness" official campaign for Wesnoth (branch 1.10) This package contains the "Descent Into Darkness" campaign for Wesnoth: "Learn the dark arts of necromancy in order to save your people from an orcish incursion." (Expert level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-dm Description-md5: 9d69aee64c49d950cd3a8d7e00d52b8c Description-en: "Delfador's Memoirs" official campaign for Wesnoth (branch 1.10) This package contains the "Delfador's Memoirs" campaign for Wesnoth: "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?" (Intermediate level, 23 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-dw Description-md5: 165a1d2c38965cd3c57f7b6d815f1145 Description-en: "Dead Water" official campaign for Wesnoth (branch 1.10) This package contains the "Dead Water" campaign for Wesnoth: "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!" (Intermediate level, 10 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-ei Description-md5: b32fae04c792aa53d88c857efa0b993c Description-en: "The Eastern Invasion" official campaign for Wesnoth (branch 1.10) This package contains the "The Eastern Invasion" campaign for Wesnoth: "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening." (Intermediate level, 18 scenarios.)" . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-httt Description-md5: 99098cb4936516a2ffa3bd2178c54729 Description-en: "Heir to the Throne" official campaign for Wesnoth (branch 1.10) This package contains the "Heir to the Throne" campaign for Wesnoth: "Fight to regain the throne of Wesnoth, of which you are the legitimate heir." (Novice level, 25 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-l Description-md5: c27d5141f0c71c7f3b869648564cce0f Description-en: "Liberty" official campaign for Wesnoth (branch 1.10) This package contains the "Liberty" campaign for Wesnoth: "As the shadow of civil war lengthens across Wesnoth, a band of hardy marchlanders revolts against the tyranny of Queen Asheviere. To win their way to freedom, they must defeat not just the trained blades of Wesnothian troops but darker foes including orcs and undead." (Intermediate level, 9 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-low Description-md5: d282e6e8a4d4d8fd933767e46b5d0b7f Description-en: "Legend of Wesmere" official campaign for Wesnoth (branch 1.10) This package contains the "Legend of Wesmere" campaign for Wesnoth: "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves." (Intermediate level, 17 playable scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-music Description-md5: 097105fe28ff826f1dfe1fa6f2045060 Description-en: music files for Wesnoth (branch 1.10) This package contains the music files for Wesnoth. It is not required but gives nice background music and encouraged. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-nr Description-md5: 51689080c95d753f33c9132a22157aa6 Description-en: "Northern Rebirth" official campaign for Wesnoth (branch 1.10) This package contains the "Northern Rebirth" campaign for Wesnoth: "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known." (Expert level, 14 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-server Description-md5: 75319a3ae78a939f141ab66a64ebd492 Description-en: multiplayer network server for Wesnoth (branch 1.10) This package contains the multiplayer network server for Wesnoth. You need it if you want to host multiplayer games on your computer and don't want to use the official servers. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-sof Description-md5: 8f79e1611d9e7b3ae7d708d3b6682973 Description-en: "The Sceptre of Fire" official campaign for Wesnoth (branch 1.10) This package contains the "The Sceptre of Fire" campaign for Wesnoth: "The land of Wesnoth's banner bold Comes not from its own land; It comes from Dwarfdom, grim and old Made by a runesmith's hand. So now I tell from whence it came - The Fire-sceptre great - And of the makers of the same, Their tale I now relate..." (Expert level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-sotbe Description-md5: 815b783efb037f26af31fc1b1a52719d Description-en: "Son of the Black-Eye" official campaign for Wesnoth (branch 1.10) This package contains the "Son of the Black-Eye" campaign for Wesnoth: "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it's up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their tree-shagger allies to the land of the dead!" (Expert level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-thot Description-md5: 13f8e3d70bf04a64d66b0421148ab7c4 Description-en: "The Hammer of Thursagan" official campaign for Wesnoth (branch 1.10) This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 13 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-tools Description-md5: c282bf5d9781b4ead7e080fc136ed356 Description-en: tools for campaign developers for Wesnoth (branch 1.10) This package contains various tools for Wesnoth that are especially useful for campaign developers, including but not limited to scripts supporting the generation and checking of WML (Wesnoth Markup Language). You can find them in the directory /usr/share/games/wesnoth/1.10/data/tools after installation of the package. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-trow Description-md5: 68219134b3f002b9faf22cbaa729cafe Description-en: "The Rise of Wesnoth" official campaign for Wesnoth (branch 1.10) This package contains the "The Rise of Wesnoth" campaign for Wesnoth: "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits..." (Intermediate level, 25 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-tsg Description-md5: 0e03f6b72f760c64a53f11f19a020316 Description-en: "The South Guard" official campaign for Wesnoth (branch 1.10) This package contains the "The South Guard" campaign for Wesnoth: "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players." (Novice level, 9 or 10 scenarios depending on the branch you take.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-ttb Description-md5: 95f59229fa42715a6b0f350f72bacbb9 Description-en: "A Tale of Two Brothers" official campaign for Wesnoth (branch 1.10) This package contains the "A Tale of Two Brothers" campaign for Wesnoth: "An evil mage is threatening the local village and its inhabitants. When their leader Bjarn sends for aid from his brother Arne, he is victorious, but Bjarn himself is kidnapped. Can you rescue him?" (Novice level, 4 scenarios; the 'Hard' version may challenge more experienced players.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.10-utbs Description-md5: e6b40e71188d15d311be810f914024e3 Description-en: "Under the Burning Suns" official campaign for Wesnoth (branch 1.10) This package contains the "Under the Burning Suns" campaign for Wesnoth: "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home." (Expert level, 11 scenarios, some under reconstruction) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-all Description-md5: df4d1ae46437694ee1da20641b706fe0 Description-en: fantasy turn-based strategy game - complete suite (transitional package) This transitional package depends on the wesnoth package which pulls in the complete set of the latest stable version. You can safely remove this package after the upgrade. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-core Description-md5: 49034f8e7b5044fce1f03bd566a97f33 Description-en: fantasy turn-based strategy game (metapackage) This metapackage pulls in the core wesnoth package which allows you to play using the latest stable version. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-music Description-md5: 708dd00f3fd6bc8016e6d16439e8132f Description-en: music files for Wesnoth (metapackage) This metapackage pulls in the music package for use with the latest stable version of wesnoth. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: workrave Description-md5: 112395980743e876b4863e5a1d2a2b92 Description-en: Repetitive Strain Injury prevention tool Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. . It includes a system tray applet that works with GNOME and KDE and has network capabilities to monitor your activity even if switching back and forth between different computers is part of your job. . Workrave offers many more configuration options than other similar tools. Package: workrave-data Description-md5: 3b917b9e04b83cad4023780fb267402d Description-en: Repetitive Strain Injury prevention tool (data files) Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. . It includes a system tray applet that works with GNOME and KDE and has network capabilities to monitor your activity even if switching back and forth between different computers is part of your job. . Workrave offers many more configuration options than other similar tools. . This package contains the required data files common to all architectures. Package: znc Description-md5: 9b4612c45a69774bb76ba3e438f750c7 Description-en: advanced modular IRC bouncer znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. Package: znc-dbg Description-md5: 48f0ac40a29af5ebb9e8c9ef6844f643 Description-en: advanced modular IRC bouncer (debugging symbols) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the debugging symbols of the znc package and his modules. Package: znc-dev Description-md5: 52f474b711dc1ef1b5080ac619e4daa2 Description-en: advanced modular IRC bouncer (development headers) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc development headers for developing modules. Package: znc-extra Description-md5: b217b89d16cff1f603dbcf9df8981310 Description-en: extra modules for znc znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains extra modules for znc, some of them may not be stable. Package: znc-perl Description-md5: 3b9cef928cf90174b5c7358eb9faff82 Description-en: advanced modular IRC bouncer (Perl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Perl extension. Package: znc-python Description-md5: 7850724d985b344f626787e4324ee8e1 Description-en: advanced modular IRC bouncer (Python extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Python extension. Package: znc-tcl Description-md5: a9d7945551f2c91a0a26d0284e01f934 Description-en: advanced modular IRC bouncer (Tcl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Tcl extension.