[CVS] OpenPKG: openpkg-src/autoconf-archive/ autoconf-archive.spec

2006-10-23 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:   23-Oct-2006 08:07:22
  Branch: HEAD Handle: 2006102307072100

  Added files:
openpkg-src/autoconf-archive
autoconf-archive.spec

  Log:
new package: autoconf-archive 20061023 (Autoconf Macro Archive)

  Summary:
RevisionChanges Path
1.1 +90 -0  openpkg-src/autoconf-archive/autoconf-archive.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/autoconf-archive/autoconf-archive.spec
  
  $ cvs diff -u -r0 -r1.1 autoconf-archive.spec
  --- /dev/null 2006-10-23 08:07:06 +0200
  +++ autoconf-archive.spec 2006-10-23 08:07:22 +0200
  @@ -0,0 +1,90 @@
  +##
  +##  autoconf-archive.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 version
  +%define   V_opkg 20061023
  +%define   V_dist 2006-10-23
  +
  +#   package information
  +Name: autoconf-archive
  +Summary:  Autoconf Macro Archive
  +URL:  http://autoconf-archive.cryp.to/
  +Vendor:   Peter Simons
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Building
  +License:  GPL
  +Version:  %{V_opkg}
  +Release:  20061023
  +
  +#   list of sources
  +Source0:  
http://autoconf-archive.cryp.to/autoconf-archive-%{V_dist}.tar.bz2
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130
  +PreReq:   OpenPKG, openpkg = 20040130, autoconf
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +The Autoconf Macro Archive aims to provide a collection of reusable
  +Autoconf macros as free software. The archive currently features
  +more than 400 macros which perform portability tests ranging
  +from compiler support for weird language extensions to automatic
  +generation of sophisticated Automake rules.
  +
  +%track
  +prog autoconf-archive = {
  +version   = %{V_dist}
  +url   = http://autoconf-archive.cryp.to/
  +regex = autoconf-archive-(__VER__)\.tar\.bz2
  +}
  +
  +%prep
  +%setup -q -n autoconf-archive-%{V_dist}
  +
  +%build
  +./configure \
  +--prefix=%{l_prefix}
  +%{l_make} %{l_mflags}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/share/autoconf-archive/[A-Z]*
  +mv  $RPM_BUILD_ROOT%{l_prefix}/share/autoconf-archive/html/* \
  +$RPM_BUILD_ROOT%{l_prefix}/share/autoconf-archive/
  +rmdir $RPM_BUILD_ROOT%{l_prefix}/share/autoconf-archive/html
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%doc %{l_prefix}/share/autoconf-archive/*'
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 08:16:56
  Branch: HEAD Handle: 2006102307165300

  Added files:
openpkg-src/rsstool rsstool.spec

  Log:
new package: rsstool 0.9.6 (RSS Manipulation Tool)

  Summary:
RevisionChanges Path
1.1 +88 -0  openpkg-src/rsstool/rsstool.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rsstool/rsstool.spec
  
  $ cvs diff -u -r0 -r1.1 rsstool.spec
  --- /dev/null 2006-10-23 08:16:52 +0200
  +++ rsstool.spec  2006-10-23 08:16:55 +0200
  @@ -0,0 +1,88 @@
  +##
  +##  rsstool.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: rsstool
  +Summary:  RSS Manipulation Tool
  +URL:  http://rsstool.berlios.de/
  +Vendor:   NoisyB
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Web
  +License:  GPL
  +Version:  0.9.6
  +Release:  20061023
  +
  +#   list of sources
  +Source0:  
http://download.berlios.de/rsstool/rsstool-%{version}-src.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc, make
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  libxml
  +PreReq:   libxml
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +rsstool is a small tool for reading, parsing, merging and writing
  +RSS and ATOM news feeds. It supports the RSS 0.9x, RSS 1.0, RSS 2.0,
  +ATOM 0.1, ATOM 0.2 and ATOM 0.3 formats.
  +
  +%track
  +prog rsstool = {
  +version   = %{version}
  +url   = 
http://developer.berlios.de/project/showfiles.php?group_id=6950
  +regex = rsstool-(__VER__)-src\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -n rsstool-%{version}-src
  +
  +%build
  +cd src
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix}
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin
  +%{l_shtool} install -c -s -m 755 \
  +src/rsstool $RPM_BUILD_ROOT%{l_prefix}/bin/
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/data-isocodes/ data-isocodes.spec

2006-10-23 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:   23-Oct-2006 09:45:19
  Branch: HEAD Handle: 2006102308451800

  Modified files:
openpkg-src/data-isocodes
data-isocodes.spec

  Log:
upgrading package: data-isocodes 0.56 - 0.57

  Summary:
RevisionChanges Path
1.11+4  -4  openpkg-src/data-isocodes/data-isocodes.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/data-isocodes/data-isocodes.spec
  
  $ cvs diff -u -r1.10 -r1.11 data-isocodes.spec
  --- openpkg-src/data-isocodes/data-isocodes.spec  16 Oct 2006 06:28:39 
-  1.10
  +++ openpkg-src/data-isocodes/data-isocodes.spec  23 Oct 2006 07:45:18 
-  1.11
  @@ -23,9 +23,9 @@
   ##
   
   #   package version
  -%define   V_opkg   0.56
  -%define   V_dist   0.56
  -%define   V_subdir 0.56
  +%define   V_opkg   0.57
  +%define   V_dist   0.57
  +%define   V_subdir 0.57
   
   #   package information
   Name: data-isocodes
  @@ -38,7 +38,7 @@
   Group:Data
   License:  Open Source
   Version:  %{V_opkg}
  -Release:  20061016
  +Release:  20061023
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.orig.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 09:47:34
  Branch: HEAD Handle: 2006102308473300

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

  Log:
upgrading package: coreutils 6.3 - 6.4

  Summary:
RevisionChanges Path
1.13+9  -9  openpkg-src/coreutils/coreutils.patch
1.61+2  -2  openpkg-src/coreutils/coreutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.patch
  
  $ cvs diff -u -r1.12 -r1.13 coreutils.patch
  --- openpkg-src/coreutils/coreutils.patch 1 Oct 2006 15:05:20 -   
1.12
  +++ openpkg-src/coreutils/coreutils.patch 23 Oct 2006 07:47:33 -  
1.13
  @@ -1,7 +1,7 @@
   Index: doc/Makefile.in
   doc/Makefile.in.orig 2006-09-30 11:09:22 +0200
  -+++ doc/Makefile.in  2006-10-01 16:53:13 +0200
  -@@ -725,7 +725,7 @@
  +--- doc/Makefile.in.orig 2006-10-22 22:36:24 +0200
   doc/Makefile.in  2006-10-23 09:43:48 +0200
  +@@ -824,7 +824,7 @@
mv t-$@ $@

$(DVIS): $(EXTRA_DIST)
  @@ -12,7 +12,7 @@
# E.g., use @sc{nul}, not `NUL'
   Index: lib/mountlist.c
   --- lib/mountlist.c.orig 2006-09-14 11:53:59 +0200
  -+++ lib/mountlist.c  2006-10-01 16:56:44 +0200
   lib/mountlist.c  2006-10-23 09:43:48 +0200
   @@ -168,6 +168,11 @@

#if MOUNTED_GETMNTINFO
  @@ -26,8 +26,8 @@
static char *
fstype_to_string (short int t)
   Index: src/nice.c
   src/nice.c.orig  2005-12-28 11:28:13 +0100
  -+++ src/nice.c   2006-10-01 16:53:13 +0200
  +--- src/nice.c.orig  2006-10-22 18:54:15 +0200
   src/nice.c   2006-10-23 09:43:48 +0200
   @@ -20,6 +20,7 @@
#include config.h
#include stdio.h
  @@ -37,9 +37,9 @@

#include system.h
   Index: src/stat.c
   src/stat.c.orig  2006-10-01 16:53:13 +0200
  -+++ src/stat.c   2006-10-01 16:53:13 +0200
  -@@ -154,6 +154,12 @@
  +--- src/stat.c.orig  2006-10-22 18:54:15 +0200
   src/stat.c   2006-10-23 09:43:48 +0200
  +@@ -148,6 +148,12 @@
#define hextobin(c) ((c) = 'a'  (c) = 'f' ? (c) - 'a' + 10 : \
 (c) = 'A'  (c) = 'F' ? (c) - 'A' + 10 : (c) - '0')

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.60 -r1.61 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  13 Oct 2006 17:27:20 -  
1.60
  +++ openpkg-src/coreutils/coreutils.spec  23 Oct 2006 07:47:33 -  
1.61
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  6.3
  -Release:  20061013
  +Version:  6.4
  +Release:  20061023
   
   #   package options
   %option   with_legacy  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 09:47:38
  Branch: HEAD Handle: 2006102308473700

  Modified files:
openpkg-src/whois   whois.spec

  Log:
upgrading package: whois 4.7.18 - 4.7.19

  Summary:
RevisionChanges Path
1.85+2  -2  openpkg-src/whois/whois.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/whois/whois.spec
  
  $ cvs diff -u -r1.84 -r1.85 whois.spec
  --- openpkg-src/whois/whois.spec  13 Oct 2006 17:35:41 -  1.84
  +++ openpkg-src/whois/whois.spec  23 Oct 2006 07:47:37 -  1.85
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:WHOIS
   License:  GPL
  -Version:  4.7.18
  -Release:  20061013
  +Version:  4.7.19
  +Release:  20061023
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 09:48:06
  Branch: HEAD Handle: 2006102308480500

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
upgrade to openpkg-tools 1.0.1

  Summary:
RevisionChanges Path
1.391   +2  -1  openpkg-src/openpkg/HISTORY
1.538   +2  -2  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.390 -r1.391 HISTORY
  --- openpkg-src/openpkg/HISTORY   22 Oct 2006 17:39:18 -  1.390
  +++ openpkg-src/openpkg/HISTORY   23 Oct 2006 07:48:05 -  1.391
  @@ -2,7 +2,8 @@
   2006
   
   
  -20061008 upgrade to openpkg-registry 1.0.1
  +20061023 upgrade to openpkg-tools 1.0.1
  +20061022 upgrade to openpkg-registry 1.0.1
   20061022 upgrade to GNU tar 1.16
   20061022 fix License header of openpkg package
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.537 -r1.538 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  22 Oct 2006 17:39:18 -  1.537
  +++ openpkg-src/openpkg/openpkg.spec  23 Oct 2006 07:48:05 -  1.538
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061022
  +%define   V_openpkg  20061023
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -57,7 +57,7 @@
   %define   V_registry 1.0.1
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
  -%define   V_tools1.0.0
  +%define   V_tools1.0.1
   
   #   package information
   Name: openpkg
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-time/ perl-time.spec

2006-10-23 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:   23-Oct-2006 09:48:21
  Branch: HEAD Handle: 2006102308482100

  Modified files:
openpkg-src/perl-time   perl-time.spec

  Log:
modifying package: perl-time-5.8.8 20061018 - 20061023

  Summary:
RevisionChanges Path
1.129   +4  -4  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.128 -r1.129 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  18 Oct 2006 10:01:47 -  
1.128
  +++ openpkg-src/perl-time/perl-time.spec  23 Oct 2006 07:48:21 -  
1.129
  @@ -33,9 +33,9 @@
   %define   V_benchmark_timer0.7100
   %define   V_time_modules   2006.0814
   %define   V_time_tai64 2.11
  -%define   V_datetime_locale0.22
  -%define   V_datetime   0.34
  -%define   V_datetime_timezone  0.51
  +%define   V_datetime_locale0.31
  +%define   V_datetime   0.35
  +%define   V_datetime_timezone  0.52
   
   #   package information
   Name: perl-time
  @@ -48,7 +48,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061018
  +Release:  20061023
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/coreutils/ coreutils.patc...

2006-10-23 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:   23-Oct-2006 09:49:05
  Branch: OPENPKG_2_STABLE Handle: 2006102308490400

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/coreutils   coreutils.patch coreutils.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.10.2.2+9  -9  openpkg-src/coreutils/coreutils.patch
1.55.2.3+2  -2  openpkg-src/coreutils/coreutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.patch
  
  $ cvs diff -u -r1.10.2.1 -r1.10.2.2 coreutils.patch
  --- openpkg-src/coreutils/coreutils.patch 16 Oct 2006 14:49:01 -  
1.10.2.1
  +++ openpkg-src/coreutils/coreutils.patch 23 Oct 2006 07:49:04 -  
1.10.2.2
  @@ -1,7 +1,7 @@
   Index: doc/Makefile.in
   doc/Makefile.in.orig 2006-09-30 11:09:22 +0200
  -+++ doc/Makefile.in  2006-10-01 16:53:13 +0200
  -@@ -725,7 +725,7 @@
  +--- doc/Makefile.in.orig 2006-10-22 22:36:24 +0200
   doc/Makefile.in  2006-10-23 09:43:48 +0200
  +@@ -824,7 +824,7 @@
mv t-$@ $@

$(DVIS): $(EXTRA_DIST)
  @@ -12,7 +12,7 @@
# E.g., use @sc{nul}, not `NUL'
   Index: lib/mountlist.c
   --- lib/mountlist.c.orig 2006-09-14 11:53:59 +0200
  -+++ lib/mountlist.c  2006-10-01 16:56:44 +0200
   lib/mountlist.c  2006-10-23 09:43:48 +0200
   @@ -168,6 +168,11 @@

#if MOUNTED_GETMNTINFO
  @@ -26,8 +26,8 @@
static char *
fstype_to_string (short int t)
   Index: src/nice.c
   src/nice.c.orig  2005-12-28 11:28:13 +0100
  -+++ src/nice.c   2006-10-01 16:53:13 +0200
  +--- src/nice.c.orig  2006-10-22 18:54:15 +0200
   src/nice.c   2006-10-23 09:43:48 +0200
   @@ -20,6 +20,7 @@
#include config.h
#include stdio.h
  @@ -37,9 +37,9 @@

#include system.h
   Index: src/stat.c
   src/stat.c.orig  2006-10-01 16:53:13 +0200
  -+++ src/stat.c   2006-10-01 16:53:13 +0200
  -@@ -154,6 +154,12 @@
  +--- src/stat.c.orig  2006-10-22 18:54:15 +0200
   src/stat.c   2006-10-23 09:43:48 +0200
  +@@ -148,6 +148,12 @@
#define hextobin(c) ((c) = 'a'  (c) = 'f' ? (c) - 'a' + 10 : \
 (c) = 'A'  (c) = 'F' ? (c) - 'A' + 10 : (c) - '0')

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.55.2.2 -r1.55.2.3 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  16 Oct 2006 14:49:04 -  
1.55.2.2
  +++ openpkg-src/coreutils/coreutils.spec  23 Oct 2006 07:49:04 -  
1.55.2.3
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  6.3
  -Release:  2.20061018
  +Version:  6.4
  +Release:  2.20061023
   
   #   package options
   %option   with_legacy  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/data-isocodes/ data-isoco...

2006-10-23 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:   23-Oct-2006 09:49:51
  Branch: OPENPKG_2_STABLE Handle: 2006102308495100

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/data-isocodes
data-isocodes.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.10.2.3+4  -4  openpkg-src/data-isocodes/data-isocodes.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/data-isocodes/data-isocodes.spec
  
  $ cvs diff -u -r1.10.2.2 -r1.10.2.3 data-isocodes.spec
  --- openpkg-src/data-isocodes/data-isocodes.spec  16 Oct 2006 14:49:21 
-  1.10.2.2
  +++ openpkg-src/data-isocodes/data-isocodes.spec  23 Oct 2006 07:49:51 
-  1.10.2.3
  @@ -23,9 +23,9 @@
   ##
   
   #   package version
  -%define   V_opkg   0.56
  -%define   V_dist   0.56
  -%define   V_subdir 0.56
  +%define   V_opkg   0.57
  +%define   V_dist   0.57
  +%define   V_subdir 0.57
   
   #   package information
   Name: data-isocodes
  @@ -38,7 +38,7 @@
   Group:Data
   License:  Open Source
   Version:  %{V_opkg}
  -Release:  2.20061018
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.orig.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/whois/ whois.spec

2006-10-23 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:   23-Oct-2006 09:51:07
  Branch: OPENPKG_2_STABLE Handle: 2006102308510700

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/whois   whois.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.76.2.3+2  -2  openpkg-src/whois/whois.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/whois/whois.spec
  
  $ cvs diff -u -r1.76.2.2 -r1.76.2.3 whois.spec
  --- openpkg-src/whois/whois.spec  16 Oct 2006 14:57:56 -  1.76.2.2
  +++ openpkg-src/whois/whois.spec  23 Oct 2006 07:51:07 -  1.76.2.3
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:WHOIS
   License:  GPL
  -Version:  4.7.18
  -Release:  2.20061018
  +Version:  4.7.19
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/perl-time/ perl-time.spec

2006-10-23 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:   23-Oct-2006 09:51:59
  Branch: OPENPKG_2_STABLE Handle: 2006102308515800

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/perl-time   perl-time.spec

  Log:
MFC: latest fixed versions

  Summary:
RevisionChanges Path
1.111.2.3   +5  -5  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.111.2.2 -r1.111.2.3 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  16 Oct 2006 14:54:28 -  
1.111.2.2
  +++ openpkg-src/perl-time/perl-time.spec  23 Oct 2006 07:51:58 -  
1.111.2.3
  @@ -25,7 +25,7 @@
   #   versions of individual parts
   %define   V_perl   5.8.8
   %define   V_time_date  1.16
  -%define   V_time_hires 1.93
  +%define   V_time_hires 1.94
   %define   V_time_local 1.13
   %define   V_date_manip 5.44
   %define   V_date_calc  5.4
  @@ -33,9 +33,9 @@
   %define   V_benchmark_timer0.7100
   %define   V_time_modules   2006.0814
   %define   V_time_tai64 2.11
  -%define   V_datetime_locale0.22
  -%define   V_datetime   0.34
  -%define   V_datetime_timezone  0.51
  +%define   V_datetime_locale0.31
  +%define   V_datetime   0.35
  +%define   V_datetime_timezone  0.52
   
   #   package information
   Name: perl-time
  @@ -48,7 +48,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  2.20061018
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY

2006-10-23 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:   23-Oct-2006 09:53:32
  Branch: HEAD Handle: 2006102308533100

  Modified files:
openpkg-src/openpkg HISTORY

  Log:
remember MFC

  Summary:
RevisionChanges Path
1.392   +1  -0  openpkg-src/openpkg/HISTORY
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.391 -r1.392 HISTORY
  --- openpkg-src/openpkg/HISTORY   23 Oct 2006 07:48:05 -  1.391
  +++ openpkg-src/openpkg/HISTORY   23 Oct 2006 07:53:31 -  1.392
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061018  RELEASE AS PART OF OPENPKG 2.20061023 ***
   20061023 upgrade to openpkg-tools 1.0.1
   20061022 upgrade to openpkg-registry 1.0.1
   20061022 upgrade to GNU tar 1.16
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openpkg/ HISTORY openpkg....

2006-10-23 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:   23-Oct-2006 09:55:36
  Branch: OPENPKG_2_STABLE Handle: 2006102308553500

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
MFC: newer tools and registry

  Summary:
RevisionChanges Path
1.337.2.12  +3  -0  openpkg-src/openpkg/HISTORY
1.490.2.13  +4  -4  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.11 -r1.337.2.12 HISTORY
  --- openpkg-src/openpkg/HISTORY   22 Oct 2006 11:13:35 -  
1.337.2.11
  +++ openpkg-src/openpkg/HISTORY   23 Oct 2006 07:55:35 -  
1.337.2.12
  @@ -2,6 +2,9 @@
   2006
   
   
  +20061018  RELEASE AS PART OF OPENPKG 2.20061023 ***
  +20061023 upgrade to openpkg-tools 1.0.1
  +20061022 upgrade to openpkg-registry 1.0.1
   20061022 upgrade to GNU tar 1.16
   20061022 fix License header of openpkg package
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.490.2.12 -r1.490.2.13 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  22 Oct 2006 11:32:17 -  
1.490.2.12
  +++ openpkg-src/openpkg/openpkg.spec  23 Oct 2006 07:55:35 -  
1.490.2.13
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  2.20061022
  +%define   V_openpkg  2.20061023
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -54,10 +54,10 @@
   %define   V_bash 3.2
   %define   V_uuid 1.5.1
   %define   V_config   20060923
  -%define   V_registry 1.0.0
  +%define   V_registry 1.0.1
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
  -%define   V_tools1.0.0
  +%define   V_tools1.0.1
   
   #   package information
   Name: openpkg
  @@ -153,7 +153,7 @@
   AutoReq:  no
   AutoReqProv:  no
   Provides: OpenPKG
  -Provides: openpkg = 20061022-20061022
  +Provides: openpkg = 20061023-20061023
   
   %description
   This is the bootstrap package for the RPM-based Unix Software
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/qt/ qt.spec

2006-10-23 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:   23-Oct-2006 11:03:43
  Branch: OPENPKG_2_STABLE Handle: 2006102310034300

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/qt  qt.spec

  Log:
MFC: security fixed version

  Summary:
RevisionChanges Path
1.125.2.3   +2  -2  openpkg-src/qt/qt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/qt/qt.spec
  
  $ cvs diff -u -r1.125.2.2 -r1.125.2.3 qt.spec
  --- openpkg-src/qt/qt.spec16 Oct 2006 14:55:23 -  1.125.2.2
  +++ openpkg-src/qt/qt.spec23 Oct 2006 09:03:43 -  1.125.2.3
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  GPL
  -Version:  3.3.6
  -Release:  2.20061018
  +Version:  3.3.7
  +Release:  2.20061023
   
   #   package options
   %option   with_threads  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/qt4/ qt4.spec

2006-10-23 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:   23-Oct-2006 11:04:39
  Branch: OPENPKG_2_STABLE Handle: 2006102310043900

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/qt4 qt4.spec

  Log:
MFC: security fixed version

  Summary:
RevisionChanges Path
1.9.2.3 +2  -2  openpkg-src/qt4/qt4.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/qt4/qt4.spec
  
  $ cvs diff -u -r1.9.2.2 -r1.9.2.3 qt4.spec
  --- openpkg-src/qt4/qt4.spec  16 Oct 2006 14:55:24 -  1.9.2.2
  +++ openpkg-src/qt4/qt4.spec  23 Oct 2006 09:04:39 -  1.9.2.3
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  GPL/QPL
  -Version:  4.2.0
  -Release:  2.20061018
  +Version:  4.2.1
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
ftp://ftp.trolltech.com/pub/qt/source/qt-x11-opensource-src-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 11:28:15
  Branch: HEAD Handle: 2006102310281500

  Modified files:
openpkg-src/redland redland.spec

  Log:
modifying package: redland-1.0.4 20061013 - 20061023

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

  patch -p0 '@@ .'
  Index: openpkg-src/redland/redland.spec
  
  $ cvs diff -u -r1.6 -r1.7 redland.spec
  --- openpkg-src/redland/redland.spec  13 Oct 2006 17:33:34 -  1.6
  +++ openpkg-src/redland/redland.spec  23 Oct 2006 09:28:15 -  1.7
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_raptor   1.4.12
  +%define   V_raptor   1.4.13
   %define   V_rasqal   0.9.12
   %define   V_redland  1.0.4
   
  @@ -38,7 +38,7 @@
   Group:XML
   License:  LGPL/GPL
   Version:  %{V_redland}
  -Release:  20061013
  +Release:  20061023
   
   #   list of sources
   Source0:  http://download.librdf.org/source/raptor-%{V_raptor}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-meta/ global-news.php

2006-10-23 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-meta Date:   23-Oct-2006 11:38:48
  Branch: HEAD Handle: 2006102310384800

  Modified files:
openpkg-metaglobal-news.php

  Log:
flush pending changes

  Summary:
RevisionChanges Path
1.18+20 -8  openpkg-meta/global-news.php
  

  patch -p0 '@@ .'
  Index: openpkg-meta/global-news.php
  
  $ cvs diff -u -r1.17 -r1.18 global-news.php
  --- openpkg-meta/global-news.php  24 Sep 2006 13:49:56 -  1.17
  +++ openpkg-meta/global-news.php  23 Oct 2006 09:38:48 -  1.18
  @@ -1,4 +1,17 @@
   
  +div class=active id=openpkg-2-stable-20061018
  +  span class=date2006-10-18/span
  +  h2OpenPKG 2-STABLE-20061018/h2
  +   a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=100 height=107 
alt=//a
  +   The OpenPKG Foundation e.V. a
  +   
href=http://www.openpkg.org/press/PR-20061018-openpkg-2-stable.html;released 
OpenPKG 2- STABLE- 20061018/a, the
  +   latest community snapshot distribution of the OpenPKG 2-STABLE branch. 
Together with the forthcoming OpenPKG
  +   Enterprise 1 this distribution finally supercedes
  +   OpenPKG 2.5.
  +  span class=more
  +  /span
  +/div
  +
   div class=active id=dev-packagebrowser
 span class=date2006-09-24/span
 h2Package Browser Available/h2
  @@ -13,7 +26,7 @@
 /span
   /div
   
  -div class=active id=dev-services
  +div id=dev-services
 span class=date2006-08-21/span
 h2New Tracker amp; Statistics/h2
 Two long-standing services of the OpenPKG-CURRENT development efforts were 
now
  @@ -29,7 +42,7 @@
 /span
   /div
   
  -div class=active id=openpkg-2-stable-20060622
  +div id=openpkg-2-stable-20060622
 span class=date2006-06-22/span
 h2OpenPKG 2-STABLE Snapshot/h2
  a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=100 height=107 
alt=//a
  @@ -37,12 +50,11 @@
  
href=http://www.openpkg.org/press/PR-20060622-openpkg-2-stable.html;diverged 
the 2-STABLE branch/a and created a snapshot.
  The OpenPKG Foundation e.V. merged CORE+BASE+PLUS packages 
  into the new OpenPKG 2-STABLE branch. 
  -   The OpenPKG 2-STABLE snapshot supercedes OpenPKG 2.5-RELEASE.br/
 span class=more
 /span
   /div
   
  -div class=active id=demo-video
  +div id=demo-video
 span class=date2006-06-08/span
 h2Demonstration Video Available/h2
  The a
  @@ -61,7 +73,7 @@
 /span
   /div
   
  -div class=active id=corporation
  +div id=corporation
 span class=date2006-03-28/span
 h2Business Services Available/h2
 After resource consolidations and organizational restructuring
  @@ -81,7 +93,7 @@
 /span
   /div
   
  -div class=active id=new-websites
  +div id=new-websites
 span class=date2006-03-27/span
 h2New Websites Launched/h2
 The three OpenPKG websites...
  @@ -100,7 +112,7 @@
 /span
   /div
   
  -div class=active id=linuxtag-2006
  +div id=linuxtag-2006
 span class=date2006-03-20/span
 h2OpenPKG at LinuxTag/h2
 OpenPKG was represented by the OpenPKG Foundation e.V.
  @@ -147,7 +159,7 @@
 /span
   /div
   
  -div class=active id=download-policy
  +div id=download-policy
 span class=date2005-11-28/span
 h2Download Policy Changed/h2
 Since 2005-11-28 the download policy on OpenPKG.org is
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-meta/ global-news.php

2006-10-23 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-meta Date:   23-Oct-2006 11:44:23
  Branch: HEAD Handle: 2006102310442200

  Modified files:
openpkg-metaglobal-news.php

  Log:
remember 1000 package cornerstone and reduce size of package box

  Summary:
RevisionChanges Path
1.19+12 -2  openpkg-meta/global-news.php
  

  patch -p0 '@@ .'
  Index: openpkg-meta/global-news.php
  
  $ cvs diff -u -r1.18 -r1.19 global-news.php
  --- openpkg-meta/global-news.php  23 Oct 2006 09:38:48 -  1.18
  +++ openpkg-meta/global-news.php  23 Oct 2006 09:44:22 -  1.19
  @@ -1,8 +1,18 @@
   
  +div id=1000-packages
  +  span class=date2006-10-23/span
  +  h2OpenPKG Crossed 1000 Package Cornerstone/h2
  +  After 6 years of steady development, OpenPKG-CURRENT today crossed the
  +  cornerstone of a href=http://www.openpkg.org/product/packages/;
  +  1000 high-quality, concise and clean OpenPKG RPM packages/a.
  +  span class=more
  +  /span
  +/div
  +
   div class=active id=openpkg-2-stable-20061018
 span class=date2006-10-18/span
 h2OpenPKG 2-STABLE-20061018/h2
  -   a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=100 height=107 
alt=//a
  +   a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=80 height=85 alt=//a
  The OpenPKG Foundation e.V. a
  
href=http://www.openpkg.org/press/PR-20061018-openpkg-2-stable.html;released 
OpenPKG 2- STABLE- 20061018/a, the
  latest community snapshot distribution of the OpenPKG 2-STABLE branch. 
Together with the forthcoming OpenPKG
  @@ -45,7 +55,7 @@
   div id=openpkg-2-stable-20060622
 span class=date2006-06-22/span
 h2OpenPKG 2-STABLE Snapshot/h2
  -   a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=100 height=107 
alt=//a
  +   a href=http://www.openpkg.org/download/;img style=float: right; 
src=http://www.openpkg.org/image/box-T.png; width=80 height=85 alt=//a
  The OpenPKG project a
  
href=http://www.openpkg.org/press/PR-20060622-openpkg-2-stable.html;diverged 
the 2-STABLE branch/a and created a snapshot.
  The OpenPKG Foundation e.V. merged CORE+BASE+PLUS packages 
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-meta/ global-title.php

2006-10-23 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-meta Date:   23-Oct-2006 12:01:59
  Branch: HEAD Handle: 2006102311015700

  Modified files:
openpkg-metaglobal-title.php

  Log:
use our current marketing cookie on the title page

  Summary:
RevisionChanges Path
1.20+14 -4  openpkg-meta/global-title.php
  

  patch -p0 '@@ .'
  Index: openpkg-meta/global-title.php
  
  $ cvs diff -u -r1.19 -r1.20 global-title.php
  --- openpkg-meta/global-title.php 24 Sep 2006 14:03:10 -  1.19
  +++ openpkg-meta/global-title.php 23 Oct 2006 10:01:57 -  1.20
  @@ -190,19 +190,29 @@
   margin-top:  230px !important;
   }
   
  +div.cookie {
  +padding-right:  40px;
  +text-align: right;
  +font-family:Palatino, Times, serif;
  +font-style: italic;
  +font-size:  140%;
  +font-color: #00;
  +}
  +
   /style
   
   /head
   
  -h1Welcome to OpenPKG!/h1
  +h1Welcome to OpenPKG.../h1
   
   table id=title
 tr
   td colspan=2 class=box11
 div class=box11
  -b...the world of cross-platform multiple-instancebr/
  -Unix a href=http://www.opensource.org/;Open Source/a 
  -software packaging./b
  +div class=cookie
  +...the unique software toolkitbr/
  +for reproducible server solutions!
  +/div
   
   p/
Much valued by IT decision makers and beloved by Unix system
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-meta/ global-title.php

2006-10-23 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-meta Date:   23-Oct-2006 12:06:13
  Branch: HEAD Handle: 2006102311061200

  Modified files:
openpkg-metaglobal-title.php

  Log:
reuse the word Community to be more clear

  Summary:
RevisionChanges Path
1.21+1  -1  openpkg-meta/global-title.php
  

  patch -p0 '@@ .'
  Index: openpkg-meta/global-title.php
  
  $ cvs diff -u -r1.20 -r1.21 global-title.php
  --- openpkg-meta/global-title.php 23 Oct 2006 10:01:57 -  1.20
  +++ openpkg-meta/global-title.php 23 Oct 2006 10:06:12 -  1.21
  @@ -261,7 +261,7 @@
 div class=box21
   img src=/meta/canvas/canvas-sign-project-T.png class=sign 
alt=/
   div class=text
  -   span class=whoEnd Users/span
  +   span class=whoCommunity Users/span
  p/
  span class=qWant to know more about OpenPKG?/spanbr/
  span class=aWatch our a 
href=http://www.openpkg.org/documentation/presentation/;Presentation/a and
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/fprobe/ fprobe.spec fsl.fprobe rc.fprobe

2006-10-23 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:   23-Oct-2006 13:11:06
  Branch: HEAD Handle: 2006102312110500

  Added files:
openpkg-src/fprobe  fprobe.spec fsl.fprobe rc.fprobe

  Log:
new package: fprobe 1.1 (NetFlow Probe)

  Summary:
RevisionChanges Path
1.1 +137 -0 openpkg-src/fprobe/fprobe.spec
1.1 +16 -0  openpkg-src/fprobe/fsl.fprobe
1.1 +68 -0  openpkg-src/fprobe/rc.fprobe
  

  patch -p0 '@@ .'
  Index: openpkg-src/fprobe/fprobe.spec
  
  $ cvs diff -u -r0 -r1.1 fprobe.spec
  --- /dev/null 2006-10-23 13:11:00 +0200
  +++ fprobe.spec   2006-10-23 13:11:06 +0200
  @@ -0,0 +1,137 @@
  +##
  +##  fprobe.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: fprobe
  +Summary:  NetFlow Probe
  +URL:  http://fprobe.sourceforge.net/
  +Vendor:   Slava Astashonok
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Auditing
  +License:  GPL
  +Version:  1.1
  +Release:  20061023
  +
  +#   package options
  +%option   with_fsl  yes
  +
  +#   list of sources
  +Source0:  
http://switch.dl.sourceforge.net/fprobe/fprobe-%{version}.tar.bz2
  +Source1:  fsl.fprobe
  +Source2:  rc.fprobe
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130
  +PreReq:   OpenPKG, openpkg = 20040130
  +%if %{with_fsl} == yes
  +BuildPreReq:  fsl = 1.2.0
  +PreReq:   fsl = 1.2.0
  +%endif
  +BuildPreReq:  libpcap
  +PreReq:   libpcap
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +fprobe and is a NetFlow probe that collects network traffic data and
  +emits it as NetFlow flows towards a specified collector.
  +
  +%track
  +prog fprobe = {
  +version   = %{version}
  +url   = http://prdownloads.sourceforge.net/fprobe/
  +regex = fprobe-(__VER__)\.tar\.bz2
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +#   configure program
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} %{l_fsl_ldflags} \
  +LIBS=%{l_fsl_libs} \
  +./configure \
  +--prefix=%{l_prefix} \
  +--with-pcap=%{l_prefix}/include \
  +--with-libpcap=%{l_prefix}/lib \
  +--with-piddir=%{l_prefix}/var/fprobe
  +
  +#   build program
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +#   create installation hierarchy
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/fsl \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
  +$RPM_BUILD_ROOT%{l_prefix}/var/fprobe
  +
  +#   install program and manual pages
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  +
  +#   strip down installation
  +strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* /dev/null 21 || true
  +
  +#   install run-command script
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +%{SOURCE rc.fprobe} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  +
  +#   install OSSP fsl configuration
  +%{l_shtool} install -c -m 644 %{l_value -s -a} \
  +%{SOURCE

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

2006-10-23 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:   23-Oct-2006 13:14:59
  Branch: HEAD Handle: 2006102312145900

  Modified files:
openpkg-src/fprobe  fprobe.spec

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.2 +1  -1  openpkg-src/fprobe/fprobe.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fprobe/fprobe.spec
  
  $ cvs diff -u -r1.1 -r1.2 fprobe.spec
  --- openpkg-src/fprobe/fprobe.spec23 Oct 2006 11:11:05 -  1.1
  +++ openpkg-src/fprobe/fprobe.spec23 Oct 2006 11:14:59 -  1.2
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc
   PreReq:   OpenPKG, openpkg = 20040130
   %if %{with_fsl} == yes
   BuildPreReq:  fsl = 1.2.0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nfdump/ fsl.nfdump nfdump.spec rc.nfdump

2006-10-23 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:   23-Oct-2006 13:39:14
  Branch: HEAD Handle: 2006102312391300

  Added files:
openpkg-src/nfdump  fsl.nfdump nfdump.spec rc.nfdump

  Log:
new package: nfdump 1.5.2 (NetFlow Collecting and Processing Toolkit)

  Summary:
RevisionChanges Path
1.1 +16 -0  openpkg-src/nfdump/fsl.nfdump
1.1 +136 -0 openpkg-src/nfdump/nfdump.spec
1.1 +61 -0  openpkg-src/nfdump/rc.nfdump
  

  patch -p0 '@@ .'
  Index: openpkg-src/nfdump/fsl.nfdump
  
  $ cvs diff -u -r0 -r1.1 fsl.nfdump
  --- /dev/null 2006-10-23 13:36:47 +0200
  +++ fsl.nfdump2006-10-23 13:39:14 +0200
  @@ -0,0 +1,16 @@
  +##
  +##  fsl.nfdump -- OSSP fsl configuration
  +##
  +
  +ident (nfcapd)/.+ q{
  +prefix(
  +prefix=%b %d %H:%M:%S %N %L $1[%P]: 
  +)
  +- {
  +debug: file(
  +path=@l_prefix@/var/nfdump/nfdump.log,
  +perm=0664
  +)
  +}
  +};
  +
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/nfdump/nfdump.spec
  
  $ cvs diff -u -r0 -r1.1 nfdump.spec
  --- /dev/null 2006-10-23 13:36:47 +0200
  +++ nfdump.spec   2006-10-23 13:39:14 +0200
  @@ -0,0 +1,136 @@
  +##
  +##  nfdump.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: nfdump
  +Summary:  NetFlow Collecting and Processing Toolkit
  +URL:  http://nfdump.sourceforge.net/
  +Vendor:   Peter Haag
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Auditing
  +License:  BSD
  +Version:  1.5.2
  +Release:  20061023
  +
  +#   package options
  +%option   with_fsl  yes
  +
  +#   list of sources
  +Source0:  
http://switch.dl.sourceforge.net/nfdump/nfdump-%{version}.tar.gz
  +Source1:  fsl.nfdump
  +Source2:  rc.nfdump
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc, bison, flex
  +PreReq:   OpenPKG, openpkg = 20040130
  +%if %{with_fsl} == yes
  +BuildPreReq:  fsl = 1.2.0
  +PreReq:   fsl = 1.2.0
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +NFDump is a toolkit for collecting and processing NetFlow statistics
  +data on the command line.
  +
  +%track
  +prog nfdump = {
  +version   = %{version}
  +url   = http://prdownloads.sourceforge.net/nfdump/
  +regex = nfdump-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +%{l_shtool} subst -e 's;-o root -g bin; ;g' Makefile.in
  +
  +%build
  +#   configure program
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} %{l_fsl_ldflags} \
  +LIBS=%{l_fsl_libs} \
  +./configure \
  +--prefix=%{l_prefix}
  +
  +#   build program
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +#   create installation hierarchy
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/fsl \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
  +$RPM_BUILD_ROOT%{l_prefix}/var/nfdump/db

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

2006-10-23 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:   23-Oct-2006 13:45:09
  Branch: HEAD Handle: 2006102312450900

  Modified files:
openpkg-src/quagga  quagga.spec

  Log:
provide an IPv6 build-time option

  Summary:
RevisionChanges Path
1.39+10 -2  openpkg-src/quagga/quagga.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/quagga/quagga.spec
  
  $ cvs diff -u -r1.38 -r1.39 quagga.spec
  --- openpkg-src/quagga/quagga.spec13 Oct 2006 17:33:18 -  1.38
  +++ openpkg-src/quagga/quagga.spec23 Oct 2006 11:45:09 -  1.39
  @@ -33,7 +33,10 @@
   Group:Routing
   License:  GPL
   Version:  0.99.5
  -Release:  20061013
  +Release:  20061023
  +
  +#   package options
  +%option   with_ipv6  no
   
   #   list of sources
   Source0:  http://www.quagga.net/download/quagga-%{version}.tar.gz
  @@ -93,9 +96,14 @@
   --sysconfdir=%{l_prefix}/etc/quagga \
   --localstatedir=%{l_prefix}/var/quagga \
   --enable-vtysh \
  +%if %{with_ipv6} == yes
  +--enable-ipv6 \
  +--enable-ospf6d \
  +%else
  +--disable-ipv6 \
   --disable-ospf6d \
  +%endif
   --disable-ripngd \
  ---disable-ipv6 \
   --without-libpam \
   --disable-shared \
   $ISISD
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/quagga/ quagga.spec

2006-10-23 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:   23-Oct-2006 13:46:14
  Branch: OPENPKG_2_STABLE Handle: 2006102312461400

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/quagga  quagga.spec

  Log:
MFC: provide an IPv6 build-time option

  Summary:
RevisionChanges Path
1.33.2.3+10 -2  openpkg-src/quagga/quagga.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/quagga/quagga.spec
  
  $ cvs diff -u -r1.33.2.2 -r1.33.2.3 quagga.spec
  --- openpkg-src/quagga/quagga.spec16 Oct 2006 14:55:24 -  1.33.2.2
  +++ openpkg-src/quagga/quagga.spec23 Oct 2006 11:46:14 -  1.33.2.3
  @@ -33,7 +33,10 @@
   Group:Routing
   License:  GPL
   Version:  0.99.5
  -Release:  2.20061018
  +Release:  2.20061023
  +
  +#   package options
  +%option   with_ipv6  no
   
   #   list of sources
   Source0:  http://www.quagga.net/download/quagga-%{version}.tar.gz
  @@ -93,9 +96,14 @@
   --sysconfdir=%{l_prefix}/etc/quagga \
   --localstatedir=%{l_prefix}/var/quagga \
   --enable-vtysh \
  +%if %{with_ipv6} == yes
  +--enable-ipv6 \
  +--enable-ospf6d \
  +%else
  +--disable-ipv6 \
   --disable-ospf6d \
  +%endif
   --disable-ripngd \
  ---disable-ipv6 \
   --without-libpam \
   --disable-shared \
   $ISISD
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 13:47:55
  Branch: HEAD Handle: 2006102312475500

  Modified files:
openpkg-src/zebra   zebra.spec

  Log:
provide an IPv6 build-time option

  Summary:
RevisionChanges Path
1.63+10 -2  openpkg-src/zebra/zebra.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zebra/zebra.spec
  
  $ cvs diff -u -r1.62 -r1.63 zebra.spec
  --- openpkg-src/zebra/zebra.spec  13 Oct 2006 17:36:17 -  1.62
  +++ openpkg-src/zebra/zebra.spec  23 Oct 2006 11:47:55 -  1.63
  @@ -33,7 +33,10 @@
   Group:Routing
   License:  GPL
   Version:  0.95a
  -Release:  20061013
  +Release:  20061023
  +
  +#   package options
  +%option   with_ipv6  no
   
   #   list of sources
   Source0:  ftp://ftp.zebra.org/pub/zebra/zebra-%{version}.tar.gz
  @@ -94,9 +97,14 @@
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/zebra \
   --enable-vtysh \
  +%if %{with_ipv6} == yes
  +--enable-ipv6 \
  +--enable-ospf6d \
  +%else
  +--disable-ipv6 \
   --disable-ospf6d \
  +%endif
   --disable-ripngd \
  ---disable-ipv6 \
   --without-libpam
   
   #   rebuild vtysh command list
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/zebra/ zebra.spec

2006-10-23 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:   23-Oct-2006 13:48:32
  Branch: OPENPKG_2_STABLE Handle: 2006102312483200

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/zebra   zebra.spec

  Log:
MFC: provide an IPv6 build-time option

  Summary:
RevisionChanges Path
1.59.2.3+10 -2  openpkg-src/zebra/zebra.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zebra/zebra.spec
  
  $ cvs diff -u -r1.59.2.2 -r1.59.2.3 zebra.spec
  --- openpkg-src/zebra/zebra.spec  16 Oct 2006 14:58:44 -  1.59.2.2
  +++ openpkg-src/zebra/zebra.spec  23 Oct 2006 11:48:32 -  1.59.2.3
  @@ -33,7 +33,10 @@
   Group:Routing
   License:  GPL
   Version:  0.95a
  -Release:  2.20061018
  +Release:  2.20061023
  +
  +#   package options
  +%option   with_ipv6  no
   
   #   list of sources
   Source0:  ftp://ftp.zebra.org/pub/zebra/zebra-%{version}.tar.gz
  @@ -94,9 +97,14 @@
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/zebra \
   --enable-vtysh \
  +%if %{with_ipv6} == yes
  +--enable-ipv6 \
  +--enable-ospf6d \
  +%else
  +--disable-ipv6 \
   --disable-ospf6d \
  +%endif
   --disable-ripngd \
  ---disable-ipv6 \
   --without-libpam
   
   #   rebuild vtysh command list
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 16:48:36
  Branch: HEAD Handle: 2006102315483600

  Modified files:
openpkg-src/precc   precc.spec

  Log:
upgrading package: precc 2.55 - 2.56

  Summary:
RevisionChanges Path
1.26+2  -2  openpkg-src/precc/precc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/precc/precc.spec
  
  $ cvs diff -u -r1.25 -r1.26 precc.spec
  --- openpkg-src/precc/precc.spec  13 Oct 2006 17:33:01 -  1.25
  +++ openpkg-src/precc/precc.spec  23 Oct 2006 14:48:36 -  1.26
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:CompilerCompiler
   License:  Open Source
  -Version:  2.55
  -Release:  20061013
  +Version:  2.56
  +Release:  20061023
   
   #   list of sources
   Source0:  ftp://oboe.it.uc3m.es/pub/Programs/precc-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/precc/ precc.spec

2006-10-23 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:   23-Oct-2006 16:49:17
  Branch: OPENPKG_2_STABLE Handle: 2006102315491700

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/precc   precc.spec

  Log:
MFC: latest fixed version

  Summary:
RevisionChanges Path
1.23.2.3+2  -2  openpkg-src/precc/precc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/precc/precc.spec
  
  $ cvs diff -u -r1.23.2.2 -r1.23.2.3 precc.spec
  --- openpkg-src/precc/precc.spec  16 Oct 2006 14:55:08 -  1.23.2.2
  +++ openpkg-src/precc/precc.spec  23 Oct 2006 14:49:17 -  1.23.2.3
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:CompilerCompiler
   License:  Open Source
  -Version:  2.55
  -Release:  2.20061018
  +Version:  2.56
  +Release:  2.20061023
   
   #   list of sources
   Source0:  ftp://oboe.it.uc3m.es/pub/Programs/precc-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 16:50:15
  Branch: HEAD Handle: 2006102315501500

  Modified files:
openpkg-src/mathomatic  mathomatic.spec

  Log:
upgrading package: mathomatic 12.6.5 - 12.6.6

  Summary:
RevisionChanges Path
1.89+2  -2  openpkg-src/mathomatic/mathomatic.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mathomatic/mathomatic.spec
  
  $ cvs diff -u -r1.88 -r1.89 mathomatic.spec
  --- openpkg-src/mathomatic/mathomatic.spec13 Oct 2006 17:29:51 -  
1.88
  +++ openpkg-src/mathomatic/mathomatic.spec23 Oct 2006 14:50:15 -  
1.89
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Algorithm
   License:  Open Source
  -Version:  12.6.5
  -Release:  20061013
  +Version:  12.6.6
  +Release:  20061023
   
   #   list of sources
   Source0:  http://www.panix.com/~gesslein/mathomatic-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 16:50:23
  Branch: HEAD Handle: 2006102315502300

  Modified files:
openpkg-src/nagios  nagios.spec

  Log:
modifying package: nagios-2.5 20061022 - 20061023

  Summary:
RevisionChanges Path
1.71+2  -2  openpkg-src/nagios/nagios.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/nagios/nagios.spec
  
  $ cvs diff -u -r1.70 -r1.71 nagios.spec
  --- openpkg-src/nagios/nagios.spec22 Oct 2006 15:32:39 -  1.70
  +++ openpkg-src/nagios/nagios.spec23 Oct 2006 14:50:23 -  1.71
  @@ -26,7 +26,7 @@
   %define   V_nagios   2.5
   %define   V_nagios_plugins   1.4.4
   %define   V_perl_nagios_plugin   0.14
  -%define   V_perl_nagios_object   0.12
  +%define   V_perl_nagios_object   0.14
   %define   V_perl_nagios_cmd  0.05
   
   #   package information
  @@ -40,7 +40,7 @@
   Group:Monitoring
   License:  GPL
   Version:  %{V_nagios}
  -Release:  20061022
  +Release:  20061023
   
   #   package options
   %option   with_perl   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/mathomatic/ mathomatic.sp...

2006-10-23 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:   23-Oct-2006 16:50:51
  Branch: OPENPKG_2_STABLE Handle: 2006102315505100

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/mathomatic  mathomatic.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.75.2.3+2  -2  openpkg-src/mathomatic/mathomatic.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mathomatic/mathomatic.spec
  
  $ cvs diff -u -r1.75.2.2 -r1.75.2.3 mathomatic.spec
  --- openpkg-src/mathomatic/mathomatic.spec16 Oct 2006 14:52:33 -  
1.75.2.2
  +++ openpkg-src/mathomatic/mathomatic.spec23 Oct 2006 14:50:51 -  
1.75.2.3
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Algorithm
   License:  Open Source
  -Version:  12.6.5
  -Release:  2.20061018
  +Version:  12.6.6
  +Release:  2.20061023
   
   #   list of sources
   Source0:  http://www.panix.com/~gesslein/mathomatic-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-module/ perl-module.patch perl-module....

2006-10-23 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:   23-Oct-2006 16:51:36
  Branch: HEAD Handle: 2006102315513600

  Modified files:
openpkg-src/perl-module perl-module.patch perl-module.spec

  Log:
modifying package: perl-module-5.8.8 20061013 - 20061023

  Summary:
RevisionChanges Path
1.9 +3  -3  openpkg-src/perl-module/perl-module.patch
1.53+2  -2  openpkg-src/perl-module/perl-module.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.patch
  
  $ cvs diff -u -r1.8 -r1.9 perl-module.patch
  --- openpkg-src/perl-module/perl-module.patch 23 Sep 2006 07:48:33 -  
1.8
  +++ openpkg-src/perl-module/perl-module.patch 23 Oct 2006 14:51:36 -  
1.9
  @@ -15,9 +15,9 @@
WriteMakefile(
# FIXME this doesn't work very well with native win32 perl
'dist' = {
  -Index: CPAN-1.8801/Makefile.PL
   CPAN-1.8801/Makefile.PL.orig 2005-12-25 09:23:51 +0100
  -+++ CPAN-1.8801/Makefile.PL  2005-12-25 09:52:02 +0100
  +Index: CPAN-1.8802/Makefile.PL
  +--- CPAN-1.8802/Makefile.PL.orig 2005-12-25 09:23:51 +0100
   CPAN-1.8802/Makefile.PL  2005-12-25 09:52:02 +0100
   @@ -93,7 +93,7 @@
my $cmd;
if ($cmd = MM-maybe_command($abs)) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  
  $ cvs diff -u -r1.52 -r1.53 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  13 Oct 2006 17:32:02 -  
1.52
  +++ openpkg-src/perl-module/perl-module.spec  23 Oct 2006 14:51:36 -  
1.53
  @@ -41,7 +41,7 @@
   %define   V_module_pluggable 3.1
   %define   V_module_pluggable_ordered 1.5
   %define   V_class_inspector  1.16
  -%define   V_cpan 1.8801
  +%define   V_cpan 1.8802
   %define   V_cpan_wait0.27-2
   %define   V_version  0.6701
   
  @@ -56,7 +56,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061023
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/nagios/ nagios.spec

2006-10-23 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:   23-Oct-2006 16:52:15
  Branch: OPENPKG_2_STABLE Handle: 2006102315521500

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/nagios  nagios.spec

  Log:
MFC: latest version of module

  Summary:
RevisionChanges Path
1.67.2.4+2  -2  openpkg-src/nagios/nagios.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/nagios/nagios.spec
  
  $ cvs diff -u -r1.67.2.3 -r1.67.2.4 nagios.spec
  --- openpkg-src/nagios/nagios.spec22 Oct 2006 15:34:22 -  1.67.2.3
  +++ openpkg-src/nagios/nagios.spec23 Oct 2006 14:52:15 -  1.67.2.4
  @@ -26,7 +26,7 @@
   %define   V_nagios   2.5
   %define   V_nagios_plugins   1.4.4
   %define   V_perl_nagios_plugin   0.14
  -%define   V_perl_nagios_object   0.12
  +%define   V_perl_nagios_object   0.14
   %define   V_perl_nagios_cmd  0.05
   
   #   package information
  @@ -40,7 +40,7 @@
   Group:Monitoring
   License:  GPL
   Version:  %{V_nagios}
  -Release:  2.20061022
  +Release:  2.20061023
   
   #   package options
   %option   with_perl   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/perl-module/ perl-module....

2006-10-23 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:   23-Oct-2006 16:52:45
  Branch: OPENPKG_2_STABLE Handle: 2006102315524500

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/perl-module perl-module.patch perl-module.spec

  Log:
MFC: latest fixed version of CPAN module

  Summary:
RevisionChanges Path
1.6.2.2 +3  -3  openpkg-src/perl-module/perl-module.patch
1.31.2.3+2  -2  openpkg-src/perl-module/perl-module.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.patch
  
  $ cvs diff -u -r1.6.2.1 -r1.6.2.2 perl-module.patch
  --- openpkg-src/perl-module/perl-module.patch 16 Oct 2006 14:54:23 -  
1.6.2.1
  +++ openpkg-src/perl-module/perl-module.patch 23 Oct 2006 14:52:45 -  
1.6.2.2
  @@ -15,9 +15,9 @@
WriteMakefile(
# FIXME this doesn't work very well with native win32 perl
'dist' = {
  -Index: CPAN-1.8801/Makefile.PL
   CPAN-1.8801/Makefile.PL.orig 2005-12-25 09:23:51 +0100
  -+++ CPAN-1.8801/Makefile.PL  2005-12-25 09:52:02 +0100
  +Index: CPAN-1.8802/Makefile.PL
  +--- CPAN-1.8802/Makefile.PL.orig 2005-12-25 09:23:51 +0100
   CPAN-1.8802/Makefile.PL  2005-12-25 09:52:02 +0100
   @@ -93,7 +93,7 @@
my $cmd;
if ($cmd = MM-maybe_command($abs)) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  
  $ cvs diff -u -r1.31.2.2 -r1.31.2.3 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  16 Oct 2006 14:54:23 -  
1.31.2.2
  +++ openpkg-src/perl-module/perl-module.spec  23 Oct 2006 14:52:45 -  
1.31.2.3
  @@ -41,7 +41,7 @@
   %define   V_module_pluggable 3.1
   %define   V_module_pluggable_ordered 1.5
   %define   V_class_inspector  1.16
  -%define   V_cpan 1.8801
  +%define   V_cpan 1.8802
   %define   V_cpan_wait0.27-2
   %define   V_version  0.6701
   
  @@ -56,7 +56,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  2.20061018
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 16:53:20
  Branch: HEAD Handle: 2006102315532000

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-20060816 20061022 - 20061023

  Summary:
RevisionChanges Path
1.65+2  -2  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.64 -r1.65 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  22 Oct 2006 17:49:39 -  1.64
  +++ openpkg-src/dhtml/dhtml.spec  23 Oct 2006 14:53:20 -  1.65
  @@ -31,7 +31,7 @@
   %define   V_mktree   20051017
   %define   V_dol  20050215
   %define   V_ie7  0_9
  -%define   V_tinymce  2_0_7
  +%define   V_tinymce  2_0_8
   %define   V_os3grid  0.6
   %define   V_toolman  0.2
   %define   V_behaviour1.1
  @@ -75,7 +75,7 @@
   Group:HTML
   License:  Open Source
   Version:  %{V_dhtml}
  -Release:  20061022
  +Release:  20061023
   
   #   list of sources
   Source0:  http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/dhtml/ dhtml.spec

2006-10-23 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:   23-Oct-2006 16:54:02
  Branch: OPENPKG_2_STABLE Handle: 2006102315540200

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/dhtml   dhtml.spec

  Log:
MFC: tinymce update and tracking fixes

  Summary:
RevisionChanges Path
1.62.2.4+3  -3  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.62.2.3 -r1.62.2.4 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  22 Oct 2006 11:25:18 -  1.62.2.3
  +++ openpkg-src/dhtml/dhtml.spec  23 Oct 2006 14:54:02 -  1.62.2.4
  @@ -31,7 +31,7 @@
   %define   V_mktree   20051017
   %define   V_dol  20050215
   %define   V_ie7  0_9
  -%define   V_tinymce  2_0_7
  +%define   V_tinymce  2_0_8
   %define   V_os3grid  0.6
   %define   V_toolman  0.2
   %define   V_behaviour1.1
  @@ -75,7 +75,7 @@
   Group:HTML
   License:  Open Source
   Version:  %{V_dhtml}
  -Release:  2.20061022
  +Release:  2.20061023
   
   #   list of sources
   Source0:  http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
  @@ -311,7 +311,7 @@
   prog dhtml:dojo = {
   version   = %{V_dojo}
   url   = http://download.dojotoolkit.org/
  -regex = release-(\d+\.\d+\.\d+)
  +regex = release-(\d+\.\d+\.\d+)/
   }
   prog dhtml:mochikit = {
   version   = %{V_mochikit}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   23-Oct-2006 16:57:13
  Branch: HEAD Handle: 2006102315571300

  Modified files:
openpkg-src/screen  screen.spec

  Log:
upgrading package: screen 4.0.2 - 4.0.3

  Summary:
RevisionChanges Path
1.50+2  -2  openpkg-src/screen/screen.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/screen/screen.spec
  
  $ cvs diff -u -r1.49 -r1.50 screen.spec
  --- openpkg-src/screen/screen.spec13 Oct 2006 17:34:03 -  1.49
  +++ openpkg-src/screen/screen.spec23 Oct 2006 14:57:13 -  1.50
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Terminal
   License:  GPL
  -Version:  4.0.2
  -Release:  20061013
  +Version:  4.0.3
  +Release:  20061023
   
   #   list of sources
   Source0:  
ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/screen/ screen.spec

2006-10-23 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:   23-Oct-2006 16:58:55
  Branch: OPENPKG_2_STABLE Handle: 2006102315585400

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/screen  screen.spec

  Log:
MFC: UTF8 fixed version

  Summary:
RevisionChanges Path
1.47.2.3+2  -2  openpkg-src/screen/screen.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/screen/screen.spec
  
  $ cvs diff -u -r1.47.2.2 -r1.47.2.3 screen.spec
  --- openpkg-src/screen/screen.spec16 Oct 2006 14:56:07 -  1.47.2.2
  +++ openpkg-src/screen/screen.spec23 Oct 2006 14:58:54 -  1.47.2.3
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Terminal
   License:  GPL
  -Version:  4.0.2
  -Release:  2.20061018
  +Version:  4.0.3
  +Release:  2.20061023
   
   #   list of sources
   Source0:  
ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 Thread Ralf S. Engelschall
:  20061023
   
   #   list of sources
   Source0:  
http://download.berlios.de/gift-ares/gift-ares-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/gift-ares/ gift-ares.patc...

2006-10-23 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:   23-Oct-2006 20:53:20
  Branch: OPENPKG_2_STABLE Handle: 2006102319532000

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/gift-ares   gift-ares.patch gift-ares.spec

  Log:
MFC: a bunch of additional patches from the vendor CVS

  Summary:
RevisionChanges Path
1.6.2.1 +229 -5 openpkg-src/gift-ares/gift-ares.patch
1.9.2.3 +1  -1  openpkg-src/gift-ares/gift-ares.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gift-ares/gift-ares.patch
  
  $ cvs diff -u -r1.6 -r1.6.2.1 gift-ares.patch
  --- openpkg-src/gift-ares/gift-ares.patch 27 Oct 2005 11:05:07 -  
1.6
  +++ openpkg-src/gift-ares/gift-ares.patch 23 Oct 2006 18:53:20 -  
1.6.2.1
  @@ -1,6 +1,210 @@
  +Index: lib/as_netinfo.c
  +--- lib/as_netinfo.c.orig2006-02-25 23:46:44 +0100
   lib/as_netinfo.c 2006-10-23 20:47:30 +0200
  +@@ -134,6 +134,7 @@
  +   ASPacket *packet)
  + {
  + in_addr_t ip;
  ++as_uint16 sn_build;
  + 
  + if ((ip = as_packet_get_ip (packet)) == 0)
  + return FALSE;
  +@@ -148,6 +149,15 @@
  + 
  + info-outside_ip = ip;
  + 
  ++/* further data in packet: */
  ++as_packet_get_8 (packet); /* 0x00 */
  ++as_packet_get_le16 (packet); /* NatPort (our port as seen by 
supernode?) */
  ++as_packet_get_le16 (packet); /* ResultId (used for UDP searching?) */
  ++sn_build = as_packet_get_le16 (packet); /* Supernode build number */
  ++
  ++AS_HEAVY_DBG_2 (Supernode %s has build number %u,
  ++net_ip_str (session-host), sn_build);
  ++
  + return TRUE;
  + }
  + 
  +Index: lib/as_sha1.c
  +--- lib/as_sha1.c.orig   2004-09-02 21:39:52 +0200
   lib/as_sha1.c2006-10-23 20:47:30 +0200
  +@@ -34,19 +34,28 @@
  + 
  + 
