head	1.17;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.12
	OPENPKG_E1_MP:1.12
	OPENPKG_E1_MP_2_STABLE:1.11.2.2
	OPENPKG_E1_FP:1.11.2.2
	OPENPKG_2_STABLE_MP:1.11
	OPENPKG_2_STABLE_20061018:1.11.2.2
	OPENPKG_2_STABLE:1.11.0.2
	OPENPKG_CW_FP:1.3;
locks; strict;
comment	@-- @;


1.17
date	2009.04.18.13.12.26;	author rse;	state Exp;
branches;
next	1.16;
commitid	4pHXU27WTIGCZuKt;

1.16
date	2008.01.01.14.57.40;	author rse;	state Exp;
branches;
next	1.15;
commitid	B8esaHJHoduuKILs;

1.15
date	2007.12.11.13.23.24;	author rse;	state Exp;
branches;
next	1.14;
commitid	k55hejvNaOv001Js;

1.14
date	2007.10.27.11.04.28;	author cs;	state Exp;
branches;
next	1.13;
commitid	cQThXLdw3ZT0GdDs;

1.13
date	2007.09.07.09.34.48;	author rse;	state Exp;
branches;
next	1.12;
commitid	bj6Wzvov02DSMMws;

1.12
date	2007.01.01.17.39.30;	author rse;	state Exp;
branches;
next	1.11;
commitid	BicZD6VUl7GuqP0s;

1.11
date	2006.10.13.17.29.44;	author thl;	state Exp;
branches
	1.11.2.1;
next	1.10;
commitid	q5GSxzsSDX29XxQr;

1.10
date	2006.10.11.21.08.26;	author rse;	state Exp;
branches;
next	1.9;
commitid	bAOpHH41u6ewgjQr;

1.9
date	2006.09.24.12.49.05;	author rse;	state Exp;
branches;
next	1.8;
commitid	qvjlw6PfOYW435Or;

1.8
date	2006.08.25.19.17.18;	author rse;	state Exp;
branches;
next	1.7;
commitid	Tvsj1UyQ8rQ89gKr;

1.7
date	2006.06.20.14.12.15;	author tho;	state Exp;
branches;
next	1.6;
commitid	Zrxk5qvGiuNVAKBr;

1.6
date	2006.01.01.13.16.16;	author rse;	state Exp;
branches;
next	1.5;
commitid	otZG8yKMCw1JFTfr;

1.5
date	2005.10.11.07.02.02;	author rse;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.24.11.19.23;	author rse;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.17.07.40.21;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.01.10.51.58;	author rse;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.09.20.36.34;	author rse;	state Exp;
branches;
next	;

1.11.2.1
date	2006.10.13.17.29.44;	author rse;	state dead;
branches;
next	1.11.2.2;
commitid	iZxwRSmmWscPXUQr;

1.11.2.2
date	2006.10.16.14.52.26;	author rse;	state Exp;
branches;
next	;
commitid	iZxwRSmmWscPXUQr;


desc
@@


1.17
log
@bump years in copyright messages
@
text
@##
##  lsh.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
##
##  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.
##

#   package information
Name:         lsh
Summary:      GNU Secure Shell (SSH) Implementation
URL:          http://www.lysator.liu.se/~nisse/lsh/
Vendor:       Niels Möller
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        SSH
License:      GPL
Version:      2.0.4
Release:      20080101

#   package options
%option       with_fsl  yes

#   list of sources
Source0:      ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-%{version}.tar.gz
Source1:      rc.lsh
Source2:      fsl.lsh
Source3:      lsh.cfg
Patch0:       lsh.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20060823, make, gcc, m4
PreReq:       OpenPKG, openpkg >= 20060823
BuildPreReq:  gmp, liboop, zlib, readline
PreReq:       gmp, liboop, zlib, readline
%if "%{with_fsl}" == "yes"
BuildPreReq:  fsl
PreReq:       fsl
%endif
AutoReq:      no
AutoReqProv:  no

%description
    LSH is GNU's free implementation of the SSH version 2 protocol,
    currently being standardised by the IETF SECSH working group.

%track
    prog lsh = {
        version   = %{version}
        url       = ftp://ftp.lysator.liu.se/pub/security/lsh/
        regex     = lsh-(__VER__)\.tar\.gz
    }

%prep
    %setup -q
    %patch -p0

%build
    #   configure program
    %{l_shtool} subst \
        -e 's;/var/run;%{l_prefix}/var/lsh;g' \
        -e 's;/var/spool/lsh;%{l_prefix}/var/lsh;g' \
        -e 's;/var/spool/lsh;%{l_prefix}/var/lsh;g' \
        src/daemon.c src/environ.h src/lsh-make-seed.c src/unix_random.c
    %{l_shtool} subst \
        -e '/^DOCTARGETS/s;nettle.info;;' \
        -e '/^install-here/s;install-info;;' \
        -e '/^des\.\$(OBJEXT):/s;des\.h;;' \
        -e 's;\(INSTALL_DATA = @@INSTALL_DATA@@\);\1 -c;' \
        src/nettle/Makefile.in
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O}" \
    CPPFLAGS="%{l_cppflags}" \
    LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
    LIBS="%{l_fsl_libs}" \
    INSTALL="%{l_shtool} install" \
    ./configure \
        --prefix=%{l_prefix} \
        --mandir=%{l_prefix}/man \
        --infodir=%{l_prefix}/info \
        --sysconfdir=%{l_prefix}/etc/lsh \
        --enable-tcp-forward \
        --enable-x11-forward \
        --enable-agent-forward \
        --enable-utmp \
        --enable-srp \
        --disable-gss \
        --disable-kerberos \
        --disable-pam \
        --disable-ipv6 \
        --disable-openssl \
        --disable-dependency-tracking

    #   build program
    %{l_make} %{l_mflags -O}

%install
    rm -rf $RPM_BUILD_ROOT

    #   install program
    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"

    #   strip down installation
    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/nettle*
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/include
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/nettle.info

    #   resolve conflicts with other packages
    mv $RPM_BUILD_ROOT%{l_prefix}/sbin/sftp-server \
       $RPM_BUILD_ROOT%{l_prefix}/sbin/lsh-sftp-server
    mv $RPM_BUILD_ROOT%{l_prefix}/man/man8/sftp-server.8 \
       $RPM_BUILD_ROOT%{l_prefix}/man/man8/lsh-sftp-server.8

    #   install server configuration
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/lsh
    %{l_shtool} install -c -m 644 %{l_value -s -a} \
        %{SOURCE lsh.cfg} $RPM_BUILD_ROOT%{l_prefix}/etc/lsh/

    #   install run-command script
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
    %{l_shtool} install -c -m 755 %{l_value -s -a} \
        %{SOURCE rc.lsh} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/

    #   install OSSP fsl configuration
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
    %{l_shtool} install -c -m 644 %{l_value -s -a} \
        %{SOURCE fsl.lsh} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/

    #   create data directory
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/var/lsh

    #   determine installation files
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
        %{l_files_std} \
        '%config %{l_prefix}/etc/fsl/fsl.lsh' \
        '%config %{l_prefix}/etc/lsh/*'

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

%post
    #   generate server key
    if [ ! -f "$RPM_INSTALL_PREFIX/etc/lsh/lsh.key" -o \
         ! -s "$RPM_INSTALL_PREFIX/etc/lsh/lsh.key" ]; then
        echo "Generating LSH RSA host key:"
        $RPM_INSTALL_PREFIX/bin/lsh-make-seed --server --sloppy --quiet || true
        $RPM_INSTALL_PREFIX/bin/lsh-keygen    --server | \
        $RPM_INSTALL_PREFIX/bin/lsh-writekey  --server \
            -o $RPM_INSTALL_PREFIX/etc/lsh/lsh.key
    fi

    #   after upgrade, restart service
    [ $1 -eq 2 ] || exit 0
    eval `%{l_rc} lsh status 2>/dev/null`
    [ ".$lsh_active" = .yes ] && %{l_rc} lsh restart
    exit 0

