deb packages
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3216
Debian::Package::HTML 0.1
Debian::Package::HTML is a Perl module that generates a webpage information about a Debian binary. more>>
Debian::Package::HTML is a Perl module that generates a webpage information (and Linda/Lintian checks) about a Debian binary or source package using HTML::Template
SYNOPSIS
use strict;
use Debian::Package::HTML;
my $package = Debian::Package::HTML->new(%packageHash);
$package->output(%contextHash);
This module outputs a webpage using HTML::Template templates which resumes the information of a normal build environment for a package in Debian (source files, binary packages and changelogs) using Linda/Lintian for sanity checks. It is useful for making unified presentation webpages for those packages which are being sponsorized by someone in Debian.
<<lessSYNOPSIS
use strict;
use Debian::Package::HTML;
my $package = Debian::Package::HTML->new(%packageHash);
$package->output(%contextHash);
This module outputs a webpage using HTML::Template templates which resumes the information of a normal build environment for a package in Debian (source files, binary packages and changelogs) using Linda/Lintian for sanity checks. It is useful for making unified presentation webpages for those packages which are being sponsorized by someone in Debian.
Download (0.005MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1124 downloads
Kpackage 3.5.2
Kpackage is a KDE tool for installing, viewing and uninstalling packages. more>>
Kpackage project is a KDE tool for installing, viewing and uninstalling packages.
The formats supported include RPM, Debian, Slackware and BSD package manager.
KPackage is part of the KDE project.
KPackage can be found in the kdeadmin package.
<<lessThe formats supported include RPM, Debian, Slackware and BSD package manager.
KPackage is part of the KDE project.
KPackage can be found in the kdeadmin package.
Download (2.0MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1271 downloads
Fedora Package Menu 0.1
Fedora Package Menu is a service menu for easy installation of downloaded RPMs. more>>
Fedora Package Menu is a service menu for easy installation of downloaded RPMs.
Requires sudo and good configuration of sudo.
<<lessRequires sudo and good configuration of sudo.
Download (MB)
Added: 2006-09-20 License: LGPL (GNU Lesser General Public License) Price:
1133 downloads
RPM Package Maker 1.1
RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. more>>
RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily.
Since version 0.8 minimal spec files are kept in:
/usr/src/packages/SPECS/mini
Enhancements:
- Small improvements and bugfixes
<<lessSince version 0.8 minimal spec files are kept in:
/usr/src/packages/SPECS/mini
Enhancements:
- Small improvements and bugfixes
Download (0.55MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
928 downloads
Package Wizard 2.7
Package Wizard is a very useful tool that creates rpm, Debian and Slackware packages. more>>
Package Wizard is a very useful tool that creates rpm, Debian and Slackware packages.
You need to install the Kommander (1.1) before:
http://www.kde-apps.org/content/show.php?content=12865
(it is the part of the kdewebdev3 package on SUSE),
and the checkinstall utility:
http://asic-linux.com.mx/~izto/checkinstall/download.php
The general rpm, Debian and Slackware package includes a service menu, so you can start it from the KDE context menu (section Actions).
TODO:
- Define alternetive for gcc and qt.
- Improve the check function before checkinstall.
Known bugs:
- After qmake, the file list display is not refreshed.
- The error messages are not redirected to the integrated konsole during ./configure.
- The error detection after compilation is not complete.
- Some problems maybe present for non-root users.
- Time stamp problems (during checkinstall) may be present on old rpm based systems.
Enhancements:
- The error detection after compilation is complete.
- Sound effects added.
- Simplified checkinstall/debhelper frontend.
- New buttons: Make clean, remove the directory debian/ from the source.
<<lessYou need to install the Kommander (1.1) before:
http://www.kde-apps.org/content/show.php?content=12865
(it is the part of the kdewebdev3 package on SUSE),
and the checkinstall utility:
http://asic-linux.com.mx/~izto/checkinstall/download.php
The general rpm, Debian and Slackware package includes a service menu, so you can start it from the KDE context menu (section Actions).
TODO:
- Define alternetive for gcc and qt.
- Improve the check function before checkinstall.
Known bugs:
- After qmake, the file list display is not refreshed.
- The error messages are not redirected to the integrated konsole during ./configure.
- The error detection after compilation is not complete.
- Some problems maybe present for non-root users.
- Time stamp problems (during checkinstall) may be present on old rpm based systems.
Enhancements:
- The error detection after compilation is complete.
- Sound effects added.
- Simplified checkinstall/debhelper frontend.
- New buttons: Make clean, remove the directory debian/ from the source.
Download (0.16MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1107 downloads
MyBook World Edition Packages 0.0
MyBook World Edition Packages project collection provides pre-compiled packages for hacking Western Digital MyBook World Edition more>>
MyBook World Edition Packages project collection provides pre-compiled packages for hacking Western Digital MyBook World Edition, to improve performance and add new features.
At least intermediate Linux experience is required for playing with MyBook. Please, if you do not meet this requirement, ask someone experienced to help you. Otherwise there is a risk that you will brick your MyBook!
<<lessAt least intermediate Linux experience is required for playing with MyBook. Please, if you do not meet this requirement, ask someone experienced to help you. Otherwise there is a risk that you will brick your MyBook!
Download (MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
865 downloads
Making-Money-Package 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-17 License: Freeware Price: Free
190 downloads
Linux::Distribution::Packages 0.05
Linux::Distribution::Packages Perl module contains a list all packages on various Linux distributions. more>>
Linux::Distribution::Packages Perl module contains a list all packages on various Linux distributions.
SYNOPSIS
use Linux::Distribution::Packages qw(distribution_packages distribution_write);
$linux = new Linux::Distribution::Packages({format => csv, output_file => packages.csv});
$linux->distribution_write();
# Or you can (re)set the options when you write.
$linux->distribution_write({format => xml, output_file => packages.xml});
# If you want to reload the package data
$linux->distribution_packages();
This is a simple module that uses Linux::Distribution to guess the linux distribution and then uses the correct commands to list all the packages on the system and then output them in one of three formats: native, csv, and xml.
Distributions currently working: debian, ubuntu, fedora, redhat, suse, gentoo, slackware, redflag.
The module inherits from Linux::Distribution, so can also use its calls.
<<lessSYNOPSIS
use Linux::Distribution::Packages qw(distribution_packages distribution_write);
$linux = new Linux::Distribution::Packages({format => csv, output_file => packages.csv});
$linux->distribution_write();
# Or you can (re)set the options when you write.
$linux->distribution_write({format => xml, output_file => packages.xml});
# If you want to reload the package data
$linux->distribution_packages();
This is a simple module that uses Linux::Distribution to guess the linux distribution and then uses the correct commands to list all the packages on the system and then output them in one of three formats: native, csv, and xml.
Distributions currently working: debian, ubuntu, fedora, redhat, suse, gentoo, slackware, redflag.
The module inherits from Linux::Distribution, so can also use its calls.
Download (0.004MB)
Added: 2007-07-26 License: Perl Artistic License Price:
825 downloads
Mongoose Package Manager 0.0.1
Mongoose Package Manager is a package manager. more>>
Mpak is being designed from the ground up to be a kernel and architecture independent package manager for free operating systems.
Main features:
- a single statically linked executable: The package manager is responsible for installing all packages, including packages like glibc, which the whole system depends on. In the event that a critical package is damaged, we should be able to use the package manager to install a replacement for the package, so other system functionality can be repaired. To install a new operating system, a user will only need a boot CD (or an already running system) and a copy of the mpak executable
- dependency tracking: Mpak will be able to find and install all the dependencies for a package. Dependency cycles will be automatically handled via a bootstrapping mechanism.
- the package tree: Package metadata will be kept in a directory tree, organized by category. An installation of an mpak based distribution will have a "system" tree. There will be support for external trees provided by other vendors. Developers may provide package trees for their own projects.
- support for building from source and binary packages: Mpak will be able to use binary packages and build packages automatically from source.
- optional feature support: Many packages have optional build-time features. Mpak will have support for these. Following autoconfs lead, we will divide them into supported packages (e.g. --with-gnome) and internal features (e.g. --enable-mmx).
- kernel and architecture indepence: mpak will have features to simplify porting to different kernels. This way, we can have a unified distribution with support for many kernels (Linux, Hurd, BSD, Darwin, etc.), with nearly identical functionality across kernels.
- package binding support: mpak will be able to bind an installation of a package to another installed package. For example, suppose you have 2 versions of the linux kernel installed, 2.4.19 and 2.4.20. You want to install the alsa-drivers package for both of these kernels. Normally, you would only be able to install one copy of alsa-drivers, but mpak will let you bind the package to the linux kernel package, so that you can have one installation of alsa-drivers for each version of the linux kernel package you have installed.
- hard and soft dependencies: mpak will have support for hard and soft dependencies. Suppose package A has a hard dependency on package B. Then, when package B is upgraded, package A will need to be rebuilt. If package A had a soft dependency on package B, then A would not need to be rebuilt.
<<lessMain features:
- a single statically linked executable: The package manager is responsible for installing all packages, including packages like glibc, which the whole system depends on. In the event that a critical package is damaged, we should be able to use the package manager to install a replacement for the package, so other system functionality can be repaired. To install a new operating system, a user will only need a boot CD (or an already running system) and a copy of the mpak executable
- dependency tracking: Mpak will be able to find and install all the dependencies for a package. Dependency cycles will be automatically handled via a bootstrapping mechanism.
- the package tree: Package metadata will be kept in a directory tree, organized by category. An installation of an mpak based distribution will have a "system" tree. There will be support for external trees provided by other vendors. Developers may provide package trees for their own projects.
- support for building from source and binary packages: Mpak will be able to use binary packages and build packages automatically from source.
- optional feature support: Many packages have optional build-time features. Mpak will have support for these. Following autoconfs lead, we will divide them into supported packages (e.g. --with-gnome) and internal features (e.g. --enable-mmx).
- kernel and architecture indepence: mpak will have features to simplify porting to different kernels. This way, we can have a unified distribution with support for many kernels (Linux, Hurd, BSD, Darwin, etc.), with nearly identical functionality across kernels.
- package binding support: mpak will be able to bind an installation of a package to another installed package. For example, suppose you have 2 versions of the linux kernel installed, 2.4.19 and 2.4.20. You want to install the alsa-drivers package for both of these kernels. Normally, you would only be able to install one copy of alsa-drivers, but mpak will let you bind the package to the linux kernel package, so that you can have one installation of alsa-drivers for each version of the linux kernel package you have installed.
- hard and soft dependencies: mpak will have support for hard and soft dependencies. Suppose package A has a hard dependency on package B. Then, when package B is upgraded, package A will need to be rebuilt. If package A had a soft dependency on package B, then A would not need to be rebuilt.
Download (0.28MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1657 downloads
Debian Installed Package Information 0.2
Debian Installed Package Information shows the current debian installed packages. more>>
Debian Installed Package Information shows the current debian installed packages with the ability to explore and show the contents, shows the stats and description of the suggested and recommended packages and also the policy and changelogs.
Debian Installed Package Information try to find screenshots of the suggested and recommended packages.
Enhancements:
- Added Screenshots for Suggested and Recommended packages
- Added Info about total packages Installed
- Added Version of Suggested and Recommended packages
- Miscelaneous dessign graphic changes
- Bug finding Suggested and Recommended packages installed solved.
- Add fast search package functions.
<<lessDebian Installed Package Information try to find screenshots of the suggested and recommended packages.
Enhancements:
- Added Screenshots for Suggested and Recommended packages
- Added Info about total packages Installed
- Added Version of Suggested and Recommended packages
- Miscelaneous dessign graphic changes
- Bug finding Suggested and Recommended packages installed solved.
- Add fast search package functions.
Download (0.005MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1273 downloads
Smart Package Manager 0.40
Smart is a package manager (like APT or Yum) that works with several backends including RPM, dpkg, and Slackware packages. more>>
The Smart Package Manager project has the ambitious objective of creating smart and portable algorithms for solving adequately the problem of managing software upgrading and installation.
This tool works in all major distributions, and will bring notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc).
Notice that this project is not a magical bridge between every distribution in the planet. Instead, this is a software offering better package management for these distributions, even when working with their own packages.
Using multiple package managers at the same time (like rpm and dpkg) is possible, even though not the software goal at this moment.
This project is in beta testing. Please, understand that bugs are expected to be found at that stage, and there are features that still must be implemented in the forthcoming future. Even then, this project is being tested in a considerable number of machines for several months already.
Enhancements:
- A channel --remove-all option was added.
- A bug that made the rpm-metadata loader ignore explicitly provided files in certain situations was fixed.
- A detectsys.py plugin was added, which will automatically detect and include system channels when theyre missing.
- Double conversion of paths in LocalMediaHandler is now avoided.
- German translations were integrated and the French translations were merged.
- The deb backend now uses an underline for the name/version separator.
- A bug in the protected read code for old Python versions was fixed along with a locking issue in the RPM pm
<<lessThis tool works in all major distributions, and will bring notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc).
Notice that this project is not a magical bridge between every distribution in the planet. Instead, this is a software offering better package management for these distributions, even when working with their own packages.
Using multiple package managers at the same time (like rpm and dpkg) is possible, even though not the software goal at this moment.
This project is in beta testing. Please, understand that bugs are expected to be found at that stage, and there are features that still must be implemented in the forthcoming future. Even then, this project is being tested in a considerable number of machines for several months already.
Enhancements:
- A channel --remove-all option was added.
- A bug that made the rpm-metadata loader ignore explicitly provided files in certain situations was fixed.
- A detectsys.py plugin was added, which will automatically detect and include system channels when theyre missing.
- Double conversion of paths in LocalMediaHandler is now avoided.
- German translations were integrated and the French translations were merged.
- The deb backend now uses an underline for the name/version separator.
- A bug in the protected read code for old Python versions was fixed along with a locking issue in the RPM pm
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1473 downloads
Deb creator 0.3.9.1
Deb creator is a GTK wizard tool to build deb packages easily. more>>
Deb creator is a GTK wizard tool to build deb packages easily.
This software is based upon debhelper, dpkg-buildpackage, and other well tested tools. You can try to build simple package from source archive with some GNU-packaged software containing at least a Makefile and a configure script.
In the future this application will be able to perform advanced operation.
Note: you dont need any particular package building knowledge to use this.
<<lessThis software is based upon debhelper, dpkg-buildpackage, and other well tested tools. You can try to build simple package from source archive with some GNU-packaged software containing at least a Makefile and a configure script.
In the future this application will be able to perform advanced operation.
Note: you dont need any particular package building knowledge to use this.
Download (0.024MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
864 downloads
Debian Packages of System Configurations 1.0.29
Debian Packages of System Configurations is an automated system configuration for Debian. more>>
Dpsyco is a automated system to distribute system configurations to several computers. It is written mainly for the Debian distribution but should be portable (without too much difficulties) to other distributions or Unixes as well.
It consists of a number of shell scripts to perform the desired actions. With it you can handle users, add ssh-public-keys, patch the system, update things using cfengine, install files (overriding other package files), and more.
Main features:
- Handle users.
- Handle groups.
- Handle ssh access.
<<lessIt consists of a number of shell scripts to perform the desired actions. With it you can handle users, add ssh-public-keys, patch the system, update things using cfengine, install files (overriding other package files), and more.
Main features:
- Handle users.
- Handle groups.
- Handle ssh access.
Download (0.011MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1437 downloads
eXtended Account Management System 0.0.18
eXtended Account Management System is a PHP-based application suite for managing electronic mail accounts. more>>
eXtended Account Management System is a PHP-based application suite made for managing electronic mail accounts on multiple domains in a virtual hosting environment.
The XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
<<lessThe XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
Download (0.34MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
930 downloads
debian-builder 1.5
debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. more>>
debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. Some distributions such as Gentoo are focussed upon building packages from source code to give speed benefits, but that is not the aim of this program.
Ive been experimenting with a version of GCC which is patched to include stack smashing (buffer overflow) protection. One common approach to this problem is to use a modified compiler which will perform some kind of safety checking in potentially vulnerable source code - this usually involves applying a patch to the GCC compiler.
Usage:
Usage is fairly straight-forward and obvious simply run "debian-builder foo" to rebuild package foo.
If all goes well you will see some progress reports (more with --verbose) and a .deb file should eventually appear in /var/cache/debian-builder/deb.
The script will take care of installing all the packages which are required to build the named package, and then removing anything it installed afterwards.
Installation:
Simply download the tarball and run make install, alternatively you may download it from my apt-getable repository.
Enhancements:
- The handling of build dependencies is now much improved, allowing a greater number of Debian packages, including complex ones such as GNU Emacs and Mozilla Firefox.
<<lessIve been experimenting with a version of GCC which is patched to include stack smashing (buffer overflow) protection. One common approach to this problem is to use a modified compiler which will perform some kind of safety checking in potentially vulnerable source code - this usually involves applying a patch to the GCC compiler.
Usage:
Usage is fairly straight-forward and obvious simply run "debian-builder foo" to rebuild package foo.
If all goes well you will see some progress reports (more with --verbose) and a .deb file should eventually appear in /var/cache/debian-builder/deb.
The script will take care of installing all the packages which are required to build the named package, and then removing anything it installed afterwards.
Installation:
Simply download the tarball and run make install, alternatively you may download it from my apt-getable repository.
Enhancements:
- The handling of build dependencies is now much improved, allowing a greater number of Debian packages, including complex ones such as GNU Emacs and Mozilla Firefox.
Download (0.012MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1238 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 deb packages 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