|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
File Formats depend(4)
NAME
depend - software dependencies file
DESCRIPTION
depend is an ASCII file used to specify information concern-
ing software dependencies for a particular package. The file
is created by a software developer.
Each entry in the depend file describes a single software
package. The instance of the package is described after the
entry line by giving the package architecture and/or ver-
sion. The format of each entry and subsequent instance
definition is:
type pkg name
(arch)version
(arch)version
...
The fields are:
type Defines the dependency type. Must be one of
the following characters:
P Indicates a prerequisite for ins-
tallation; for example, the refer-
enced package or versions must be
installed.
I Implies that the existence of the
indicated package or version is
incompatible.
R Indicates a reverse dependency.
Instead of defining the package's
own dependencies, this designates
that another package depends on
this one. This type should be used
only when an old package does not
have a depend file, but relies on
the newer package nonetheless.
Therefore, the present package
should not be removed if the desig-
nated old package is still on the
system since, if it is removed, the
old package will no longer work.
SunOS 5.10 Last change: 4 Oct 1996 1
File Formats depend(4)
pkg Indicates the package abbreviation.
name Specifies the full package name.
(arch)version Specifies a particular instance of the
software. A version name cannot begin with a
left parenthesis. The instance specifica-
tions, both (arch) and version, are com-
pletely optional, but each (arch)version
pair must begin on a new line that begins
with white space. A null version set equates
to any version of the indicated package.
EXAMPLES
Example 1: Sample of depend file
Here are the contents of a sample depend file, for the
SUNWftpr (FTP Server) package, stored in
/var/sadm/pkg/SUNWftpr/install:
P SUNWcar Core Architecture, (Root)
P SUNWkvm Core Architecture, (Kvm)
P SUNWcsr Core Solaris, (Root)
P SUNWcsu Core Solaris, (Usr)
P SUNWcsd Core Solaris Devices
P SUNWcsl Core Solaris Libraries
R SUNWftpu FTP Server, (Usr)
SEE ALSO
pkginfo(4)
Application Packaging Developer's Guide
SunOS 5.10 Last change: 4 Oct 1996 2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:27:20 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5334 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2877 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2488 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2408 hits) (Suse Linux 10.1)
|