%preun
    #   before erase, stop service and remove log files
    [ $1 -eq 0 ] || exit 0
    %{l_rc} lsh stop 2>/dev/null
    rm -f $RPM_INSTALL_PREFIX/var/lsh/*
    exit 0

@


1.16
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.15
log
@bless for at least EVAL
@
text
@d3 1
a3 2
##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
d35 1
a35 1
Release:      20071211
@


1.14
log
@add missing dependency to OSSP fsl but downgrade to JUNK anyway as package needs more additional fixes (broken under runtime)
@
text
@d32 1
a32 1
Class:        JUNK
d36 1
a36 1
Release:      20071027
d99 1
@


1.13
log
@upgrading package: lsh 2.0.3 -> 2.0.4
@
text
@d32 1
a32 1
Class:        EVAL
d36 4
a39 1
Release:      20070907
d55 4
d93 2
a94 1
    LDFLAGS="%{l_ldflags}" \
d160 1
@


1.12
log
@Welcome Year 2007!
@
text
@d35 2
a36 2
Version:      2.0.3
Release:      20061013
d90 1
@


1.11
log
@new world order for "Packager" and "Distribution" headers
@
text
@d3 2
a4 2
##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
@


1.11.2.1
log
@file lsh.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:26 +0000
@
text
@d1 181
@


1.11.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 181
##
##  lsh.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.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.
##

#   package information
Name:         lsh
Summary:      GNU Secure Shell (SSH) Implementation
URL:          http://www.lysator.liu.se/~nisse/lsh/
Vendor:       Niels Möller
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        SSH
License:      GPL
Version:      2.0.3
Release:      2.20061018

#   list of sources
Source0:      ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-%{version}.tar.gz
Source1:      rc.lsh
Source2:      fsl.lsh
Source3:      lsh.cfg
Patch0:       lsh.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 2.20061018, make, gcc, m4
PreReq:       OpenPKG, openpkg >= 2.20061018
BuildPreReq:  gmp, liboop, zlib, readline
PreReq:       gmp, liboop, zlib, readline
AutoReq:      no
AutoReqProv:  no

%description
    LSH is GNU's free implementation of the SSH version 2 protocol,
    currently being standardised by the IETF SECSH working group.

%track
    prog lsh = {
        version   = %{version}
        url       = ftp://ftp.lysator.liu.se/pub/security/lsh/
        regex     = lsh-(__VER__)\.tar\.gz
    }

%prep
    %setup -q
    %patch -p0

%build
    #   configure program
    %{l_shtool} subst \
        -e 's;/var/run;%{l_prefix}/var/lsh;g' \
        -e 's;/var/spool/lsh;%{l_prefix}/var/lsh;g' \
        -e 's;/var/spool/lsh;%{l_prefix}/var/lsh;g' \
        src/daemon.c src/environ.h src/lsh-make-seed.c src/unix_random.c
    %{l_shtool} subst \
        -e '/^DOCTARGETS/s;nettle.info;;' \
        -e '/^install-here/s;install-info;;' \
        -e '/^des\.\$(OBJEXT):/s;des\.h;;' \
        -e 's;\(INSTALL_DATA = @@INSTALL_DATA@@\);\1 -c;' \
        src/nettle/Makefile.in
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O}" \
    CPPFLAGS="%{l_cppflags}" \
    LDFLAGS="%{l_ldflags}" \
    INSTALL="%{l_shtool} install" \
    ./configure \
        --prefix=%{l_prefix} \
        --sysconfdir=%{l_prefix}/etc/lsh \
        --enable-tcp-forward \
        --enable-x11-forward \
        --enable-agent-forward \
        --enable-utmp \
        --enable-srp \
        --disable-gss \
        --disable-kerberos \
        --disable-pam \
        --disable-ipv6 \
        --disable-openssl \
        --disable-dependency-tracking

    #   build program
    %{l_make} %{l_mflags -O}

%install
    rm -rf $RPM_BUILD_ROOT

    #   install program
    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"

    #   strip down installation
    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/nettle*
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/include
    rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
    rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/nettle.info

    #   resolve conflicts with other packages
    mv $RPM_BUILD_ROOT%{l_prefix}/sbin/sftp-server \
       $RPM_BUILD_ROOT%{l_prefix}/sbin/lsh-sftp-server
    mv $RPM_BUILD_ROOT%{l_prefix}/man/man8/sftp-server.8 \
       $RPM_BUILD_ROOT%{l_prefix}/man/man8/lsh-sftp-server.8

    #   install server configuration
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/lsh
    %{l_shtool} install -c -m 644 %{l_value -s -a} \
        %{SOURCE lsh.cfg} $RPM_BUILD_ROOT%{l_prefix}/etc/lsh/

    #   install run-command script
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
    %{l_shtool} install -c -m 755 %{l_value -s -a} \
        %{SOURCE rc.lsh} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/

    #   install OSSP fsl configuration
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
    %{l_shtool} install -c -m 644 %{l_value -s -a} \
        %{SOURCE fsl.lsh} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/

    #   create data directory
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/var/lsh

    #   determine installation files
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
        %{l_files_std} \
        '%config %{l_prefix}/etc/lsh/*'

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

%post
    #   generate server key
    if [ ! -f "$RPM_INSTALL_PREFIX/etc/lsh/lsh.key" -o \
         ! -s "$RPM_INSTALL_PREFIX/etc/lsh/lsh.key" ]; then
        echo "Generating LSH RSA host key:"
        $RPM_INSTALL_PREFIX/bin/lsh-make-seed --server --sloppy --quiet || true
        $RPM_INSTALL_PREFIX/bin/lsh-keygen    --server | \
        $RPM_INSTALL_PREFIX/bin/lsh-writekey  --server \
            -o $RPM_INSTALL_PREFIX/etc/lsh/lsh.key
    fi

    #   after upgrade, restart service
    [ $1 -eq 2 ] || exit 0
    eval `%{l_rc} lsh status 2>/dev/null`
    [ ".$lsh_active" = .yes ] && %{l_rc} lsh restart
    exit 0

%preun
    #   before erase, stop service and remove log files
    [ $1 -eq 0 ] || exit 0
    %{l_rc} lsh stop 2>/dev/null
    rm -f $RPM_INSTALL_PREFIX/var/lsh/*
    exit 0

@


1.10
log
@fix building
@
text
@d30 2
a31 2
Packager:     OpenPKG
Distribution: OpenPKG
d36 1
a36 1
Release:      20061011
@


1.9
log
@adjust Group header
@
text
@d36 1
a36 1
Release:      20060924
d43 1
d68 1
@


1.8
log
@replace '@@l_prefix@@/lib/openpkg/bash @@l_prefix@@/etc/rc' in shebang with '@@l_prefix@@/bin/openpkg rc' to allow people who run the rc.xxx scripts directly (as executables) to leverage from the Set-UID functionality
@
text
@d33 1
a33 1
Group:        Network
d36 1
a36 1
Release:      20060825
@


1.7
log
@fixed lots of plain broken stuff in nettl Makefile.in. Hope it will still work
@
text
@d36 1
a36 1
Release:      20060620
d47 2
a48 2
BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, m4
PreReq:       OpenPKG, openpkg >= 20040130
@


1.6
log
@adjust copyrights for new year 2006
@
text
@d35 2
a36 2
Version:      2.0.1
Release:      20051011
d75 6
d98 1
@


1.5
log
@fix a little bit of install procedure
@
text
@d3 2
a4 2
##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/>
@


1.4
log
@Adjust the copyright declaration in this (RSE's) copy of the OpenPKG
source code now that the fork point for C&W was established (CVS tag
OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is
no longer active (as C&W no longer officially sponsors OpenPKG) and the
new shared copyright from RSE can be taken over by the newly established
juristic entity OpenPKG Foundation e.V. (instead of the non-juristic
entity OpenPKG Project).
@
text
@d36 1
a36 1
Release:      20050317
d79 1
@


1.3
log
@upgrading package: lsh 2.0 -> 2.0.1
@
text
@d2 3
a4 4
##  lsh.spec -- OpenPKG RPM Specification
##  Copyright (c) 2000-2005 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2005 Ralf S. Engelschall <rse@@engelschall.com>
##  Copyright (c) 2000-2005 Cable & Wireless <http://www.cw.com/>
d30 1
a30 1
Packager:     The OpenPKG Project
@


1.2
log
@Happy New Year 2005
@
text
@d36 2
a37 2
Version:      2.0
Release:      20041209
@


1.1
log
@new package: lsh 2.0 (GNU Secure Shell (SSH) Implementation)
@
text
@d3 3
a5 3
##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2004 Ralf S. Engelschall <rse@@engelschall.com>
##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@

