[CVS] OpenPKG: openpkg-src/lmtp2nntp/ lmtp2nntp.conf lmtp2nntp.spec rc...

2003-02-12 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 09:31:02
  Branch: HEAD Handle: 2003021208310101

  Modified files:
openpkg-src/lmtp2nntp   lmtp2nntp.conf lmtp2nntp.spec rc.lmtp2nntp

  Log:
limit resource consumption by default

  Summary:
RevisionChanges Path
1.5 +1  -1  openpkg-src/lmtp2nntp/lmtp2nntp.conf
1.38+1  -1  openpkg-src/lmtp2nntp/lmtp2nntp.spec
1.7 +5  -2  openpkg-src/lmtp2nntp/rc.lmtp2nntp
  

  patch -p0 '@@ .'
  Index: openpkg-src/lmtp2nntp/lmtp2nntp.conf
  
  $ cvs diff -u -r1.4 -r1.5 lmtp2nntp.conf
  --- openpkg-src/lmtp2nntp/lmtp2nntp.conf  6 Feb 2003 15:48:05 -   1.4
  +++ openpkg-src/lmtp2nntp/lmtp2nntp.conf  12 Feb 2003 08:31:01 -  1.5
  @@ -4,7 +4,7 @@
   
   #   --- DAEMON ---
   user   @l_musr@
  -childsmax  10
  +childsmax  3
   pidfile@l_prefix@/var/lmtp2nntp/lmtp2nntp.pid
   
   #   --- LMTP SERVER ---
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/lmtp2nntp/lmtp2nntp.spec
  
  $ cvs diff -u -r1.37 -r1.38 lmtp2nntp.spec
  --- openpkg-src/lmtp2nntp/lmtp2nntp.spec  11 Feb 2003 15:44:19 -  1.37
  +++ openpkg-src/lmtp2nntp/lmtp2nntp.spec  12 Feb 2003 08:31:02 -  1.38
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  1.2b2
  -Release:  20030211
  +Release:  20030212
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/lmtp2nntp-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/lmtp2nntp/rc.lmtp2nntp
  
  $ cvs diff -u -r1.6 -r1.7 rc.lmtp2nntp
  --- openpkg-src/lmtp2nntp/rc.lmtp2nntp6 Feb 2003 15:48:05 -   1.6
  +++ openpkg-src/lmtp2nntp/rc.lmtp2nntp12 Feb 2003 08:31:02 -  1.7
  @@ -6,6 +6,7 @@
   %config
   #   public (user-adjustable) options
   lmtp2nntp_enable=yes
  +lmtp2nntp_nicelevel=20
   lmtp2nntp_log_level=info
   lmtp2nntp_log_prolog=true
   lmtp2nntp_log_epilog=true
  @@ -19,12 +20,14 @@
   lmtp2nntp_run_cfg=@l_prefix@/etc/lmtp2nntp/lmtp2nntp.conf
   
   #   determine start command
  -cmd_start=$lmtp2nntp_run_cmd
  +cmd_start=nice -n $rsync_nicelevel
  +cmd_start=$cmd_start $lmtp2nntp_run_cmd
   cmd_start=$cmd_start --daemonize
   cmd_start=$cmd_start --include=$lmtp2nntp_run_cfg
   
   #   determine stop command
  -cmd_stop=$lmtp2nntp_run_cmd
  +cmd_stop=
  +cmd_stop=$cmd_stop $lmtp2nntp_run_cmd
   cmd_stop=$cmd_stop --kill
   cmd_stop=$cmd_stop --include=$lmtp2nntp_run_cfg
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck/ vc.postgresql openpkg-src/postgresql...

2003-02-12 Thread Peter Smej
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   12-Feb-2003 10:24:49
  Branch: HEAD Handle: 2003021209244602

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

  Log:
Upgrading libpqxx 1.3.7 - 1.4.0

  Summary:
RevisionChanges Path
1.16+1  -1  openpkg-re/vcheck/vc.postgresql
1.44+2  -2  openpkg-src/postgresql/postgresql.spec
1.3273  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.postgresql
  
  $ cvs diff -u -r1.15 -r1.16 vc.postgresql
  --- openpkg-re/vcheck/vc.postgresql   10 Feb 2003 12:31:09 -  1.15
  +++ openpkg-re/vcheck/vc.postgresql   12 Feb 2003 09:24:46 -  1.16
  @@ -14,7 +14,7 @@
 regex = libpq\+\+-(__VER__)\.tar\.gz
   }
   prog postgresql:libpqxx = {
  -  version   = 1.3.7
  +  version   = 1.4.0
 url   = ftp://gborg.postgresql.org/pub/libpqxx/stable/
 regex = libpqxx-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.43 -r1.44 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec10 Feb 2003 12:31:12 -  1.43
  +++ openpkg-src/postgresql/postgresql.spec12 Feb 2003 09:24:48 -  1.44
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_postgresql  7.3.2
   %define   V_libpqpp 4.0
  -%define   V_libpqxx 1.3.7
  +%define   V_libpqxx 1.4.0
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc7.2.5
   
  @@ -40,7 +40,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20030210
  +Release:  20030212
   
   #   package options
   %option   with_cxx  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3272 -r1.3273 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 09:11:46 -  1.3272
  +++ openpkg-web/news.txt  12 Feb 2003 09:24:47 -  1.3273
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030212
   12-Feb-2003: Upgraded package: Pperl-www-20030212-20030212
   12-Feb-2003: Upgraded package: Pnetpbm-10.11.5-20030212
   11-Feb-2003: Upgraded package: Pas-gui-0.6.13-20030213
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/lmtp2nntp/ rc.lmtp2nntp openpkg-web/ news.t...

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 10:30:24
  Branch: HEAD Handle: 2003021209302301

  Modified files:
openpkg-src/lmtp2nntp   rc.lmtp2nntp
openpkg-web news.txt

  Log:
fix typo

  Summary:
RevisionChanges Path
1.8 +1  -1  openpkg-src/lmtp2nntp/rc.lmtp2nntp
1.3274  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/lmtp2nntp/rc.lmtp2nntp
  
  $ cvs diff -u -r1.7 -r1.8 rc.lmtp2nntp
  --- openpkg-src/lmtp2nntp/rc.lmtp2nntp12 Feb 2003 08:31:02 -  1.7
  +++ openpkg-src/lmtp2nntp/rc.lmtp2nntp12 Feb 2003 09:30:24 -  1.8
  @@ -20,7 +20,7 @@
   lmtp2nntp_run_cfg=@l_prefix@/etc/lmtp2nntp/lmtp2nntp.conf
   
   #   determine start command
  -cmd_start=nice -n $rsync_nicelevel
  +cmd_start=nice -n $lmtp2nntp_nicelevel
   cmd_start=$cmd_start $lmtp2nntp_run_cmd
   cmd_start=$cmd_start --daemonize
   cmd_start=$cmd_start --include=$lmtp2nntp_run_cfg
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3273 -r1.3274 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 09:24:47 -  1.3273
  +++ openpkg-web/news.txt  12 Feb 2003 09:30:23 -  1.3274
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b2-20030212
   12-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030212
   12-Feb-2003: Upgraded package: Pperl-www-20030212-20030212
   12-Feb-2003: Upgraded package: Pnetpbm-10.11.5-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



Re: Conflict resolution with system packages

2003-02-12 Thread Christoph Schug
On Tue, 11 Feb 2003, Bill Campbell wrote:

 I ran into a problem recently where I had installed the openpkg version of
 postfix on a SuSE 8.1 system, and removed the system's postfix RPM which
 required ``--force --nodeps'' to ignore other dependencies.  Everything
 worked fine until I used the SuSE system update function which promptly
 reinstalled postfix to ``fix'' the unsatisfied dependencies.

As another way one might create a dummy MTA package for your vendor which
provides the vendors dependencies as weel as the required links into a
specified OpenPKG instance.

Maybe we need a dedicated contrib section for all of those RedHat, SuSE,
Debian, etc distros which contains suitable .rpm respectively .deb
packages to fullfil specific vendor dependencies.

-- 
Christoph Schug [EMAIL PROTECTED]
Cable  Wireless Deutschland - Landsberger Strasse 155 - D-80687 Muenchen
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/openpkg-tool/ openpkg-index.pl openpkg-tool...

2003-02-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 11:10:24
  Branch: HEAD Handle: 2003021210102201

  Modified files:
openpkg-src/openpkg-tool
openpkg-index.pl openpkg-tool.spec
openpkg-web news.txt

  Log:
gracefully handle undefined condition variables, keep index syntax
correct

  Summary:
RevisionChanges Path
1.15+11 -3  openpkg-src/openpkg-tool/openpkg-index.pl
1.36+2  -2  openpkg-src/openpkg-tool/openpkg-tool.spec
1.3276  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-index.pl
  
  $ cvs diff -u -r1.14 -r1.15 openpkg-index.pl
  --- openpkg-src/openpkg-tool/openpkg-index.pl 6 Feb 2003 06:52:50 -   1.14
  +++ openpkg-src/openpkg-tool/openpkg-index.pl 12 Feb 2003 10:10:23 -  1.15
  @@ -271,7 +271,7 @@
   } elsif (exists $evar{$3}) {
   $term .= ($4 eq 'no' ? '! ' : '').vsub(\%evar,'%{'.$3.'}');
   } else {
  -warn WARNING: unknown conditional '$2':\n $l\n $v\n;
  +warn WARNING: unknown conditional '$3':\n $l\n $v\n;
   }
   }
   
  @@ -312,9 +312,17 @@
   #
   if (exists $evar{$1}) {
   if ($2 eq 'yes') {
  -$evar{$1} = ( \%\{$1\} || ( $cond ) );
  +if ($cond eq '') {
  +$evar{$1} = ( \%\{$1\} );
  +} else {
  +$evar{$1} = ( \%\{$1\} || ( $cond ) );
  +}
   } elsif ($2 eq 'no') {
  -$evar{$1} = ( %\{$1\}  ! ( $cond ) );
  +if ($cond eq '') {
  +$evar{$1} = ( \%\{$1\} );
  +} else {
  +$evar{$1} = ( %\{$1\}  ! ( $cond ) );
  +}
   } else {
   warn WARNING: logic too complex for '$1':\n $l\n $v\n;
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-tool.spec
  
  $ cvs diff -u -r1.35 -r1.36 openpkg-tool.spec
  --- openpkg-src/openpkg-tool/openpkg-tool.spec7 Feb 2003 13:11:46 -  
 1.35
  +++ openpkg-src/openpkg-tool/openpkg-tool.spec12 Feb 2003 10:10:23 - 
 1.36
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:Bootstrapping
   License:  GPL
  -Version:  20030207
  -Release:  20030207
  +Version:  20030212
  +Release:  20030212
   
   #   list of sources
   Source0:  openpkg.sh
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3275 -r1.3276 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 10:00:41 -  1.3275
  +++ openpkg-web/news.txt  12 Feb 2003 10:10:22 -  1.3276
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Popenpkg-tool-20030212-20030212
   12-Feb-2003: Upgraded package: Papache-1.3.27-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b2-20030212
   12-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck/ vc.xmame openpkg-src/xmame/ xmame.sp...

2003-02-12 Thread Peter Smej
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   12-Feb-2003 11:19:47
  Branch: HEAD Handle: 2003021210194402

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

  Log:
upgrading package: xmame 0.62.2 - 0.65.1

  Summary:
RevisionChanges Path
1.4 +1  -1  openpkg-re/vcheck/vc.xmame
1.29+2  -2  openpkg-src/xmame/xmame.spec
1.3277  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.xmame
  
  $ cvs diff -u -r1.3 -r1.4 vc.xmame
  --- openpkg-re/vcheck/vc.xmame13 Jan 2003 09:41:55 -  1.3
  +++ openpkg-re/vcheck/vc.xmame12 Feb 2003 10:19:44 -  1.4
  @@ -2,7 +2,7 @@
   }
   
   prog xmame = {
  -  version   = 0.62.2
  +  version   = 0.65.1
 url   = http://x.mame.net/xmame-doc-7.html
 regex = xmame-(__VER__)\.tar\.bz2
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/xmame/xmame.spec
  
  $ cvs diff -u -r1.28 -r1.29 xmame.spec
  --- openpkg-src/xmame/xmame.spec  13 Jan 2003 09:41:57 -  1.28
  +++ openpkg-src/xmame/xmame.spec  12 Feb 2003 10:19:46 -  1.29
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Games
   License:  GPL
  -Version:  0.62.2
  -Release:  20030113
  +Version:  0.65.1
  +Release:  20030212
   
   #   list of sources
   Source0:  http://x.mame.net/download/xmame-%{version}.tar.bz2
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3276 -r1.3277 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 10:10:22 -  1.3276
  +++ openpkg-web/news.txt  12 Feb 2003 10:19:45 -  1.3277
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Pxmame-0.65.1-20030212
   12-Feb-2003: Upgraded package: Popenpkg-tool-20030212-20030212
   12-Feb-2003: Upgraded package: Papache-1.3.27-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b2-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/lmtp2nntp/ lmtp2nntp.spec openpkg-web/ news...

2003-02-12 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 13:50:04
  Branch: HEAD Handle: 2003021212500301

  Modified files:
openpkg-src/lmtp2nntp   lmtp2nntp.spec
openpkg-web news.txt

  Log:
upgrading package: lmtp2nntp 1.2b2 - 1.2b3

  Summary:
RevisionChanges Path
1.39+1  -1  openpkg-src/lmtp2nntp/lmtp2nntp.spec
1.3278  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/lmtp2nntp/lmtp2nntp.spec
  
  $ cvs diff -u -r1.38 -r1.39 lmtp2nntp.spec
  --- openpkg-src/lmtp2nntp/lmtp2nntp.spec  12 Feb 2003 08:31:02 -  1.38
  +++ openpkg-src/lmtp2nntp/lmtp2nntp.spec  12 Feb 2003 12:50:04 -  1.39
  @@ -32,7 +32,7 @@
   Distribution: OpenPKG [PLUS]
   Group:Mail
   License:  GPL
  -Version:  1.2b2
  +Version:  1.2b3
   Release:  20030212
   
   #   list of sources
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3277 -r1.3278 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 10:19:45 -  1.3277
  +++ openpkg-web/news.txt  12 Feb 2003 12:50:03 -  1.3278
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b3-20030212
   12-Feb-2003: Upgraded package: Pxmame-0.65.1-20030212
   12-Feb-2003: Upgraded package: Popenpkg-tool-20030212-20030212
   12-Feb-2003: Upgraded package: Papache-1.3.27-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-12 Thread Peter Smej
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 14:37:51
  Branch: HEAD Handle: 2003021213375100

  Modified files:
openpkg-src/portfwd portfwd.spec

  Log:
Workaround for depcomp problem

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

  patch -p0 '@@ .'
  Index: openpkg-src/portfwd/portfwd.spec
  
  $ cvs diff -u -r1.11 -r1.12 portfwd.spec
  --- openpkg-src/portfwd/portfwd.spec  31 Jan 2003 12:26:14 -  1.11
  +++ openpkg-src/portfwd/portfwd.spec  12 Feb 2003 13:37:51 -  1.12
  @@ -61,7 +61,8 @@
   rm -f config/missing
   echo #!/bin/sh config/install-sh
   echo #!/bin/sh config/missing
  -chmod a+x config/missing config/install-sh
  +( echo #!/bin/sh ; echo 'exec $@' ) config/depcomp
  +chmod a+x config/missing config/install-sh config/depcomp
   
   %build
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck/ vc.html2ps openpkg-src/html2ps/ html...

2003-02-12 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-re   Date:   12-Feb-2003 14:56:57
  Branch: HEAD Handle: 2003021213565600

  Added files:
openpkg-re/vcheck   vc.html2ps
openpkg-src/html2ps html2ps.spec

  Log:
Initial addition, pending custom installation logic.

  Summary:
RevisionChanges Path
1.1 +9  -0  openpkg-re/vcheck/vc.html2ps
1.1 +67 -0  openpkg-src/html2ps/html2ps.spec
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.html2ps
  
  $ cvs diff -u -r0 -r1.1 vc.html2ps
  --- /dev/null 2003-02-12 14:56:56.0 +0100
  +++ vc.html2ps2003-02-12 14:56:56.0 +0100
  @@ -0,0 +1,9 @@
  +config = {
  +}
  +
  +prog html2ps = {
  +  version   = 1.0b3
  +  url   = http://www.tdb.uu.se/~jan/
  +  regex = html2ps-(__VER__)\.tar\.gz
  +}
  +
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/html2ps/html2ps.spec
  
  $ cvs diff -u -r0 -r1.1 html2ps.spec
  --- /dev/null 2003-02-12 14:56:57.0 +0100
  +++ html2ps.spec  2003-02-12 14:56:57.0 +0100
  @@ -0,0 +1,67 @@
  +##
  +##  html2ps.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 Cable  Wireless Deutschland GmbH
  +##  Copyright (c) 2000-2003 The OpenPKG Project http://www.openpkg.org/
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall [EMAIL PROTECTED]
  +##
  +##  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: html2ps
  +Summary:  HTML to PostScript converter
  +URL:  http://www.tdb.uu.se/~jan/html2ps.html
  +Vendor:   Jan Kärrman
  +Packager: The OpenPKG Project
  +Distribution: OpenPKG [EVAL]
  +Group:Converter
  +License:  GPL
  +Version:  1.0b3
  +Release:  20030212
  +
  +#   list of sources
  +Source0:  http://www.tdb.uu.se/~jan/html2ps-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20030103, perl
  +PreReq:   OpenPKG, openpkg = 20030103, perl
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +A command line utility written in Perl, html2ps converts HTML
  +documents into postscript documents.
  +
  +%prep
  +%setup -q
  +
  +%build
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +./install
  +%{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 [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/sasl/ sasl.spec openpkg-web/ news.txt

2003-02-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 16:04:03
  Branch: HEAD Handle: 2003021215040101

  Modified files:
openpkg-src/saslsasl.spec
openpkg-web news.txt

  Log:
add run-time requirement for db package

  Summary:
RevisionChanges Path
1.49+2  -2  openpkg-src/sasl/sasl.spec
1.3279  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.48 -r1.49 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Feb 2003 11:35:14 -   1.48
  +++ openpkg-src/sasl/sasl.spec12 Feb 2003 15:04:02 -  1.49
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  BSD
   Version:  2.1.12
  -Release:  20030204
  +Release:  20030212
   
   #   package options
   %option   with_fslno
  @@ -48,7 +48,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20030103, db = 4.1.24, openssl, gcc
  -PreReq:   OpenPKG, openpkg = 20030103
  +PreReq:   OpenPKG, openpkg = 20030103, db = 4.1.24
   %if %{with_fsl} == yes
   BuildPreReq:  fsl
   PreReq:   fsl
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3278 -r1.3279 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 12:50:03 -  1.3278
  +++ openpkg-web/news.txt  12 Feb 2003 15:04:01 -  1.3279
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Psasl-2.1.12-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b3-20030212
   12-Feb-2003: Upgraded package: Pxmame-0.65.1-20030212
   12-Feb-2003: Upgraded package: Popenpkg-tool-20030212-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-12 Thread Peter Smej
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 16:25:27
  Branch: HEAD Handle: 2003021215252700

  Modified files:
openpkg-src/rrdtool rrdtool.spec

  Log:
Workaround for Solaris 2.6

  Summary:
RevisionChanges Path
1.33+3  -1  openpkg-src/rrdtool/rrdtool.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.32 -r1.33 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  28 Jan 2003 15:47:32 -  1.32
  +++ openpkg-src/rrdtool/rrdtool.spec  12 Feb 2003 15:25:27 -  1.33
  @@ -58,8 +58,10 @@
   
   %prep
   %setup -q
  -
   %build
  +case %{l_target} in
  +  *-solaris2.6* ) rm -f doc/*.es.* ;;
  +esac
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/html2ps/ html2ps.spec openpkg-web/ news.txt

2003-02-12 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 16:58:45
  Branch: HEAD Handle: 2003021215584302

  Modified files:
openpkg-src/html2ps html2ps.spec
openpkg-web news.txt

  Log:
New package html2ps

  Summary:
RevisionChanges Path
1.2 +23 -3  openpkg-src/html2ps/html2ps.spec
1.3280  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/html2ps/html2ps.spec
  
  $ cvs diff -u -r1.1 -r1.2 html2ps.spec
  --- openpkg-src/html2ps/html2ps.spec  12 Feb 2003 13:56:56 -  1.1
  +++ openpkg-src/html2ps/html2ps.spec  12 Feb 2003 15:58:45 -  1.2
  @@ -37,12 +37,13 @@
   
   #   list of sources
   Source0:  http://www.tdb.uu.se/~jan/html2ps-%{version}.tar.gz
  +Source1:  html2psrc
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20030103, perl
  -PreReq:   OpenPKG, openpkg = 20030103, perl
  +BuildPreReq:  OpenPKG, openpkg = 20030103, perl, perl-www, netpbm
  +PreReq:   OpenPKG, openpkg = 20030103, perl, perl-www, netpbm
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -57,7 +58,26 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -./install
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/html2ps \
  +$RPM_BUILD_ROOT%{l_prefix}/lib/html2ps \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man5
  +%{l_shtool} install -c -m 755 -e 
's;/usr/local/lib/html2ps/;%{l_prefix}/lib/html2ps/;g'\
  +html2ps $RPM_BUILD_ROOT%{l_prefix}/bin/
  +%{l_shtool} install -c -m 644 \
  +sample $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps/html2ps.rc
  +%{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \
  +%{SOURCE html2psrc} $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +%{l_shtool} install -c -m 644 \
  +html2ps.html $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +%{l_shtool} install -c -m 644 \
  + hyphen.tex $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +%{l_shtool} install -c -m 644 \
  +html2ps.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
  +%{l_shtool} install -c -m 644 \
  +html2psrc.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3279 -r1.3280 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 15:04:01 -  1.3279
  +++ openpkg-web/news.txt  12 Feb 2003 15:58:43 -  1.3280
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psasl-2.1.12-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b3-20030212
   12-Feb-2003: Upgraded package: Pxmame-0.65.1-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/html2ps/ html2psrc

2003-02-12 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 16:59:13
  Branch: HEAD Handle: 2003021215591200

  Added files:
openpkg-src/html2ps html2psrc

  Log:
New package html2ps.

  Summary:
RevisionChanges Path
1.1 +17 -0  openpkg-src/html2ps/html2psrc
  

  patch -p0 '@@ .'
  Index: openpkg-src/html2ps/html2psrc
  
  $ cvs diff -u -r0 -r1.1 html2psrc
  --- /dev/null 2003-02-12 16:59:12.0 +0100
  +++ html2psrc 2003-02-12 16:59:13.0 +0100
  @@ -0,0 +1,17 @@
  +/* Global configuration file for html2ps */
  +
  +@html2ps {
  +  package {
  +netpbm: 1;
  +libwww-perl: 1;
  +path: @l_prefix@/bin;
  +  }
  +  paper {
  +type: A4;
  +  }
  +  hyphenation {
  +en {
  +  file: @l_prefix@/lib/html2ps/hyphen.tex;
  +}
  +  }
  +}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-web/ news.txt

2003-02-12 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-web  Date:   12-Feb-2003 17:00:24
  Branch: HEAD Handle: 2003021216002200

  Modified files:
openpkg-web news.txt

  Log:
Fix the news, html2ps is not an update.

  Summary:
RevisionChanges Path
1.3281  +1  -1  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3280 -r1.3281 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 15:58:43 -  1.3280
  +++ openpkg-web/news.txt  12 Feb 2003 16:00:22 -  1.3281
  @@ -1,4 +1,4 @@
  -12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
  +12-Feb-2003: New package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psasl-2.1.12-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b3-20030212
   12-Feb-2003: Upgraded package: Pxmame-0.65.1-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-12 Thread Peter Smej
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 17:03:25
  Branch: HEAD Handle: 2003021216032500

  Added files:
openpkg-src/rrdtool rrdtool.patch
  Modified files:
openpkg-src/rrdtool rrdtool.spec

  Log:
Appending Solaris 2.6 patch

  Summary:
RevisionChanges Path
1.1 +22 -0  openpkg-src/rrdtool/rrdtool.patch
1.34+6  -2  openpkg-src/rrdtool/rrdtool.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rrdtool/rrdtool.patch
  
  $ cvs diff -u -r0 -r1.1 rrdtool.patch
  --- /dev/null 2003-02-12 17:03:25.0 +0100
  +++ rrdtool.patch 2003-02-12 17:03:25.0 +0100
  @@ -0,0 +1,22 @@
  +--- doc/Makefile.in.org  Wed Feb 12 16:30:25 2003
   doc/Makefile.in  Wed Feb 12 16:31:26 2003
  +@@ -95,7 +95,7 @@
  + 
  + CLEANFILES = *.1 *.html *.txt *-dircache *.pm *.pdf *~ core *itemcache *.rej *.orig
  + 
  +-POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod  rrdtutorial.es.pod  
 cdeftutorial.pod rpntutorial.pod rrdgraph.pod  bin_dec_hex.pod  rrdfetch.pod 
rrdrestore.pod rrddump.pod rrdtune.pod rrdresize.pod   rrdcgi.pod rrdtutorial.pod 
rrdinfo.pod rrdxport.pod
  ++POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod cdeftutorial.pod 
rpntutorial.pod rrdgraph.pod  bin_dec_hex.podrrdfetch.pod rrdrestore.pod 
rrddump.pod rrdtune.pod rrdresize.pod   rrdcgi.pod rrdtutorial.pod rrdinfo.pod 
rrdxport.pod
  + 
  + 
  + PMP = RRDs.pm RRDp.pm
  +--- doc/Makefile.am.org  Wed Feb 12 16:30:44 2003
   doc/Makefile.am  Wed Feb 12 16:31:40 2003
  +@@ -8,7 +8,7 @@
  + 
  + CLEANFILES = *.1 *.html *.txt *-dircache *.pm *.pdf *~ core *itemcache *.rej *.orig
  + 
  +-POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod  rrdtutorial.es.pod \
  ++POD = rrdtool.pod rrdlast.pod rrdcreate.pod rrdupdate.pod \
  + cdeftutorial.pod rpntutorial.pod rrdgraph.pod  bin_dec_hex.pod \
  + rrdfetch.pod rrdrestore.pod rrddump.pod rrdtune.pod rrdresize.pod \
  + rrdcgi.pod rrdtutorial.pod rrdinfo.pod rrdxport.pod
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.33 -r1.34 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  12 Feb 2003 15:25:27 -  1.33
  +++ openpkg-src/rrdtool/rrdtool.spec  12 Feb 2003 16:03:25 -  1.34
  @@ -37,6 +37,7 @@
   
   #   list of sources
   Source0:  
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-%{version}.tar.gz
  +Source1:  rrdtool.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -58,10 +59,13 @@
   
   %prep
   %setup -q
  -%build
   case %{l_target} in
  -  *-solaris2.6* ) rm -f doc/*.es.* ;;
  +  *-solaris2.6* ) 
  +   rm -f doc/*.es.*; 
  +   %{l_patch} -p0  %{SOURCE rrdtool.patch}
  +   ;;
   esac
  +%build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/openldap/ openldap.spec openpkg-web/ news.t...

2003-02-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 17:04:05
  Branch: HEAD Handle: 2003021216040301

  Modified files:
openpkg-src/openldapopenldap.spec
openpkg-web news.txt

  Log:
force usage of sasl2, configure test fails because of dependency to
berkeley db

  Summary:
RevisionChanges Path
1.49+6  -1  openpkg-src/openldap/openldap.spec
1.3282  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/openldap/openldap.spec
  
  $ cvs diff -u -r1.48 -r1.49 openldap.spec
  --- openpkg-src/openldap/openldap.spec8 Jan 2003 19:24:53 -   1.48
  +++ openpkg-src/openldap/openldap.spec12 Feb 2003 16:04:04 -  1.49
  @@ -33,7 +33,7 @@
   Group:Database
   License:  GPL
   Version:  2.1.12
  -Release:  20030108
  +Release:  20030212
   
   #   list of sources
   Source0:  
ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
  @@ -58,6 +58,11 @@
   %setup -q
   
   %build
  +# hardware configure to use sasl2 library
  +%{l_shtool} subst \
  +-e '4s/.*/ac_cv_lib_sasl2_sasl_client_init=yes/' \
  +configure
  +
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags sasl} \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3281 -r1.3282 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 16:00:22 -  1.3281
  +++ openpkg-web/news.txt  12 Feb 2003 16:04:03 -  1.3282
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Popenldap-2.1.12-20030212
   12-Feb-2003: New package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psasl-2.1.12-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b3-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/sysmon/ sysmon.spec openpkg-web/ news.txt

2003-02-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 17:33:14
  Branch: HEAD Handle: 2003021216331201

  Modified files:
openpkg-src/sysmon  sysmon.spec
openpkg-web news.txt

  Log:
try harder to use ncurses

  Summary:
RevisionChanges Path
1.18+8  -2  openpkg-src/sysmon/sysmon.spec
1.3284  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/sysmon/sysmon.spec
  
  $ cvs diff -u -r1.17 -r1.18 sysmon.spec
  --- openpkg-src/sysmon/sysmon.spec3 Jan 2003 10:55:10 -   1.17
  +++ openpkg-src/sysmon/sysmon.spec12 Feb 2003 16:33:13 -  1.18
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GPL
   Version:  0.91.14
  -Release:  20021219
  +Release:  20030212
   
   #   list of sources
   Source0:  ftp://puck.nether.net/pub/jared/sysmon-%{version}.tar.gz
  @@ -57,12 +57,18 @@
   %setup -q
   
   %build
  +# force use of ncurses
  +echo ac_cv_lib_curses_refresh=no config.cache
  +
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=-I%{l_prefix}/include \
  +CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/ncurses \
   LDFLAGS=-L%{l_prefix}/lib \
   ./configure \
  +--cache-file=./config.cache \
   --prefix=%{l_prefix}
  +CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/ncurses \
  +LDFLAGS=-L%{l_prefix}/lib \
   %{l_make} %{l_mflags -O}
   
   %install
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3283 -r1.3284 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 16:29:51 -  1.3283
  +++ openpkg-web/news.txt  12 Feb 2003 16:33:12 -  1.3284
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Psysmon-0.91.14-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b4-20030212
   12-Feb-2003: Upgraded package: Popenldap-2.1.12-20030212
   12-Feb-2003: New package: Phtml2ps-1.0b3-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[OpenPKG] Version Tracking Report (2003-02-12 19:29)

2003-02-12 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-02-12 19:29
 Tracking Duration: 0:29:15 (H:M:S)
 Tracking Input:696 sources (466 packages)
 Tracking Result:   663 up-to-date, 8 out-dated, 25 error

 The following 8 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 chkrootkit0.39  0.39a
 hevea 2002.09.172002.11.06[1]
 ifile 1.2.1 1.3.0 [2]
 libtasn1  0.1.2 0.2.0
 lmtp2nntp 1.2b1 1.2b4
 ntp   4.1.1b4.1.1c-rc1
 opencdk   0.4.4 0.4.5
 sitecopy  0.11.40.12.0
 - - -
 [1] hevea: rse: 2002.11.06 fails: Reference to unbound regexp name `as' at char 1009
 [2] ifile: ps: 20030210: There is an empty ifile-1.3.tar.gz on download area

 The following 25 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 axyftp0.5.1 2nd connection failed o..
 bash:patches  205b-004  2nd connection failed o..
 dia   0.90  2nd connection failed o..
 findutils 4.1.7 regex didn't match (p [1]
 gdk-pixbuf0.19.0connection failed or ti..
 gtk   1.2.102nd connection failed o..
 imagemagick   5.5.4-3   connection failed or ti..
 imlib 1.9.14connection failed or ti..
 j2se147.42  connection failed or ti..
 keychain  2.0.2 connection failed or ti..
 kimwitu   4_6_1 connection failed or ti..
 libidl0.8.0 2nd connection failed o..
 linc  0.7.1 2nd connection failed o..
 mozilla   1.2.1 2nd connection failed o..
 nntpcache 3.0.1 connection failed or ti..
 ocaml 3.06  1st connection failed o..
 orbit22.5.1 2nd connection failed o..
 pinfo 0.6.6p1   connection failed or ti..
 qt3.1.1 regex didn't match (pro..
 rxvt  2.7.9 regex didn't match (pro..
 siege 2.55  connection failed or ti..
 smtpfeed  1.18  connection failed or ti..
 tetex:tetex-src   2.0   1st connection failed o..
 tetex:tetex-texmf 2.0   1st connection failed o..
 xv3.10a connection failed or ti..
 - - -
 [1] findutils: rse: after re-organisation on gnu.org, it was not uploaded again

 The remaining 663 sources were successfully determined to be still
 up to date. No action is required on your part. Just be happy ;)

  OpenPKG Version Tracker
  [EMAIL PROTECTED]
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/samhain/ samhain.spec openpkg-web/ news.txt

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 19:55:20
  Branch: HEAD Handle: 2003021218551801

  Modified files:
openpkg-src/samhain samhain.spec
openpkg-web news.txt

  Log:
upgrading package: samhain 1.7.0 - 1.7.2

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/samhain/samhain.spec
1.3285  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/samhain/samhain.spec
  
  $ cvs diff -u -r1.33 -r1.34 samhain.spec
  --- openpkg-src/samhain/samhain.spec  3 Jan 2003 10:54:42 -   1.33
  +++ openpkg-src/samhain/samhain.spec  12 Feb 2003 18:55:19 -  1.34
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:System
   License:  GPL
  -Version:  1.7.0
  -Release:  20021222
  +Version:  1.7.2
  +Release:  20030212
   
   #   list of sources
   Source0:  http://la-samhna.de/samhain/samhain-current.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3284 -r1.3285 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 16:33:12 -  1.3284
  +++ openpkg-web/news.txt  12 Feb 2003 18:55:18 -  1.3285
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Psamhain-1.7.2-20030212
   12-Feb-2003: Upgraded package: Psysmon-0.91.14-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b4-20030212
   12-Feb-2003: Upgraded package: Popenldap-2.1.12-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



Re: [CVS] OpenPKG: openpkg-src/openldap/ openldap.spec openpkg-web/ news.t...

2003-02-12 Thread Ralf S. Engelschall
On Wed, Feb 12, 2003, Michael van Elst wrote:

 force usage of sasl2, configure test fails because of dependency to
 berkeley db
 [...]
%build
   +# hardware configure to use sasl2 library
   +%{l_shtool} subst \
   +-e '4s/.*/ac_cv_lib_sasl2_sasl_client_init=yes/' \
   +configure
   +

Any reason why not to use our standard approach which we already
used dozens of times in packages:

 ...
 echo ac_cv_lib_sasl2_sasl_client_init=yes config.cache
 ...
 --cache-file=./config.cache
 ...

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/html2ps/ html2ps.spec openpkg-web/ news.txt

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 20:32:24
  Branch: HEAD Handle: 2003021219322301

  Modified files:
openpkg-src/html2ps html2ps.spec
openpkg-web news.txt

  Log:
- make sure executable uses really our Perl via shebang
- remove not holding build dependencies
- shtool install can copy multiple files at once
- use share instead of lib because its just aux files
- really use the html2psrc file in prefix/etc/
- make html2psrc file a %config file

  Summary:
RevisionChanges Path
1.3 +14 -9  openpkg-src/html2ps/html2ps.spec
1.3286  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/html2ps/html2ps.spec
  
  $ cvs diff -u -r1.2 -r1.3 html2ps.spec
  --- openpkg-src/html2ps/html2ps.spec  12 Feb 2003 15:58:45 -  1.2
  +++ openpkg-src/html2ps/html2ps.spec  12 Feb 2003 19:32:24 -  1.3
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20030103, perl, perl-www, netpbm
  +BuildPreReq:  OpenPKG, openpkg = 20030103
   PreReq:   OpenPKG, openpkg = 20030103, perl, perl-www, netpbm
   AutoReq:  no
   AutoReqProv:  no
  @@ -61,24 +61,29 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
   $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps \
  -$RPM_BUILD_ROOT%{l_prefix}/lib/html2ps \
  +$RPM_BUILD_ROOT%{l_prefix}/share/html2ps \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
   $RPM_BUILD_ROOT%{l_prefix}/man/man5
  -%{l_shtool} install -c -m 755 -e 
's;/usr/local/lib/html2ps/;%{l_prefix}/lib/html2ps/;g'\
  +%{l_shtool} install -c -m 755 \
  +-e 's;^:.*;#!%{l_prefix}/bin/perl;' \
  +-e 's;/usr/local/lib/html2ps/html2psrc;%{l_prefix}/etc/html2ps/html2psrc;g' 
\
  +-e 
's;/usr/local/lib/html2ps/html2ps.html;%{l_prefix}/share/html2ps/html2ps.html;g' \
   html2ps $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{l_shtool} install -c -m 644 \
  -sample $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps/html2ps.rc
  -%{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \
  -%{SOURCE html2psrc} $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +sample $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps/html2psrc.sample
   %{l_shtool} install -c -m 644 \
  -html2ps.html $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +-e 's;@l_prefix@;%{l_prefix};g' \
  +%{SOURCE html2psrc} $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps/
   %{l_shtool} install -c -m 644 \
  - hyphen.tex $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
  +html2ps.html hyphen.tex \
  +$RPM_BUILD_ROOT%{l_prefix}/share/html2ps/
   %{l_shtool} install -c -m 644 \
   html2ps.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
   %{l_shtool} install -c -m 644 \
   html2psrc.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
  -%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%config %{l_prefix}/etc/html2ps/html2psrc'
   
   %files -f files
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3285 -r1.3286 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 18:55:18 -  1.3285
  +++ openpkg-web/news.txt  12 Feb 2003 19:32:23 -  1.3286
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psamhain-1.7.2-20030212
   12-Feb-2003: Upgraded package: Psysmon-0.91.14-20030212
   12-Feb-2003: Upgraded package: Plmtp2nntp-1.2b4-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/rrdtool/ rrdtool.spec openpkg-web/ news.txt

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 20:34:22
  Branch: HEAD Handle: 2003021219342001

  Modified files:
openpkg-src/rrdtool rrdtool.spec
openpkg-web news.txt

  Log:
fix indentation and back removed blank line

  Summary:
RevisionChanges Path
1.35+6  -5  openpkg-src/rrdtool/rrdtool.spec
1.3287  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.34 -r1.35 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  12 Feb 2003 16:03:25 -  1.34
  +++ openpkg-src/rrdtool/rrdtool.spec  12 Feb 2003 19:34:21 -  1.35
  @@ -33,7 +33,7 @@
   Group:Database
   License:  LGPL
   Version:  1.0.40
  -Release:  20030128
  +Release:  20030212
   
   #   list of sources
   Source0:  
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-%{version}.tar.gz
  @@ -60,11 +60,12 @@
   %prep
   %setup -q
   case %{l_target} in
  -  *-solaris2.6* ) 
  -   rm -f doc/*.es.*; 
  -   %{l_patch} -p0  %{SOURCE rrdtool.patch}
  -   ;;
  +*-solaris2.6* )
  +rm -f doc/*.es.*;
  +%{l_patch} -p0 %{SOURCE rrdtool.patch}
  +;;
   esac
  +
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3286 -r1.3287 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 19:32:23 -  1.3286
  +++ openpkg-web/news.txt  12 Feb 2003 19:34:20 -  1.3287
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Prrdtool-1.0.40-20030212
   12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psamhain-1.7.2-20030212
   12-Feb-2003: Upgraded package: Psysmon-0.91.14-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2003 20:39:01
  Branch: HEAD Handle: 2003021219390100

  Modified files:
openpkg-src/sysmon  sysmon.spec

  Log:
- adjust body indentation in comment to our default
- use l_cppflags and l_ldflags
- pass make(1) variables on command line instead of environment
  to be consistent with the approaches we use always

  Summary:
RevisionChanges Path
1.19+6  -7  openpkg-src/sysmon/sysmon.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sysmon/sysmon.spec
  
  $ cvs diff -u -r1.18 -r1.19 sysmon.spec
  --- openpkg-src/sysmon/sysmon.spec12 Feb 2003 16:33:13 -  1.18
  +++ openpkg-src/sysmon/sysmon.spec12 Feb 2003 19:39:01 -  1.19
  @@ -57,19 +57,18 @@
   %setup -q
   
   %build
  -# force use of ncurses
  +#   force use of ncurses
   echo ac_cv_lib_curses_refresh=no config.cache
  -
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/ncurses \
  -LDFLAGS=-L%{l_prefix}/lib \
  +CPPFLAGS=%{l_cppflags ncurses} \
  +LDFLAGS=%{l_ldflags} \
   ./configure \
   --cache-file=./config.cache \
   --prefix=%{l_prefix}
  -CPPFLAGS=-I%{l_prefix}/include -I%{l_prefix}/include/ncurses \
  -LDFLAGS=-L%{l_prefix}/lib \
  -%{l_make} %{l_mflags -O}
  +%{l_make} %{l_mflags -O} \
  +CPPFLAGS=%{l_cppflags ncurses} \
  +LDFLAGS=%{l_ldflags}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck/ vc.as-gui openpkg-src/as-gui/ as-gui...

2003-02-12 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   12-Feb-2003 21:04:56
  Branch: HEAD Handle: 2003021220045402

  Modified files:
openpkg-re/vcheck   vc.as-gui
openpkg-src/as-gui  as-gui.spec
openpkg-web news.txt

  Log:
upgrading package: as-gui 0.6.13 - 0.6.14

  Summary:
RevisionChanges Path
1.21+1  -1  openpkg-re/vcheck/vc.as-gui
1.29+2  -2  openpkg-src/as-gui/as-gui.spec
1.3288  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.as-gui
  
  $ cvs diff -u -r1.20 -r1.21 vc.as-gui
  --- openpkg-re/vcheck/vc.as-gui   11 Feb 2003 22:34:21 -  1.20
  +++ openpkg-re/vcheck/vc.as-gui   12 Feb 2003 20:04:54 -  1.21
  @@ -2,7 +2,7 @@
   }
   
   prog as-gui = {
  -  version   = 0.6.13
  +  version   = 0.6.14
 url   = http://as.is.eu.cw.com/source/
 regex = as-gui-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/as-gui/as-gui.spec
  
  $ cvs diff -u -r1.28 -r1.29 as-gui.spec
  --- openpkg-src/as-gui/as-gui.spec11 Feb 2003 22:34:23 -  1.28
  +++ openpkg-src/as-gui/as-gui.spec12 Feb 2003 20:04:56 -  1.29
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Editor
   License:  GPL
  -Version:  0.6.13
  -Release:  20030213
  +Version:  0.6.14
  +Release:  20030212
   
   #   package options
   %option   with_micono
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3287 -r1.3288 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 19:34:20 -  1.3287
  +++ openpkg-web/news.txt  12 Feb 2003 20:04:55 -  1.3288
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Pas-gui-0.6.14-20030212
   12-Feb-2003: Upgraded package: Prrdtool-1.0.40-20030212
   12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
   12-Feb-2003: Upgraded package: Psamhain-1.7.2-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



Re: [CVS] OpenPKG: openpkg-src/openldap/ openldap.spec openpkg-web/ news.t...

2003-02-12 Thread Michael van Elst
On Wed, Feb 12, 2003, Ralf S. Engelschall wrote:

 On Wed, Feb 12, 2003, Michael van Elst wrote:
 
  force usage of sasl2, configure test fails because of dependency to
  berkeley db
  [...]
 %build
+# hardware configure to use sasl2 library
+%{l_shtool} subst \
+-e '4s/.*/ac_cv_lib_sasl2_sasl_client_init=yes/' \
+configure
+
 
 Any reason why not to use our standard approach which we already
 used dozens of times in packages:
 
  ...
  echo ac_cv_lib_sasl2_sasl_client_init=yes config.cache
  ...
  --cache-file=./config.cache

the configure script, while specifying a --cache-file option,
simply ignores such an option. It never reads a config.cache.


-- 
   Michael van Elst
   [EMAIL PROTECTED]
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/wml/ configure.iselect wml.spec openpkg-web...

2003-02-12 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   12-Feb-2003 23:21:31
  Branch: HEAD Handle: 200302113001

  Modified files:
openpkg-src/wml configure.iselect wml.spec
openpkg-web news.txt

  Log:
avoid clash of LDFLAGS by dropping code for --enable-debug

  Summary:
RevisionChanges Path
1.2 +0  -19 openpkg-src/wml/configure.iselect
1.29+1  -1  openpkg-src/wml/wml.spec
1.3289  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/wml/configure.iselect
  
  $ cvs diff -u -r1.1 -r1.2 configure.iselect
  --- openpkg-src/wml/configure.iselect 3 Dec 2002 08:58:36 -   1.1
  +++ openpkg-src/wml/configure.iselect 12 Feb 2003 22:21:31 -  1.2
  @@ -2364,25 +2364,6 @@
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
  -echo $as_me:$LINENO: checking for compilation debug mode 5
  -echo $ECHO_N checking for compilation debug mode... $ECHO_C 6
  -# Check whether --enable-debug or --disable-debug was given.
  -if test ${enable_debug+set} = set; then
  -  enableval=$enable_debug
  -  x=enabled
  -CFLAGS=-Wall -g -ggdb3
  -LDFLAGS=-g -ggdb3
  -debug=on
  -
  -else
  -  x=disabled
  -CFLAGS=-O2
  -LDFLAGS=
  -debug=off
  -
  -fi;
  -echo $as_me:$LINENO: result: $x 5
  -echo ${ECHO_T}$x 6
   
   echo $as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE) 5
   echo $ECHO_N checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C 6
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/wml/wml.spec
  
  $ cvs diff -u -r1.28 -r1.29 wml.spec
  --- openpkg-src/wml/wml.spec  3 Jan 2003 10:55:40 -   1.28
  +++ openpkg-src/wml/wml.spec  12 Feb 2003 22:21:31 -  1.29
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  2.0.9
  -Release:  20021203
  +Release:  20030212
   
   #   list of sources
   Source0:  ftp://thewml.org/distrib/wml-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3288 -r1.3289 news.txt
  --- openpkg-web/news.txt  12 Feb 2003 20:04:55 -  1.3288
  +++ openpkg-web/news.txt  12 Feb 2003 22:21:30 -  1.3289
  @@ -1,3 +1,4 @@
  +12-Feb-2003: Upgraded package: Pwml-2.0.9-20030212
   12-Feb-2003: Upgraded package: Pas-gui-0.6.14-20030212
   12-Feb-2003: Upgraded package: Prrdtool-1.0.40-20030212
   12-Feb-2003: Upgraded package: Phtml2ps-1.0b3-20030212
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[OpenPKG] Version Tracking Report (2003-02-13 07:26)

2003-02-12 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-02-13 07:26
 Tracking Duration: 0:25:33 (H:M:S)
 Tracking Input:696 sources (466 packages)
 Tracking Result:   660 up-to-date, 11 out-dated, 25 error

 The following 11 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 chkrootkit0.39  0.39a
 hevea 2002.09.172002.11.06[1]
 ifile 1.2.1 1.3.0 [2]
 libtasn1  0.1.2 0.2.0
 linkchecker:linkchecker   1.8.7 1.8.8
 lmtp2nntp 1.2b1 1.2b4
 ntp   4.1.1b4.1.1c-rc1
 opencdk   0.4.4 0.4.5
 pinfo 0.6.6p1   0.6.7
 sitecopy  0.11.40.12.0
 uvscan:datfiles   4246  4247
 - - -
 [1] hevea: rse: 2002.11.06 fails: Reference to unbound regexp name `as' at char 1009
 [2] ifile: ps: 20030210: There is an empty ifile-1.3.tar.gz on download area

 The following 25 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 apg   2.1.0 connection failed or ti..
 axyftp0.5.1 2nd connection failed o..
 bash:patches  205b-004  2nd connection failed o..
 dia   0.90  2nd connection failed o..
 findutils 4.1.7 regex didn't match (p [1]
 gdk-pixbuf0.19.0connection failed or ti..
 gtk   1.2.102nd connection failed o..
 imagemagick   5.5.4-3   connection failed or ti..
 imlib 1.9.14connection failed or ti..
 j2se147.42  connection failed or ti..
 libidl0.8.0 2nd connection failed o..
 linc  0.7.1 2nd connection failed o..
 mozilla   1.2.1 2nd connection failed o..
 nntpcache 3.0.1 connection failed or ti..
 orbit22.5.1 2nd connection failed o..
 qt3.1.1 regex didn't match (pro..
 rxvt  2.7.9 regex didn't match (pro..
 siege 2.55  connection failed or ti..
 smtpfeed  1.18  connection failed or ti..
 tsmc:linux22542_6   latest version online [2]
 tsmc:solaris  22545_6   latest version online [3]
 units 1.80  connection failed or ti..
 uucp  1.06.2connection failed or ti..
 wget  1.8.2 connection failed or ti..
 xv3.10a connection failed or ti..
 - - -
 [1] findutils: rse: after re-organisation on gnu.org, it was not uploaded again
 [2] tsmc:linux: rse: 22542_6 was 5.1.5.6
 [3] tsmc:solaris: rse: 22545_6 was 5.1.5.6

 The remaining 660 sources were successfully determined to be still
 up to date. No action is required on your part. Just be happy ;)

  OpenPKG Version Tracker
  [EMAIL PROTECTED]
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]