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

2009-07-07 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:   07-Jul-2009 23:00:17
  Branch: HEAD Handle: 2009070722001500

  Modified files:
openpkg-src/seed7   seed7.patch seed7.spec

  Log:
upgrading package: seed7 05.20090621 - 05.20090705

  Summary:
RevisionChanges Path
1.3 +6  -4  openpkg-src/seed7/seed7.patch
1.21+3  -3  openpkg-src/seed7/seed7.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.patch
  
  $ cvs diff -u -r1.2 -r1.3 seed7.patch
  --- openpkg-src/seed7/seed7.patch 26 May 2009 06:11:27 -  1.2
  +++ openpkg-src/seed7/seed7.patch 7 Jul 2009 21:00:15 -   1.3
  @@ -1,7 +1,7 @@
   Index: src/makefile
   src/makefile.orig2009-05-23 10:30:47 +0200
  -+++ src/makefile 2009-05-25 19:18:52 +0200
  -@@ -4,10 +4,10 @@
  +--- src/makefile.orig2009-07-04 13:27:03 +0200
   src/makefile 2009-07-07 22:51:38 +0200
  +@@ -4,12 +4,12 @@
#   make
# If you are under windows you should use MinGW with mk_mingw.mak, 
mk_nmake.mak or mk_msys.mak instead.

  @@ -9,12 +9,14 @@
   +CFLAGS =
# CFLAGS = -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline 
-Wconversion -Wshadow -Wpointer-arith
  + # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default 
-Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings 
-Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith 
-Wmissing-noreturn -Wno-multichar
  + # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default 
-Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow 
-Wpointer-arith -Wmissing-noreturn -Wno-multichar
   -CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
   +# CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
# CFLAGS = -O2 -g -Wall
# CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion 
-Wshadow -Wpointer-arith
# CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall
  -@@ -185,7 +185,7 @@
  +@@ -187,7 +187,7 @@
echo #define SEED7_LIB \`pwd`/$(SEED7_LIB)\  version.h
echo #define COMP_DATA_LIB \`pwd`/$(COMP_DATA_LIB)\  version.h
echo #define COMPILER_LIB \`pwd`/$(COMPILER_LIB)\  version.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.spec
  
  $ cvs diff -u -r1.20 -r1.21 seed7.spec
  --- openpkg-src/seed7/seed7.spec  30 Jun 2009 20:21:27 -  1.20
  +++ openpkg-src/seed7/seed7.spec  7 Jul 2009 21:00:15 -   1.21
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 05.20090621
  -%define   V_dist 05_20090621
  +%define   V_opkg 05.20090705
  +%define   V_dist 05_20090705
   
   #   package information
   Name: seed7
  @@ -36,7 +36,7 @@
   Group:Language
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20090622
  +Release:  20090707
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/seed7/seed7_%{V_dist}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-05-26 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:   26-May-2009 08:11:28
  Branch: HEAD Handle: 2009052607112700

  Modified files:
openpkg-src/seed7   seed7.patch seed7.spec

  Log:
upgrading package: seed7 05.20090510 - 05.20090524

  Summary:
RevisionChanges Path
1.2 +4  -4  openpkg-src/seed7/seed7.patch
1.17+3  -3  openpkg-src/seed7/seed7.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.patch
  
  $ cvs diff -u -r1.1 -r1.2 seed7.patch
  --- openpkg-src/seed7/seed7.patch 22 Sep 2008 06:50:31 -  1.1
  +++ openpkg-src/seed7/seed7.patch 26 May 2009 06:11:27 -  1.2
  @@ -1,6 +1,6 @@
   Index: src/makefile
   src/makefile.orig2008-09-21 22:36:27 +0200
  -+++ src/makefile 2008-09-22 08:47:22 +0200
  +--- src/makefile.orig2009-05-23 10:30:47 +0200
   src/makefile 2009-05-25 19:18:52 +0200
   @@ -4,10 +4,10 @@
#   make
# If you are under windows you should use MinGW with mk_mingw.mak, 
mk_nmake.mak or mk_msys.mak instead.
  @@ -11,10 +11,10 @@
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline 
-Wconversion -Wshadow -Wpointer-arith
   -CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
   +# CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
  + # CFLAGS = -O2 -g -Wall
# CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion 
-Wshadow -Wpointer-arith
# CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall
  - # CFLAGS = -O2 -funroll-loops -Wall -pg
  -@@ -179,7 +179,7 @@
  +@@ -185,7 +185,7 @@
echo #define SEED7_LIB \`pwd`/$(SEED7_LIB)\  version.h
echo #define COMP_DATA_LIB \`pwd`/$(COMP_DATA_LIB)\  version.h
echo #define COMPILER_LIB \`pwd`/$(COMPILER_LIB)\  version.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.spec
  
  $ cvs diff -u -r1.16 -r1.17 seed7.spec
  --- openpkg-src/seed7/seed7.spec  11 May 2009 06:31:30 -  1.16
  +++ openpkg-src/seed7/seed7.spec  26 May 2009 06:11:27 -  1.17
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 05.20090510
  -%define   V_dist 05_20090510
  +%define   V_opkg 05.20090524
  +%define   V_dist 05_20090524
   
   #   package information
   Name: seed7
  @@ -36,7 +36,7 @@
   Group:Language
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20090511
  +Release:  20090526
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/seed7/seed7_%{V_dist}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-09-22 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:   22-Sep-2008 08:50:31
  Branch: HEAD Handle: 2008092207503100

  Added files:
openpkg-src/seed7   seed7.patch seed7.spec

  Log:
new package: seed7 05.20080921 (Seed7 Programming Language)

  Summary:
RevisionChanges Path
1.1 +25 -0  openpkg-src/seed7/seed7.patch
1.1 +97 -0  openpkg-src/seed7/seed7.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.patch
  
  $ cvs diff -u -r0 -r1.1 seed7.patch
  --- /dev/null 2008-09-22 08:50:17 +0200
  +++ seed7.patch   2008-09-22 08:50:31 +0200
  @@ -0,0 +1,25 @@
  +Index: src/makefile
  +--- src/makefile.orig2008-09-21 22:36:27 +0200
   src/makefile 2008-09-22 08:47:22 +0200
  +@@ -4,10 +4,10 @@
  + #   make
  + # If you are under windows you should use MinGW with mk_mingw.mak, 
mk_nmake.mak or mk_msys.mak instead.
  + 
  +-# CFLAGS =
  ++CFLAGS =
  + # CFLAGS = -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
  + # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline 
-Wconversion -Wshadow -Wpointer-arith
  +-CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
  ++# CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow 
-Wpointer-arith
  + # CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion 
-Wshadow -Wpointer-arith
  + # CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall
  + # CFLAGS = -O2 -funroll-loops -Wall -pg
  +@@ -179,7 +179,7 @@
  + echo #define SEED7_LIB \`pwd`/$(SEED7_LIB)\  version.h
  + echo #define COMP_DATA_LIB \`pwd`/$(COMP_DATA_LIB)\  version.h
  + echo #define COMPILER_LIB \`pwd`/$(COMPILER_LIB)\  version.h
  +-cd ../lib; echo #define SEED7_LIBRARY \`pwd`\  ../src/version.h; 
cd ../src
  ++cd ../lib; echo #define SEED7_LIBRARY \$(SEED7_LIBRARY)\  
../src/version.h; cd ../src
  + 
  + hi.o: hi.c
  + $(CC) $(CFLAGS) -c hi.c
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/seed7/seed7.spec
  
  $ cvs diff -u -r0 -r1.1 seed7.spec
  --- /dev/null 2008-09-22 08:50:17 +0200
  +++ seed7.spec2008-09-22 08:50:31 +0200
  @@ -0,0 +1,97 @@
  +##
  +##  seed7.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2008 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 version
  +%define   V_opkg 05.20080921
  +%define   V_dist 05_20080921
  +
  +#   package information
  +Name: seed7
  +Summary:  Seed7 Programming Language
  +URL:  http://www.seed7.org/
  +Vendor:   Thomas Mertes
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Language
  +License:  LGPL
  +Version:  %{V_opkg}
  +Release:  20080922
  +
  +#   list of sources
  +Source0:  http://switch.dl.sourceforge.net/seed7/seed7_%{V_dist}.tgz
  +Patch0:   seed7.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060823, gcc, make
  +PreReq:   OpenPKG, openpkg = 20060823
  +BuildPreReq:  X11, ncurses
  +PreReq:   X11, ncurses
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Seed7 is an extensible general purpose programming language. It is
  +a higher level language compared to Ada, C/C++ and Java. Its major