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

Software::Packager::Object::Aix 0.10

  Date Added: September 22, 2010  |  Visits: 1.104

Software::Packager::Object::Aix

Report Broken Link
Printer Friendly Version


Product Homepage
Download (111 downloads)



Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager. FUNCTIONS LPP TYPE The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is of type SHARE If the objects destination is under /usr then the object has a type of USER If the objects destination is under any other directory then the object has a type of ROOT+USER. Note: when using the methods lpp_type_is_share() lpp_type_is_user() lpp_type_is_root() If the lpp_type_is_share() returns true then both lpp_type_is_user() and lpp_type_is_root() will also return true. Also if lpp_type_is_user() returns true then lpp_type_is_root() will also return true. So when calling these method do something like... foreach my $object ($self->get_object_list()) { $share++ and next if $object->lpp_type_is_share(); $user++ and next if $object->lpp_type_is_user(); $root++ and next if $object->lpp_type_is_root(); } lpp_type_is_share() $share++ if $object->lpp_type_is_share(); Returns the true if the LPP is SHARE otherwise it returns undef. lpp_type_is_user() $share++ if $object->lpp_type_is_user(); Returns the true if the LPP is USER otherwise it returns undef. lpp_type_is_root() $share++ if $object->lpp_type_is_root(); Returns the true if the LPP is ROOT+USER otherwise it returns undef. inventory_type() $type = $object->inventory_type(); Returns the type of object to be added to the inventory file. destination() $object->destination($value); $destination = $object->destination(); This method sets or returns the destination location for this object. The name of objects being installed cannot contain commas or colons. This is because commas and colons are used as delimiters in the control files used during the software installation process. Object names can contain non-ASCII charaters. user() This method sets or returns the user name that this object should be installed as. group() $object->group($value); $group = $object->group(); This method sets or returns the group name that this object should be installed as. links() This method adds to the list of hard links to add for the file. If no arguments are passed then a string containing the list is returned..

Requirements: No special requirements
Platforms: Linux
Keyword: Destination Libraries Lpp Object Programming Returns Share Softwarepackagerobjectaix True Type Use By User
Users rating: 0/10

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


SOFTWARE::PACKAGER::OBJECT::AIX RELATED
Libraries  -  JOAP::Server::Object 0.01
JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not...
122.88 KB  
Programming  -  Qore Programming Language 0.6.2
Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore...
901.12 KB  
Libraries  -  Nagios::WebTransact::Timed 0.06
Nagios::WebTransact::Timed is an object that provides a check method (usually called by a Nagios service check) to determine if a sequence of URLs can be got inside a time threshold, returning the times for each. SYNOPSIS use...
8.19 KB  
Utilities  -  XML Tree Object Model Parser 1.0.1
XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML...
61.44 KB  
Modules  -  Custom (Form) destination 6.x-1.6
Custom (Form) destination provides a way to define where a form should redirect the user upon submission.When you submit a form, Drupal deals with your input (saving your node, sending an email, storing a setting, etc..) and then redirect you to a...
10 KB  
Programming  -  Apache::TieBucketBrigade 0.05
This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will...
10.24 KB  
Programming  -  devkitPro 1.5.7
This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are built with MinGW.
444.26 KB  
Programming  -  MOUSE Programming Language 1.0
This is a project to develop tools for the MOUSE programming language and to encourage its use as an experimental and teaching language.
4.63 KB  
Communication  -  Neural Network Symbolic expression 1.0
Given a neural network object, this function returns the closed, symbolic, expression implemented by the network (as a string).This allows you to use a neural network model without relying on the neural network toolbox.Note I only implemented for...
10 KB  
Education  -  LXlogo 1.0
LXlogo project is an interactive LOGO programming environment for K-12 educational use or just for fun. It is easy to install with minimal system requirements, and is a modern variant of the familiar "turtle" LOGO language. Logo is...
194.56 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