Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.240.092 Times

Software::Packager::Aix 0.10

  Date Added: May 16, 2010  |  Visits: 947

Software::Packager::Aix

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)



Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(aix); This module is used to create software packages in a Backup-format file (bff) suitable for installation with installp. This module creates packages for AIX 4.1 and higher only. Due to the compatability requirements of Software::Packager multiple components in the same package are not supported. This may be changed at some point in the future. This module is in part a baised on the workings of the lppbuild scripts. Where possible Ive worked from the standards, where I had no idea what they were talking about I refered to the lppbuild scripts for an understanding. As such Id like to thank the writers of lppbuild version 2.1. I believe these scripts to be written by Jim Abbey. Who ever it was thanks for your work. It has proven envaluable. lppbuild is available from http://aixpdslib.seas.ucla.edu/.

Requirements: No special requirements
Platforms: Linux
Keyword: Extension Libraries Programming Softwarepackageraix
Users rating: 0/10

License: Freeware Size: 20.48 KB
USER REVIEWS
More Reviews or Write Review


SOFTWARE::PACKAGER::AIX RELATED
Libraries  -  MQSeries 1.25
MQSeries is a Perl extension for MQSeries support. SYNOPSIS There are two interfaces provided by the MQSeries modules. The first is a straight forward mapping to all of the individual MQI calls, and the second is a value-added, OO interface,...
317.44 KB  
Libraries  -  PyICU 0.6
PyICU is a python extension wrapping IBMs ICU C++ API. PyICU is supported on Linux, Mac OS X and Windows. Binaries for PyICU are available below. See the README file for information about building PyICU from sources. As of release 0.5, SWIG is...
61.44 KB  
Libraries  -  ObjStore 1.59
ObjStore is a Perl extension for ObjectStore OODBMS. SYNOPSIS Like perl? Sick of SQL? Ready to try something new? This extension implements something like a relational database management system, except that s/SQL/Perl/ig. ObjectStore is the...
163.84 KB  
Libraries  -  UDPM 0.88
UDPM is a Perl extension for User Dialogs. SYNOPSIS use UDPM; my $d = new UDPM ({backtitle=>Demo,colours=>1,cr-wrap=>1, height=>20,width=>70,list-height=>5, no-shadows=>1}); $d->msgbox({title=>Welcome!, text=>[B]Welcome[/B] [U]one[/U]...
39.94 KB  
Libraries  -  Hints 0.16
Hints is a Perl extension for parsing /etc/printcap. SYNOPSIS use Print::Printcap; my $printcap = new Print::Printcap; print join ,,$printcap->printers(); Simple parser for /etc/printcap. THE PRINT::PRINTCAP CLASS new Constructor...
51.2 KB  
Libraries  -  Psyco 1.5.2
Psyco project is a Python extension module which can massively speed up the execution of any Python code. What you can do with it In short: run your existing Python software much faster, with no change in your source. Think of Psyco as a...
430.08 KB  
Libraries  -  Wily 0.02
Wily is a Perl extension for interfacing with Wily. SYNOPSIS use Wily; use Wily::Message; # opens a file in wily and exits when the window is destroyed my $wily = Wily->new(); my $win = $wily->win(/tmp/file_to_edit, 1);...
21.5 KB  
Libraries  -  Enchant extension for PHP 1.0.1
Enchant extension for PHP is a binder for libenchant. Libenchant provides a common API for many spell libraries: - aspell/pspell (intended to replace ispell) - hspell (hebrew) - ispell - myspell/hunspell (OpenOffice project, mozilla) -...
8.19 KB  
Libraries  -  HTML::Template::Extension::DOC 0.25
HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | This is a template example... An example use of...
15.36 KB  
Libraries  -  HTML::Template::Extension::SLASH_VAR 0.25
HTML::Template::Extension::SLASH_VAR is a plugins for syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR...
15.36 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB