OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 09-Jul-2004 15:25:43
Branch: HEAD Handle: 2004070914254200
Added files:
openpkg-tools/cmd install.pl
Log:
initial cut for install command
Summary:
Revision Changes Path
1.1 +38 -0 openpkg-tools/cmd/install.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/install.pl
============================================================================
$ cvs diff -u -r0 -r1.1 install.pl
--- /dev/null 2004-07-09 15:25:43.000000000 +0200
+++ install.pl 2004-07-09 15:25:43.000000000 +0200
@@ -0,0 +1,38 @@
+##
+## openpkg -- OpenPKG Tool Chain
+## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+## cmd/install.pl: OpenPKG package installation
+##
+
+require 5;
+use strict;
+
+print STDERR
+ "openpkg:install:ERROR: Sorry, the \"openpkg install\" command is still not\n" .
+ "openpkg:install:ERROR: fully implemented. Please still use the old command\n" .
+ "openpkg:install:ERROR: \"openpkg build\" in the meantime. It is also part
of\n" .
+ "openpkg:install:ERROR: this \"openpkg-tools\" package.\n";
+
+exit(1);
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]