summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-08-17 08:58:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-08-17 08:58:01 +0000
commit0e99b0f3095e1aeeb5ca4e322b1f129e4a290e36 (patch)
treea2b6b523b8485926d390230f474877867d3aa300
parent1e3c1a12b10176be3cbcd9b35b47583448eccc84 (diff)
finish fleshing out the class hierarchy
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod64
1 files changed, 63 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
index cd7df0a890f..d9b86616b05 100644
--- a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
+++ b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
@@ -1,4 +1,4 @@
-$OpenBSD: OpenBSD::PackingElement.pod,v 1.3 2005/08/17 08:42:37 espie Exp $
+$OpenBSD: OpenBSD::PackingElement.pod,v 1.4 2005/08/17 08:58:00 espie Exp $
=head1 NAME
@@ -70,6 +70,64 @@ the local base for the package.
special annotation that package should not have any C<stem-*> conflict marker.
+=item ::SpecialFile
+
+special files like the package description or install script
+
+=over 4
+
+=item ::FCONTENTS
+
+contents file.
+
+=item ::FCOMMENT
+
+comment file. Deprecated.
+
+=item ::FDESC
+
+package description
+
+=item FREQUIRE
+
+registration of dependencies
+
+=item FREQUIRED_BY
+
+registration of reverse dependencies
+
+=item FMTREE_DIRS
+
+deprecated
+
+=item DisplayFile
+
+abstract class for special files that can be displayed.
+
+=over 4
+
+=item FDISPLAY
+
+=item FUNDISPLAY
+
+=back
+
+=item ::ScriptFile
+
+abstract class for special files that can be run.
+
+=over 4
+
+=item FINSTALL
+
+=item FDEINSTALL
+
+=item FREQUIRE
+
+=back
+
+=back
+
=back
=item ::Option
@@ -209,6 +267,8 @@ shared library files.
file objects not present in the packing-list.
+=for comment ::Extra and ::Extradir intentionally not documented yet.
+
=back
=item ::DirlikeObject
@@ -233,6 +293,8 @@ abstract class for directories.
=item ::Mandir
+=item ::Sampledir
+
=back
=back