openpkg/root.README

Thu, 09 Aug 2012 00:41:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 00:41:14 +0200
changeset 495
01294b31a79e
parent 13
cb59d6afeb61
permissions
-rw-r--r--

Introduce a lot of changes to correct source and build logic including:
Correct URLs, reorder existing patch hunks, update vendor version and
patch accordingly, integrate optional SQLite storage, modernize package
(remove boilerplate RPM logic), correct preprocessor definitions as
NIS+was removed from Solaris 11, use parallel make, improve configuration
spacing and whitespace, and remove now uneeded postfix-script(1) and
post-install(1) relocation.

     2   This is @l_prefix@, an RPM-based OpenPKG software stack.
     3   This filesystem area contains software which was automatically
     4   installed through OpenPKG RPM packages from http://openpkg.org/.
     6   OpenPKG RPM query command summary:
     8   $ @l_prefix@/bin/openpkg rpm -qa
     9     (q)uery list of (a)ll installed packages
    11   $ @l_prefix@/bin/openpkg rpm -qi <name>
    12     (q)uery (i)nformation about package <name>
    14   $ @l_prefix@/bin/openpkg rpm -qvl <name>
    15     (q)uery (v)erbose (l)ist of installed files of package <name>
    17   $ @l_prefix@/bin/openpkg rpm -qf <file>
    18     (q)uery package which contains (f)ile <file>
    20   $ @l_prefix@/bin/openpkg rpm -qa '<tag>=[!]<pattern>'
    21     (q)uery list of (a)ll packages with <tag> [not] matching <pattern>
    23   $ @l_prefix@/bin/openpkg rpm -q --whatrequires <capability>
    24     (q)uery list of (a)ll packages which require <capability>
    26   $ @l_prefix@/bin/openpkg rpm -q --whatprovides <capability>
    27     (q)uery list of (a)ll packages which provide <capability>
    29   Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a
    30   user's Bourne (Again) Shell startup script (.profile or .bashrc) in
    31   order to activate this OpenPKG software stack and all of its packages.
    33   In case of any questions or problems post to the OpenPKG project
    34   user support mailing list <openpkg-users@openpkg.org>. For more
    35   details about OpenPKG visit http://openpkg.org/.

mercurial