Software::Packager::Svr4

Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages.
Download

Software::Packager::Svr4 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark A. Hershberger
  • Publisher web site:
  • http://search.cpan.org/~mahex/

Software::Packager::Svr4 Tags


Software::Packager::Svr4 Description

Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages. Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages.SYNOPSIS use Software::Packager; my $packager = new Software::Packager('svr4');This module is used to create software packages in a format suitable for installation with pkgadd.FUNCTIONSnew()This method creates and returns a new Software::Packager::SVR4 object.add_item() $packager->add_item(%object_data);Adds a new object (file, link, etc) to the package.package() $packager->package();Create the package.infoThis method returns a hash that is filled with the necessary information for a pkginfo file that conforms to the SYSV format.package_name()Define the package name.program_name()This is used to specify the full package name.The program name must be less that 256 charaters.For more details see the pkginfo(4) man page.architecture()The architecture must be a comma seperated list of alphanumeric tokens that indicate the architecture associated with the package.The maximum length of a token is 16 charaters.A token should be in the format "instruction set"."platform group" where:instruction set is in the format of `uname -p` platform group is in the format of `uname -m`If the architecture is not set then the current instruction set is used.For more details see the pkginfo(4) man page.version()This method is used to check the format of the version and return it in the format required for SVR4.The version must be 256 charaters or less.The first charater cannot be a left parenthesis. The recommended format is an arbitrary string of numbers in Dewey-decimal format. For more datails see the pkginfo(4) man page.install_dir() $packager->install_dir('/usr/local'); my $base_dir = $packager->install_dir;This method sets the base directory for the software to be installed. The installation directory must start with a "/".compatible_version() $packager->compatible_version('/some/path/file');or $packager->compatible_version($compver_stored_in_string); my $compatible_version = $packager->compatible_version();This method sets the compatible versions file for the software to be installed.space() $packager->space('/some/path/file');or $packager->space($space_data_stored_in_string); my $space = $packager->space();This method sets the space file for the software to be installed.request_script() $packager->request_script('/some/path/file');or $packager->request_script($request_script_stored_in_string); my $request_script = $packager->request_script();This method sets the space file for the software to be installed. Requirements: · Perl


Software::Packager::Svr4 Related Software