[CVS] OpenPKG: openpkg-src/wput/ wput.patch wput.spec

2008-12-17 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   17-Dec-2008 18:25:43
  Branch: HEAD Handle: 2008121717254200

  Modified files:
openpkg-src/wputwput.patch wput.spec

  Log:
upgrading package: wput 0.6.1 -> 0.6.2

  Summary:
RevisionChanges Path
1.2 +21 -16 openpkg-src/wput/wput.patch
1.3 +2  -2  openpkg-src/wput/wput.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.patch
  
  $ cvs diff -u -r1.1 -r1.2 wput.patch
  --- openpkg-src/wput/wput.patch   13 Dec 2007 08:11:39 -  1.1
  +++ openpkg-src/wput/wput.patch   17 Dec 2008 17:25:42 -  1.2
  @@ -1,6 +1,6 @@
   Index: Makefile.in
   Makefile.in.orig 2007-12-12 18:30:04 +0100
  -+++ Makefile.in  2007-12-13 09:09:03 +0100
  +--- Makefile.in.orig 2008-09-27 12:31:23 +0200
   Makefile.in  2008-12-17 18:23:47 +0100
   @@ -2,7 +2,7 @@
PACKAGE = @PACKAGE@
prefix  = @prefix@
  @@ -10,26 +10,31 @@
exec_prefix = @exec_prefix@
bind...@bindir@

  -@@ -17,7 +17,7 @@
  - install: all
  - cd po && $(MAKE) $(MAKEDEFS) $@
  +@@ -19,9 +19,9 @@
  + mkdir -p $(bindir) 
  + mkdir -p $(mandir) 
install -m0755 wput $(bindir)
   -install -m0644 doc/wput.1.gz $(mandir)
  +-ln -s $(bindir)/wput $(bindir)/wdel
  +-install -m0644 doc/wdel.1.gz $(mandir)
   +install -m0644 doc/wput.1 $(mandir)
  ++ln $(bindir)/wput $(bindir)/wdel
  ++install -m0644 doc/wdel.1 $(mandir)
@echo ""
  - @echo "Wput installed. See 'wput -h' or 'man wput' for usage 
information."
  - @echo "Further documentation is located in the doc/USAGE.* files."
  + @echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' 
for"
  + @echo "usage information."
   Index: doc/Makefile
   doc/Makefile.orig2007-12-12 18:30:04 +0100
  -+++ doc/Makefile 2007-12-13 09:09:09 +0100
  -@@ -1,4 +1,2 @@
  +--- doc/Makefile.orig2008-09-27 12:31:23 +0200
   doc/Makefile 2008-12-17 18:23:38 +0100
  +@@ -1,5 +1,3 @@
all:
   -gzip < wput.1 > wput.1.gz
  +-gzip < wdel.1 > wdel.1.gz
clean:
  --rm -f wput.1.gz
  + rm -f wput.1.gz wdel.1.gz
   Index: src/memdbg.c
   src/memdbg.c.orig2007-12-12 18:30:04 +0100
  -+++ src/memdbg.c 2007-12-13 09:08:03 +0100
  +--- src/memdbg.c.orig2008-09-27 12:31:23 +0200
   src/memdbg.c 2008-12-17 18:23:38 +0100
   @@ -1,5 +1,5 @@
#include 
   -#include 
  @@ -38,8 +43,8 @@
#ifndef WIN32
#include 
   Index: src/socketlib.c
   src/socketlib.c.orig 2007-12-12 18:30:04 +0100
  -+++ src/socketlib.c  2007-12-13 09:08:03 +0100
  +--- src/socketlib.c.orig 2008-09-27 12:31:23 +0200
   src/socketlib.c  2008-12-17 18:23:38 +0100
   @@ -20,7 +20,7 @@
 * It is meant to provide some library functions. The only required 
external depency
 * the printip function that is provided in utils.c */
  @@ -48,4 +53,4 @@
   +#include 
