OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   19-Sep-2003 17:37:45
  Branch: HEAD                             Handle: 2003091916374302

  Added files:
    openpkg-re/vcheck       vc.stuffit
    openpkg-src/stuffit     stuffit.spec
  Modified files:
    openpkg-web             news.txt

  Log:
    new package: stuffit 520.611 (StuffIt Expander)

  Summary:
    Revision    Changes     Path
    1.1         +9  -0      openpkg-re/vcheck/vc.stuffit
    1.1         +116 -0     openpkg-src/stuffit/stuffit.spec
    1.6654      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.stuffit
  ============================================================================
  $ cvs diff -u -r0 -r1.1 vc.stuffit
  --- /dev/null 2003-09-19 17:37:43.000000000 +0200
  +++ vc.stuffit        2003-09-19 17:37:43.000000000 +0200
  @@ -0,0 +1,9 @@
  +config = {
  +}
  +
  +prog stuffit = {
  +  version   = 520.611
  +  url       = http://www.aladdinsys.com/downloads/files/
  +  regex     = stuffit(__VER__)linux-i386\.tar\.gz
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/stuffit/stuffit.spec
  ============================================================================
  $ cvs diff -u -r0 -r1.1 stuffit.spec
  --- /dev/null 2003-09-19 17:37:45.000000000 +0200
  +++ stuffit.spec      2003-09-19 17:37:45.000000000 +0200
  @@ -0,0 +1,116 @@
  +##
  +##  stuffit.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2003 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.
  +##
  +
  +#   FIXME: ms: unfortunately currently available for only
  +#   FIXME: ms:     Solaris SPARC, Solaris x86, and Linux
  +
  +#   package information
  +Name:         stuffit
  +Summary:      StuffIt Expander
  +URL:          http://www.stuffit.com/
  +Vendor:       Aladdin Systems, Inc.
  +Packager:     The OpenPKG Project
  +Distribution: OpenPKG [EVAL]
  +Group:        Archiver
  +License:      Commercial/Free-Trial
  +Version:      520.611
  +Release:      20030919
  +
  +#   list of sources
  +Source0:      
http://www.aladdinsys.com/downloads/files/stuffit520.611solaris-i386.tar.gz
  +Source1:      
http://www.aladdinsys.com/downloads/files/stuffit520.611solaris-sparc.tar.gz
  +Source2:      
http://www.aladdinsys.com/downloads/files/stuffit520.611linux-i386.tar.gz
  +%NoSource     0
  +%NoSource     1
  +%NoSource     2
  +
  +#   build information
  +Prefix:       %{l_prefix}
  +BuildRoot:    %{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20030909
  +PreReq:       OpenPKG, openpkg >= 20030909
  +AutoReq:      no
  +AutoReqProv:  no
  +
  +%description
  +    Stuffit is a compression technology that archives or unarchives
  +    encoded files in multiple compressed and encoded formats. The stuff
  +    command takes a list of files and directories on its command line
  +    and compresses them into an archive or encodes them. The unstuff
  +    command expands archives and decodes encoded files in multiple
  +    compressed and encoded formats.
  +
  +%prep
  +    #   ensure that sources are available
  +    %integrity
  +
  +    #   conditionally unpack platform-specific sources
  +    %{l_shtool} mkdir -f -m 755 stuffit-%{version}
  +    case "%{l_platform -t}" in
  +        ix86-sunos* )
  +            %{l_gzip} -dc %{SOURCE0} | %{l_tar} xf - -C stuffit-%{version}
  +            ;;
  +        sun*-sunos* )
  +            %{l_gzip} -dc %{SOURCE1} | %{l_tar} xf - -C stuffit-%{version}
  +            ;;
  +        *-linux* )
  +            %{l_gzip} -dc %{SOURCE2} | %{l_tar} xf - -C stuffit-%{version}
  +            ;;
  +        * )
  +            echo "Sorry, platform %{l_platform -t} not supported" 1>&2
  +            exit 1
  +            ;;
  +    esac
  +
  +%build
  +
  +%install
  +    #   clean any reside from last build
  +    rm -rf $RPM_BUILD_ROOT
  +
  +    #   construct installation hierarchy
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/bin \
  +        $RPM_BUILD_ROOT%{l_prefix}/man/man1
  +
  +    #   install files to their target locations
  +    cd stuffit-%{version}
  +    %{l_shtool} install -c -s -m 755 \
  +        bin/* $RPM_BUILD_ROOT%{l_prefix}/bin/
  +    %{l_shtool} install -c -m 644 \
  +        man/man1/* $RPM_BUILD_ROOT%{l_prefix}/man/man1/
  +
  +    #   rename the too generic register command
  +    mv $RPM_BUILD_ROOT%{l_prefix}/bin/register \
  +        $RPM_BUILD_ROOT%{l_prefix}/bin/regsit
  +
  +    #   determine installed files for RPM database
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f stuffit-%{version}/files
  +
  +%clean
  +    rm -rf $RPM_BUILD_ROOT
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6653 -r1.6654 news.txt
  --- openpkg-web/news.txt      19 Sep 2003 14:12:06 -0000      1.6653
  +++ openpkg-web/news.txt      19 Sep 2003 15:37:43 -0000      1.6654
  @@ -1,3 +1,4 @@
  +19-Sep-2003: New package: P<stuffit-520.611-20030919>
   19-Sep-2003: Upgraded package: P<ethereal-0.9.15-20030919>
   19-Sep-2003: Upgraded package: P<pam-20030919-20030919>
   19-Sep-2003: Upgraded package: P<pine-4.58L-20030919>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to