ooo.sxc 2.1.4
Invoice-Easy2.1-OOo.sxc 2.1.4
Invoice-Easy2.1-OOo.sxc The file was developed in order to be able to write the first invoice after only five minutes of setup, regardless to the different types of accounting. The formulas are designed to fit most types of accounting in many countries, which means, that different results are possible in a single cell, but allways according to your special data. The user is allways supported by function-macros (klick-buttons). more>>
Invoice-Easy2.1-OOo.sxc - Invoice-Easy2.1-OOo.sxc
The program is an OpenOffice.org1.1.4 Calc-file (a spreadsheet application). OpenOffice.org is a freeware
productivity suite, comparable with MS-Office in look and functionality, available for many OS.
The file was developed in order to be able to write the first invoice after only five minutes of setup, regardless to the different types of accounting.
The formulas are designed to fit most types of accounting in many countries, which means, that different results are possible in a single cell, but allways according to your special data. As a supplement to this, the macros (action buttons) of the file will make the formats fit to the accounting of every single invoice. Rows and columns, which are not needed will fade out. Besides these optical effects, also every word, which isn?t needed, will be faded out. Customers, who don?t receive rebates or discounts from you, will not even see these words on the invoice, in order not to cause demands. Since everything works automatically and only the necessary data is queried in the setup, it should not bother you, if your billing doesn?t need all the functionality.
So, shortly said, you don?t have to change anything in the invoice form, regardless, if your billing uses net prices (e.g. in the USA) or gross prices (which are used in some cases e.g. in european countries), if you must apply different tax rates and/or rebates, if you sell stock items or bill individual services etc.
The invoices can be written by automatic data-overdraw from data sheets (addresses and items), by the use of references (simply type in customer-ID, item-# and quantities directly in the invoice), more or less by hand or by a mixture of these methods.
The invoice form can easily be translated into other languages (in the data sheet) and can therefore also serve for international transactions or can be applied in non-english-speaking countries.
System Requirements: OpenOffice.org, Version 1.1.4 or higher.
Enhancements:
Version 2.1.4
Fixed newly occured printer problems when using MS-Windows. Thanks to the users who contributed error-messages and helped testing the new macro-code.
Version 2.1.1
Compliance with new, international addressing-rules.
System Requirements:OpenOffice.org Version 1.1.4 or higher<<less
FoxLingo 2.1.4
FoxLingo is a Firefox extension which acts as a versatile language tool. more>>
Main features:
- Web Page Translation - Translates full web pages (over 1,000 different language pairs)
- Translated Search - Searches foreign pages using terms written in your language
- Auto Translation - Automatically translates websites by recognizing their domain
- Text Translation - Translates text entered in the search box or selected on any web page
- Language Resources - Over 90 language services (encyclopedias, text-to-speech, etc.)
- Ixquick - Metasearch engine with unique features, language search and complete privacy
- Learning Languages - Over 100 links to language learning sites for a variety of languages
- Freeware - is completely free and contains no adware or spyware
- Complete Privacy - does not take any information from its users
Supports 45 languages & over 1,000 different language pairs
Afrikaans, Arabic, Aranese, Basque, Bulgarian, Catalan, Chinese Simplified, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, Filipino, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latin, Malay, Norwegian, Persian, Polish, Portuguese, Portuguese Brazilian, Romanian, Russian, Serbian, Slovenian, Spanish, Spanish Latin American, Swedish, Thai, Turkish, Ukrainian, Welsh
IV 2.1.4
IV is a simple image viewer with pan and zoom viewing and many editing features. more>>
Image Viewer (often refered to as IV) allows you to; view convert, grab (screenshot), print, rotate, crop, resize, display on desktop, add text, add comments, and open/edit/save animated images.
Additional viewing features include pan & zoom with just a click and a drag.
Currently, IV supports direct opening and saving with the image libraries:
libungif - Uncompressed GIF images
libjpeg - JPEG images
libpng - PNG & MNG images
libtga (internal) - TGA images
libXpm - XPM images
In addition, binary and text files can also be displayed with IVs internal File View and Hex View windows.
LeoIni 2.1.4
LeoIni is a class that supports easy reading and writing of ini files like they are used by Windows, KDE and GNOME. more>>
This class using only standard libraries. So they are very portable.
The class is full ansi C++ compatible.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
4st Attack 2.1.4
4st Attack is a good looking connect-four with multiplayer support. more>>
4st Attack is a good looking connect-four with multiplayer support.
makeself 2.1.4
makeself is a script to create self-extractable compressed tar archives. more>>
The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world. Makeself archives also include checksums for integrity self-validation (CRC and/or MD5 checksums).
The makeself.sh script itself is used only to create the archives from a directory of files. The resultant archive is actually a compressed (using gzip, bzip2, or compress) TAR archive, with a small shell script stub at the beginning.
This small stub performs all the steps of extracting the files, running the embedded command, and removing the temporary files when its all over. All what the user has to do to install the software contained in such an archive is to "run" the archive, i.e sh nice-software.run.
I recommend using the "run" (which was introduced by some Makeself archives released by Loki Software) or "sh" suffix for such archives not to confuse the users, since they know its actually shell scripts (with quite a lot of binary data attached to it though!).
Usage
The syntax of makeself is the following:
makeself.sh [args] archive_dir file_name label startup_script [script_args]
args are optional options for Makeself. The available ones are :
--version : Prints the version number on stdout, then exits immediately
--gzip : Use gzip for compression (is the default on platforms on which gzip is commonly available, like Linux)
--bzip2 : Use bzip2 instead of gzip for better compression. The bzip2 command must be available in the command path. I recommend that you set the prefix to something like .bz2.run for the archive, so that potential users know that theyll need bzip2 to extract it.
--compress : Use the UNIX "compress" command to compress the data. This should be the default on all platforms that dont have gzip available.
--nocomp : Do not use any compression for the archive, which will then be an uncompressed TAR.
--notemp : The generated archive will not extract the files to a temporary directory, but in a new directory created in the current directory. This is better to distribute software packages that may extract and compile by themselves (i.e. launch the compilation through the embedded script).
--current : Files will be extracted to the current directory, instead of in a subdirectory. This option implies --notemp above.
--follow : Follow the symbolic links inside of the archive directory, i.e. store the files that are being pointed to instead of the links themselves.
--append (new in 2.1.x): Append data to an existing archive, instead of creating a new one. In this mode, the settings from the original archive are reused (compression type, label, embedded script), and thus dont need to be specified again on the command line.
--header : Makeself 2.0 uses a separate file to store the header stub, called "makeself-header.sh". By default, it is assumed that it is stored in the same location as makeself.sh. This option can be used to specify its actual location if it is stored someplace else.
--copy : Upon extraction, the archive will first extract itself to a temporary directory. The main application of this is to allow self-contained installers stored in a Makeself archive on a CD, when the installer program will later need to unmount the CD and allow a new one to be inserted. This prevents "Filesystem busy" errors for installers that span multiple CDs.
--nox11 : Disable the automatic spawning of a new terminal in X11.
--nowait : When executed from a new X11 terminal, disable the user prompt at the end of the script execution.
--nomd5 and --nocrc : Disable the creation of a MD5 / CRC checksum for the archive. This speeds up the extraction process if integrity checking is not necessary.
--lsm file : Provide and LSM file to makeself, that will be embedded in the generated archive. LSM files are describing a software package in a way that is easily parseable. The LSM entry can then be later retrieved using the -lsm argument to the archive. An exemple of a LSM file is provided with Makeself.
archive_dir is the name of the directory that contains the files to be archived
file_name is the name of the archive to be created
label is an arbitrary text string describing the package. It will be displayed while extracting the files.
startup_script is the command to be executed from within the directory of extracted files. Thus, if you wish to execute a program contain in this directory, you must prefix your command with "./". For example, ./program will be fine. The script_args are additionnal arguments for this command.
Enhancements:
- Fixed --info output.
- Generate random directory name when extracting files to . to avoid problems.
- Better handling of errors with wrong permissions for the directory containing the files.
- Avoid some race conditions, Unset the $CDPATH variable to avoid problems if it is set. Better handling of dot files in the archive directory.
GTK-server 2.1.4
The GTK-server enables access for shellscripts & interpreted programming languages to apps using either GTK 1.x or 2.x. more>>
GTK-server project is a standalone binary, which is able to communicate by a 2-way pipe or by a TCP/UDP port. The script invokes this binary, sets up a pipe or a TCP/UDP connection and prints the GTK call in plain text to the pipe or socket. The GTK-server then sends information back which can be used in the program or script.
Below a summary of advantages when using the GTK-server:
- No need to learn C or C++, you can stick to your favorite programming language
- No need to hack the source of existing programming languages to realize GUI programming
- High flexibility in creating GUIs, e.g. not limited to dialogs
- Full GTK API available, the user can extend the gtk-server.cfg file by himself
- Access to both GTK 1.x and GTK 2.x
- Convenient GTK test tool, easy to learn GTK programming.
P4A 2.0.6 / 2.1.4
P4A is a PHP object oriented framework for building Web-based event-driven applications. more>>
With P4A youll be able to develop web applications writing code as you would do with the most evolved rapid development tools. The result will be an application that the user will use with the same feeling that he would have with a classical client application.
You wont have to worry about creating the graphic interface for your projects because P4A has a nice and client graphic theme.
Main features:
- Written in the PHP programming language
- Compatible with PHP 4.3.x, Apache 1.3.x or 2.0.x web server on Linux/Windows operating systems
- Integration with PEAR libraries
- Easy integration with the database servers supported by PEAR::DB library (dBase, FrontBase, InterBase, Informix, Mini SQL, Microsoft SQL Server, MySQL, Oracle 7/8/9, ODBC, PostgreSQL, SQLite, Sybase)
- Automatic database data type identification and consequent functionalities for automatic formatting and unformatting (integers, decimals, floats, date and time formats, booleans) coherent with the national locale settings
- Many user interface elements (widgets) such as single line or multiple lines text fields with advanced rich WYSIWYG text editing support, checkboxes, single/multiple selection fields, tables, buttons etc...
- 3 ways to anchor widgets on masks (grid, absolute positioning canvas, sequential relative positioning frame)
- Extended usage of UTF-8 encoding. Anyway you can change the codepage to reflect your code/data
- Many locales supported (cs_CZ, de_CH, de_DE, du_NL, en_GB, en_US, es_ES, et_EE, fr_CH, fr_FR, it_CH, it_IT, pt_BR, ro_RO, ru_RU)
- Logic/design separation realized with templates (Smarty template engine
Whats New in 2.0.6 Stable Release:
- P4A_Tab_Pane::nextPage() method was added
- P4A_Object::intercept() 3rd param (method) is now optional, if empty the method name will be equal to the action name
- some small changes to P4A_Tab_Pane were done
- a bug on the new P4A_DB_Source multivalue algorithm was solved (thanks to therealpecus)
- P4A_DB_Source::addMultivalueField() 2rd argument (table) is now optional, if empty it will be equal to the field name
Whats New in 2.1.4 Development Release:
- P4A_Field::setType(color) was added with nice color picker plugin (fabrtastic) from jQuery
- a bug with file upload error trapping was solved
- FCKEditor was updated to 2.4.3
- jQuery was updated to 1.1.3.1
- jqModal was updated to 2007.07.30 +r10
- P4A_DB_Navigator drag&drop functionalities were implemented thru jQuery
Komodo Linux RC 2
Komodo Linux is a new and young KDE based Linux distribution. more>>
Komodo Official rpmlist
- acidrip-0.14-1tex
- acpi-0.07-2.1tex
- acpid-1.0.3-1tex
- akregator-1.0-0.beta8.1tex
- alsa-utils-1.0.8-1tex
- amarok-1.2-3tex
- anca-0.9.1-1tex
- apmd-3.2.1-1tex
- apollon-1.0.1-2tex
- apt-0.5.5cnc6-2tex
- arts-1.3.2-2tex
- ash-0.3.8-6mdk
- aspell-0.50.5-3.2tex
- aspell-en-6.0-1tex
- at-3.1.8-7mdk
- attr-2.4.16-1tex
- audacity-1.2.3-1tex
- audiofile-0.2.3-6mdk
- autoconf2.1-2.13-21mdk
- autoconf2.5-2.59-5mdk
- automake1.4-1.4-24.p6.mdk
- automake1.7-1.7.9-2mdk
- automake1.8-1.8.5-1mdk
- awesfx-0.4.4-5mdk
- azureus-2.2.0.2-1tex
- basesystem-10.0-6tex
- bash-2.05b-14mdk
- bdflush-1.5-24mdk
- binutils-2.14.90.0.5-2mdk
- bladeenc-0.94.1-1tex
- bootloader-utils-1.9-3tex
- bootsplash-2.1.13-6tex
- busybox-1.00-0.pre5.3tex
- bzip2-1.0.2-16mdk
- cdialog-0.9b-4mdk
- cdparanoia-IIIa9.8-9tex
- cdrdao-1.1.9-2tex
- cdrecord-2.01-1tex
- cdrecord-cdda2wav-2.01-1tex
- chkauth-0.3-0.2.92mdk
- chkconfig-1.3.13-3tex
- chkfontpath-1.10.0-1tex
- cloop-utils-1.02-1tex
- color-schemes-1.0.0-5tex
- common-licenses-1.0-7mdk
- console-tools-0.2.3-46mdk
- coreutils-5.2.1-7tex
- cpio-2.5-4mdk
- crack-attack-1.1.10-2tex
- crack-attack-music-1-1tex
- crack-attack-sounds-1-1tex
- cracklib-dicts-2.7-17mdk
- crontabs-1.10-3mdk
- csmash-0.6.5-2mdk
- cups-1.1.23-4tex
- cups-common-1.1.23-4tex
- cups-drivers-10.1-0.2mdk
- curl-7.12.1-1tex
- cvs-1.11.16-1.2tex
- db1-1.85-9mdk
- dbus-0.23.2-3tex
- desktop-file-utils-0.8-2tex
- dev86-0.16.3-2mdk
- dhcp-client-3.0.1-8tex
- dhcp-common-3.0.1-8tex
- diald-1.0-4mdk
- diffutils-2.8.4-4mdk
- digikam-0.7.1-1tex
- digikam-plugins-0.7.1-1tex
- dip-3.3.7o-19mdk
- dirmngr-0.5.5-1tex
- divx4linux-20030428-2tex
- dmsetup-1.00.21-1tex
- docbook-dtd412-xml-1.0-15mdk
- dosfstools-2.10-1tex
- drakconf-10.1-1tex
- drakxtools-10.1-27.7tex
- drakxtools-backend-10.1-27.7tex
- drakxtools-newt-10.1-27.7tex
- dvd+rw-tools-5.21.4.10.8-2.1tex
- dynamic-0.23-1tex
- e2fsprogs-1.35-1tex
- eagle-usb-1.9.6-1tex
- eject-2.0.13-4mdk
- elfutils-0.84-1mdk
- emelfm-0.9.2-8tex
- esound-0.2.34-1tex
- etcskel-1.63-15mdk
- ethtool-1.6-2mdk
- evolution-data-server-1.0.3-4tex
- expect-8.4.2-1mdk
- fdutils-5.4-8mdk
- ffmpeg-0.4.9-0.pre1.1tex
- file-4.03-2mdk
- filesystem-2.1.3-10mdk
- findutils-4.1.20-1mdk
- flphoto-1.1-1mdk
- fluxbox-0.9.12-1tex
- fontconfig-2.2.99-3tex
- fonts-ttf-decoratives-1.3-12mdk
- fonts-ttf-vera-1.10-2mdk
- fonts-type1-hebrew-0.100-6tex
- font-tools-0.1-10mdk
- foobillard-SDL-3.0-2tex
- foomatic-db-3.0.1-0.20040828.1mdk
- foomatic-db-engine-3.0.1-0.20040828.1mdk
- foomatic-filters-3.0.1-0.20040828.1mdk
- fp-linux-ws-4.4.8-1
- freetype-1.3.1-20mdk
- freetype-devel-1.3.1-20mdk
- freetype-tools-1.3.1-20mdk
- fribidi-0.10.4-3mdk
- gail-1.8.0-1tex
- gaim-1.1.2-1tex
- gaim-encryption-2.33-1tex
- galaxy-gnome-1.0.2-7tex
- galaxy-kde-1.0.2-7tex
- galaxy-kde-kwin-1.0.2-7tex
- galculator-1.2.2-1tex
- gamin-0.0.20-2tex
- gawk-3.1.2-2.1.92mdk
- gcc-3.3.1-2mdk
- gcc-c++-3.3.1-2mdk
- gcc-cpp-3.3.1-2mdk
- GConf2-2.10.0-1tex
- gdk-pixbuf-loaders-0.22.0-5tex
- gettext-0.11.5-7mdk
- gettext-base-0.11.5-7mdk
- gettext-devel-0.11.5-7mdk
- ghostscript-7.07-25mdk
- ghostscript-fonts-6.0-2mdk
- ghostscript-module-X-7.07-25mdk
- gifsicle-1.40-1tex
- gift-0.11.8.1-1tex
- gift-fasttrack-0.8.9-1tex
- gift-gnutella-0.0.10-1tex
- gift-openft-0.2.1.5-1tex
- gkrellm-2.2.4-1tex
- gkrellm-themes-2.1.28-1tex
- glibc-2.3.2-14mdk
- glibc-devel-2.3.2-14mdk
- glib-gettextize-2.4.6-1tex
- Glide_V2-2.53-7mdk
- gmencoder-0.1.0-2tex
- gnome-chess-0.3.3-4mdk
- gnome-games-2.8.0-1tex
- gnome-games-extra-data-2.8.0-1tex
- gnome-icon-theme-2.8.0-2tex
- gnome-keyring-0.4.0-1tex
- gnome-libs-1.4.2-7mdk
- gnome-mime-data-2.4.2-3tex
- gnome-vfs2-2.10.0-1tex
- gnome-volume-manager-1.0.3-6tex
- gnuchess-5.07-5tex
- gnupg-1.2.5-1tex
- gnupg2-1.9.10-1tex
- gnupg-texstar-1.0.0-1tex
- gocr-0.37-3mdk
- gpg-pubkey-22458a98-3969e7de
- gpg-pubkey-70771ff3-3c8f768f
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-9b4a4024-3874ddfb
- gpg-pubkey-e9972fef-40e9dfc6
- gpg-pubkey-e9972fef-40e9dfc6
- gphoto-0.4.3-19mdk
- gphoto2-2.1.4-1tex
- gpm-1.20.1-12tex
- gqview-1.5.6-1tex
- grep-2.5.1-3mdk
- grip-3.2.0-5tex
- groff-1.19-3mdk
- groff-for-man-1.19-3mdk
- gstreamer-alsa-0.8.7-3tex
- gstreamer-arts-0.8.7-3tex
- gstreamer-artsd-0.8.7-3tex
- gstreamer-audio-formats-0.8.7-3tex
- gstreamer-GConf-0.8.7-3tex
- gstreamer-mad-0.8.7-3tex
- gstreamer-plugins-0.8.7-3tex
- gstreamer-tools-0.8.9-2tex
- gstreamer-vorbis-0.8.7-3tex
- gstreamer-x11-0.8.7-3tex
- gtk+2.0-2.4.9-3tex
- gtkam-0.1.11-0.dev1.6mdk
- gtkdialogs-2.0-6mdk
- gtk-qt-engine-0.6-2tex
- gtranscode-0.3-2tex
- guile-1.6.4-3mdk
- gv-3.5.8-30mdk
- gwenview-1.0.1-0.2tex
- gzip-1.2.4a-13.2tex
- hal-0.4.7-11tex
- harddrake-10.1-27.7tex
- harddrake-ui-10.1-27.7tex
- hdparm-5.8-1tex
- hicolor-icon-theme-0.5-6tex
- hostap-0.0.4-1mdk
- hotplug-2004_09_23-3tex
- hpoj-0.91-6tex
- id3lib-3.8.3-4mdk
- ifplugd-0.26-3tex
- ImageMagick-5.5.7.15-6.4tex
- imlib-1.9.14-8.1.tex
- indent-2.2.9-3mdk
- indexhtml-9.1-10mdk
- info-install-4.6-1mdk
- initscripts-7.61.1-21tex
- intltool-0.32.1-1tex
- iproute2-2.4.7-11mdk
- iptables-1.2.9-7.2tex
- iputils-20020927-4mdk
- isapnptools-1.26-6mdk
- jackit-0.99.0-1tex
- jfsprogs-1.1.7-1tex
- jpilot-0.99.6-1mdk
- jpilot-Mail-0.0.6-8mdk
- jpilot-syncmal-0.71.2-3mdk
- k3b-0.11.20-1tex
- kaffeine-0.5-3tex
- kasablanca-0.4.0.2-1tex
- katalog-0.3-2tex
- kbirthday-0.7.3-2tex
- kbudget-0.6-2tex
- kcdlabel-2.12-4tex
- kcpuload-1.99-4tex
- kdeaddons-3.3.2-3tex
- kdeadmin-3.3.2-1tex
- kdeadmin-kpackage-3.3.2-1tex
- kdeartwork-3.3.2-1tex
- kdeartwork-kde-classic-3.3.2-1tex
- kdebase-3.3.2-1tex
- kdebase-kdm-3.3.2-1tex
- kdebase-nsplugins-3.3.2-1tex
- kdebase-servicemenu-10.1-4tex
- kdegames-3.3.2-1tex
- kdegraphics-3.3.2-3tex
- kdelibs-3.3.2-3tex
- kdelibs-common-3.3.2-3tex
- kdemoreartwork-activeheart-1.2.1-2tex
- kdemoreartwork-alloy-0.5.3-2tex
- kdemoreartwork-comix-1.2.3-1tex
- kdemoreartwork-corona-1.0-2tex
- kdemoreartwork-crystal-0.8.0-2tex
- kdemoreartwork-flatknifty-0.4.2-2tex
- kdemoreartwork-grover-1.1-2tex
- kdemoreartwork-kbcl-1.0.8-3tex
- kdemoreartwork-kbl-1.0.8-3tex
- kdemoreartwork-kbml-1.0.8-3tex
- kdemoreartwork-knifty-0.4.2-3tex
- kdemoreartwork-luna-1.0-2tex
- kdemoreartwork-lunamet-1.0-2tex
- kdemoreartwork-nvidia-1.0-2tex
- kdemoreartwork-softcrystal-1.0-2tex
- kdemoreartwork-thinkeramik-3.2.1-2tex
- kdemultimedia-3.3.2-2tex
- kdenetwork-3.3.2-1tex
- kdepim-3.3.2-3tex
- kdesdk-3.3.2-1tex
- kdetoys-3.3.2-1tex
- kdeutils-3.3.2-1tex
- kdm-icons-crystal-0.2-1tex
- kdocker-1.0-rc1_3tex
- kernel-2.6.10-oci7-1-1oci
- kexchange-1.0-4tex
- keybled-0.65-2tex
- kickerpager-0.3.1-3tex
- kio_burn-0.6.2-1tex
- kipi-plugins-0.1-0.beta1.5tex
- kleds-0.8.0-1tex
- klibido-0.2.0-1tex
- kmplayer-0.8.4-1tex
- kmymoney2-0.6.4-2tex
- knetload-2.3-2tex
- knetworkled-0.5-4tex
- komics-1.4-2tex
- kompose-0.5.1-1tex
- konserve-0.10.3-3tex
- konversation-0.15.1-1tex
- konverter-0.7-3tex
- kover-2.9.3-1tex
- kplayer-0.5.3-2tex
- krename-3.0.3-1tex
- krusader-1.51-1tex
- kshowmail-3.1.0-6tex
- ksmoothdock-3.5.1-2tex
- ldconfig-2.3.2-14mdk
- ldetect-0.5.5-1tex
- ldetect-lst-0.1.63-1tex
- less-381-2mdk
- lesstif-0.93.49-3mdk
- lftp-2.6.6-2.1.92mdk
- liba52dec0-0.7.4-3mdk
- libaa1-1.4.0-0.rc5.8mdk
- libacl1-2.2.23-2tex
- libalsa2-1.0.8-7tex
- libalsa2-devel-1.0.8-7tex
- libalsa-data-1.0.8-7tex
- libao2-0.8.3-8mdk
- libapm1-3.2.1-1tex
- libart_lgpl2-2.3.16-1.1tex
- libart_lgpl2-devel-2.3.16-1.1tex
- libarts-1.3.2-2tex
- libarts-devel-1.3.2-2tex
- libarts-static-devel-1.3.2-2tex
- libaspell15-0.50.5-3.2tex
- libassuan0-0.6.6-1tex
- libatk1.0_0-1.8.0-1tex
- libatk1.0_0-devel-1.8.0-1tex
- libattr1-2.4.16-1tex
- libaudiofile0-0.2.3-6mdk
- libaudiofile0-devel-0.2.3-6mdk
- libavc1394_0-0.4.1-4.1tex
- libavifile0.7-0.7.41-0.20041001.1tex
- libaviplayavcodec0.7-0.7.41-0.20041001.1tex
- libbinutils2-2.14.90.0.5-2mdk
- libbonobo2_0-2.8.1-1tex
- libbonobo2_0-devel-2.8.1-1tex
- libbonobo-2.8.1-1tex
- libbonoboui2_0-2.8.0-1tex
- libbonoboui-2.8.0-1tex
- libbzip2_1-1.0.2-16mdk
- libbzip2_1-devel-1.0.2-16mdk
- libcap1-1.10-4.1tex
- libcdda0-IIIa9.8-9tex
- libcdio0-0.70-2tex
- libconsole0-0.2.3-46mdk
- libcrack2-2.7-17mdk
- libcroco2-0.6.0-1tex
- libcups2-1.1.23-4tex
- libcurl3-7.12.1-1tex
- libdb3.3-3.3.11-16mdk
- libdb4.1-4.1.25-4tex
- libdbcxx4.1-4.1.25-4tex
- libdbus-1_0-0.23.2-3tex
- libdbus-glib-1_0-0.23.2-3tex
- libdevmapper1.00-1.00.21-1tex
- libdha1.0-1.0-0.pre6a.2tex
- libdivx4linux0-20030428-2tex
- libdv4-0.103-2tex
- libdvdread3-0.9.4-2mdk
- libelfutils1-0.84-1mdk
- libesound0-0.2.34-1tex
- libesound0-devel-0.2.34-1tex
- libevolution-data-server3-1.0.3-4tex
- libexif9-0.5.12-2mdk
- libexif9-devel-0.5.12-2mdk
- libexif-gtk4-0.3.3-6mdk
- libexpat0-1.95.6-4mdk
- libexpat0-devel-1.95.6-4mdk
- libext2fs2-1.35-1tex
- libfaad2_0-2.0-1.1tex
- libfame0.9_1-0.9.1-2.1tex
- libffmpeg0-0.4.9-0.pre1.1tex
- libffmpeg0-devel-0.4.9-0.pre1.1tex
- libfftw2-2.1.5-4tex
- libflac++4-1.1.1-1tex
- libflac6-1.1.1-1tex
- libflac6-devel-1.1.1-1tex
- libfltk1.1-1.1.4-0.rc1.1mdk
- libfontconfig1-2.2.99-3tex
- libfontconfig1-devel-2.2.99-3tex
- libfox1.2-1.2.11-1tex
- libfreetype6-2.1.9-4tex
- libfreetype6-devel-2.1.9-4tex
- libfribidi0-0.10.4-3mdk
- libfribidi0-devel-0.10.4-3mdk
- libgail17-1.8.0-1tex
- libgamin-1_0-0.0.20-2tex
- libgamin-1_0-devel-0.0.20-2tex
- libgcc1-3.3.1-2mdk
- libGConf2_4-2.10.0-1tex
- libGConf2_4-devel-2.10.0-1tex
- libgcrypt11-1.2.0-4tex
- libgdbm2-1.8.0-24mdk
- libgdbm2-devel-1.8.0-24mdk
- libgdkcardimage0-2.4.0-1mdk
- libgdk_pixbuf2.0_0-2.4.9-3tex
- libgdk_pixbuf2.0_0-devel-2.4.9-3tex
- libgdk-pixbuf2-0.22.0-5tex
- libgdk-pixbuf-gnomecanvas1-0.22.0-8tex
- libggi-2.0.3-4mdk
- libggi2-2.0.3-4mdk
- libgift0-0.11.8.1-1tex
- libgii0-0.8.3-4mdk
- libgii-0.8.3-4mdk
- libgimpprint1-4.2.7-8mdk
- libglade0-0.17-9mdk
- libglade2.0_0-2.3.6-1.tex
- libglade-gnome0-0.17-9mdk
- libglib1.2-1.2.10-11mdk
- libglib2.0_0-2.4.6-1tex
- libglib2.0_0-devel-2.4.6-1tex
- libgmp3-4.1.2-3mdk
- libgnet-2.0_0-2.0.4-1mdk
- libgnome2_0-2.8.0-1tex
- libgnome2-2.8.0-1tex
- libgnome32-1.4.2-7mdk
- libgnomecanvas2_0-2.8.0-1tex
- libgnomecups-0.2.0-1tex
- libgnomecups-1.0_1-0.2.0-1tex
- libgnome-keyring0-0.4.0-1tex
- libgnomeprint-2.10.0-1tex
- libgnomeprint2-2_0-2.10.0-1tex
- libgnomeprintui2-2_0-2.8.2-1tex
- libgnomeui2_0-2.8.0-1tex
- libgnomeui2-2.8.0-1tex
- libgnome-vfs2_0-2.10.0-1tex
- libgnome-vfs2_0-devel-2.10.0-1tex
- libgnutls11-1.0.13-1tex
- libgpg-error0-1.0-1tex
- libgpg-error0-devel-1.0-1tex
- libgpgme11-0.9.0-2tex
- libgpgme11-devel-0.9.0-2tex
- libgphoto2-2.1.4-3tex
- libgphoto2-devel-2.1.4-3tex
- libgphoto-hotplug-2.1.4-3tex
- libgpm1-1.20.1-12tex
- libgpm1-devel-1.20.1-12tex
- libgsf-1_1-1.8.2-1mdk
- libgsf-1_1-devel-1.8.2-1mdk
- libgstgconf0.8-0.8.7-3tex
- libgstreamer0.8-0.8.9-2tex
- libgstreamer-plugins0.8-0.8.7-3tex
- libgtk+1.2-1.2.10-37mdk
- libgtk+2.0_0-2.4.9-3tex
- libgtk+2.0_0-devel-2.4.9-3tex
- libgtkhtml2_0-2.6.2-1tex
- libgtkmm1.2-1.2.10-6mdk
- libgtkspell0-2.0.3-5mdk
- libgtk+-x11-2.0_0-2.4.9-3tex
- libguile12-1.6.4-3mdk
- libhal0-0.4.7-11tex
- libhowl1-0.9.6-2tex
- libhowl1-devel-0.9.6-2tex
- libhpojip0-0.91-6tex
- libid3_3.8_3-3.8.3-4mdk
- libid3tag0-0.15.0b-4mdk
- libIDL2_0-0.8.5-1tex
- libIDL2_0-devel-0.8.5-1tex
- libieee1284_3-0.2.6-4mdk
- libieee1284_3-devel-0.2.6-4mdk
- libijs0-0.34-82mdk
- libimlib1-1.9.14-8.1.tex
- libimlib2_1-1.1.0-4tex
- libimlib2_1-filters-1.1.0-4tex
- libimlib2_1-loaders-1.1.0-4tex
- libintl2-0.11.5-7mdk
- libiw27-27-1tex
- libjack0-0.99.0-1tex
- libjack0-devel-0.99.0-1tex
- libjpeg62-6b-32mdk
- libjpeg62-devel-6b-32mdk
- libjpeg-progs-6b-32mdk
- libjpilot_plugin0-0.99.6-1mdk
- libkexif-0.2.1-1tex
- libkipi-0.1-2tex
- libkrb53-1.3.4-2.2tex
- libksba8-0.9.8-1tex
- liblame0-3.96.1-1tex
- liblcms1-1.10-1mdk
- liblcms1-devel-1.10-1mdk
- libldap2-2.1.29-5.1tex
- libldap2-devel-2.1.29-5.1tex
- liblinc1-1.0.3-1mdk
- liblinux-atm1-2.4.1-3mdk
- liblirc0-0.6.6-7.1tex
- libltdl3-1.5.12-2tex
- liblzo1-1.08-4tex
- libmad0-0.15.1b-3tex
- libmad0-devel-0.15.1b-3tex
- libmagic1-4.03-2mdk
- libMagick5.5.7-5.5.7.15-6.4tex
- libmal0-0.31-5mdk
- libMesaGL1-5.0.2-8.2tex
- libMesaGLU1-5.0.2-8.2tex
- libMesaGLU1-devel-5.0.2-8.2tex
- libMesaglut3-5.0.2-8.2tex
- libmikmod2-3.1.10-7mdk
- libmjpegtools1.6-1.6.2-8tex
- libmng1-1.0.5-4mdk
- libmng1-devel-1.0.5-4mdk
- libmodplug0-0.7-1tex
- libmpeg3_1-1.5-1.1tex
- libmusicbrainz4-2.1.1-1tex
- libmusicbrainz4-devel-2.1.1-1tex
- libnas2-1.6-10mdk
- libnas2-devel-1.6-10mdk
- libncurses5-5.3-1.20030215.3mdk
- libncurses5-devel-5.3-1.20030215.3mdk
- libnetpbm9-9.24-7mdk
- libnet-snmp50-5.0.9-7.1.92mdk
- libnewt0.51-0.51.6-9tex
- libnspr4-1.7.5-1tex
- libnss3-1.7.5-1tex
- libntfs5-1.9.4-1tex
- libogg0-1.1-5tex
- libogg0-devel-1.1-5tex
- liboggflac1-1.1.1-1tex
- liboil0.2-0.2.2-2tex
- libopencdk8-0.5.4-2tex
- libopenct0-0.1.0-1tex
- libopenh323_1-1.15.2-2.1tex
- libopenh323_1-devel-1.15.2-2.1tex
- libopenh323_1-plugins-1.15.2-2.1tex
- libopensc0-0.8.1-1tex
- libopenslp1-1.0.11-4mdk
- libopenssl0.9.7-0.9.7d-1.2tex
- libopenssl0.9.7-devel-0.9.7d-1.2tex
- libORBit0-0.5.17-6mdk
- libORBit2_0-2.12.1-1tex
- libORBit2_0-devel-2.12.1-1tex
- libpam0-0.77-22tex
- libpango1.0_0-1.6.0-1tex
- libpango1.0_0-devel-1.6.0-1tex
- libpango1.0_0-modules-1.6.0-1tex
- libpaper1-1.1.8-4.1tex
- libparted1.6-1.6.20-1tex
- libpcap0-0.7.2-3mdk
- libpcre0-4.3-6tex
- libpcre0-devel-4.3-6tex
- libpisock++0-0.11.8-4mdk
- libpisock8-0.11.8-4mdk
- libpisock8-devel-0.11.8-4mdk
- libpisync0-0.11.8-4mdk
- libpng3-1.2.5-8.2tex
- libpng3-devel-1.2.5-8.2tex
- libpolypaudio0.7-0.7-3tex
- libpostproc0-1.0-0.pre6a.2tex
- libpq3-7.3.4-2mdk
- libptal0-0.91-6tex
- libpth20-2.0.0-2tex
- libpth20-devel-2.0.0-2tex
- libpwdb0-0.61.2-3mdk
- libpwlib1-1.8.3-3.1tex
- libpwlib1-devel-1.8.3-3.1tex
- libpwlib1-plugins-1.8.3-3.1tex
- libpython2.3-2.3.4-5.1tex
- libqt3-3.3.3-6tex
- libqt3-devel-3.3.3-6tex
- libquicktime0-0.9.3-1.1tex
- libraw1394_5-0.9.0-4mdk
- libreadline4-4.3-7mdk
- libreadline4-devel-4.3-7mdk
- librsvg2_2-2.8.1-1tex
- libsamplerate0-0.1.2-1tex
- libsamplerate0-devel-0.1.2-1tex
- libsane1-1.0.14-1tex
- libsane1-devel-1.0.14-1tex
- libsane-hpoj1-0.91-6tex
- libsasl2-2.1.15-10.1tex
- libsasl2-devel-2.1.15-10.1tex
- libscrollkeeper0-0.3.14-1.1tex
- libSDL1.2-1.2.7-2.1tex
- libSDL1.2-devel-1.2.7-2.1tex
- libSDL_image1.2-1.2.3-3mdk
- libSDL_mixer1.2-1.2.5-3mdk
- libSDL_net1.2-1.2.5-2mdk
- libselinux1-1.15.4-3tex
- libshout3-2.0-3.1tex
- libslang1-1.4.9-6tex
- libsmbclient0-3.0.11-1tex
- libsmokeqt1-1.2.1-3mdk
- libsmpeg0.4-0.4.4-23mdk
- libsndfile1-1.0.11-1tex
- libsoup-2.2_7-2.2.1-1tex
- libspeex1-1.1.6-1tex
- libstartup-notification-1_0-0.7-1tex
- libstdc++2.10-2.96-0.83mdk
- libstdc++5-3.3.1-2mdk
- libstdc++5-devel-3.3.1-2mdk
- libsysfs1-1.2.0-5tex
- libtaglib0-1.3.1-1tex
- libtermcap2-2.0.8-35mdk
- libtiff3-3.6.1-7tex
- libtiff3-devel-3.6.1-7tex
- libtool-1.5.12-2tex
- libtunepimp-0.3.0-1tex
- libungif4-4.1.0-23mdk
- libunixODBC2-2.2.6-4mdk
- libunixODBC2-devel-2.2.6-4mdk
- libusb0.1_4-0.1.8-6tex
- libusb0.1_4-devel-0.1.8-6tex
- libuser-0.51.7-9.2tex
- libuser1-0.51.7-9.2tex
- libutempter0-0.5.2-13.1tex
- libvisual0-0.2.0-1tex
- libvorbis0-1.1.0-1.1tex
- libvorbis0-devel-1.1.0-1.1tex
- libvorbisenc2-1.1.0-1.1tex
- libvorbisfile3-1.1.0-1.1tex
- libvte4-0.11.10-5.1tex
- libwmf0.2_7-0.2.8.3-2tex
- libwmf-0.2.8.3-2tex
- libwvstreams3.7-3.70-3mdk
- libwxgtk2.5_3-2.5.3-2tex
- libXaw3d7-1.5-13mdk
- libxclass0-0.6.3-14tex
- libxine1-1.0-2tex
- libxine1-devel-1.0-2tex
- libxklavier8-1.03-1tex
- libxklavier-data-1.03-1tex
- libxml1-1.8.17-7.2tex
- libxml2-2.6.8-1tex
- libxml2-devel-2.6.8-1tex
- libxml2-utils-2.6.8-1tex
- libxmms1-1.2.10-1tex
- libxorg-x11-6.8.2-2tex
- libxorg-x11-devel-6.8.2-2tex
- libxpm4-3.4k-28.3tex
- libxpm4-devel-3.4k-28.3tex
- libxslt1-1.1.5-1tex
- libxslt1-devel-1.1.5-1tex
- libxvid4-1.0.3-1tex
- lilo-22.6.1-3tex
- limewire-4.4.5-1tex
- links-2.1-0.pre11.1mdk
- LinNeighborhood-0.6.5-7tex
- linux-atm-2.4.1-3mdk
- lirc-0.6.6-7.1tex
- locales-2.3.2-5mdk
- locales-en-2.3.2-5mdk
- logrotate-3.6.6-2mdk
- losetup-2.11z-8tex
- lsb-release-1.4-5mdk
- lsdvd-0.10-1.1tex
- lsof-4.68-1mdk
- lvm2-2.00.33-1tex
- m4-1.4.2-1tex
- mailcap-2.0.4-9mdk
- mailx-8.1.1-23mdk
- make-3.80-5mdk
- makedev-4.3-1tex
- man-1.5k-12mdk
- mandrake_desk-9.2-8mdk
- mandrake_doc-common-9.2-1mdk
- mandrakelinux-theme-0.2.13-6tex
- mandrake-menu-directory-1.0-42.7tex
- man-pages-1.60-1mdk
- mawk-1.3.3-6mdk
- mc-4.6.0-6.1tex
- mdklaunchhelp-9.2-6mdk
- mdk-menu-messages-9.2-6mdk
- mediacheck-7.3-1mdk
- mencoder-1.0-0.pre6a.2tex
- menu-2.1.9-19.3tex
- menudrake-0.7.4-5mdk
- Mesa-5.0.2-8.2tex
- mikmod-3.1.6a-13mdk
- mingetty-1.00-3mdk
- mjpegtools-1.6.2-8tex
- mkbootdisk-1.4.5-7mdk
- mkinitrd-4.1.12-6tex
- mkisofs-2.01-1tex
- mktemp-1.5-12tex
- mkxauth-1.7-8.1tex
- module-init-tools-3.0-7tex
- modutils-2.4.26-3.1tex
- mount-2.11z-8tex
- mountloop-0.11.6-1.1tex
- mozilla-firefox-1.0-1tex
- mozilla-flash-1.7-2tex
- mozilla-java-1.7.3-1tex
- mozilla-thunderbird-1.0-1tex
- mp32ogg-0.11-3mdk
- mpage-2.5.3-5mdk
- mpg123-0.59r-22.2tex
- mplayer-1.0-0.pre6a.2tex
- mplayer-gui-1.0-0.pre6a.2tex
- mplayerplugin-2.75-1tex
- msec-0.40-1mdk
- mtools-3.9.9-2mdk
- myspell-en_AU-1.0.2-0.20030329.1mdk
- myspell-en_GB-1.0.2-0.20021216.1mdk
- myspell-en_US-1.0.2-0.20020626.1mdk
- myspell-hyph-en-1.0.2-0.20020727.1mdk
- nano-1.3.5-1tex
- ncurses-5.3-1.20030215.3mdk
- ndiswrapper-1.0-1tex
- netpbm-9.24-7mdk
- netprofile-0.6-1mdk
- net-tools-1.60-9mdk
- newt-0.51.6-9tex
- nmap-3.78-1tex
- nmap-frontend-3.78-1tex
- ntfsprogs-1.9.4-1tex
- numlock-2.0-8mdk
- nvu-0.81-1tex
- omni-0.9.1-13tex
- openldap-2.1.29-5.1tex
- openofficeorg-calc-1.9.100-1
- openofficeorg-core01-1.9.100-1
- openofficeorg-core02-1.9.100-1
- openofficeorg-core03-1.9.100-1
- openofficeorg-core03u-1.9.100-1
- openofficeorg-core04-1.9.100-1
- openofficeorg-core04u-1.9.100-1
- openofficeorg-core05-1.9.100-1
- openofficeorg-core05u-1.9.100-1
- openofficeorg-core06-1.9.100-1
- openofficeorg-core07-1.9.100-1
- openofficeorg-core08-1.9.100-1
- openofficeorg-core09-1.9.100-1
- openofficeorg-core10-1.9.100-1
- openofficeorg-draw-1.9.100-1
- openofficeorg-gnome-integration-1.9.100-1
- openofficeorg-graphicfilter-1.9.100-1
- openofficeorg-impress-1.9.100-1
- openofficeorg-javafilter-1.9.100-1
- openofficeorg-math-1.9.100-1
- openofficeorg-pyuno-1.9.100-1
- openofficeorg-spellcheck-1.9.100-1
- openofficeorg-testtool-1.9.100-1
- openofficeorg-writer-1.9.100-1
- openofficeorg-xsltfilter-1.9.100-1
- openslp-1.0.11-4mdk
- openssh-3.6.1p2-9.1tex
- openssh-askpass-3.6.1p2-9.1tex
- openssh-clients-3.6.1p2-9.1tex
- openssh-server-3.6.1p2-9.1tex
- openssl-0.9.7d-1.2tex
- ORBit-0.5.17-6mdk
- ORBit2-2.12.1-1tex
- pam-0.77-22tex
- pan-0.14.2.91-5tex
- pango-1.6.0-1tex
- parchive2-0.3-1tex
- parted-1.6.20-1tex
- partimage-0.6.4-2tex
- passwd-0.68-4tex
- patch-2.5.9-1mdk
- pciutils-2.1.11-4.1tex
- pclinuxos-mime-0.4-9.2tex
- pclinuxos-release-10.0-3tex
- pclinuxos-theme-0.2.13-1tex
- pcmcia-cs-3.2.4-2mdk
- pcre-4.3-6tex
- pcsc-lite-1.1.2-5tex
- perl-5.8.5-3.3tex
- perl-Authen-SASL-2.08-1mdk
- perl-base-5.8.5-3.3tex
- perl-CGI-3.05-1mdk
- perl-Convert-ASN1-0.18-1mdk
- perl-Crypt-SmbHash-0.12-1tex
- perl-DB_File-1.810-2mdk
- perl-Digest-HMAC-1.01-11mdk
- perl-Digest-SHA1-2.10-1mdk
- perl-Expect-1.15-6mdk
- perl-Glib-1.054-1mdk
- perl-Gnome2-Vte-0.04-1mdk
- perl-Gtk2-1.054-1mdk
- perl-Gtk2-TrayIcon-0.04-1mdk
- perl-HTML-Parser-3.36-1mdk
- perl-HTML-Tagset-3.03-7mdk
- perl-IO-Tty-1.02-9mdk
- perl-ldap-0.31-2mdk
- perl-Libconf-0.33-2mdk
- perl-libwww-perl-5.800-1mdk
- perl-Locale-gettext-1.01-13mdk
- perl-MailTools-1.62-1mdk
- perl-MDK-Common-1.1.18-1mdk
- perl-MP3-Info-1.02-4mdk
- perl-Net_SSLeay-1.25-3mdk
- perl-Qt-3.008-4.1tex
- perl-String-ShellQuote-1.00-7mdk
- perl-TimeDate-1.16-3.1tex
- perl-URI-1.31-2mdk
- perl-URPM-1.03-1mdk
- perl-XML-NamespaceSupport-1.08-4mdk
- perl-XML-Parser-2.34-3mdk
- perl-XML-SAX-0.12-4mdk
- pilot-link-0.11.8-4mdk
- pinball-0.3.1-1tex
- pinentry-0.7.1-2tex
- pinentry-qt-0.7.1-2tex
- pkgconfig-0.15.0-3mdk
- planner-0.11-2tex
- playmidi-2.5-2mdk
- plugger-5.1.3-1tex
- popt-1.8-22.1.92mdk
- popt-devel-1.8-22.1.92mdk
- portmap-4.0-21mdk
- ppp-2.4.1-12mdk
- ppp-pppoatm-2.4.1-12mdk
- ppp-pppoe-2.4.1-12mdk
- pptp-adsl-1.0.2-13mdk
- pptp-linux-1.3.1-1mdk
- printer-filters-10.1-0.2mdk
- printer-testpages-10.1-0.2mdk
- prism2-utils-0.2.1-0.pre26.2tex
- procinfo-18-4mdk
- procmail-3.22-4mdk
- procps-3.1.11-2mdk
- progsreiserfs-0.3.0.4-5tex
- psmisc-21.3-2mdk
- psutils-p17-8mdk
- pump-0.8.14-2mdk
- putty-0.56-0.20041221.1tex
- pwdb-conf-0.61.2-3mdk
- pygtk2.0-wrapper-2.3.96-1.1tex
- python-base-2.3.4-5.1tex
- qemu-0.6.2-021305.2tex
- qsynaptics-0.21-3tex
- qt3-common-3.3.3-6tex
- qtfprot-0.2.1c-1tex
- qtparted-0.4.4-2tex
- raidtools-0.90-13mdk
- rar-3.2.0-1.1tex
- rdate-1.3-3mdk
- rdesktop-1.3.1-3tex
- real-codecs-1.2-2.1tex
- reiserfsprogs-3.6.19-1tex
- rezound-0.11.1-1tex
- rfb-0.6.1-7mdk
- rfbdrake-1.0-7tex
- ripperx-2.6.4-1tex
- rootfiles-9.1-0.1mdk
- rpm-4.2-22.1.92mdk
- rpm-build-4.2-22.1.92mdk
- rpm-helper-0.9.1-1mdk
- rpmtools-4.5-13mdk
- rp-pppoe-3.5-4.2tex
- rp-pppoe-gui-3.5-4.2tex
- rsh-0.17-12mdk
- rsync-2.6.3-1tex
- samba-client-3.0.11-1tex
- samba-common-3.0.11-1tex
- samba-server-3.0.11-1tex
- sane-backends-1.0.14-1tex
- saned-1.0.14-1tex
- sash-3.5-6mdk
- scli-0.2.12-4tex
- scribus-1.2.1-1tex
- scrollkeeper-0.3.14-1.1tex
- sed-4.0.7-1mdk
- setserial-2.17-7mdk
- setup-2.4-2mdk
- sgml-common-0.6.3-8mdk
- shadow-utils-4.0.3-8.2tex
- shared-mime-info-0.15-2tex
- shorewall-2.0.8-1tex
- skype-1.0.0.1-1tex
- slocate-2.7-2.1tex
- smb4k-0.5.1-1tex
- sndconfig-0.68-1mdk
- sound-scripts-0.19-1tex
- soundwrapper-1.3-3tex
- sox-12.17.4-2mdk
- spec-helper-0.9.2-1mdk
- speedtouch-1.3-9tex
- squashfs-tools-2.1-1tex
- strace-4.4.98-1mdk
- streamripper-1.60.8-1tex
- streamtuner-0.12.5-1tex
- streamtuner-live365-0.3.4-1tex
- sudo-1.6.8p1-1.2tex
- sunjammer-0.5.1-4tex
- super-3.23.0-2tex
- superkaramba-0.35-2tex
- supertux-0.1.2-1tex
- suspend-scripts-1.8.2-1tex
- symlinks-1.2-15mdk
- synaptic-0.55.3-1tex
- synaptics-0.14.0-1tex
- sysctlconfig-0.15-1tex
- sysfsutils-1.2.0-5tex
- sysklogd-1.4.1-7tex
- syslinux-1.76-15tex
- systemtarapplet2-0.3-3tex
- SysVinit-2.85-1mdk
- t1lib1-1.3.1-12mdk
- t1utils-1.27-1mdk
- taglib-1.3.1-1tex
- tar-1.15.1-1tex
- tcl-8.4.2-1mdk
- tcp_wrappers-7.6-23mdk
- termcap-11.0.1-8mdk
- tftp-0.34-1mdk
- thumber-1.1.1-1tex
- tightvnc-1.2.7-5mdk
- tightvnc-server-1.2.7-5mdk
- time-1.7-25mdk
- timeconfig-3.2-8mdk
- timezone-2.3.2-14mdk
- TiMidity++-2.13.2-2tex
- timidity-instruments-1.0-19mdk
- tk-8.4.2-1mdk
- tmdns-0.1-12mdk
- tmpwatch-2.9.0-1mdk
- transcode-0.6.14-1tex
- tvtime-0.9.15-1tex
- uClibc-0.9.21-5tex
- udev-053-3tex
- umb-scheme-3.2-20mdk
- unzip-5.50-9mdk
- urw-fonts-2.0-10mdk
- usbutils-0.70-1tex
- usbview-1.0-9.1tex
- userdrake-1.1-2tex
- usermode-1.63-6mdk
- usermode-consoleonly-1.63-6mdk
- utempter-0.5.2-13.1tex
- util-linux-2.11z-8tex
- uudeview-0.5.20-2tex
- vedi-Type1-fonts-1.0-1tex
- vim-minimal-6.3-5.2tex
- vixie-cron-3.0.1-56mdk
- vobcopy-0.5.10-1.1tex
- vorbis-tools-1.0.1-5.3tex
- vte-0.11.10-5.1tex
- wget-1.9.1-4.2tex
- which-2.14-5mdk
- win32-codecs-1.6-3.1tex
- wireless-tools-27-1tex
- wvdial-1.53-3mdk
- wxGTK2.5-2.5.3-2tex
- X11R6-contrib-6.8.2-2tex
- xanim-codecs-1.0-4tex
- xboard-4.2.7-4.1tex
- xcdroast-0.98-29.alpha14mdk
- xchat-2.4.1-1tex
- xclass-icons-0.6.3-14tex
- Xdialog-2.1.1-2tex
- xfsprogs-2.6.3-1.1tex
- xine-arts-1.0-2tex
- xine-plugins-1.0-2tex
- xinetd-2.3.11-4mdk
- xine-ui-0.99.3-1tex
- xine-ui-fb-0.99.3-1tex
- xine-win32-1.0-2tex
- xinitrc-2.4.11-1tex
- xmms-1.2.10-1tex
- xmms-alsa-1.2.10-1tex
- xmms-arts-0.7.1-2.1tex
- xmmsctrl-1.8-1tex
- xmms-esd-1.2.10-1tex
- xojpanel-0.91-6tex
- xorg-x11-100dpi-fonts-6.8.2-2tex
- xorg-x11-6.8.2-2tex
- xorg-x11-75dpi-fonts-6.8.2-2tex
- xorg-x11-cyrillic-fonts-6.8.2-2tex
- xorg-x11-glide-module-6.8.2-2tex
- xorg-x11-server-6.8.2-2tex
- xorg-x11-Xdmx-6.8.2-2tex
- xorg-x11-xfs-6.8.2-2tex
- xorg-x11-Xnest-6.8.2-2tex
- xorg-x11-Xprt-6.8.2-2tex
- xorg-x11-Xvfb-6.8.2-2tex
- xpdf-3.00-7.3tex
- xpp-1.1-10mdk
- xsane-0.97-1tex
- xterm-179-1mdk
- zcip-4-3mdk
- zenity-2.8.0-1tex
- zip-2.3-11.2tex
- zisofs-tools-1.0.6-1tex
- zlib1-1.1.4-8mdk
- zlib1-devel-1.1.4-8mdk
HapCluster++ 2.1.4
HapCluster++ is a software package for linkage disequilibrium mapping using coalescent theory. more>> <<less
Turba H3 2.1.4
Turba is the Horde contact management application. more>>
Turba is a complete basic contact management application. SQL, LDAP, IMSP, Kolab, and Horde Preferences backends are available and are well tested. You can define the fields in your address books in a very flexible way, just by changing the config files.
You can import/export from/to Pine, Mulberry, CSV, TSV, and vCard contacts. You can create distribution lists from your addressbooks, which are handled transparently by IMP and other Horde applications. And there are Horde API functions to add and search for contacts.
Additional backends are easy to add - all you need to do is to implement a Turba_Driver subclass that implements a few simple methods and talks to your storage method of choice.
Enhancements:
- vCard support was improved.
- The Catalan, Finnish, German, Portuguese, and Traditional Chinese translations were updated.
- Small bugfixes and improvements were made.
gLabels 2.0.4 / 2.1.4
gLabels is a lightweight program for creating labels and business cards. more>>
gLabels project is designed to work with various laser/ink-jet peel-off label and business card sheets that youll find at most office supply stores.
Whats New in 2.0.4 Stable Release:
- This release primarily fixes a couple of crashes when built on GNOME 2.12.
Whats New in 2.1.4 Development Release:
- This development release features a large overhaul of some of the underlying technologies.
- This includes migrating to GtkPrintOperation, Cairo, and Pango.
Free Pascal Compiler 2.1.4
Free Pascal Compiler is a 32/64-bit Pascal Compiler for AmigaOS, DOS, Linux, *BSD, OS/2, MacOS(X) and Win32. more>>
The following operating systems are supported Linux, FreeBSD, NetBSD, MacOSX/Darwin, MacOS classic, DOS, Win32, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga.
Main features:
- Very clean language Pascal is a very nice language, your programs will be more readable and maintainable than for example in C, and lets even forget about C++. And you dont need to give up the power, the Pascal language is as powerful as you want it.
- No Makefiles Unlike most programming languages, Pascal does not need Makefiles. You can save huge amounts of time, the compiler just figures out itself which files need to be recompiled.
- Pascal compilers are Fast with a big F and Free Pascal is no exception. Yes, you no longer need to grow roots while compiling your programs, just hit the compile key and its done, even for large programs.
- Each unit has its own identifiers In Pascal you never need to worry about polluting the namespace, like in C where an identifier needs to be unique accross the entire program. No, in Pascal each unit gets its own namespace and thats very relaxed.
- Integrated development environment Free Pascal comes with an IDE which work on several platforms, in which you can write, compile and debug your programs. You will save huge amounts of time using the IDE, the best programming friend you have.
- Great integration with assembler Do you think pascal is for wimps who need to learn programming? WRONG! Its excellent for high tech programming and for the supreme nerds among you we have the integrated assemblers. You can easily mix assembler code and Pascal code, in the language you wish? Prefer Intel styled assembler? No problem, if its needed Free Pascal will convert it to ATT for you. Do you want to convert your program into a source file for Nasm? No problem, and all ATT assembler in your source files is automatically converted.
- Object oriented programming And if you do the serious programming, you are of course very interested in object oriented programming. Use the Turbo Pascal and Object Pascal ways of OOP according to your taste. The FCL and Free Vision and provide you with the powerful object libraries you need. For your database needs we support PostgreSQL, MySQL, Interbase and ODBC.
- Smartlinking Free Pascals smart linker leaves out any variable or code that you do not use. That makes small programs small with a big S, while they are still statically linked, avoiding DLL hell!
- Distribution independence (Linux) As a result of this, software compiled by the Linux version of Free Pascal runs on any Linux distribution, making it much, much, easier to make your software support multiple Linux distributions.
- Available for a lot of platforms on several architectures Free Pascal is available for more platforms than most other Pascal compilers and allows easy cross-compiling, just change the target in the IDE and compile! And there is work going on for even more platforms and processors.
- Compatible Have existing code? Free Pascal is more compatible with it than any other Pascal compiler. We are almost completely compatible with Turbo Pascal and quite well compatible with Delphi source code. If you have code in another language, like C or assembler, just use favorite compiler for it and call it from Free Pascal.
Version restrictions:
- For the intel 80x86 version at least a 386 processor is required, but a 486 is recommended. For the motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 4 Megabytes of RAM.
glibmm 2.8.16
glibmm is a GNOME library. more>>
Until the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries.
You can do this by installing the unstable libraries into a different prefix. e.g. ./configure --prefix=/usr/devgnome2
When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands:
export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ;
You can then type
# source devgnome2
to prepare your environment before building or working with the development libraries.
You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf.
The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work.
Generic Game-Tree Library 2.1.4
Generic Game-Tree Library is a library designed to make it easier to program games in C. more>>
Nim, Tic-Tac-Toe, Reversi (aka Othello), Connect-4 and Chess are all examples of games that can all be implemented using GGTL.
GGTL comes with game-specific extensions that enables it to play Nim and Reversi almost out of the box. Please see the documentation for details.
Enhancements:
- "clock()" is used as a fallback for sub-second timing if "gettimeofday()" is not found.
- An internal typedef was dropped, and a header declaration for a function that didnt exist was removed.
- Some build system refactoring was done.
- Page: 1 of 2
- 1
- 2