#include 
#include 
  - #ifndef WIN32
  + #include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.spec
  
  $ cvs diff -u -r1.2 -r1.3 wput.spec
  --- openpkg-src/wput/wput.spec1 Jan 2008 15:07:13 -   1.2
  +++ openpkg-src/wput/wput.spec17 Dec 2008 17:25:42 -  1.3
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Web
   License:  GPL
  -Version:  0.6.1
  -Release:  20080101
  +Version:  0.6.2
  +Release:  20081217
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/wput/wput-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wput/ wput.patch wput.spec

2007-12-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Dec-2007 09:11:40
  Branch: HEAD Handle: 2007121308113900

  Added files:
openpkg-src/wputwput.patch wput.spec

  Log:
new package: wput 0.6.1 (Batch Client for FTP Uploads)

  Summary:
RevisionChanges Path
1.1 +51 -0  openpkg-src/wput/wput.patch
1.1 +96 -0  openpkg-src/wput/wput.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.patch
  
  $ cvs diff -u -r0 -r1.1 wput.patch
  --- /dev/null 2007-12-13 09:11:00 +0100
  +++ wput.patch2007-12-13 09:11:40 +0100
  @@ -0,0 +1,51 @@
  +Index: Makefile.in
  +--- Makefile.in.orig 2007-12-12 18:30:04 +0100
   Makefile.in  2007-12-13 09:09:03 +0100
  +@@ -2,7 +2,7 @@
  + PACKAGE = @PACKAGE@
  + prefix  = @prefix@
  + datadir = $(prefix)/share
  +-mandir  = $(datadir)/man/man1
  ++mandir  = $(prefix)/man/man1
  + exec_prefix = @exec_prefix@
  + [EMAIL PROTECTED]@
  + 
  +@@ -17,7 +17,7 @@
  + install: all
  + cd po && $(MAKE) $(MAKEDEFS) $@
  + install -m0755 wput $(bindir)
  +-install -m0644 doc/wput.1.gz $(mandir)
  ++install -m0644 doc/wput.1 $(mandir)
  + @echo ""
  + @echo "Wput installed. See 'wput -h' or 'man wput' for usage 
information."
  + @echo "Further documentation is located in the doc/USAGE.* files."
  +Index: doc/Makefile
  +--- doc/Makefile.orig2007-12-12 18:30:04 +0100
   doc/Makefile 2007-12-13 09:09:09 +0100
  +@@ -1,4 +1,2 @@
  + all:
  +-gzip < wput.1 > wput.1.gz
  + clean:
  +-rm -f wput.1.gz
  +Index: src/memdbg.c
  +--- src/memdbg.c.orig2007-12-12 18:30:04 +0100
   src/memdbg.c 2007-12-13 09:08:03 +0100
  +@@ -1,5 +1,5 @@
  + #include 
  +-#include 
  ++#include 
  + #include 
  + #ifndef WIN32
  + #include 
  +Index: src/socketlib.c
  +--- src/socketlib.c.orig 2007-12-12 18:30:04 +0100
   src/socketlib.c  2007-12-13 09:08:03 +0100
  +@@ -20,7 +20,7 @@
  +  * It is meant to provide some library functions. The only required 
external depency
  +  * the printip function that is provided in utils.c */
  + 
  +-#include 
  ++#include 
  + #include 
  + #include 
  + #ifndef WIN32
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.spec
  
  $ cvs diff -u -r0 -r1.1 wput.spec
  --- /dev/null 2007-12-13 09:11:00 +0100
  +++ wput.spec 2007-12-13 09:11:40 +0100
  @@ -0,0 +1,96 @@
  +##
  +##  wput.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. 
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall 
  +##
  +##  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: wput
  +Summary:  Batch Client for FTP Uploads
  +URL:  http://wput.sourceforge.net/
  +Vendor:   Hagen Fritsch
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Web
  +License:  GPL
  +Version:  0.6.1
  +Release:  20071213
  +
  +#   list of sources
  +Source0:  http://switch.dl.sourceforge.net/wput/wput-%{version}.tgz
  +Patch0:   wput.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823
  +PreReq:   OpenPKG, openpkg >= 20060823
  +BuildPreReq:  gnutls
  +PreReq:   gnutls
  +AutoReq:  n