/*/
  + 
  +-#if 1
  +-#define GET_BE32(p,ind) \
  +-((p)[ind]  24 | (p)[(ind)+1]  16 | (p)[(ind)+2]  8 | (p)[(ind)+3])
  ++#ifndef WIN32
  ++
  ++/* sigh */
  ++#ifdef WORDS_BIGENDIAN
  ++#  if SIZEOF_LONG == 4
  ++#define SHA_BYTE_ORDER  4321
  ++#  elif SIZEOF_LONG == 8
  ++#define SHA_BYTE_ORDER  87654321
  ++#  endif
  + #else
  +-#define GET_BE32(p32,ind) \
  +-ntohl((p32)[(ind)/4])
  ++#  if SIZEOF_LONG == 4
  ++#define SHA_BYTE_ORDER  1234
  ++#  elif SIZEOF_LONG == 8
  ++#define SHA_BYTE_ORDER  12345678
  ++#  endif
  + #endif
  + 
  +-#define COPY_BE32x16(W,wind,p,ind) \
  +-(W)[(wind)]   = GET_BE32((p),(ind));   \
  +-(W)[(wind)+1] = GET_BE32((p),(ind)+4); \
  +-(W)[(wind)+2] = GET_BE32((p),(ind)+8); \
  +-(W)[(wind)+3] = GET_BE32((p),(ind)+12);
  ++#else /* WIN32 */
  ++
  ++#define SHA_BYTE_ORDER 1234
  ++
  ++#endif /* !WIN32 */
  + 
  + /* SHA f()-functions */
  + 
  +@@ -108,10 +117,59 @@
  + 
  + dp = sha_info-data;
  + 
  +-COPY_BE32x16(W, 0,dp,0);
  +-COPY_BE32x16(W, 4,dp,16);
  +-COPY_BE32x16(W, 8,dp,32);
  +-COPY_BE32x16(W,12,dp,48);
  ++/*
  ++the following makes sure that at least one code block below is
  ++traversed or an error is reported, without the necessity for nested
  ++preprocessor if/else/endif blocks, which are a great pain in the
  ++nether regions of the anatomy...
  ++*/
  ++#undef SWAP_DONE
  ++
  ++#if (SHA_BYTE_ORDER == 1234)
  ++#define SWAP_DONE
  ++for (i = 0; i  16; ++i) {
  ++T = *((unsigned long *) dp);
  ++dp += 4;
  ++W[i] =  ((T  24)  0xff00) | ((T   8)  0x00ff) |
  ++((T   8)  0xff00) | ((T  24)  
0x00ff);
  ++}
  ++#endif /* SHA_BYTE_ORDER == 1234 */
  ++
  ++#if (SHA_BYTE_ORDER == 4321)
  ++#define SWAP_DONE
  ++for (i = 0; i  16; ++i) {
  ++T = *((unsigned long *) dp);
  ++dp += 4;
  ++W[i] = T32(T);
  ++}
  ++#endif /* SHA_BYTE_ORDER == 4321 */
  ++
  ++#if (SHA_BYTE_ORDER == 12345678)
  ++#define SWAP_DONE
  ++for (i = 0; i  16; i += 2) {
  ++T = *((unsigned long *) dp);
  ++dp += 8;
  ++W[i] =  ((T  24)  0xff00) | ((T   8)  0x00ff) |
  ++((T   8)  0xff00) | ((T  24)  
0x00ff);
  ++T = 32;
  ++W[i+1] = ((T  24)  0xff00) | ((T   8)  
0x00ff) |
  ++ ((T   8)  0xff00) | ((T  24)  
0x00ff);
  ++}
  ++#endif /* SHA_BYTE_ORDER == 12345678 */
  ++
  

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

2006-10-23 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:   24-Oct-2006 07:45:46
  Branch: HEAD Handle: 2006102406454300

  Modified files:
openpkg-src/vilistextum vilistextum.spec

  Log:
upgrading package: vilistextum 2.6.7 - 2.6.9

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/vilistextum/vilistextum.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vilistextum/vilistextum.spec
  
  $ cvs diff -u -r1.27 -r1.28 vilistextum.spec
  --- openpkg-src/vilistextum/vilistextum.spec  13 Oct 2006 17:35:29 -  
1.27
  +++ openpkg-src/vilistextum/vilistextum.spec  24 Oct 2006 05:45:43 -  
1.28
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:HTML
   License:  GPL
  -Version:  2.6.7
  -Release:  20061013
  +Version:  2.6.9
  +Release:  20061024
   
   #   list of sources
   Source0:  
http://bhaak.dyndns.org/vilistextum/vilistextum-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-ds/ perl-ds.spec

2006-10-23 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:   24-Oct-2006 07:45:56
  Branch: HEAD Handle: 2006102406455500

  Modified files:
openpkg-src/perl-ds perl-ds.spec

  Log:
modifying package: perl-ds-5.8.8 20061013 - 20061024

  Summary:
RevisionChanges Path
1.159   +2  -2  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.158 -r1.159 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  13 Oct 2006 17:31:53 -  1.158
  +++ openpkg-src/perl-ds/perl-ds.spec  24 Oct 2006 05:45:55 -  1.159
  @@ -37,7 +37,7 @@
   %define   V_tree_dag_node  1.05
   %define   V_tree_dag_node_xpath0.07
   %define   V_tree_nary  1.3
  -%define   V_tree_simple1.16
  +%define   V_tree_simple1.17
   %define   V_tree_simple_view   0.14
   %define   V_tree_simple_visitorfactory 0.10
   %define   V_tree_trie  1.2
  @@ -60,7 +60,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061024
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   24-Oct-2006 07:46:50
  Branch: HEAD Handle: 2006102406465000

  Modified files:
openpkg-src/proftpd proftpd.spec

  Log:
modifying package: proftpd-1.3.0 20061017 - 20061024

  Summary:
RevisionChanges Path
1.112   +2  -2  openpkg-src/proftpd/proftpd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  
  $ cvs diff -u -r1.111 -r1.112 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  17 Oct 2006 08:36:07 -  1.111
  +++ openpkg-src/proftpd/proftpd.spec  24 Oct 2006 05:46:50 -  1.112
  @@ -27,7 +27,7 @@
   %define   V_mod_exec0.9
   %define   V_mod_exec0.9
   %define   V_mod_otp 0.9
  -%define   V_mod_shaper  0.6.1
  +%define   V_mod_shaper  0.6.2
   %define   V_mod_sql_sqlite  0.1
   %define   V_mod_time2.2.1
   %define   V_mod_vroot   0.7.1
  @@ -43,7 +43,7 @@
   Group:FTP
   License:  GPL
   Version:  %{V_proftpd}
  -Release:  20061017
  +Release:  20061024
   
   #   package options
   %option   with_ifsession  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   24-Oct-2006 07:46:58
  Branch: HEAD Handle: 2006102406465700

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
modifying package: openssh-4.4p1 20061013 - 20061024

  Summary:
RevisionChanges Path
1.176   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.175 -r1.176 openssh.spec
  --- openpkg-src/openssh/openssh.spec  13 Oct 2006 17:31:00 -  1.175
  +++ openpkg-src/openssh/openssh.spec  24 Oct 2006 05:46:57 -  1.176
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12v11
  +%define   V_hpn 4.4p1-hpn12v12
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061013
  +Release:  20061024
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/perl-ds/ perl-ds.spec

2006-10-23 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:   24-Oct-2006 07:47:07
  Branch: OPENPKG_2_STABLE Handle: 2006102406470600

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/perl-ds perl-ds.spec

  Log:
MFC: latest module

  Summary:
RevisionChanges Path
1.140.2.3   +2  -2  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.140.2.2 -r1.140.2.3 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  16 Oct 2006 14:54:16 -  
1.140.2.2
  +++ openpkg-src/perl-ds/perl-ds.spec  24 Oct 2006 05:47:06 -  
1.140.2.3
  @@ -37,7 +37,7 @@
   %define   V_tree_dag_node  1.05
   %define   V_tree_dag_node_xpath0.07
   %define   V_tree_nary  1.3
  -%define   V_tree_simple1.16
  +%define   V_tree_simple1.17
   %define   V_tree_simple_view   0.14
   %define   V_tree_simple_visitorfactory 0.10
   %define   V_tree_trie  1.2
  @@ -60,7 +60,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  2.20061018
  +Release:  2.20061024
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/proftpd/ proftpd.spec

2006-10-23 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:   24-Oct-2006 07:48:04
  Branch: OPENPKG_2_STABLE Handle: 2006102406480100

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/proftpd proftpd.spec

  Log:
MFC: latest mod_shaper

  Summary:
RevisionChanges Path
1.105.2.5   +2  -2  openpkg-src/proftpd/proftpd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  
  $ cvs diff -u -r1.105.2.4 -r1.105.2.5 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  22 Oct 2006 11:26:35 -  
1.105.2.4
  +++ openpkg-src/proftpd/proftpd.spec  24 Oct 2006 05:48:01 -  
1.105.2.5
  @@ -27,7 +27,7 @@
   %define   V_mod_exec0.9
   %define   V_mod_exec0.9
   %define   V_mod_otp 0.9
  -%define   V_mod_shaper  0.6.1
  +%define   V_mod_shaper  0.6.2
   %define   V_mod_sql_sqlite  0.1
   %define   V_mod_time2.2.1
   %define   V_mod_vroot   0.7.1
  @@ -43,7 +43,7 @@
   Group:FTP
   License:  GPL
   Version:  %{V_proftpd}
  -Release:  2.20061022
  +Release:  2.20061024
   
   #   package options
   %option   with_ifsession  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openssh/ openssh.spec

2006-10-23 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:   24-Oct-2006 07:48:50
  Branch: OPENPKG_2_STABLE Handle: 2006102406485000

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openssh openssh.spec

  Log:
MFC: latest HPN patch

  Summary:
RevisionChanges Path
1.161.2.6   +2  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.161.2.5 -r1.161.2.6 openssh.spec
  --- openpkg-src/openssh/openssh.spec  16 Oct 2006 14:53:46 -  
1.161.2.5
  +++ openpkg-src/openssh/openssh.spec  24 Oct 2006 05:48:50 -  
1.161.2.6
  @@ -29,7 +29,7 @@
   %define   V_ldap_base   4.4p1
   %define   V_ldap_vers   0.3.7
   %define   V_connect 1.96
  -%define   V_hpn 4.4p1-hpn12v11
  +%define   V_hpn 4.4p1-hpn12v12
   
   #   package information
   Name: openssh
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  2.20061018
  +Release:  2.20061024
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   24-Oct-2006 07:50:32
  Branch: OPENPKG_2_STABLE Handle: 2006102406495636

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/axl axl.spec
  Removed files:(Branch: OPENPKG_2_STABLE)
openpkg-src/axl axl.patch

  Log:
MFC: latest fixed version

  Summary:
RevisionChanges Path
1.2 +0  -51 openpkg-src/axl/axl.patch
1.5.2.3 +3  -5  openpkg-src/axl/axl.spec
  

  rm -f openpkg-src/axl/axl.patch '@@ .'
  Index: openpkg-src/axl/axl.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/axl/axl.spec
  
  $ cvs diff -u -r1.5.2.2 -r1.5.2.3 axl.spec
  --- openpkg-src/axl/axl.spec  16 Oct 2006 14:48:19 -  1.5.2.2
  +++ openpkg-src/axl/axl.spec  24 Oct 2006 05:50:32 -  1.5.2.3
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_external 0.2.5
  -%define   V_internal b2308.g2308
  +%define   V_external 0.2.6
  +%define   V_internal b2345.g2345
   
   #   package information
   Name: axl
  @@ -37,11 +37,10 @@
   Group:XML
   License:  LGPL
   Version:  %{V_external}
  -Release:  2.20061018
  +Release:  2.20061024
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/vortexlibrary/axl-%{V_external}.%{V_internal}.tar.gz
  -Patch0:   axl.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -64,7 +63,6 @@
   
   %prep
   %setup -q -n axl-%{V_external}.%{V_internal}
  -%patch -p0
   
   %build
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/vilistextum/ vilistextum....

2006-10-23 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:   24-Oct-2006 07:51:22
  Branch: OPENPKG_2_STABLE Handle: 2006102406512200

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/vilistextum vilistextum.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.25.2.3+2  -2  openpkg-src/vilistextum/vilistextum.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vilistextum/vilistextum.spec
  
  $ cvs diff -u -r1.25.2.2 -r1.25.2.3 vilistextum.spec
  --- openpkg-src/vilistextum/vilistextum.spec  16 Oct 2006 14:57:46 -  
1.25.2.2
  +++ openpkg-src/vilistextum/vilistextum.spec  24 Oct 2006 05:51:22 -  
1.25.2.3
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:HTML
   License:  GPL
  -Version:  2.6.7
  -Release:  2.20061018
  +Version:  2.6.9
  +Release:  2.20061024
   
   #   list of sources
   Source0:  
http://bhaak.dyndns.org/vilistextum/vilistextum-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/autoconf-archive/ autoconf-archive.spec

2006-10-23 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:   24-Oct-2006 07:51:41
  Branch: HEAD Handle: 2006102406514000

  Modified files:
openpkg-src/autoconf-archive
autoconf-archive.spec

  Log:
upgrading package: autoconf-archive 20061023 - 20061024

  Summary:
RevisionChanges Path
1.2 +3  -3  openpkg-src/autoconf-archive/autoconf-archive.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/autoconf-archive/autoconf-archive.spec
  
  $ cvs diff -u -r1.1 -r1.2 autoconf-archive.spec
  --- openpkg-src/autoconf-archive/autoconf-archive.spec23 Oct 2006 
06:07:21 -  1.1
  +++ openpkg-src/autoconf-archive/autoconf-archive.spec24 Oct 2006 
05:51:40 -  1.2
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_opkg 20061023
  -%define   V_dist 2006-10-23
  +%define   V_opkg 20061024
  +%define   V_dist 2006-10-24
   
   #   package information
   Name: autoconf-archive
  @@ -37,7 +37,7 @@
   Group:Building
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061023
  +Release:  20061024
   
   #   list of sources
   Source0:  
http://autoconf-archive.cryp.to/autoconf-archive-%{V_dist}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-10-23 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:   24-Oct-2006 07:56:05
  Branch: HEAD Handle: 2006102406560500

  Modified files:
openpkg-src/crossroads  crossroads.spec

  Log:
upgrading package: crossroads 1.14 - 1.15

  Summary:
RevisionChanges Path
1.17+3  -3  openpkg-src/crossroads/crossroads.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/crossroads/crossroads.spec
  
  $ cvs diff -u -r1.16 -r1.17 crossroads.spec
  --- openpkg-src/crossroads/crossroads.spec20 Oct 2006 17:54:57 -  
1.16
  +++ openpkg-src/crossroads/crossroads.spec24 Oct 2006 05:56:05 -  
1.17
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  Open Source
  -Version:  1.14
  -Release:  20061020
  +Version:  1.15
  +Release:  20061024
   
   #   package options
   %option   with_fsl  yes
  @@ -69,7 +69,7 @@
   prog crossroads = {
   version   = %{version}
   url   = http://crossroads.e-tunity.com/downloads.xr
  -regex = version.*?b(\d+\.[1234][02468])
  +regex = version.*?b(\d+\.\d+)
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/crossroads/ crossroads.sp...

2006-10-23 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:   24-Oct-2006 07:56:49
  Branch: OPENPKG_2_STABLE Handle: 2006102406564800

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/crossroads  crossroads.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.15.2.4+3  -3  openpkg-src/crossroads/crossroads.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/crossroads/crossroads.spec
  
  $ cvs diff -u -r1.15.2.3 -r1.15.2.4 crossroads.spec
  --- openpkg-src/crossroads/crossroads.spec22 Oct 2006 11:16:51 -  
1.15.2.3
  +++ openpkg-src/crossroads/crossroads.spec24 Oct 2006 05:56:48 -  
1.15.2.4
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Network
   License:  Open Source
  -Version:  1.14
  -Release:  2.20061022
  +Version:  1.15
  +Release:  2.20061024
   
   #   package options
   %option   with_fsl  yes
  @@ -69,7 +69,7 @@
   prog crossroads = {
   version   = %{version}
   url   = http://crossroads.e-tunity.com/downloads.xr
  -regex = version.*?b(\d+\.[1234][02468])
  +regex = version.*?b(\d+\.\d+)
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org