package
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3246
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
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
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
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
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
slackget10::Package 0.09
slackget10::Package this class is the internal representation of a package for slack-get 1.0. more>>
slackget10::Package this class is the internal representation of a package for slack-get 1.0.
SYNOPSIS
This module is used to represent a package for slack-get
use slackget10::Package;
my $package = slackget10::Package->new(package-1.0.0-noarch-1);
$package->setValue(description,"This is a test of the slackget10::Package object");
$package->fill_object_from_package_name();
CONSTRUCTOR
new
The constructor take two parameters : a package name, and an id (the namespace of the package like slackware or linuxpackages)
my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1,slackware);
The constructor automatically call the fill_object_from_package_name() method.
You also can pass some extra arguments like that :
my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1, package-object-version => 1.0.0);
The constructor return undef if the id is not defined.
<<lessSYNOPSIS
This module is used to represent a package for slack-get
use slackget10::Package;
my $package = slackget10::Package->new(package-1.0.0-noarch-1);
$package->setValue(description,"This is a test of the slackget10::Package object");
$package->fill_object_from_package_name();
CONSTRUCTOR
new
The constructor take two parameters : a package name, and an id (the namespace of the package like slackware or linuxpackages)
my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1,slackware);
The constructor automatically call the fill_object_from_package_name() method.
You also can pass some extra arguments like that :
my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1, package-object-version => 1.0.0);
The constructor return undef if the id is not defined.
Download (0.16MB)
Added: 2007-08-17 License: Perl Artistic License Price:
799 downloads
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
Package SNMP Subagent 1.0
Package SNMP Subagent provides indexed package information via SNMP output. more>>
Package SNMP Subagent provides indexed package information via SNMP output.
The Simple Network Management Protocol (SNMP) forms part of the internet protocol suite as defined by the Internet Engineering Task Force.
The protocol can support monitoring of network-attached devices for any conditions that warrant administrative attention.
The SNMP protocol is extensible by design. This is achieved through the notion of a management information base or MIB, which specifies the management data of a specific subsystem of an SNMP-enabled device, using a hierarchical namespace containing object identifiers, implemented via ASN.1.
The MIB hierarchy can be depicted as a tree with a nameless root, the levels of which are assigned by different organizations. This model permits management across all layers of the OSI reference model, extending into applications such as databases, email, and the J2EE reference model, as MIBs can be defined for all such area-specific information and operations
<<lessThe Simple Network Management Protocol (SNMP) forms part of the internet protocol suite as defined by the Internet Engineering Task Force.
The protocol can support monitoring of network-attached devices for any conditions that warrant administrative attention.
The SNMP protocol is extensible by design. This is achieved through the notion of a management information base or MIB, which specifies the management data of a specific subsystem of an SNMP-enabled device, using a hierarchical namespace containing object identifiers, implemented via ASN.1.
The MIB hierarchy can be depicted as a tree with a nameless root, the levels of which are assigned by different organizations. This model permits management across all layers of the OSI reference model, extending into applications such as databases, email, and the J2EE reference model, as MIBs can be defined for all such area-specific information and operations
Download (0.014MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1359 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
Debian Package Tools FE 1.1
Debian Package Tools FE application is the first part of the Debian Package Tools FE based on python-qt3. more>>
Debian Package Tools FE application is the first part of the Debian Package Tools FE based on python-qt3.
Debian Package builder FE is a frontend for dh-make, dpkg-dev, debhelper. It is a tool to learn to build packages for Debian based systems without any knowlegde concerning the above command line applications. Debian Package builder cannot fix build dependences and repair non-standard sources. It is only a graphical frontend.
This debug release is only for testing on your system. Debian Package Tools FE is not intended for non Debian based systems. If it works, you are lucky, but if it does not, I will not restrict the ability of the application for the shake of a restricted system. (It will not work on SUSE, because Qscintilla package does not contain the full version Qscintilla.)
Debian Package Builder FE was not tested on Ubuntu. Theoretically, it could work from Breezy, but the package dependences may not allow you to install it. In this case, I will include an Ubuntu version, just test it.
This is a debug release. In case of any error, you can test it by the command (from running from the console):
dpkg-tools-fe full_path_to_the_tarball/tarball_name.tar.gz or tar.bz2,
or without argument:
dpkg-tools-fe.
Enhancements:
- Threading improvements to increase process stability
- A solution for a python-qt bug in Debian 4.0.
- Postinst script improvements. Prerm script to clean-up.
<<lessDebian Package builder FE is a frontend for dh-make, dpkg-dev, debhelper. It is a tool to learn to build packages for Debian based systems without any knowlegde concerning the above command line applications. Debian Package builder cannot fix build dependences and repair non-standard sources. It is only a graphical frontend.
This debug release is only for testing on your system. Debian Package Tools FE is not intended for non Debian based systems. If it works, you are lucky, but if it does not, I will not restrict the ability of the application for the shake of a restricted system. (It will not work on SUSE, because Qscintilla package does not contain the full version Qscintilla.)
Debian Package Builder FE was not tested on Ubuntu. Theoretically, it could work from Breezy, but the package dependences may not allow you to install it. In this case, I will include an Ubuntu version, just test it.
This is a debug release. In case of any error, you can test it by the command (from running from the console):
dpkg-tools-fe full_path_to_the_tarball/tarball_name.tar.gz or tar.bz2,
or without argument:
dpkg-tools-fe.
Enhancements:
- Threading improvements to increase process stability
- A solution for a python-qt bug in Debian 4.0.
- Postinst script improvements. Prerm script to clean-up.
Download (0.14MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
889 downloads
GIMP Animation Package 2.2.2
GIMP Animation Package is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations. more>>
GIMP Animation Package is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames.
Please note that gimp-gap 2.2.1 requires gimp 2.2 and glib 2.8 or higher. It is recommended to use gtk+ 2.8.
Additional Installation Notes:
This GIMP-GAP release includes sourcecode tarballs of external libraries :
- ffmpeg
- libmpeg3
Those libs are built automatically. Configuration options for those libs can be set by editing the
files:
extern_libs/configure_options_ffmpeg.txt
extern_libs/configure_options_libmpeg3.txt
Those configure_option files are read by the master .configure script
Installation:
./autogen.sh # includes the ./configure call
make
make install
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
<<lessPlease note that gimp-gap 2.2.1 requires gimp 2.2 and glib 2.8 or higher. It is recommended to use gtk+ 2.8.
Additional Installation Notes:
This GIMP-GAP release includes sourcecode tarballs of external libraries :
- ffmpeg
- libmpeg3
Those libs are built automatically. Configuration options for those libs can be set by editing the
files:
extern_libs/configure_options_ffmpeg.txt
extern_libs/configure_options_libmpeg3.txt
Those configure_option files are read by the master .configure script
Installation:
./autogen.sh # includes the ./configure call
make
make install
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
Download (5.3MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
533 downloads
Package DataBase View 2.0.10
Package DataBase View is a report tool for package systems like RPM and dpkg. more>>
Pdbv output a HTML view of a RPM or dpkg database. Its modular design allows easy addition of others package management database and export format (as xml).
The 1.x.x series are in Bash, the 2.x.x series are in Perl. Obviously, the output generation with 1.x.x is a lot slower than with the 2.x.x. While with the 1.x.x it should run on a daily basis, with the 2.x.x it should run on a hourly basis.
Main features:
- it does not require lucid/gtk+/qt or other big libs.
- it does not require a web server - but it can be used with a web server, as any
- other html files.
- it does not require a X server running, you can use a text mode browser that support
- frames as links.
- it does not require special privileges to access to the output. But access can
- be restricted by using chmod/chown (filesystem) or .htaccess (apache).
- since output is generated by a cronjob, access to the output is as fast as your
- computer is able to read/serve text files.
<<lessThe 1.x.x series are in Bash, the 2.x.x series are in Perl. Obviously, the output generation with 1.x.x is a lot slower than with the 2.x.x. While with the 1.x.x it should run on a daily basis, with the 2.x.x it should run on a hourly basis.
Main features:
- it does not require lucid/gtk+/qt or other big libs.
- it does not require a web server - but it can be used with a web server, as any
- other html files.
- it does not require a X server running, you can use a text mode browser that support
- frames as links.
- it does not require special privileges to access to the output. But access can
- be restricted by using chmod/chown (filesystem) or .htaccess (apache).
- since output is generated by a cronjob, access to the output is as fast as your
- computer is able to read/serve text files.
Download (0.17MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 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
Simple Perl Package Manager 0.98
Simple Perl Package Manager is a package manager. more>>
Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package.
It records MD5 checksums of all installed files and includes a script to verify them and check other attributes of a package.
<<lessIt records MD5 checksums of all installed files and includes a script to verify them and check other attributes of a package.
Download (0.022MB)
Added: 2006-09-09 License: GPL (GNU General Public License) Price:
1144 downloads
Software::Packager::Perl 0.05
Software::Packager::Perl is used to package perl modules ready for installation and or distribution. more>>
Software::Packager::Perl is used to package perl modules ready for installation and or distribution.
SYNOPSIS
use Software::Packager;
my $packager = new Software::Packager(perl);
It creates packages in the same format used to install all Perl modules.
FUNCTIONS
new()
This method creates and returns a new class object.
package()
This method overrides the base API and implements the required functionality to create Perl software packages.
<<lessSYNOPSIS
use Software::Packager;
my $packager = new Software::Packager(perl);
It creates packages in the same format used to install all Perl modules.
FUNCTIONS
new()
This method creates and returns a new class object.
package()
This method overrides the base API and implements the required functionality to create Perl software packages.
Download (0.019MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1018 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 package 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