[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-11-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-Nov-2009 09:27:38
  Branch: HEAD Handle: 2009112608273800

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.1.6 - 10.1.7

  Summary:
RevisionChanges Path
1.12+2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.11 -r1.12 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  21 Oct 2009 10:40:43 -  1.11
  +++ openpkg-src/newlisp/newlisp.spec  26 Nov 2009 08:27:38 -  1.12
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.1.6
  -Release:  20091021
  +Version:  10.1.7
  +Release:  20091126
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-10-21 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:   21-Oct-2009 12:40:44
  Branch: HEAD Handle: 2009102111404300

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.1.5 - 10.1.6

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.10 -r1.11 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  15 Sep 2009 17:28:39 -  1.10
  +++ openpkg-src/newlisp/newlisp.spec  21 Oct 2009 10:40:43 -  1.11
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.1.5
  -Release:  20090915
  +Version:  10.1.6
  +Release:  20091021
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-07-24 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:   24-Jul-2009 17:18:46
  Branch: HEAD Handle: 2009072416184600

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.1.0 - 10.1.1

  Summary:
RevisionChanges Path
1.9 +16 -3  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.8 -r1.9 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  22 Jun 2009 17:47:04 -  1.8
  +++ openpkg-src/newlisp/newlisp.spec  24 Jul 2009 15:18:46 -  1.9
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.1.0
  -Release:  20090622
  +Version:  10.1.1
  +Release:  20090724
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ -64,7 +64,20 @@
   %patch -p0
   
   %build
  -./build
  +./configure
  +case %{l_platform -t} in
  +amd64-*bsd*) makefile=makefile_bsdLP64   ;;
  +sparc64-*bsd*  ) makefile=makefile_bsdLP64   ;;
  +*-*bsd*) makefile=makefile_bsd   ;;
  +amd64-linux*   ) makefile=makefile_linuxLP64 ;;
  +sparc64-linux* ) makefile=makefile_linuxLP64 ;;
  +*-linux*   ) makefile=makefile_linux ;;
  +amd64-sunos*   ) makefile=makefile_sunosLP64 ;;
  +sparc64-sunos* ) makefile=makefile_sunosLP64 ;;
  +*-sunos*   ) makefile=makefile_sunos ;;
  +*  ) makefile=makefile   ;;
  +esac
  +%{l_make} %{l_mflags} -f $makefile
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-05-21 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:   21-May-2009 19:52:24
  Branch: HEAD Handle: 2009052118522400

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.0.4 - 10.0.6

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.6 -r1.7 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  21 Apr 2009 17:10:50 -  1.6
  +++ openpkg-src/newlisp/newlisp.spec  21 May 2009 17:52:24 -  1.7
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.0.4
  -Release:  20090421
  +Version:  10.0.6
  +Release:  20090521
   
   #   list of sources
   Source0:  
http://newlisp.nfshost.com/downloads/development/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-04-21 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:   21-Apr-2009 19:10:50
  Branch: HEAD Handle: 2009042118105000

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.0.3 - 10.0.4

  Summary:
RevisionChanges Path
1.6 +3  -3  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.5 -r1.6 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  18 Apr 2009 13:13:16 -  1.5
  +++ openpkg-src/newlisp/newlisp.spec  21 Apr 2009 17:10:50 -  1.6
  @@ -31,11 +31,11 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.0.3
  -Release:  20090326
  +Version:  10.0.4
  +Release:  20090421
   
   #   list of sources
  -Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  +Source0:  
http://newlisp.nfshost.com/downloads/development/newlisp-%{version}.tgz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-03-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-Mar-2009 07:58:43
  Branch: HEAD Handle: 2009032606584200

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.0.2 - 10.0.3

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.3 -r1.4 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  9 Mar 2009 21:01:58 -   1.3
  +++ openpkg-src/newlisp/newlisp.spec  26 Mar 2009 06:58:42 -  1.4
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.0.2
  -Release:  20090309
  +Version:  10.0.3
  +Release:  20090326
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-03-09 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:   09-Mar-2009 22:01:58
  Branch: HEAD Handle: 2009030921015800

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.0.1 - 10.0.2

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.2 -r1.3 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  9 Jan 2009 09:27:21 -   1.2
  +++ openpkg-src/newlisp/newlisp.spec  9 Mar 2009 21:01:58 -   1.3
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.0.1
  -Release:  20090109
  +Version:  10.0.2
  +Release:  20090309
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-01-09 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:   09-Jan-2009 10:27:23
  Branch: HEAD Handle: 2009010909272100

  Modified files:
openpkg-src/newlisp newlisp.spec

  Log:
upgrading package: newlisp 10.0.0 - 10.0.1

  Summary:
RevisionChanges Path
1.2 +2  -2  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r1.1 -r1.2 newlisp.spec
  --- openpkg-src/newlisp/newlisp.spec  6 Jan 2009 10:40:17 -   1.1
  +++ openpkg-src/newlisp/newlisp.spec  9 Jan 2009 09:27:21 -   1.2
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  10.0.0
  -Release:  20090106
  +Version:  10.0.1
  +Release:  20090109
   
   #   list of sources
   Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/newlisp/ newlisp.spec

2009-01-06 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:   06-Jan-2009 11:40:17
  Branch: HEAD Handle: 2009010610401700

  Added files:
openpkg-src/newlisp newlisp.spec

  Log:
new package: newlisp 10.0.0 (LISP Interpreter)

  Summary:
RevisionChanges Path
1.1 +85 -0  openpkg-src/newlisp/newlisp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/newlisp/newlisp.spec
  
  $ cvs diff -u -r0 -r1.1 newlisp.spec
  --- /dev/null 2009-01-06 11:40:16 +0100
  +++ newlisp.spec  2009-01-06 11:40:17 +0100
  @@ -0,0 +1,85 @@
  +##
  +##  newlisp.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 information
  +Name: newlisp
  +Summary:  LISP Interpreter
  +URL:  http://www.newlisp.org/
  +Vendor:   Lutz Mueller
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Language
  +License:  GPL
  +Version:  10.0.0
  +Release:  20090106
  +
  +#   list of sources
  +Source0:  http://newlisp.nfshost.com/downloads/newlisp-%{version}.tgz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060823, gcc
  +PreReq:   OpenPKG, openpkg = 20060823
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +newLISP is a Lisp-like, general-purpose scripting language. It has
  +all the magic of traditional LISP but is easier to learn and use.
  +newLISP is friendly, fast, and small. Most of the functions you will
  +ever need are already built in.
  +
  +%track
  +prog newlisp = {
  +version   = %{version}
  +url   = http://newlisp.nfshost.com/downloads/
  +regex = newlisp-(__VER__)\.tgz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +./build
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/man \
  +$RPM_BUILD_ROOT%{l_prefix}/share/newlisp
  +%{l_make} %{l_mflags} install \
  +bindir=$RPM_BUILD_ROOT%{l_prefix}/bin \
  +mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
  +datadir=$RPM_BUILD_ROOT%{l_prefix}/share/newlisp \
  +GUISERVER=$RPM_BUILD_ROOT%{l_prefix}/share/newlisp
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org