1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openpkg/openpkg.pod Tue Jan 06 23:40:39 2009 +0100 1.3 @@ -0,0 +1,86 @@ 1.4 +## 1.5 +## openpkg -- OpenPKG Tool Chain 1.6 +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> 1.7 +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> 1.8 +## 1.9 +## Permission to use, copy, modify, and distribute this software for 1.10 +## any purpose with or without fee is hereby granted, provided that 1.11 +## the above copyright notice and this permission notice appear in all 1.12 +## copies. 1.13 +## 1.14 +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 1.15 +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 1.16 +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 1.17 +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR 1.18 +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1.19 +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1.20 +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 1.21 +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 1.22 +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 1.23 +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 1.24 +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1.25 +## SUCH DAMAGE. 1.26 +## 1.27 +## openpkg.pod: Minimum Execution Frontend (Language: Perl POD) 1.28 +## 1.29 + 1.30 +=pod 1.31 + 1.32 +=head1 NAME 1.33 + 1.34 +B<OpenPKG> -- Cross-Platform Unix Software Packaging Facility 1.35 + 1.36 +=head1 SYNOPSIS 1.37 + 1.38 +=over 4 1.39 + 1.40 +=item Command Line Interface 1.41 + 1.42 +$ B<openpkg> [I<opt> ...] I<cmd> [I<cmd_opt> ...] [I<cmd_arg> ...] 1.43 + 1.44 +$ B<openpkg> B<man> I<cmd> 1.45 + 1.46 +=item Project Locations 1.47 + 1.48 + http://www.openpkg.org/ web service 1.49 + http://cvs.openpkg.org/ repository service 1.50 + http://pgp.openpkg.org/ OpenPGP service 1.51 + ftp://ftp.openpkg.org/ download service 1.52 + 1.53 +=item Project Forums 1.54 + 1.55 + petidomo@openpkg.org mailing-list manager 1.56 + openpkg-announce@openpkg.org project announcements 1.57 + openpkg-dev@openpkg.org developer forum 1.58 + openpkg-users@openpkg.org users forum 1.59 + 1.60 +=item Local Documentation 1.61 + 1.62 + openpkg-rpm(1) RPM package manager 1.63 + openpkg-rpmbuild(1) RPM package manager (build only) 1.64 + openpkg-rpm2cpio(1) RPM payload utility 1.65 + openpkg-rpm-config(1) RPM C API utility 1.66 + openpkg-lsync(1) local area synchronization 1.67 + openpkg-rc(1) run-command facility 1.68 + 1.69 +=back 1.70 + 1.71 +=head1 DESCRIPTION 1.72 + 1.73 +OpenPKG is the world leading instrument for deployment and maintenance 1.74 +of Open Source software when administration crosses Unix platform 1.75 +boundaries. The OpenPKG project is a collaboration effort with the 1.76 +goal of creating and maintaining portable and easy to install software 1.77 +packages for use on the major Unix server platforms. 1.78 + 1.79 +The unique OpenPKG architecture leverages proven technologies like 1.80 +Red Hat Package Manager (RPM) to establish a unified administration 1.81 +environment, independent of the underlying operating system. OpenPKG 1.82 +is completely self-contained and does not even need a preinstallation 1.83 +of RPM. Instead, RPM is provided as an OpenPKG RPM package itself plus 1.84 +a tricky bootstrapping procedure in order to allow one to create from 1.85 +scratch the initial state of the whole OpenPKG software packaging 1.86 +system. 1.87 + 1.88 +=cut 1.89 +