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.192.695 Times

OS2::SoftInstaller 0.09

  Date Added: May 05, 2010  |  Visits: 925

OS2::SoftInstaller

Report Broken Link
Printer Friendly Version


Product Homepage
Download (104 downloads)



OS2::SoftInstaller is a Perl extension for generation of daughter packages for IBMs Software Installer. SYNOPSIS use OS2::SoftInstaller; open PKG, >my.pkg; select PKG; make_pkg toplevel => ., zipfile => my.zip, packid => myzip, nozip => 0, exclude => undef, dirid => FILE, strip => emx/; select STDOUT; close PKG; size_date_time_pkg(name) Takes file name, returns an array ($size, $date,$time), suitable for SIZE, DATE, and TIME entries of SoftInstaller. make_pkg(...) The function make_pkg() takes a hash-like list of arguments. The recognized keys are: toplevel toplevel directory of the tree to duplicate. zipfile name of the zipfile which corresponds to this directory in the distribution. packid symbolic name for this zipfile, autogenerated if needed. nozip Do not generate toplevel description of the ZIP file (useful if the same zipfile is used in multiple components). exclude if defined, is a regexp for files to exclude from the generated package file. dirid id of the directory to install to (eg, FILE or AUX7). strip prefix in all the files in the ZIP file which should be removed. It is supposed that the default value for the directory to install to (eg, FILE or AUX7) already contains this prefix. (Useful to make the ZIP file appropriate for manual install as well.) We suppose that %unzip% has the value of something like unzip -oj, %unzip_d% is something like -d (directory to extract), and the output of this script is included like this: FILE EXIT = setvar unzip=unzip -oj FILE EXIT = setvar unzip_d=-d INCLUDE NAME = my.pkg into the parent package file..

Requirements: No special requirements
Platforms: Linux
Keyword: Directory File Generation Of Ibms Ibms Software Installer Libraries Name Pkg Programming Softinstaller Software Zipfile
Users rating: 0/10

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


OS2::SOFTINSTALLER RELATED
File Synchronizers  -  CatFish 1.9
CatFish is a disk catalog browser that allows you to save snapshots of the directory/file structure of your disks and to search through them at anytime. The catalog files maintained by CatFish are very compact and fast, and can easily handle the...
103 KB  
Security Tools  -  confiture 1.0
Confiture is the new generation of the cryptographic software,Confiture use the all new innovation cryptographic.
2.43 MB  
Development Tools  -  zlchat 1.1
zlchat is the next generation of web conferencing software that enables professionals to instantly communicate and collaborate through easy-to-use, easy-to-access online personal meeting rooms.It breaks down the technology barriers of traditional...
83.01 MB  
Libraries  -  XML::API::WIX2 0.02
XML::API::WIX2 is a WIX source file generation through an object API. SYNOPSIS As a simple example the following perl code: use XML::API; my $m_wxs = new XML::API(doctype => WIX2, encoding => UTF-8); $m_wxs->Product_open({ Id =>...
10.24 KB  
Version Control Tools  -  ADISS 1.1
ADISS project is a simple tool to automated the generation of Subversion AuthzSVNAccessFiles. The simple web interface allows the administrator to define the repostirory paths, the full path to the AuthzSVNAccessFile and the LDAP filter for the...
52.22 KB  
Programming  -  GNU make 3.81
GNU make is a tool which controls the generation of executables and other non-source files of a program from the programs source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the...
1.1 MB  
Libraries  -  Java2Excel 1.3.1
Java2Excel is a library that allows the generation of simple excel files using objects of type java.util.Collection. The current verison of Java2Excel contains a lot of limitations. You can only write the collection in excel files using an xml...
235.52 KB  
Network & Internet  -  Excalibur 4.3
Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java. Inversion of control, also known as the...
 
Programming  -  x10 0.3.2
X10 project is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. X10 is designed and developed by IBM. While developed in close contact with the designers of X10 at IBM there...
8.1 MB  
E-Mail Tools  -  AeroMail 2.52
AeroMail 2 is the next generation of Mark Cushmans AeroMail. AeroMail is a web-based e-mail client written in PHP. AeroMail uses an IMAP server to read and store messages in one or more user-defined folders. Features include HTTP authentication...
53.25 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