xorg
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 56
Config::Model 0.501 (Config::Model::Xorg)
Config::Model provides a framework to help in validating the semantic content of configuration data. more>>
Config::Model provides a framework to help in validating the semantic content of configuration data. The project can also be used to provide a semantic check of options of a complex program like mplayer or transcode.
For most complex software, configuration upgrade is a difficult task for most people. By using Config::Model, a software can provide a smooth upgrade path for their users.
How does this work ?
Using this project, a typical configuration validation tool will be made of 3 parts :
The user interface
The validation engine which is in charge of validating all the configuration information provided by the user.
The storage facility that store the configuration information
Dont we already have some configuration validation tools ?
Youre probably thinking of tools like webmin. Yes, these tools exist and work fine, but they have their set of drawbacks.
Usually, the validation of configuration data is done with a script which performs semantic validation and often ends up being quite complex (e.g. 2500 lines for Debians xserver-xorg.config script which handles xorg.conf file).
In most cases, the configuration model is expressed in instructions (whatever programming language is used) and interspersed with a lot of processing to handle the actual configuration data.
Whats the advantage of this project ?
The Config::Model projects provide a way to get a validation engine where the configuration model is completely separated from the actual processing instruction.
The configuration model is expressed in a declarative form (i.e. a Perl data structure) which is always easier to maintain than a lot of code.
The declaration specifies:
the structure of the configuration data (which can be queried by generic user interfaces)
the properties of each element (boundaries, check, integer or string, enum like type ...)
the default values of parameters (if any)
mandatory parameters
the targeted audience (intermediate, advance, master)
on-line help (for ach parameter or value of parameter)
the level of expertise of each parameter (to hide expert parameters from newbie eyes)
So, in the end:
maintenance and evolution of the configuration content is easier
user will see a *common* interface for *all* programs using this project.
user will not see advanced parameters
upgrade of configuration data is easier and sanity check is performed
audit of configuration is possible to check what was modified by the user compated to default values
What about the user interface ?
Config::Model will also come with a Curses::UI interface that queries the users model and generate the relevant user screens.
What about data storage ?
Since the syntax of configuration files vary wildly form one program to another, most people who want to use this framework will have to provide a dedicated parser/writer.
Nevertheless, this project can also provide a writer/parser for most common format: like ini style file, or provide an interface to the Elektra or debconf projects. This point is open for discussion.
It is entirely possible for a single configuration model to use several parsers and writers so one model will ensure the consistency of several configuration files together.
Enhancements:
- The Xorg model was updated to Config::model version 0.609.
- Some bugs were fixed.
<<lessFor most complex software, configuration upgrade is a difficult task for most people. By using Config::Model, a software can provide a smooth upgrade path for their users.
How does this work ?
Using this project, a typical configuration validation tool will be made of 3 parts :
The user interface
The validation engine which is in charge of validating all the configuration information provided by the user.
The storage facility that store the configuration information
Dont we already have some configuration validation tools ?
Youre probably thinking of tools like webmin. Yes, these tools exist and work fine, but they have their set of drawbacks.
Usually, the validation of configuration data is done with a script which performs semantic validation and often ends up being quite complex (e.g. 2500 lines for Debians xserver-xorg.config script which handles xorg.conf file).
In most cases, the configuration model is expressed in instructions (whatever programming language is used) and interspersed with a lot of processing to handle the actual configuration data.
Whats the advantage of this project ?
The Config::Model projects provide a way to get a validation engine where the configuration model is completely separated from the actual processing instruction.
The configuration model is expressed in a declarative form (i.e. a Perl data structure) which is always easier to maintain than a lot of code.
The declaration specifies:
the structure of the configuration data (which can be queried by generic user interfaces)
the properties of each element (boundaries, check, integer or string, enum like type ...)
the default values of parameters (if any)
mandatory parameters
the targeted audience (intermediate, advance, master)
on-line help (for ach parameter or value of parameter)
the level of expertise of each parameter (to hide expert parameters from newbie eyes)
So, in the end:
maintenance and evolution of the configuration content is easier
user will see a *common* interface for *all* programs using this project.
user will not see advanced parameters
upgrade of configuration data is easier and sanity check is performed
audit of configuration is possible to check what was modified by the user compated to default values
What about the user interface ?
Config::Model will also come with a Curses::UI interface that queries the users model and generate the relevant user screens.
What about data storage ?
Since the syntax of configuration files vary wildly form one program to another, most people who want to use this framework will have to provide a dedicated parser/writer.
Nevertheless, this project can also provide a writer/parser for most common format: like ini style file, or provide an interface to the Elektra or debconf projects. This point is open for discussion.
It is entirely possible for a single configuration model to use several parsers and writers so one model will ensure the consistency of several configuration files together.
Enhancements:
- The Xorg model was updated to Config::model version 0.609.
- Some bugs were fixed.
Download (0.024MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
885 downloads
Other version of Config::Model
License:LGPL (GNU Lesser General Public License)
License:LGPL (GNU Lesser General Public License)
XOrg/XFree86 Synaptics TouchPad Driver 0.14.6
The XOrg/XFree86 Synaptics TouchPad Driver is a driver for Synaptics touchpads. more>>
XOrg/XFree86 Synaptics TouchPad Driver project is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x.
A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes available.
Main features:
- Movement with adjustable, non-linear acceleration and speed.
- Button events through short touching of the touchpad.
- Double-Button events through double short touching of the touchpad.
- Dragging through short touching and holding down the finger on the touchpad.
- Middle and right button events on the upper and lower corner of the touchpad.
- Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad.
- The up/down button sends button four/five events.
- Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad.
- The multi-buttons send button four/five events, and six/seven events for horizontal scrolling.
- Adjustable finger detection.
- Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.)
- Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server.
Enhancements:
- Support for xorg 7.1 has been added.
- A couple of minor build fixes for xorg 7.0 have been made.
<<lessA Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes available.
Main features:
- Movement with adjustable, non-linear acceleration and speed.
- Button events through short touching of the touchpad.
- Double-Button events through double short touching of the touchpad.
- Dragging through short touching and holding down the finger on the touchpad.
- Middle and right button events on the upper and lower corner of the touchpad.
- Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad.
- The up/down button sends button four/five events.
- Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad.
- The multi-buttons send button four/five events, and six/seven events for horizontal scrolling.
- Adjustable finger detection.
- Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.)
- Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server.
Enhancements:
- Support for xorg 7.1 has been added.
- A couple of minor build fixes for xorg 7.0 have been made.
Download (0.12MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1203 downloads
xconfig 2.1.0
xconfig is a tool to configure XF86Config and xorg.conf from the command line. more>>
xconfig projetc is a software to configure XF86Config and xorg.conf from the command line.
xconfig is licensed under GPLv2.
<<lessxconfig is licensed under GPLv2.
Download (0.035MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1218 downloads
MythDora 3.2
MythDora is now using FC5 along with MythTV-0.20 all on DVD. more>>
MythDora 3.0 is now using FC5 along with MythTV-0.20 all on DVD. This DVD will install on various PVR builds. A few changes have been made since the 2.32 version. Hopefully good ones. One big change is that version 3.0 now runs on an SMP kernel. Another big change is that MythDora-3.0 now uses KDE and goes onto a DVD rather than a CD. With change and additions, things just couldnt fit on a CD any longer. The ISO size isnt too much bigger, about 940mb total.
There will no longer be any need for a Unichrome version as the needed bits are now in the modular Xorg-7.0. What is now being used is a single Openchrome Via rpm from the Epia repository at washington.kelkoo.net. This should be enough to allow hardware acceleration for Epia mainboards and S3 video card users.
Please read the F.A.Q. if you have any initial questions. Also look over the README file thats located on your disk. This is where you will find instructions on certain parts of MythDora. There is also an Install Notes at the top of this page which gives you a general idea of how to set things up in mythtvsetup.
MythDora 3.0 uses an auto installer that allows your system to install only on the first hard drive and not on your remaining physical hard drives. The installer uses LVM which will allow you to add another HD to your volume group if you so choose.
For those of you new to MythDora, the easiest way to install would be to use the auto install feature. This will install every package on the disk, automatically format your disk(s), create a user mythtv, setup networking, setup MythTV etc., all on the fly. When mythtvsetup finishes, mythfilldatabase will automatically start but only if you have chosen an all-in-one setup and have a valid Data Direct subscription. XMLTV users will need to run mythfilldatabase --manual in the provided xterm screen if need be. After that a reboot will take place as this seems to install your tuner card(s) a little better.
Please be sure to make the appropriate changes in the frontend setup in order for things to work correctly. This may include sound working properly, bitrate adjustment, resolution or changing channels etc.
One thing you need to make sure of is when you install in either auto or custom, please make sure you disable selinux during install !!!
Its also recommended that you do not do an "apt-get dist-upgrade" , "apt-get upgrade" or "yum upgrade" as you run the risk of breaking something. You have been warned!!.
I really want to thank those of you who gave me feedback during the beta testing. This couldnt have been done without. I really appreciate it.
Also I want to thank one of our members here, inm8, for creating the kickass new logo for MythDora. He did an outstanding job and I dont think youll be disappointed. I also added in some more eye candy for your viewing pleasure.
Enhancements:
This is a second bugfix release to version 3.0. Hopefully the last. This is mainly to give Nvidia users the chance to install Legacy drivers for older video cards. I also included a new mythstreamtv rpm with corrected code that should allow you to kill the vlc stream now. Thanks to Jeffrey Kosowsky.
- Added older 8776 Nvidia drivers
- Corrected mythstreamtv
- Updated to latest stable kernel 2.6.18-1.2257.fc5smp
- Updated to MythTV 0.20-148
- Updated ivtv 0.8.2-123
- Added two new remotes (Nebula & Technisat)
<<lessThere will no longer be any need for a Unichrome version as the needed bits are now in the modular Xorg-7.0. What is now being used is a single Openchrome Via rpm from the Epia repository at washington.kelkoo.net. This should be enough to allow hardware acceleration for Epia mainboards and S3 video card users.
Please read the F.A.Q. if you have any initial questions. Also look over the README file thats located on your disk. This is where you will find instructions on certain parts of MythDora. There is also an Install Notes at the top of this page which gives you a general idea of how to set things up in mythtvsetup.
MythDora 3.0 uses an auto installer that allows your system to install only on the first hard drive and not on your remaining physical hard drives. The installer uses LVM which will allow you to add another HD to your volume group if you so choose.
For those of you new to MythDora, the easiest way to install would be to use the auto install feature. This will install every package on the disk, automatically format your disk(s), create a user mythtv, setup networking, setup MythTV etc., all on the fly. When mythtvsetup finishes, mythfilldatabase will automatically start but only if you have chosen an all-in-one setup and have a valid Data Direct subscription. XMLTV users will need to run mythfilldatabase --manual in the provided xterm screen if need be. After that a reboot will take place as this seems to install your tuner card(s) a little better.
Please be sure to make the appropriate changes in the frontend setup in order for things to work correctly. This may include sound working properly, bitrate adjustment, resolution or changing channels etc.
One thing you need to make sure of is when you install in either auto or custom, please make sure you disable selinux during install !!!
Its also recommended that you do not do an "apt-get dist-upgrade" , "apt-get upgrade" or "yum upgrade" as you run the risk of breaking something. You have been warned!!.
I really want to thank those of you who gave me feedback during the beta testing. This couldnt have been done without. I really appreciate it.
Also I want to thank one of our members here, inm8, for creating the kickass new logo for MythDora. He did an outstanding job and I dont think youll be disappointed. I also added in some more eye candy for your viewing pleasure.
Enhancements:
This is a second bugfix release to version 3.0. Hopefully the last. This is mainly to give Nvidia users the chance to install Legacy drivers for older video cards. I also included a new mythstreamtv rpm with corrected code that should allow you to kill the vlc stream now. Thanks to Jeffrey Kosowsky.
- Added older 8776 Nvidia drivers
- Corrected mythstreamtv
- Updated to latest stable kernel 2.6.18-1.2257.fc5smp
- Updated to MythTV 0.20-148
- Updated ivtv 0.8.2-123
- Added two new remotes (Nebula & Technisat)
Download (947.9MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1036 downloads
VLOS 1.3.1 RC1
VidaLinux Desktop OS is a powerfull, stable and easy to use Linux distribution. more>>
VLOS is a powerfull, stable and easy to use Linux distribution. The main goal of Vidalinux Desktop OS is to make Linux Operating System easier to use and administrer using the right tools for your daily work on Home or Office.
Main features:
Poweful Desktop Linux!
- Beautful look and feel
- NFS network installation supported
- Hundreds of new software titles
- Faster boot-up time
- Enhanced Portage GUI
- Two CDs or one DVD installation
- PPC platform support
- gDesklets desktop applets
Hardware Support
- New 2.6.12 Kernel
- New KDE 3.4.1
- New Gnome 2.10
- New X.org 6.8.2 for improved video support
- New GCC 3.4.3
- New anaconda graphical installer supporting lastest graphics cards
- Support for SATA and PATA hard drives
Internet Applications
- Azureus Bittorrent Client
- GnomeMeeting Video conference and VOIP/IP
- Skype Instant messenger and VOIP/IP
- Gaim compatible with IRC, AOL, ICQ, Yahoo and MSN Messenger
- Xchat IRC client
- Firestarter enhanced firewall for added security
- Gftp FTP client
- Firefox Internet browser
Improved support for the Home entertainment
- New Amarok Music Manager
- New K3b CD, DVD, VideoCD burner
- New RealPlayer 10
- New Nexiuz First person shooter game
- New Trigger OpenGL rally car racing game
- Hydrogen music drum machine
Home and Office
- New Improved Wireless support
- Improved Networking, File Sharing and Printing
- New Nvu Web Authoring and editing tool
- New Evolution Groupware Suite (Reminders, MailMinder, Calendar, Address Book)
- New Openoffice 2.0 beta3
- New Beagle desktop searching tool
- Gnucash personal finance manager
Whats New in 1.3 Stable Release:
- Updated to gcc-4.1.1
- Updated to glibc-2.4
- Updated XGL and compiz-quinstorm
- Updated xorg-x11
- Fixed KDE problems with compiz
- Updated to latest baselayout
- Kernel updated to latest vidalinux-sources
- Update to portage-2.1.1-r1
<<lessMain features:
Poweful Desktop Linux!
- Beautful look and feel
- NFS network installation supported
- Hundreds of new software titles
- Faster boot-up time
- Enhanced Portage GUI
- Two CDs or one DVD installation
- PPC platform support
- gDesklets desktop applets
Hardware Support
- New 2.6.12 Kernel
- New KDE 3.4.1
- New Gnome 2.10
- New X.org 6.8.2 for improved video support
- New GCC 3.4.3
- New anaconda graphical installer supporting lastest graphics cards
- Support for SATA and PATA hard drives
Internet Applications
- Azureus Bittorrent Client
- GnomeMeeting Video conference and VOIP/IP
- Skype Instant messenger and VOIP/IP
- Gaim compatible with IRC, AOL, ICQ, Yahoo and MSN Messenger
- Xchat IRC client
- Firestarter enhanced firewall for added security
- Gftp FTP client
- Firefox Internet browser
Improved support for the Home entertainment
- New Amarok Music Manager
- New K3b CD, DVD, VideoCD burner
- New RealPlayer 10
- New Nexiuz First person shooter game
- New Trigger OpenGL rally car racing game
- Hydrogen music drum machine
Home and Office
- New Improved Wireless support
- Improved Networking, File Sharing and Printing
- New Nvu Web Authoring and editing tool
- New Evolution Groupware Suite (Reminders, MailMinder, Calendar, Address Book)
- New Openoffice 2.0 beta3
- New Beagle desktop searching tool
- Gnucash personal finance manager
Whats New in 1.3 Stable Release:
- Updated to gcc-4.1.1
- Updated to glibc-2.4
- Updated XGL and compiz-quinstorm
- Updated xorg-x11
- Fixed KDE problems with compiz
- Updated to latest baselayout
- Kernel updated to latest vidalinux-sources
- Update to portage-2.1.1-r1
Download (1418MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1066 downloads
Komodo Linux RC 2
Komodo Linux is a new and young KDE based Linux distribution. more>>
Komodo Linux is a new and young KDE based Linux distribution.
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
<<lessKomodo 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
Download (MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1130 downloads
battery_monitor 0.6
battery_monitor is a small battery monitoring program for Linux. more>>
battery_monitor is a small battery monitoring program for Linux, that you can run in the background from your desktop session or launch from the boot scripts. battery_monitor is designed with simple goals in mind and provides acoustic and/or visual alerts when your battery level is low or when it is fully charged, so you can take apropiate actions.
Compilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
<<lessCompilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
Download (0.007MB)
Added: 2007-05-17 License: MIT/X Consortium License Price:
890 downloads
Ygl 4.1f
Ygl emulates SGIs GL routines under X11. more>>
Ygl emulates SGIs GL routines under X11. It compiles fine under AIX >3.2, HP-UX >7.0, Linux with XFree/Xorg, SunOS, ConvexOS, Mac A/UX, Mac OS/X and many others, but needs an ANSI-C compiler (gcc is ok). The library was written for two reasons:
On our RS/6000 GT4 hardware, 2D Ygl is up to twenty times faster (circf()) than GL (strange, isnt it?...)
2D (and 3D using OpenGL) graphics runs on non GL hardware and even on remote X-Servers.
Included are most of the two-dimensional graphics routines, the queue device routines, the query routines, doublebuffering, RGB mode with dithering, window attribute routines, FORTRAN bindings and more (see below).
3D stuff was added with version 4.0 using OpenGL calls.
Since Version 2.8, all Ygl functions do have a FORTRAN interface. The FORTRAN versions of all functions have an underscore appended, so the FORTRAN compiler must append a _ to all function names. f2c does this, xlf (under AIX 3.2) requires the option -qextname. See smile_f77.f for an example program. Set FortranBindings to 0 in Imakefile or change Makefile.std if you dont want these bindings. FORTRAN bindings are not tested because I have no programs.f to test. If you find bugs, feel free to report them to me.
You can always find the latest version of Ygl in the directory ftp.thp.Uni-Duisburg.de/pub/source/X11/.
Note that perl, python and tcl bindings for Ygl are available here thanks to Prabhu Ramachandran.
Enhancements:
- Added gsync() (only works with OpenGL bindings).
- Added {XY}MAXSCREEN macro
- Removed poly*() from Ygl.h, as they are not implemented yet.
<<lessOn our RS/6000 GT4 hardware, 2D Ygl is up to twenty times faster (circf()) than GL (strange, isnt it?...)
2D (and 3D using OpenGL) graphics runs on non GL hardware and even on remote X-Servers.
Included are most of the two-dimensional graphics routines, the queue device routines, the query routines, doublebuffering, RGB mode with dithering, window attribute routines, FORTRAN bindings and more (see below).
3D stuff was added with version 4.0 using OpenGL calls.
Since Version 2.8, all Ygl functions do have a FORTRAN interface. The FORTRAN versions of all functions have an underscore appended, so the FORTRAN compiler must append a _ to all function names. f2c does this, xlf (under AIX 3.2) requires the option -qextname. See smile_f77.f for an example program. Set FortranBindings to 0 in Imakefile or change Makefile.std if you dont want these bindings. FORTRAN bindings are not tested because I have no programs.f to test. If you find bugs, feel free to report them to me.
You can always find the latest version of Ygl in the directory ftp.thp.Uni-Duisburg.de/pub/source/X11/.
Note that perl, python and tcl bindings for Ygl are available here thanks to Prabhu Ramachandran.
Enhancements:
- Added gsync() (only works with OpenGL bindings).
- Added {XY}MAXSCREEN macro
- Removed poly*() from Ygl.h, as they are not implemented yet.
Download (0.13MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1201 downloads
CRUX 2.3
CRUX is a lightweight, i686-optimized Linux distribution targeted at experienced Linux users. more>>
CRUX is a lightweight, i686-optimized Linux distribution targeted at experienced Linux users.
The primary focus of this distribution is "keep it simple", which is reflected in a simple tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages.
The secondary focus is utilization of new Linux features and recent tools and libraries. CRUX also has a ports system which makes it easy to install and upgrade applications.
There are many Linux distributions out there these days, so what makes this distribution any better than the others? Well, its all about taste really. I can give you a hint about my taste, and perhaps we share the same taste, or we dont.
First of all, I want a distribution made with simplicity in mind from beginning to end. Further, I want my packages up-to-date, not the latest bleeding-edge-alpha version, but the latest stable version. I want to easily create new and update old packages (updating a package in CRUX is often just a matter of typing pkgmk -d -u).
I want packages optimized for my processor (think -march=i686). I dont want my filesystem cluttered with files I never use (think /usr/doc/*, etc). If I need more information about a specific program, other than information found on the man-page, Ill find it on the net. And finally, I want to use new features offered by recent Linux kernels (think devfs, reiserfs, ext3fs, etc).
If you are a somewhat experienced Linux user that wants a clean and solid Linux distribution as the foundation of your installation, prefers editing configuration files with an editor to using a GUI, and doesnt hesitate to download and compile programs yourself, then this distribution might suit you well.
Enhancements:
- CRUX 2.3 has been released." Whats new? "CRUX 2.3 includes glibc 2.5 and GCC 4.1.2; the monolithic x11 package has been replaced by the new modular X.Org distribution - as the results of this update, crux.nu now hosts a dedicated xorg ports repository, installed by default; the netkit-base port has been replaced by inetd and iana-etc; by popular request we included iproute2 and iputils in the core collection.
<<lessThe primary focus of this distribution is "keep it simple", which is reflected in a simple tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages.
The secondary focus is utilization of new Linux features and recent tools and libraries. CRUX also has a ports system which makes it easy to install and upgrade applications.
There are many Linux distributions out there these days, so what makes this distribution any better than the others? Well, its all about taste really. I can give you a hint about my taste, and perhaps we share the same taste, or we dont.
First of all, I want a distribution made with simplicity in mind from beginning to end. Further, I want my packages up-to-date, not the latest bleeding-edge-alpha version, but the latest stable version. I want to easily create new and update old packages (updating a package in CRUX is often just a matter of typing pkgmk -d -u).
I want packages optimized for my processor (think -march=i686). I dont want my filesystem cluttered with files I never use (think /usr/doc/*, etc). If I need more information about a specific program, other than information found on the man-page, Ill find it on the net. And finally, I want to use new features offered by recent Linux kernels (think devfs, reiserfs, ext3fs, etc).
If you are a somewhat experienced Linux user that wants a clean and solid Linux distribution as the foundation of your installation, prefers editing configuration files with an editor to using a GUI, and doesnt hesitate to download and compile programs yourself, then this distribution might suit you well.
Enhancements:
- CRUX 2.3 has been released." Whats new? "CRUX 2.3 includes glibc 2.5 and GCC 4.1.2; the monolithic x11 package has been replaced by the new modular X.Org distribution - as the results of this update, crux.nu now hosts a dedicated xorg ports repository, installed by default; the netkit-base port has been replaced by inetd and iana-etc; by popular request we included iproute2 and iputils in the core collection.
Download (MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
4522 downloads
PCLinuxOS 0.93a MiniME
PCLinuxOS is one of the worlds up and coming providers of a Linux Desktop Solution. more>>
PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. With a small but dedicated development team, PClinuxOS delivers Desktop Ready Software that harnesses the power of the Open Source Community.
PCLinuxOS 0.93 MiniME is available for download and testing. This release is for those who have been asking for a minimum livecd/hd install allowing for full personalization.
This release includes 2.6.15-oci3 kernel, Basic KDE 3.5.2 desktop (kdebase and kdelibs only) , PCLOS Control Center, the Synaptic Software Installer and a customized xorg server from Thac to provide additional 3D support for many graphic cards. Full Version of PCLinuxOS 0.93 is currently being worked up and should be available soon.
<<lessPCLinuxOS 0.93 MiniME is available for download and testing. This release is for those who have been asking for a minimum livecd/hd install allowing for full personalization.
This release includes 2.6.15-oci3 kernel, Basic KDE 3.5.2 desktop (kdebase and kdelibs only) , PCLOS Control Center, the Synaptic Software Installer and a customized xorg server from Thac to provide additional 3D support for many graphic cards. Full Version of PCLinuxOS 0.93 is currently being worked up and should be available soon.
Download (299MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1187 downloads
KBiof 0.3
KBiof project is an openGL screen saver for KDE. more>>
KBiof project is an OpenGL screensaver for KDE.
This is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
<<lessThis is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
Download (0.042MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
600 downloads
H3knix 2.2
H3knix is a small desktop distribution. more>>
H3knix has great performance, a very flexible install, a great package management system, a custom init system which makes booting faster, and good standards that make software compilation simple.
The package management system for h3knix is called capsules. Capsules can install source or binary packages, and/or configure certain aspects of the system.
H3knix has a custom init made specifically for h3knix. This custom init allows for a faster startup and it makes it possible for the custom init tools to operate
H3knix comes with pre-installed applications. At boot you get a collection of preconfigured apps you can use. Most of the software in h3knix are of this nature, but some require minor configuration, ex. xorg.
<<lessThe package management system for h3knix is called capsules. Capsules can install source or binary packages, and/or configure certain aspects of the system.
H3knix has a custom init made specifically for h3knix. This custom init allows for a faster startup and it makes it possible for the custom init tools to operate
H3knix comes with pre-installed applications. At boot you get a collection of preconfigured apps you can use. Most of the software in h3knix are of this nature, but some require minor configuration, ex. xorg.
Download (292MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1612 downloads
MGRX 0.9.7
MGRX is a 2D graphics library derived from the GRX library. more>>
MGRX project is a 2D graphics library derived from the GRX library. GRX was originaly written by Csaba Biegl for DJ Delories DOS port of the GCC compiler. MGRX supports four platforms: DOS (DJGPPv2), Linux console, Linux X11 and Win32 (Mingw). On DOS it supports VGA and VESA compliant cards. On Linux console it uses the framebuffer. On X11 and Win32 it runs in a window.
Why MGRX
MGRX is a fork of GRX. Because I liked the GRX C API interface, I began to maintain GRX when it was orphaned at the end of 2000. But GRX has not only the C API, it has a Pascal API, a BGI compatibility API, support for Turbo C, Wattcom, MSC and some X11 implementations over mainframes. At the end it was not funny, to easy to break things I dont know (and dont want to know). So I stoped my job maintainig GRX at the end of 2003. At the time I write this, GRX is still orphaned.
But in the mean time I developed a fork for my own use, only the C API, no Pascal, no BGI, no Turbo C support, only the 4 platforms I can test. And a new (and better I think) input API. And now I have released it, only for fun.
Supported platforms:
Latest versions of OS, compiler, and key software tested:
Linux X11: linux 2.6.18, Xorg 7.2, gcc 4.1.2
Linux fb: linux 2.6.18, gcc 4.1.2
DJGPP: djdev 2.03, gcc 4.1.2
Win32: Windows XP, MinGW 3.1.0-1
<<lessWhy MGRX
MGRX is a fork of GRX. Because I liked the GRX C API interface, I began to maintain GRX when it was orphaned at the end of 2000. But GRX has not only the C API, it has a Pascal API, a BGI compatibility API, support for Turbo C, Wattcom, MSC and some X11 implementations over mainframes. At the end it was not funny, to easy to break things I dont know (and dont want to know). So I stoped my job maintainig GRX at the end of 2003. At the time I write this, GRX is still orphaned.
But in the mean time I developed a fork for my own use, only the C API, no Pascal, no BGI, no Turbo C support, only the 4 platforms I can test. And a new (and better I think) input API. And now I have released it, only for fun.
Supported platforms:
Latest versions of OS, compiler, and key software tested:
Linux X11: linux 2.6.18, Xorg 7.2, gcc 4.1.2
Linux fb: linux 2.6.18, gcc 4.1.2
DJGPP: djdev 2.03, gcc 4.1.2
Win32: Windows XP, MinGW 3.1.0-1
Download (1.2MB)
Added: 2007-07-03 License: LGPL (GNU Lesser General Public License) Price:
846 downloads
Flippatix GNU/Linux 0.0.9
Flippatix is a LiveCD light-weight Linux distribution based on Debian unstable. more>>
Flippatix is a LiveCD light-weight Linux distribution based on Debian unstable (a.k.a. Sid). Flippatix GNU/Linux distribution is oriented to video and audio streaming, so it gives to you a good collection of players and broadcasters.
It is developed and assembled by a group of Italian CS students in their spare time and comes in two different graphical flavours: a Gnome version and a Xfce4 one.
Along with streaming instruments flippatix can be a good rescue-cd and allows you to browse the web, chat, simply listening to music and much more.
Featured packages:
* 2.6.14.4 Linux kernel + some not-in-mainstream-tree patches
* Xorg 6.9.0
* Gnome 2.12
* Darkice, MPlayer, Rythmbox, Xmms, SomaSuite, Streamtuner
* Mozilla Firefox and Xchat irc client
<<lessIt is developed and assembled by a group of Italian CS students in their spare time and comes in two different graphical flavours: a Gnome version and a Xfce4 one.
Along with streaming instruments flippatix can be a good rescue-cd and allows you to browse the web, chat, simply listening to music and much more.
Featured packages:
* 2.6.14.4 Linux kernel + some not-in-mainstream-tree patches
* Xorg 6.9.0
* Gnome 2.12
* Darkice, MPlayer, Rythmbox, Xmms, SomaSuite, Streamtuner
* Mozilla Firefox and Xchat irc client
Download (338.3MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
867 downloads
Taprobane GNU/Linux 0.4.1
Taprobane is a convenient GNU/Linux distribution based on Debian. more>>
Taprobane is a convenient GNU/Linux distribution based on Debian. It can be installed to persistent media or used as a live CD.
Taprobane GNU/Linux is free software (open source). Its a collective work released under the Artistic License 2.0. Taprobane components are released under the GNU General Public License.
Main features:
- Xorg 6.8.2
- Official Nvidia driver support out of the box
- KDE 3.4.1
- OpenOffice 2
- Linux 2.6.12.4
- Squashfs/Unionfs
- Apache/PgSQL/MySQL/Zope, started/stopped from the K-menu
- Excellent hotplug support
- Saving data to persistant media
- Educational software such as Stellarium and Octave
Enhancements:
- Taprobane 0.4.1 works around a couple of bugs in 0.4, and is the first official `public release.
<<lessTaprobane GNU/Linux is free software (open source). Its a collective work released under the Artistic License 2.0. Taprobane components are released under the GNU General Public License.
Main features:
- Xorg 6.8.2
- Official Nvidia driver support out of the box
- KDE 3.4.1
- OpenOffice 2
- Linux 2.6.12.4
- Squashfs/Unionfs
- Apache/PgSQL/MySQL/Zope, started/stopped from the K-menu
- Excellent hotplug support
- Saving data to persistant media
- Educational software such as Stellarium and Octave
Enhancements:
- Taprobane 0.4.1 works around a couple of bugs in 0.4, and is the first official `public release.
Download (689MB)
Added: 2005-09-21 License: Artistic License Price:
1493 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xorg search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed