[OpenPKG] Version Tracking Report (2004-02-22 07:36)

2004-02-21 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-02-22 07:36
 Tracking Duration: 0:23:40 (H:M:S)
 Tracking Input:1017 sources (700 packages)
 Tracking Result:   970 up-to-date, 17 out-dated, 30 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 delegate  8.9.1 8.9.2-pre1[1]
 ethereal  0.10.0a   0.10.1[2]
 kde-arts  1.1.4 1.1.5
 kde-base  3.1.4 3.1.5
 kde-libs  3.1.4 3.1.5
 mozilla-mplayer   1.2   2.11
 ncurses:patchset  20040214  20040221
 netrik1.12.01.12.1
 perl-util:Devel-StackTrace 1.05  1.07
 perl-util:Exception-Class 1.17  1.18
 petidomo  4.0b1 4.0b3 [3]
 rt3-0-8 3-0-9
 rt:locale-maketext-lexicon 0.34  0.35
 sav:ides  378   379   [4]
 scribus   1.1.4 1.1.5
 spin  411   412
 tcpreplay 1.4.6 2.0.1 [5]
 - - -
 [1] delegate: rse: just FYI: server hates fw & requires valid email
 [2] ethereal: rse: 0.10.1: missing files (.xpm) in distribution
 [3] petidomo: rse: 4.0b3 is broken
 [4] sav:ides: thl: vcheck url for tracking only; download url see spec, look for 
vdl-...dat in tarball
 [5] tcpreplay: rse: 1.4.6-2.0.1: FreeBSD: collect2: ld terminated with signal 11

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

 - - -
 Package   Old Version   Error
 - - -
 cocor 17connection failed or ti..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 glimpse   4.17.4latest version online [1]
 ifile 1.3.3 regex didn't match (p [2]
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 libsndfile1.0.6 regex didn't match (pro..
 lyx:xforms1.0   2nd regex didn't matc [3]
 lzop  1.01  regex didn't match (pro..
 max   7.4.2 regex didn't match (p [4]
 mirror2.9   connection failed or ti..
 mtools3.9.9 regex didn't match (pro..
 mutt  1.4.2.1i  connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 patch:alpha   2.5.9 connection failed or ti..
 perl-www:SOAP-Lite0.60  latest version online l..
 postfix:pfixtls   0.8.16-2.0.18-0.9.7c  connection failed or ti..
 prngd 0.9.27connection failed or ti..
 rdist 7.0.0-alpha10 connection failed or ti..
 sipcalc   1.1.2 connection failed or ti..
 smtpfeed  1.18  connection failed or  [5]
 unarj 2.65  latest version online l..
 unarj:patch   2.65-1latest version online l..
 unixodbc  2.2.8 connection failed or ti..
 vcheck1.2.1 regex didn't match (p [6]
 yodl  1.31.18   connection failed or ti..
 - ---

[CVS] OpenPKG: openpkg-web/ status.cgi

2004-02-21 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-web  Date:   22-Feb-2004 00:24:04
  Branch: HEAD Handle: 2004022123240400

  Modified files:
openpkg-web status.cgi

  Log:
$dst is really $class; compute $important only once; reflect fact that
CORE is important for all supported platforms (not limited to fully
supported platforms)

  Summary:
RevisionChanges Path
1.9 +16 -15 openpkg-web/status.cgi
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/status.cgi
  
  $ cvs diff -u -r1.8 -r1.9 status.cgi
  --- openpkg-web/status.cgi21 Feb 2004 22:52:07 -  1.8
  +++ openpkg-web/status.cgi21 Feb 2004 23:24:04 -  1.9
  @@ -47,7 +47,7 @@
   my @hostlist = ();
   my @idlist = ();
   my @arch = ();
  -my $dst_last = "";
  +my $class_last = "";
   my %doing = ();
   while ($line = <$io>) {
   # a2ps4.13b   20020609   REL yes  OK   OK ...
  @@ -55,7 +55,7 @@
   next;
   }
   my @line = split(/\s+/, $line);
  -my ($name, $version, $release, $dst, $rel) = @line[0..4];
  +my ($name, $version, $release, $class, $rel) = @line[0..4];
   if ($ishead) {
   my @ids = @line[5..$#line];
   @idlist = @ids;
  @@ -65,7 +65,7 @@
   $O .= "$name";
   $O .= "$version";
   $O .= "$release";
  -$O .= "$dst";
  +$O .= "$class";
   $O .= "$rel";
   foreach my $id (@ids) {
   $O .= "$id";
  @@ -109,24 +109,25 @@
   $host = "OK";
   }
   
  +my $important = ($class eq "CORE" or 
$id2host{$idlist[$n]}->{-important});
   if ($host eq "OK") {
   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -$L .= "{-important} ? 
"f0f099" : "33")."\" align=center>";
  +$L .= "";
   $L .= "" if ($#log >= 0);
   $L .= "";
   $L .= "" if ($#log >= 0);
   }
   else {
  -$L .= "{-important} ? 
"99cc99" : "336633")."\" align=center>";
  +$L .= "";
   $L .= "" if ($#log >= 0);
   $L .= "";
   $L .= "" if ($#log >= 0);
   }
   }
   elsif ($host eq "FAIL") {
  -$ok = 0 if ($id2host{$idlist[$n]}->{-important});
  +$ok = 0 if ($important);
   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -$L .= "{-important} ? "f0f099" : "33")."\" 
align=center>";
  +$L .= "";
   $L .= "";
   $mtime_srpm = 
(stat("/e/openpkg/ftp/current/SRC/$name-$version-$release.src.rpm"))[9];
   $mtime_logf = (stat($log[0]))[9];
  @@ -135,7 +136,7 @@
   $L .= "";
   }
   else {
  -$L .= "{-important} ? "ff" : "99")."\" 
align=center>";
  +$L .= "";
   $L .= "";
   $mtime_srpm = 
(stat("/e/openpkg/ftp/current/SRC/$name-$version-$release.src.rpm"))[9];
   $mtime_logf = (stat($log[0]))[9];
  @@ -146,14 +147,14 @@
   }
   }
   elsif ($host eq "--") {
  -$ok = 0 if ($id2host{$idlist[$n]}->{-important});
  +$ok = 0 if ($important);
   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -$L .= "{-important} ? "f0f099" : "33")."\" 
align=center>";
  +$L .= "";
   my $img = "icon-dia.gif";
   $L .= "";
   }
   else {
  -$L .= "{-important} ? "ff" : "66")."\" 
align=center>";
  +$L .= "";
   $L .= "";
   }
   }
  @@ -165,18 +166,18 @@
   if ($ok) {
   $img = "icon-ok.gif";
   }
  -#if ($dst_last ne '' and $dst_last ne $dst) {
  +#if ($class_last ne '' and $class_last ne $class) {
   #$O .= "";
   #$O .= "";
   #$O .= "\n";
   #}
  -#$dst_last = $dst;
  -$O .= "{$dst}->[$odd]."\">\n";
  +#

[CVS] OpenPKG: openpkg-web/ status.cgi

2004-02-21 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-web  Date:   21-Feb-2004 23:52:07
  Branch: HEAD Handle: 2004022122520700

  Modified files:
openpkg-web status.cgi

  Log:
flush version used to create 2.0

  Summary:
RevisionChanges Path
1.8 +30 -28 openpkg-web/status.cgi
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/status.cgi
  
  $ cvs diff -u -r1.7 -r1.8 status.cgi
  --- openpkg-web/status.cgi21 Jan 2004 10:47:11 -  1.7
  +++ openpkg-web/status.cgi21 Feb 2004 22:52:07 -  1.8
  @@ -1,4 +1,4 @@
  -#!/usr/bin/perl
  +#!/usr/opkg/bin/perl
   ##
   ##  status.cgi -- Package Build Farm Status Report
   ##
  @@ -21,23 +21,23 @@
   my $mtime = (stat("status.txt"))[9];
   my $updated = strftime("%a %d-%b-%Y %H:%M", localtime($mtime));
   
  -my $major = 9;
  -
   my %id2host = (
  -'ixFB4' => 'dv1',
  -'ixFB5' => 'dv2',
  -'ixDL2' => 'dv5',
  -'ixDL3' => 'dv6',
  -'ixDLT' => 'dv19',
  -'ixRL9' => 'dv4',
  -'ixRA3' => 'dv23',
  -'ixSL8' => 'dv14',
  -'ixSL9' => 'dv17',
  -'ixSO9' => 'dv7',
  -'usSO8' => 'dv8',
  -'usSO9' => 'dv9',
  -'ixSOX' => 'dv16',
  -'usSO6' => 'dv13',
  +'ixFB4' => { -host => 'dv1',  -important => 1 },
  +'ixFB5' => { -host => 'dv2',  -important => 1 },
  +'ixDL2' => { -host => 'dv5',  -important => 0 },
  +'ixDL3' => { -host => 'dv6',  -important => 1 },
  +'ixDLT' => { -host => 'dv19', -important => 1 },
  +'ixRL9' => { -host => 'dv4',  -important => 0 },
  +'ixFC1' => { -host => 'dv22', -important => 1 },
  +'ixRE3' => { -host => 'dv23', -important => 1 },
  +'ixGL1' => { -host => 'dv18', -important => 0 },
  +'ixSL8' => { -host => 'dv14', -important => 0 },
  +'ixSL9' => { -host => 'dv17', -important => 1 },
  +'ixSO9' => { -host => 'dv7',  -important => 1 },
  +'usSO9' => { -host => 'dv9',  -important => 1 },
  +'usSO8' => { -host => 'dv8',  -important => 1 },
  +'ixSOX' => { -host => 'dv16', -important => 1 },
  +'usSO6' => { -host => 'dv13', -important => 0 },
   );
   
   my $io = new IO::File "\n";
   my $ishead = 1;
   my @hostlist = ();
  +my @idlist = ();
   my @arch = ();
   my $dst_last = "";
   my %doing = ();
  @@ -57,6 +58,7 @@
   my ($name, $version, $release, $dst, $rel) = @line[0..4];
   if ($ishead) {
   my @ids = @line[5..$#line];
  +@idlist = @ids;
   $ishead = 0;
   $O .= "\n";
   $O .= "Ok";
  @@ -67,15 +69,15 @@
   $O .= "$rel";
   foreach my $id (@ids) {
   $O .= "$id";
  -push(@hostlist, $id2host{$id});
  +push(@hostlist, $id2host{$id}->{-host});
   }
   $O .= "\n";
   foreach my $id (@ids) {
  -my $host = $id2host{$id};
  +my $host = $id2host{$id}->{-host};
   my $fn = (glob("status.log/processing.$host.*"))[0] || next;
   my $mtime = (stat($fn[0]))[9];
   #if ($mtime > time()-(10*60)) {
  -my $io = new IO::File "<$fn" || next;
  +my $io = new IO::File "<$fn" or next;
   $doing{$host} = <$io>;
   $doing{$host} =~ s|^\s*(\S+).*$|$1|s;
   $io->close;
  @@ -109,22 +111,22 @@
   
   if ($host eq "OK") {
   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -$L .= "";
  +$L .= "{-important} ? 
"f0f099" : "33")."\" align=center>";
   $L .= "" if ($#log >= 0);
   $L .= "";
   $L .= "" if ($#log >= 0);
   }
   else {
  -$L .= "";
  +$L .= "{-important} ? 
"99cc99" : "336633")."\" align=center>";
   $L .= "" if ($#log >= 0);
   $L .= "";
   $L .= "" if ($#log >= 0);
   }
   }
   elsif ($host eq "FAIL") {
  -$ok = 0 if ($n < $major);
  +$ok = 0 if ($id2host{$idlist[$n]}->{-important});
   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -$L .= "";
  +$L .= "{-important} ? "f0f099" : "33")."\" 
align=center>";
   $L .= "";
   $mtime_srpm = 
(stat("/e/openpkg/ftp/current/SRC/$nam

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

2004-02-21 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:   21-Feb-2004 20:20:52
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022119205200

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

  Log:
be accurate: we merged all changed up to 20040221 now

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.295.2.4 -r1.295.2.5 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  21 Feb 2004 19:15:23 -  1.295.2.4
  +++ openpkg-src/openpkg/openpkg.spec  21 Feb 2004 19:20:52 -  1.295.2.5
  @@ -140,7 +140,7 @@
   AutoReq:  no
   AutoReqProv:  no
   Provides: OpenPKG
  -Provides: openpkg = 20040218-20040218
  +Provides: openpkg = 20040221-20040221
   
   %description
   This is the bootstrap package for the RPM-based Unix Software
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/openpkg/ HISTORY lsync.8...

2004-02-21 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:   21-Feb-2004 20:15:24
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022119152300

  Added files:  (Branch: OPENPKG_2_0_SOLID)
openpkg-src/openpkg uuid.8 uuid.pod
  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/openpkg HISTORY lsync.8 man.sh openpkg.spec pod2man.sh
rc.8 rpm-config.8 rpmtool.8

  Log:
MFC: mass merge all recent changes

  Summary:
RevisionChanges Path
1.142.2.1   +4  -0  openpkg-src/openpkg/HISTORY
1.4.2.1 +2  -2  openpkg-src/openpkg/lsync.8
1.1.2.1 +111 -4 openpkg-src/openpkg/man.sh
1.295.2.4   +5  -0  openpkg-src/openpkg/openpkg.spec
1.3.2.1 +1  -0  openpkg-src/openpkg/pod2man.sh
1.3.2.1 +1  -1  openpkg-src/openpkg/rc.8
1.2.2.1 +1  -1  openpkg-src/openpkg/rpm-config.8
1.8.2.1 +1  -1  openpkg-src/openpkg/rpmtool.8
1.1.2.1 +252 -0 openpkg-src/openpkg/uuid.8
1.1.2.1 +168 -0 openpkg-src/openpkg/uuid.pod
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.142 -r1.142.2.1 HISTORY
  --- openpkg-src/openpkg/HISTORY   18 Feb 2004 10:05:25 -  1.142
  +++ openpkg-src/openpkg/HISTORY   21 Feb 2004 19:15:23 -  1.142.2.1
  @@ -2,6 +2,10 @@
   2004
   
   
  +20040221 written manual page for "openpkg uuid"
  +20040221 implemented "openpkg man" command for reading tool chain command manual 
pages
  +20040220 fix "openpkg rpm-config --version" output
  +20040220 cleanup displayed messages and do not display error message on failed 
commands
   20040218 upgraded to GNU shtool 2.0b1
   20040217 added -t|--tar option to *.sh scripts for convenient extracting embedded 
tarball
   20040217 provide /bin/rpm2cpio for convenience reasons
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/lsync.8
  
  $ cvs diff -u -r1.4 -r1.4.2.1 lsync.8
  --- openpkg-src/openpkg/lsync.8   21 Nov 2003 21:26:51 -  1.4
  +++ openpkg-src/openpkg/lsync.8   21 Feb 2004 19:15:23 -  1.4.2.1
  @@ -1,4 +1,4 @@
  -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
  +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
   .\"
   .\" Standard preamble:
   .\" 
  @@ -153,7 +153,7 @@
   \&\fIroot\fR/\fIpkgdir\fR/) by managing symbolic links in an access layer
   (located under \fIroot\fR/) corresponding to package installation
   files (found in \fIroot\fR/\fIpkgdir\fR/pkgname/subdir/) which need to be
  -collected in global directories (located under \fIroot\fR/subdir/). 
  +collected in global directories (located under \fIroot\fR/subdir/).
   .PP
   The purpose of this is that individual packages can be installed and
   deinstalled seperately without interfering with other packages while
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/man.sh
  
  $ cvs diff -u -r1.1 -r1.1.2.1 man.sh
  --- openpkg-src/openpkg/man.sh16 Feb 2004 21:06:51 -  1.1
  +++ openpkg-src/openpkg/man.sh21 Feb 2004 19:15:23 -  1.1.2.1
  @@ -1,9 +1,9 @@
   [EMAIL PROTECTED]@/lib/openpkg/bash
   ##
   ##  man -- OpenPKG Tool Chain "man" command
  -##  Copyright (c) 2004 The OpenPKG Project <http://www.openpkg.org/>
  -##  Copyright (c) 2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  -##  Copyright (c) 2004 Cable & Wireless <http://www.cw.com/>
  +##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -24,5 +24,112 @@
   ##  SUCH DAMAGE.
   ##
   
  -echo "FIXME: STILL NOT IMPLEMENTED"
  +#   configuration
  +prefix="@l_prefix@"
  +
  +#   minimum command line parsing
  +opt_h=no
  +while [ 1 ]; do
  +case "$1" in
  +-h | --help ) opt_h=yes; shift ;;
  +* ) break ;;
  +esac
  +done
  +if [ &qu

[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY lsync.8 man.sh openpkg.spe...

2004-02-21 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:   21-Feb-2004 20:11:35
  Branch: HEAD Handle: 2004022119113400

  Added files:
openpkg-src/openpkg uuid.8 uuid.pod
  Modified files:
openpkg-src/openpkg HISTORY lsync.8 man.sh openpkg.spec pod2man.sh
rc.8 rpm-config.8 rpmtool.8

  Log:
- written manual page for "openpkg uuid"
- implemented "openpkg man" command for reading tool chain command manual pages

  Summary:
RevisionChanges Path
1.145   +2  -0  openpkg-src/openpkg/HISTORY
1.5 +2  -2  openpkg-src/openpkg/lsync.8
1.2 +111 -4 openpkg-src/openpkg/man.sh
1.300   +6  -1  openpkg-src/openpkg/openpkg.spec
1.4 +1  -0  openpkg-src/openpkg/pod2man.sh
1.4 +1  -1  openpkg-src/openpkg/rc.8
1.3 +1  -1  openpkg-src/openpkg/rpm-config.8
1.9 +1  -1  openpkg-src/openpkg/rpmtool.8
1.1 +252 -0 openpkg-src/openpkg/uuid.8
1.1 +168 -0 openpkg-src/openpkg/uuid.pod
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.144 -r1.145 HISTORY
  --- openpkg-src/openpkg/HISTORY   20 Feb 2004 14:06:05 -  1.144
  +++ openpkg-src/openpkg/HISTORY   21 Feb 2004 19:11:34 -  1.145
  @@ -2,6 +2,8 @@
   2004
   
   
  +20040221 written manual page for "openpkg uuid"
  +20040221 implemented "openpkg man" command for reading tool chain command manual 
pages
   20040220 fix "openpkg rpm-config --version" output
   20040220 cleanup displayed messages and do not display error message on failed 
commands
   20040218 upgraded to GNU shtool 2.0b1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/lsync.8
  
  $ cvs diff -u -r1.4 -r1.5 lsync.8
  --- openpkg-src/openpkg/lsync.8   21 Nov 2003 21:26:51 -  1.4
  +++ openpkg-src/openpkg/lsync.8   21 Feb 2004 19:11:34 -  1.5
  @@ -1,4 +1,4 @@
  -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
  +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
   .\"
   .\" Standard preamble:
   .\" 
  @@ -153,7 +153,7 @@
   \&\fIroot\fR/\fIpkgdir\fR/) by managing symbolic links in an access layer
   (located under \fIroot\fR/) corresponding to package installation
   files (found in \fIroot\fR/\fIpkgdir\fR/pkgname/subdir/) which need to be
  -collected in global directories (located under \fIroot\fR/subdir/). 
  +collected in global directories (located under \fIroot\fR/subdir/).
   .PP
   The purpose of this is that individual packages can be installed and
   deinstalled seperately without interfering with other packages while
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/man.sh
  
  $ cvs diff -u -r1.1 -r1.2 man.sh
  --- openpkg-src/openpkg/man.sh16 Feb 2004 21:06:51 -  1.1
  +++ openpkg-src/openpkg/man.sh21 Feb 2004 19:11:34 -  1.2
  @@ -1,9 +1,9 @@
   [EMAIL PROTECTED]@/lib/openpkg/bash
   ##
   ##  man -- OpenPKG Tool Chain "man" command
  -##  Copyright (c) 2004 The OpenPKG Project <http://www.openpkg.org/>
  -##  Copyright (c) 2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  -##  Copyright (c) 2004 Cable & Wireless <http://www.cw.com/>
  +##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -24,5 +24,112 @@
   ##  SUCH DAMAGE.
   ##
   
  -echo "FIXME: STILL NOT IMPLEMENTED"
  +#   configuration
  +prefix="@l_prefix@"
  +
  +#   minimum command line parsing
  +opt_h=no
  +while [ 1 ]; do
  +case "$1" in
  +-h | --help ) opt_h=yes; shift ;;
  +* ) break ;;
  +esac
  +done
  +if [ ".$opt_h" = .yes ]; then
  +echo "openpkg:man:USAGE: openpkg man [--help] [] "
  +exit 0
  +fi
  +if [ $# -eq 1 ]; then
  +m

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

2004-02-21 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:   21-Feb-2004 20:00:42
  Branch: HEAD Handle: 2004022119004200

  Modified files:
openpkg-src/linkchecker linkchecker.spec

  Log:
upgrading package: linkchecker 1.12.0 -> 1.12.1

  Summary:
RevisionChanges Path
1.53+2  -2  openpkg-src/linkchecker/linkchecker.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/linkchecker/linkchecker.spec
  
  $ cvs diff -u -r1.52 -r1.53 linkchecker.spec
  --- openpkg-src/linkchecker/linkchecker.spec  7 Feb 2004 17:56:23 -   1.52
  +++ openpkg-src/linkchecker/linkchecker.spec  21 Feb 2004 19:00:42 -  1.53
  @@ -24,7 +24,7 @@
   ##
   
   #   package version
  -%define   V_linkchecker 1.12.0
  +%define   V_linkchecker 1.12.1
   %define   V_pydns   2.3.0
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Misc
   License:  GPL
   Version:  %{V_linkchecker}
  -Release:  20040207
  +Release:  20040221
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 19:55:04
  Branch: HEAD Handle: 2004022118550400

  Modified files:
openpkg-src/apache  apache.spec

  Log:
modifying package: apache-1.3.29 20040212 -> 20040221

  Summary:
RevisionChanges Path
1.212   +2  -2  openpkg-src/apache/apache.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.211 -r1.212 apache.spec
  --- openpkg-src/apache/apache.spec12 Feb 2004 19:05:19 -  1.211
  +++ openpkg-src/apache/apache.spec21 Feb 2004 18:55:04 -  1.212
  @@ -49,7 +49,7 @@
   %define   V_mod_access_referer 1.0.2
   %define   V_mod_roaming1.0.2
   %define   V_mod_relocate   1.0
  -%define   V_mod_security   1.7.4
  +%define   V_mod_security   1.7.5
   %define   V_mod_dosevasive 1.9
   %define   V_suphp  0.5
   
  @@ -64,7 +64,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20040212
  +Release:  20040221
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 19:53:35
  Branch: HEAD Handle: 2004022118533400

  Modified files:
openpkg-src/perl-dnsperl-dns.spec

  Log:
modifying package: perl-dns-5.8.3 20040218 -> 20040221

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dns/perl-dns.spec
  
  $ cvs diff -u -r1.10 -r1.11 perl-dns.spec
  --- openpkg-src/perl-dns/perl-dns.spec18 Feb 2004 11:00:48 -  1.10
  +++ openpkg-src/perl-dns/perl-dns.spec21 Feb 2004 18:53:34 -  1.11
  @@ -25,7 +25,7 @@
   
   #   versions of individual parts
   %define   V_perl  5.8.3
  -%define   V_net_dns   0.45
  +%define   V_net_dns   0.46
   
   #   package information
   Name: perl-dns
  @@ -38,7 +38,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040218
  +Release:  20040221
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/Net/Net-DNS-%{V_net_dns}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 19:53:04
  Branch: HEAD Handle: 2004022118530300

  Modified files:
openpkg-src/qdbmqdbm.spec

  Log:
upgrading package: qdbm 1.7.34 -> 1.8.0

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/qdbm/qdbm.spec
  
  $ cvs diff -u -r1.6 -r1.7 qdbm.spec
  --- openpkg-src/qdbm/qdbm.spec19 Feb 2004 19:06:32 -  1.6
  +++ openpkg-src/qdbm/qdbm.spec21 Feb 2004 18:53:03 -  1.7
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Database
   License:  LGPL
  -Version:  1.7.34
  -Release:  20040219
  +Version:  1.8.0
  +Release:  20040221
   
   #   list of sources
   Source0:  http://qdbm.sourceforge.net/qdbm-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-02-21 19:39)

2004-02-21 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-02-21 19:39
 Tracking Duration: 0:27:11 (H:M:S)
 Tracking Input:1016 sources (699 packages)
 Tracking Result:   970 up-to-date, 16 out-dated, 30 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 apache:mod_security   1.7.4 1.7.5
 delegate  8.9.1 8.9.2-pre1[1]
 ethereal  0.10.0a   0.10.1[2]
 kde-arts  1.1.4 1.1.5
 kde-base  3.1.4 3.1.5
 kde-libs  3.1.4 3.1.5
 linkchecker   1.12.01.12.1
 mozilla-mplayer   1.2   2.11
 perl-dns:Net-DNS  0.45  0.46
 petidomo  4.0b1 4.0b3 [3]
 qdbm  1.7.341.8.0
 rt3-0-8 3-0-9
 rt:locale-maketext-lexicon 0.34  0.35
 sav:ides  378   379   [4]
 scribus   1.1.4 1.1.5
 tcpreplay 1.4.6 2.0.1 [5]
 - - -
 [1] delegate: rse: just FYI: server hates fw & requires valid email
 [2] ethereal: rse: 0.10.1: missing files (.xpm) in distribution
 [3] petidomo: rse: 4.0b3 is broken
 [4] sav:ides: thl: vcheck url for tracking only; download url see spec, look for 
vdl-...dat in tarball
 [5] tcpreplay: rse: 1.4.6-2.0.1: FreeBSD: collect2: ld terminated with signal 11

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

 - - -
 Package   Old Version   Error
 - - -
 cocor 17connection failed or ti..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 glimpse   4.17.4latest version online [1]
 ifile 1.3.3 regex didn't match (p [2]
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 libsndfile1.0.6 regex didn't match (pro..
 lyx:xforms1.0   2nd regex didn't matc [3]
 lzop  1.01  regex didn't match (pro..
 majordomo 1.94.5connection failed or ti..
 max   7.4.2 regex didn't match (p [4]
 mirror2.9   connection failed or ti..
 mtools3.9.9 regex didn't match (pro..
 mutt151.5.6iconnection failed or ti..
 newsyslog 1.1   connection failed or ti..
 newt  0.51.6-2.1connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 patch:alpha   2.5.9 connection failed or ti..
 perl-www:SOAP-Lite0.60  latest version online l..
 pgp   6.5.8 connection failed or ti..
 postgresql7.4.1 1st connection failed o..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [5]
 unarj 2.65  latest version online l..
 unarj:patch   2.65-1latest version online l..
 vcheck1.2.1 regex didn't match (p [6]
 yodl  1.31.18   connection failed or ti..
 - - -
 [1] glimpse: rse: website still does not show latest version
 [2]

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

2004-02-21 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:   21-Feb-2004 18:56:15
  Branch: HEAD Handle: 2004022117561500

  Added files:
openpkg-src/spinspin.spec

  Log:
new package: spin 4.1.1 (Formal Concurrent System Verification)

  Summary:
RevisionChanges Path
1.1 +137 -0 openpkg-src/spin/spin.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/spin/spin.spec
  
  $ cvs diff -u -r0 -r1.1 spin.spec
  --- /dev/null 2004-02-21 18:56:15.0 +0100
  +++ spin.spec 2004-02-21 18:56:15.0 +0100
  @@ -0,0 +1,137 @@
  +##
  +##  spin.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.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_real  4.1.1
  +%define   V_dist  411
  +
  +#   package information
  +Name: spin
  +Summary:  Formal Concurrent System Verification
  +URL:  http://spinroot.com/
  +Vendor:   NASA & Bell Labs
  +Packager: The OpenPKG Project
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Language
  +License:  Freeware
  +Version:  %{V_real}
  +Release:  20040221
  +
  +#   package options
  +%option   with_x11  no
  +
  +#   list of sources
  +Source0:  http://spinroot.com/spin/Src/spin%{V_dist}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, bison
  +PreReq:   OpenPKG, openpkg >= 20040130
  +%if "%{with_x11}" == "yes"
  +PreReq:   tcl, tcl::with_x11 = yes, graphviz, gcc
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Spin is a popular software tool that can be used for the formal
  +verification of distributed software systems. Spin targets efficient
  +software verification, not hardware verification. Spin uses a high
  +level language to specify systems descriptions, called PROMELA (a
  +PROcess MEta LAnguage). Spin has been used to trace logical design
  +errors in distributed systems design, such as operating systems,
  +data communications protocols, switching systems, concurrent
  +algorithms, railway signaling protocols, etc. The tool checks the
  +logical consistency of a specification. It reports on deadlocks,
  +unspecified receptions, flags incompleteness, race conditions, and
  +unwarranted assumptions about the relative speeds of processes.
  +
  +%track
  +prog spin = {
  +version   = %{V_dist}
  +url   = http://spinroot.com/spin/Src/index.html
  +regex = spin(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -c
  +
  +%build
  +#   build spin
  +( cd Src%{V_real}
  +  #   detect extra CFLAGS to be added for system-specifics
  +  cflags="-DNXT -D_POSIX_SOURCE"
  +  case "%{l_platform -t}" in
  +  *-sunos* ) cflags="$cflags -DSOLARIS" ;;
  +  esac
  +  %{l_make} %{l_mflags} -f make_unix \
  +  CC="%{l_cc}" CFLAGS="%{l_cflags -O} $cflags" \
  +  YACC="%{l_prefix}/bin/bison -y"
  +) || exit $?
  +
  +%if "%{with_x11}" == "yes"
  +#  

[CVS] OpenPKG: openpkg-src/amanda/ amanda.conf amanda.disklist amanda....

2004-02-21 Thread Ralf S. Engelschall
ty medium
  +}
  +
  +define dumptype comp-user {
  +global
  +comment "Non-root partitions on reasonably fast machines"
  +compress client fast
  +priority medium
  +}
  +
  +define dumptype nocomp-user {
  +comp-user
  +comment "Non-root partitions on slow machines"
  +compress none
  +}
  +
  +define dumptype comp-root {
  +global
  +comment "Root partitions with compression"
  +compress client fast
  +priority low
  +}
  +
  +define dumptype nocomp-root {
  +comp-root
  +comment "Root partitions without compression"
  +compress none
  +}
  +
  +define dumptype comp-high {
  +global
  +comment "very important partitions on fast machines"
  +compress client best
  +priority high
  +}
  +
  +define dumptype nocomp-high {
  +comp-high
  +comment "very important partitions on slow machines"
  +compress none
  +}
  +
  +define dumptype nocomp-test {
  +global
  +comment "test dump without compression, no /etc/dumpdates recording"
  +compress none
  +record no
  +priority medium
  +}
  +
  +define dumptype comp-test {
  +nocomp-test
  +comment "test dump with compression, no /etc/dumpdates recording"
  +compress client fast
  +}
  +
  +# network interfaces
  +#
  +# These are referred to by the disklist file.  They define the attributes
  +# of the network interface that the remote machine is accessed through.
  +# Notes: - netusage above defines the attributes that are used when the
  +#  disklist entry doesn't specify otherwise.
  +#- the values below are only samples.
  +#- specifying an interface does not force the traffic to pass
  +#  through that interface.  Your OS routing tables do that.  This
  +#  is just a mechanism to stop Amanda trashing your network.
  +# Attributes are:
  +#use - bandwidth above which amanda won't start
  +#  backups using this interface.  Note that if
  +#  a single backup will take more than that,
  +#  amanda won't try to make it run slower!
  +
  +define interface local {
  +comment "a local disk"
  +use 1000 kbps
  +}
  +
  +define interface le0 {
  +comment "10 Mbps ethernet"
  +use 400 kbps
  +}
  +
  +# You may include other amanda configuration files, so you can share
  +# dumptypes, tapetypes and interface definitions among several
  +# configurations.
  +
  +#includefile "/usr/local/amanda.conf.main"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/amanda/amanda.disklist
  
  $ cvs diff -u -r0 -r1.1 amanda.disklist
  --- /dev/null 2004-02-21 17:12:31.0 +0100
  +++ amanda.disklist   2004-02-21 17:12:31.0 +0100
  @@ -0,0 +1,17 @@
  +# sample Amanda2 disklist file, derived from CS.UMD.EDU's disklist
  +#
  +# If your configuration is called, say, "DailySet1", then this file normally goes
  +# in @l_prefix@/etc/amanda/DailySet1/disklist.
  +#
  +# File format is:
  +#
  +#hostname diskdev dumptype [spindle [interface]]
  +#
  +# where the dumptypes are defined by you in amanda.conf or in-line.
  +
  +# At our site, root partitions have a different dumptype because they
  +# are of lower priority; they don't contain user data, and don't change
  +# much from the department prototype.  In a crunch, they can be left for
  +# last or skipped.
  +
  +#my.fqdn.com @l_prefix@/etc comp-user-tar
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/amanda/amanda.spec
  
  $ cvs diff -u -r0 -r1.1 amanda.spec
  --- /dev/null 2004-02-21 17:12:31.0 +0100
  +++ amanda.spec   2004-02-21 17:12:31.0 +0100
  @@ -0,0 +1,216 @@
  +##
  +##  amanda.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2004 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.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, B

[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/whoson/ whoson.spec

2004-02-21 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:   21-Feb-2004 16:35:15
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022115351400

  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/whoson  whoson.spec

  Log:
MFC: fix dependency

  Summary:
RevisionChanges Path
1.25.2.2+2  -2  openpkg-src/whoson/whoson.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/whoson/whoson.spec
  
  $ cvs diff -u -r1.25.2.1 -r1.25.2.2 whoson.spec
  --- openpkg-src/whoson/whoson.spec18 Feb 2004 14:52:23 -  1.25.2.1
  +++ openpkg-src/whoson/whoson.spec21 Feb 2004 15:35:14 -  1.25.2.2
  @@ -56,8 +56,8 @@
   PreReq:   fsl >= 1.2.0
   %endif
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-2.0.0
  +PreReq:   perl, perl-openpkg >= 5.8.3-2.0.0
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 16:34:50
  Branch: HEAD Handle: 2004022115345000

  Modified files:
openpkg-src/whoson  whoson.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.26+3  -3  openpkg-src/whoson/whoson.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/whoson/whoson.spec
  
  $ cvs diff -u -r1.25 -r1.26 whoson.spec
  --- openpkg-src/whoson/whoson.spec7 Feb 2004 17:59:53 -   1.25
  +++ openpkg-src/whoson/whoson.spec21 Feb 2004 15:34:50 -  1.26
  @@ -34,7 +34,7 @@
   Group:Mail
   License:  GPL
   Version:  2.03
  -Release:  20040207
  +Release:  20040221
   
   #   package options
   %option   with_fsl  yes
  @@ -56,8 +56,8 @@
   PreReq:   fsl >= 1.2.0
   %endif
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-20040126
  +PreReq:   perl, perl-openpkg >= 5.8.3-20040126
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/spread/ spread.spec

2004-02-21 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:   21-Feb-2004 16:33:55
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022115335400

  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/spread  spread.spec

  Log:
MFC: fix dependency

  Summary:
RevisionChanges Path
1.28.2.2+2  -2  openpkg-src/spread/spread.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/spread/spread.spec
  
  $ cvs diff -u -r1.28.2.1 -r1.28.2.2 spread.spec
  --- openpkg-src/spread/spread.spec18 Feb 2004 14:51:51 -  1.28.2.1
  +++ openpkg-src/spread/spread.spec21 Feb 2004 15:33:54 -  1.28.2.2
  @@ -49,8 +49,8 @@
   BuildPreReq:  OpenPKG, openpkg >= 2.0.0, gcc, flex, bison, sed, perl
   PreReq:   OpenPKG, openpkg >= 2.0.0
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-2.0.0
  +PreReq:   perl, perl-openpkg >= 5.8.3-2.0.0
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 16:33:27
  Branch: HEAD Handle: 2004022115332700

  Modified files:
openpkg-src/spread  spread.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.29+3  -3  openpkg-src/spread/spread.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/spread/spread.spec
  
  $ cvs diff -u -r1.28 -r1.29 spread.spec
  --- openpkg-src/spread/spread.spec3 Feb 2004 20:06:31 -   1.28
  +++ openpkg-src/spread/spread.spec21 Feb 2004 15:33:27 -  1.29
  @@ -34,7 +34,7 @@
   Group:Network
   License:  BSD-style
   Version:  3.17.1
  -Release:  20040203
  +Release:  20040221
   
   #   package options
   %option   with_perl   no
  @@ -49,8 +49,8 @@
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, flex, bison, sed, perl
   PreReq:   OpenPKG, openpkg >= 20040130
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-20040126
  +PreReq:   perl, perl-openpkg >= 5.8.3-20040126
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/aspell/ aspell.spec

2004-02-21 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:   21-Feb-2004 16:32:14
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022115321400

  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/aspell  aspell.spec

  Log:
MFC: fix dependency

  Summary:
RevisionChanges Path
1.29.2.2+2  -2  openpkg-src/aspell/aspell.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/aspell/aspell.spec
  
  $ cvs diff -u -r1.29.2.1 -r1.29.2.2 aspell.spec
  --- openpkg-src/aspell/aspell.spec18 Feb 2004 14:48:17 -  1.29.2.1
  +++ openpkg-src/aspell/aspell.spec21 Feb 2004 15:32:14 -  1.29.2.2
  @@ -58,8 +58,8 @@
   BuildPreReq:  OpenPKG, openpkg >= 2.0.0, gcc, ncurses
   PreReq:   OpenPKG, openpkg >= 2.0.0, ncurses, perl
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-2.0.0
  +PreReq:   perl, perl-openpkg >= 5.8.3-2.0.0
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 16:31:28
  Branch: HEAD Handle: 2004022115312800

  Modified files:
openpkg-src/aspell  aspell.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.30+3  -3  openpkg-src/aspell/aspell.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/aspell/aspell.spec
  
  $ cvs diff -u -r1.29 -r1.30 aspell.spec
  --- openpkg-src/aspell/aspell.spec13 Feb 2004 19:30:30 -  1.29
  +++ openpkg-src/aspell/aspell.spec21 Feb 2004 15:31:28 -  1.30
  @@ -40,7 +40,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_aspell}
  -Release:  20040213
  +Release:  20040221
   
   #   package options
   %option   with_perl  no
  @@ -58,8 +58,8 @@
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, ncurses
   PreReq:   OpenPKG, openpkg >= 20040130, ncurses, perl
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-20040126
  +PreReq:   perl, perl-openpkg >= 5.8.3-20040126
   %endif
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 16:29:34
  Branch: HEAD Handle: 2004022115293300

  Modified files:
openpkg-src/postgresql  postgresql.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.91+3  -3  openpkg-src/postgresql/postgresql.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.90 -r1.91 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec20 Feb 2004 12:56:37 -  1.90
  +++ openpkg-src/postgresql/postgresql.spec21 Feb 2004 15:29:33 -  1.91
  @@ -41,7 +41,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20040220
  +Release:  20040221
   
   #   package options
   %option   with_cxx  no
  @@ -68,8 +68,8 @@
   BuildPreReq:  readline, zlib, openssl, getopt
   PreReq:   readline, zlib, openssl, getopt
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-20040126
  +PreReq:   perl, perl-openpkg >= 5.8.3-20040126
   %endif
   %if "%{with_odbc}" == "yes"
   BuildPreReq:  unixodbc
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/postgresql/ postgresql.s...

2004-02-21 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:   21-Feb-2004 16:28:15
  Branch: OPENPKG_2_0_SOLIDHandle: 2004022115281400

  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/postgresql  postgresql.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.89.2.2+2  -2  openpkg-src/postgresql/postgresql.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.89.2.1 -r1.89.2.2 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec18 Feb 2004 14:51:13 -  
1.89.2.1
  +++ openpkg-src/postgresql/postgresql.spec21 Feb 2004 15:28:14 -  
1.89.2.2
  @@ -68,8 +68,8 @@
   BuildPreReq:  readline, zlib, openssl, getopt
   PreReq:   readline, zlib, openssl, getopt
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl, perl-openpkg >= 20040126
  -PreReq:   perl, perl-openpkg >= 20040126
  +BuildPreReq:  perl, perl-openpkg >= 5.8.3-2.0.0
  +PreReq:   perl, perl-openpkg >= 5.8.3-2.0.0
   %endif
   %if "%{with_odbc}" == "yes"
   BuildPreReq:  unixodbc
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/ todo.txt

2004-02-21 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-re   Date:   21-Feb-2004 09:48:40
  Branch: HEAD Handle: 2004022108484000

  Modified files:
openpkg-re  todo.txt

  Log:
update

  Summary:
RevisionChanges Path
1.190   +5  -3  openpkg-re/todo.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/todo.txt
  
  $ cvs diff -u -r1.189 -r1.190 todo.txt
  --- openpkg-re/todo.txt   20 Feb 2004 13:29:43 -  1.189
  +++ openpkg-re/todo.txt   21 Feb 2004 08:48:40 -  1.190
  @@ -38,18 +38,21 @@
 ---
   
 MUST HAVE
  -
  +- press release
  +- website update (including "openpkg in a box")
  +- make sure "openpkg:WARNING:" messages fit into 80 columns
  +- implement "openpkg man" command
   
 SHOULD HAVE:
   
   
 NICE TO HAVE:
   o rse: companion GNU shtool 2.0.0 (DONE FOR 2.1)
  -o rse: GCC 3.3.3? (DONE FOR 2.1)
   o speclint.pl to check %build for BUILDROOT removal (now possible as new 
perl-openpkg removed exceptions)
   o dig into problem where file conflicts are not detected
   o RPM bug: "plus in release" bug leads to double installations
   o RPM bug: "rpm alias" is broken and requires blanks instead of "=" on 
--opt=value arguments
  +  (was: popt cosmetics: shows --tag=XXX but expects --tag XXX (equal vs. space))
   o rse: simplify options (for tools, etc):
 - solution 1: remove all non-binary %options by replacing them
   with run-time decisions (config files, wrapper, etc.)
  @@ -70,7 +73,6 @@
   - boostrap should remember things from install time, i.e. did it
 create users? This is needed to decide whether or not the users
 must be erased on uninstall.
  -- popt cosmetics: shows --tag=XXX but expects --tag XXX (equal vs. space)
   - fix petidomo and resurrect rt.openpkg.org bug database
   - basic set of meta-xxx packages (concept not fully clear and using CURRENT 
doesn't hurt at all)
   - change sgml to use xmlcatmgr (>=3 dependent packages: docbook, 
openjade/opensp, ...)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/ openpkg-dev

2004-02-21 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-re   Date:   21-Feb-2004 09:35:18
  Branch: HEAD Handle: 2004022108351700

  Modified files:
openpkg-re  openpkg-dev

  Log:
fix 'opd peek' and TMPDIR handling

  Summary:
RevisionChanges Path
1.159   +2  -2  openpkg-re/openpkg-dev
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/openpkg-dev
  
  $ cvs diff -u -r1.158 -r1.159 openpkg-dev
  --- openpkg-re/openpkg-dev18 Feb 2004 11:25:49 -  1.158
  +++ openpkg-re/openpkg-dev21 Feb 2004 08:35:17 -  1.159
  @@ -222,7 +222,7 @@
   rpm () {
   getrpmcmd $E
   if [ ".${RPMCMD}" != . ]; then
  -HOME=${OPENPKG_WORK} command ${RPMCMD} "$@"
  +eval "HOME=\${OPENPKG_WORK} command ${RPMCMD} \"[EMAIL PROTECTED]""
   else
   echo "$0:ERROR: no openpkg rpm found in instance \"${E}\""
   return 1
  @@ -880,7 +880,7 @@
   fi
   
   #   pass-through environment
  -export TMPDIR="/tmp"
  +export TMPDIR="${TMPDIR-/tmp}"
   
   #   self destruction
   rm ${OPENPKG_WORK}/.bashrc
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:31:06
  Branch: HEAD Handle: 2004022108310500

  Modified files:
openpkg-src/subversion  subversion.spec

  Log:
upgrading package: subversion 0.37.0 -> 1.0.0b1

  Summary:
RevisionChanges Path
1.43+9  -5  openpkg-src/subversion/subversion.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  
  $ cvs diff -u -r1.42 -r1.43 subversion.spec
  --- openpkg-src/subversion/subversion.spec7 Feb 2004 17:59:03 -   1.42
  +++ openpkg-src/subversion/subversion.spec21 Feb 2004 08:31:05 -  1.43
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_dist   1.0.0-beta1
  +%define   V_opkg   1.0.0b1
  +
   #   package information
   Name: subversion
   Summary:  Source Revision Control System
  @@ -33,14 +37,14 @@
   Class:PLUS
   Group:SCM
   License:  Apache/BSD
  -Version:  0.37.0
  -Release:  20040207
  +Version:  %{V_opkg}
  +Release:  20040221
   
   #   package options
   %option   with_cvs2svn  no
   
   #   list of sources
  -Source0:  http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
  +Source0:  http://subversion.tigris.org/tarballs/subversion-%{V_dist}.tar.gz
   Source1:  http://svnbook.red-bean.com/book.pdf
   Source2:  rc.subversion
   
  @@ -65,13 +69,13 @@
   
   %track
   prog subversion = {
  -version   = %{version}
  +version   = %{V_dist}
   url   = 
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
   regex = subversion-(__VER__)\.tar\.gz
   }
   
   %prep
  -%setup -q
  +%setup -q -n subversion-%{V_dist}
   
   %build
   #   configure package
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:23:30
  Branch: HEAD Handle: 2004022108233000

  Modified files:
openpkg-src/apache2 apache2.spec

  Log:
do not remove crap because it is actually required

  Summary:
RevisionChanges Path
1.40+1  -2  openpkg-src/apache2/apache2.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache2/apache2.spec
  
  $ cvs diff -u -r1.39 -r1.40 apache2.spec
  --- openpkg-src/apache2/apache2.spec  7 Feb 2004 20:58:57 -   1.39
  +++ openpkg-src/apache2/apache2.spec  21 Feb 2004 08:23:30 -  1.40
  @@ -34,7 +34,7 @@
   Group:Web
   License:  ASF
   Version:  2.0.48
  -Release:  20040207
  +Release:  20040221
   
   #   list of sources
   Source0:  http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
  @@ -103,7 +103,6 @@
   %{SOURCE rc.apache2} \
   $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/sbin/envvars*
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
   '%config %{l_prefix}/etc/apache2/*'
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:21:55
  Branch: HEAD Handle: 2004022108215400

  Modified files:
openpkg-src/gqview  gqview.spec

  Log:
upgrading package: gqview 1.3.9 -> 1.4.0

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gqview/gqview.spec
  
  $ cvs diff -u -r1.10 -r1.11 gqview.spec
  --- openpkg-src/gqview/gqview.spec4 Feb 2004 19:04:44 -   1.10
  +++ openpkg-src/gqview/gqview.spec21 Feb 2004 08:21:54 -  1.11
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Graphics
   License:  GPL
  -Version:  1.3.9
  -Release:  20040204
  +Version:  1.4.0
  +Release:  20040221
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:21:49
  Branch: HEAD Handle: 2004022108214900

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

  Log:
modifying package: perl-util-5.8.3 20040220 -> 20040221

  Summary:
RevisionChanges Path
1.109   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.108 -r1.109 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  20 Feb 2004 19:13:35 -  1.108
  +++ openpkg-src/perl-util/perl-util.spec  21 Feb 2004 08:21:49 -  1.109
  @@ -47,7 +47,7 @@
   %define   V_test 1.24
   %define   V_test_harness 2.40
   %define   V_test_inline  0.16
  -%define   V_test_manifest0.92
  +%define   V_test_manifest0.93
   %define   V_test_simple  0.47
   
   #   package information
  @@ -61,7 +61,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040220
  +Release:  20040221
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:21:37
  Branch: HEAD Handle: 2004022108213700

  Modified files:
openpkg-src/gcrypt  gcrypt.spec

  Log:
upgrading package: gcrypt 1.1.91 -> 1.1.92

  Summary:
RevisionChanges Path
1.30+2  -2  openpkg-src/gcrypt/gcrypt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcrypt/gcrypt.spec
  
  $ cvs diff -u -r1.29 -r1.30 gcrypt.spec
  --- openpkg-src/gcrypt/gcrypt.spec7 Feb 2004 17:54:59 -   1.29
  +++ openpkg-src/gcrypt/gcrypt.spec21 Feb 2004 08:21:37 -  1.30
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  1.1.91
  -Release:  20040207
  +Version:  1.1.92
  +Release:  20040221
   
   #   list of sources
   Source0:  ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:20:47
  Branch: HEAD Handle: 2004022108204700

  Modified files:
openpkg-src/multitail   multitail.spec

  Log:
upgrading package: multitail 3.1.0 -> 3.1.1

  Summary:
RevisionChanges Path
1.45+3  -3  openpkg-src/multitail/multitail.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/multitail/multitail.spec
  
  $ cvs diff -u -r1.44 -r1.45 multitail.spec
  --- openpkg-src/multitail/multitail.spec  17 Feb 2004 19:39:01 -  1.44
  +++ openpkg-src/multitail/multitail.spec  21 Feb 2004 08:20:47 -  1.45
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Terminal
   License:  GPL
  -Version:  3.1.0
  -Release:  20040217
  +Version:  3.1.1
  +Release:  20040221
   
   #   list of sources
   Source0:  http://www.vanheusden.com/multitail/multitail-%{version}.tgz
  @@ -72,7 +72,7 @@
   esac
   %{l_make} %{l_mflags} \
   CC="%{l_cc}" \
  -CFLAGS="%{l_cflags -O} %{l_cppflags ncurses}" \
  +CFLAGS="%{l_cflags -O} %{l_cppflags ncurses} -DVERSION=\\\"%{version}\\\"" \
   LDFLAGS="%{l_ldflags} $libs"
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:10:59
  Branch: HEAD Handle: 2004022108105800

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 6.2.279 -> 6.2.285

  Summary:
RevisionChanges Path
1.280   +8  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.279 -r1.280 vim.spec
  --- openpkg-src/vim/vim.spec  19 Feb 2004 19:12:11 -  1.279
  +++ openpkg-src/vim/vim.spec  21 Feb 2004 08:10:58 -  1.280
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_vl  6.2
   %define   V_vs  62
  -%define   V_pl  279
  +%define   V_pl  285
   
   #   package information
   Name: vim
  @@ -39,7 +39,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20040219
  +Release:  20040221
   
   #   package options
   %option   with_x11no
  @@ -334,6 +334,12 @@
   Patch277: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.277
   Patch278: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.278
   Patch279: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.279
  +Patch280: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.280
  +Patch281: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.281
  +Patch282: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.282
  +Patch283: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.283
  +Patch284: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.284
  +Patch285: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.285
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-02-21 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:   21-Feb-2004 09:09:03
  Branch: HEAD Handle: 2004022108090300

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

  Log:
upgrading package: rwhoisd 1.5.7.4 -> 1.5.9

  Summary:
RevisionChanges Path
1.3 +20 -0  openpkg-src/rwhoisd/rwhoisd.patch
1.7 +2  -2  openpkg-src/rwhoisd/rwhoisd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rwhoisd/rwhoisd.patch
  
  $ cvs diff -u -r1.2 -r1.3 rwhoisd.patch
  --- openpkg-src/rwhoisd/rwhoisd.patch 8 Jan 2004 20:32:53 -   1.2
  +++ openpkg-src/rwhoisd/rwhoisd.patch 21 Feb 2004 08:09:03 -  1.3
  @@ -100,3 +100,23 @@

# pgp-keyring-path: the path to the directory containing the pgp
# public and private keyrings (pubring.pgp, secring.pgp, etc).
  +Index: tools/rwhois_repack/Makefile.in
  +--- tools/rwhois_repack/Makefile.in.orig 2004-02-04 18:14:15.0 +0100
   tools/rwhois_repack/Makefile.in  2004-02-21 09:07:46.0 +0100
  +@@ -52,12 +52,12 @@
  + # procedural
  + 
  + install:
  +-if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi
  +-if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
  +-$(INSTALL) rwhois_repack $(bindir)
  ++if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir $(DESTDIR)$(exec_prefix); fi
  ++if [ ! -d $(DESTDIR)$(bindir) ]; then mkdir $(DESTDIR)$(bindir); fi
  ++$(INSTALL) rwhois_repack $(DESTDIR)$(bindir)
  + 
  + uninstall:
  +-$(RM) $(bindir)/rwhois_repack
  ++$(RM) $(DESTDIR)$(bindir)/rwhois_repack
  + 
  + clean:
  + rm -f *.o rwhois_repack
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rwhoisd/rwhoisd.spec
  
  $ cvs diff -u -r1.6 -r1.7 rwhoisd.spec
  --- openpkg-src/rwhoisd/rwhoisd.spec  7 Feb 2004 17:58:32 -   1.6
  +++ openpkg-src/rwhoisd/rwhoisd.spec  21 Feb 2004 08:09:03 -  1.7
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Network
   License:  GPL
  -Version:  1.5.7.4
  -Release:  20040207
  +Version:  1.5.9
  +Release:  20040221
   
   #   list of sources
   Source0:  http://www.rwhois.net/ftp/rwhoisd-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]