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

2003-02-10 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:   10-Feb-2003 11:22:03
  Branch: HEAD Handle: 2003021010220200

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

  Log:
remove calculation of relative path in APACI; performed under threat
of force only

  Summary:
RevisionChanges Path
1.2 +17 -0  openpkg-src/apache/apache.patch
1.115   +3  -1  openpkg-src/apache/apache.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.patch
  
  $ cvs diff -u -r0 -r1.2 apache.patch
  --- /dev/null 2003-02-10 11:22:03.0 +0100
  +++ apache.patch  2003-02-10 11:22:03.0 +0100
  @@ -0,0 +1,17 @@
  +--- apache_1.3.27/configure.orig Tue May 21 14:24:59 2002
   apache_1.3.27/configure  Mon Feb 10 11:08:40 2003
  +@@ -1216,10 +1216,10 @@
  + ##   or we cannot support the case where the relative
  + ##   path is just the emtpy one, i.e. ]
  + ##
  +-runtimedir_relative=`echo $runtimedir | sed -e s:^$prefix/*:: -e 's:\(.\)$:\1/:'`
  +-logfiledir_relative=`echo $logfiledir | sed -e s:^$prefix/*:: -e 's:\(.\)$:\1/:'`
  +-sysconfdir_relative=`echo $sysconfdir | sed -e s:^$prefix/*:: -e 's:\(.\)$:\1/:'`
  +-libexecdir_relative=`echo $libexecdir | sed -e s:^$prefix/*:: -e 's:\(.\)$:\1/:'`
  ++runtimedir_relative=$runtimedir/
  ++logfiledir_relative=$logfiledir/
  ++sysconfdir_relative=$sysconfdir/
  ++libexecdir_relative=$libexecdir/
  + 
  + ##
  + ##  check and debug
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.114 -r1.115 apache.spec
  --- openpkg-src/apache/apache.spec7 Feb 2003 17:19:42 -   1.114
  +++ openpkg-src/apache/apache.spec10 Feb 2003 10:22:02 -  1.115
  @@ -60,7 +60,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20030207
  +Release:  20030210
   
   #   package options (additionally used Apache modules; can be enabled without 
thinking)
   %option   with_mod_sslno
  @@ -169,6 +169,7 @@
   Source22: apache.vhost
   Source23: apache.pl
   Source24: rc.apache
  +Patch0:   apache.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -284,6 +285,7 @@
   %prep
   #   unpack Apache distribution
   %setup0 -q -c
  +%patch -p0
   
   #   unpack optional extension modules
   %if %{with_mod_ssl} == yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 12:25:20
  Branch: HEAD Handle: 2003021011251603

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

  Log:
upgrading package: geoip 1.1.4 - 1.1.5

  Summary:
RevisionChanges Path
1.24+1  -1  openpkg-re/vcheck/vc.geoip
1.25+2  -2  openpkg-src/geoip/geoip.spec
1.3247  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.geoip
  
  $ cvs diff -u -r1.23 -r1.24 vc.geoip
  --- openpkg-re/vcheck/vc.geoip30 Dec 2002 20:33:46 -  1.23
  +++ openpkg-re/vcheck/vc.geoip10 Feb 2003 11:25:16 -  1.24
  @@ -2,7 +2,7 @@
   }
   
   prog geoip = {
  -  version   = 1.1.4
  +  version   = 1.1.5
 url   = http://maxmind.com/download/geoip/api/c/
 regex = GeoIP-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/geoip/geoip.spec
  
  $ cvs diff -u -r1.24 -r1.25 geoip.spec
  --- openpkg-src/geoip/geoip.spec  3 Jan 2003 10:52:09 -   1.24
  +++ openpkg-src/geoip/geoip.spec  10 Feb 2003 11:25:19 -  1.25
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Network
   License:  GPL
  -Version:  1.1.4
  -Release:  20021230
  +Version:  1.1.5
  +Release:  20030210
   
   #   list of sources
   Source0:  http://www.maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3246 -r1.3247 news.txt
  --- openpkg-web/news.txt  9 Feb 2003 10:04:35 -   1.3246
  +++ openpkg-web/news.txt  10 Feb 2003 11:25:17 -  1.3247
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Pgeoip-1.1.5-20030210
   09-Feb-2003: New package: Pgnet-1.1.8-20030209
   09-Feb-2003: Upgraded package: Pgmime-2.0.1-20030209
   09-Feb-2003: Upgraded package: Pperl-util-20030209-20030209
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 12:34:18
  Branch: HEAD Handle: 2003021011341403

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

  Log:
upgrading package: mhonarc 2.5.14 - 2.6.0

  Summary:
RevisionChanges Path
1.8 +1  -1  openpkg-re/vcheck/vc.mhonarc
1.15+2  -2  openpkg-src/mhonarc/mhonarc.spec
1.3248  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.mhonarc
  
  $ cvs diff -u -r1.7 -r1.8 vc.mhonarc
  --- openpkg-re/vcheck/vc.mhonarc  22 Dec 2002 07:46:28 -  1.7
  +++ openpkg-re/vcheck/vc.mhonarc  10 Feb 2003 11:34:14 -  1.8
  @@ -2,7 +2,7 @@
   }
   
   prog mhonarc = {
  -  version   = 2.5.14
  +  version   = 2.6.0
 url   = http://www.mhonarc.org/tar/
 regex = MHonArc(__VER__).tar.bz2
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mhonarc/mhonarc.spec
  
  $ cvs diff -u -r1.14 -r1.15 mhonarc.spec
  --- openpkg-src/mhonarc/mhonarc.spec  17 Jan 2003 19:40:59 -  1.14
  +++ openpkg-src/mhonarc/mhonarc.spec  10 Feb 2003 11:34:17 -  1.15
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:Converter
   License:  GPL
  -Version:  2.5.14
  -Release:  20030117
  +Version:  2.6.0
  +Release:  20030210
   
   #   list of sources
   Source0:  http://www.mhonarc.org/tar/MHonArc%{version}.tar.bz2
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3247 -r1.3248 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 11:25:17 -  1.3247
  +++ openpkg-web/news.txt  10 Feb 2003 11:34:15 -  1.3248
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Pmhonarc-2.6.0-20030210
   10-Feb-2003: Upgraded package: Pgeoip-1.1.5-20030210
   09-Feb-2003: New package: Pgnet-1.1.8-20030209
   09-Feb-2003: Upgraded package: Pgmime-2.0.1-20030209
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck/ vc.nn openpkg-src/nn/ nn.spec openpk...

2003-02-10 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:   10-Feb-2003 13:24:28
  Branch: HEAD Handle: 2003021012242304

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

  Log:
upgrading package: nn 6.6.4 - 6.6.5

  Summary:
RevisionChanges Path
1.3 +1  -1  openpkg-re/vcheck/vc.nn
1.11+2  -2  openpkg-src/nn/nn.spec
1.3249  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.nn
  
  $ cvs diff -u -r1.2 -r1.3 vc.nn
  --- openpkg-re/vcheck/vc.nn   28 Jun 2002 07:35:39 -  1.2
  +++ openpkg-re/vcheck/vc.nn   10 Feb 2003 12:24:23 -  1.3
  @@ -2,7 +2,7 @@
   }
   
   prog nn = {
  -  version   = 6.6.4
  +  version   = 6.6.5
 url   = ftp://ftp.nndev.org/pub/nn-6.6/
 regex = nn-(__VER__)\.tar\.Z
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/nn/nn.spec
  
  $ cvs diff -u -r1.10 -r1.11 nn.spec
  --- openpkg-src/nn/nn.spec3 Jan 2003 10:53:35 -   1.10
  +++ openpkg-src/nn/nn.spec10 Feb 2003 12:24:27 -  1.11
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:News
   License:  BSD-style
  -Version:  6.6.4
  -Release:  20020821
  +Version:  6.6.5
  +Release:  20030210
   
   #   list of sources
   Source0:  ftp://ftp.nndev.org/pub/nn-6.6/nn-%{version}.tar.Z
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3248 -r1.3249 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 11:34:15 -  1.3248
  +++ openpkg-web/news.txt  10 Feb 2003 12:24:25 -  1.3249
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Pnn-6.6.5-20030210
   10-Feb-2003: Upgraded package: Pmhonarc-2.6.0-20030210
   10-Feb-2003: Upgraded package: Pgeoip-1.1.5-20030210
   09-Feb-2003: New package: Pgnet-1.1.8-20030209
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 13:27:58
  Branch: HEAD Handle: 2003021012275502

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

  Log:
Upgrading GDGraph 1.35 - 1.36

  Summary:
RevisionChanges Path
1.17+1  -1  openpkg-re/vcheck/vc.perl-gd
1.41+3  -3  openpkg-src/perl-gd/perl-gd.spec
1.3251  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.perl-gd
  
  $ cvs diff -u -r1.16 -r1.17 vc.perl-gd
  --- openpkg-re/vcheck/vc.perl-gd  5 Feb 2003 09:26:44 -   1.16
  +++ openpkg-re/vcheck/vc.perl-gd  10 Feb 2003 12:27:55 -  1.17
  @@ -27,7 +27,7 @@
 regex = GD-Barcode-(__VER__)\.tar\.gz
   }
   prog perl-gd:GDGraph = {
  -  version   = 1.35
  +  version   = 1.36
 url   = http://www.cpan.org/modules/by-module/GD/
 regex = GDGraph-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-gd/perl-gd.spec
  
  $ cvs diff -u -r1.40 -r1.41 perl-gd.spec
  --- openpkg-src/perl-gd/perl-gd.spec  5 Feb 2003 09:26:49 -   1.40
  +++ openpkg-src/perl-gd/perl-gd.spec  10 Feb 2003 12:27:57 -  1.41
  @@ -27,7 +27,7 @@
   %define   V_gd 2.06
   %define   V_gdtextutil 0.84
   %define   V_gdbarcode  1.13
  -%define   V_gdgraph1.35
  +%define   V_gdgraph1.36
   %define   V_gdgraph3d  0.56
   %define   V_gdgraphmap 1.05
   %define   V_chart  2.1
  @@ -44,8 +44,8 @@
   Distribution: OpenPKG [BASE]
   Group:Language
   License:  GPL/Artistic
  -Version:  20030205
  -Release:  20030205
  +Version:  20030210
  +Release:  20030210
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/GD/GD-%{V_gd}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3250 -r1.3251 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 12:27:24 -  1.3250
  +++ openpkg-web/news.txt  10 Feb 2003 12:27:56 -  1.3251
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Pperl-gd-20030210-20030210
   10-Feb-2003: Upgraded package: Poracle-20030210-20030210
   10-Feb-2003: Upgraded package: Papache-1.3.27-20030210
   10-Feb-2003: Upgraded package: Pnn-6.6.5-20030210
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 13:31:13
  Branch: HEAD Handle: 2003021012310903

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

  Log:
Upgrading libqxx 1.3.6 - 1.3.7

  Summary:
RevisionChanges Path
1.15+1  -1  openpkg-re/vcheck/vc.postgresql
1.43+2  -2  openpkg-src/postgresql/postgresql.spec
1.3252  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.postgresql
  
  $ cvs diff -u -r1.14 -r1.15 vc.postgresql
  --- openpkg-re/vcheck/vc.postgresql   4 Feb 2003 19:05:07 -   1.14
  +++ openpkg-re/vcheck/vc.postgresql   10 Feb 2003 12:31:09 -  1.15
  @@ -14,7 +14,7 @@
 regex = libpq\+\+-(__VER__)\.tar\.gz
   }
   prog postgresql:libpqxx = {
  -  version   = 1.3.6
  +  version   = 1.3.7
 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.42 -r1.43 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec5 Feb 2003 15:52:53 -   1.42
  +++ openpkg-src/postgresql/postgresql.spec10 Feb 2003 12:31:12 -  1.43
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_postgresql  7.3.2
   %define   V_libpqpp 4.0
  -%define   V_libpqxx 1.3.6
  +%define   V_libpqxx 1.3.7
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc7.2.5
   
  @@ -40,7 +40,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20030205
  +Release:  20030210
   
   #   package options
   %option   with_cxx  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3251 -r1.3252 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 12:27:56 -  1.3251
  +++ openpkg-web/news.txt  10 Feb 2003 12:31:10 -  1.3252
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030210
   10-Feb-2003: Upgraded package: Pperl-gd-20030210-20030210
   10-Feb-2003: Upgraded package: Poracle-20030210-20030210
   10-Feb-2003: Upgraded package: Papache-1.3.27-20030210
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 13:37:30
  Branch: HEAD Handle: 2003021012372604

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

  Log:
upgrading package: tidy 20030205 - 20030208

  Summary:
RevisionChanges Path
1.54+1  -1  openpkg-re/vcheck/vc.tidy
1.63+3  -3  openpkg-src/tidy/tidy.spec
1.3253  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.tidy
  
  $ cvs diff -u -r1.53 -r1.54 vc.tidy
  --- openpkg-re/vcheck/vc.tidy 7 Feb 2003 07:29:46 -   1.53
  +++ openpkg-re/vcheck/vc.tidy 10 Feb 2003 12:37:26 -  1.54
  @@ -2,7 +2,7 @@
   }
   
   prog tidy = {
  -  version   = 030205
  +  version   = 030208
 url   = http://tidy.sourceforge.net/src/
 regex = tidy_src_(__VER__)\.tgz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.62 -r1.63 tidy.spec
  --- openpkg-src/tidy/tidy.spec7 Feb 2003 07:29:47 -   1.62
  +++ openpkg-src/tidy/tidy.spec10 Feb 2003 12:37:30 -  1.63
  @@ -24,8 +24,8 @@
   ##
   
   #   package version
  -%define   V_here 20030205
  -%define   V_real 030205
  +%define   V_here 20030208
  +%define   V_real 030208
   
   #   package information
   Name: tidy
  @@ -37,7 +37,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_here}
  -Release:  20030207
  +Release:  20030210
   
   #   list of sources
   Source0:  http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3252 -r1.3253 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 12:31:10 -  1.3252
  +++ openpkg-web/news.txt  10 Feb 2003 12:37:28 -  1.3253
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Ptidy-20030208-20030210
   10-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030210
   10-Feb-2003: Upgraded package: Pperl-gd-20030210-20030210
   10-Feb-2003: Upgraded package: Poracle-20030210-20030210
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 13:50:44
  Branch: HEAD Handle: 2003021012504400

  Modified files:
openpkg-src/oracle  oracle.spec

  Log:
search for other library which exists in 8i and 9i

  Summary:
RevisionChanges Path
1.4 +4  -4  openpkg-src/oracle/oracle.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/oracle/oracle.spec
  
  $ cvs diff -u -r1.3 -r1.4 oracle.spec
  --- openpkg-src/oracle/oracle.spec10 Feb 2003 12:27:26 -  1.3
  +++ openpkg-src/oracle/oracle.spec10 Feb 2003 12:50:44 -  1.4
  @@ -195,10 +195,10 @@
   l_oracle_libdir=%{with_oracle_libdir}
   if [ .$l_oracle_libdir = .none ]; then
   for dir in $l_oracle_home/lib $l_oracle_home/*/lib; do
  -file=`find $dir -type f -name liboci.a -print 2/dev/null | head -1`
  +file=`find $dir -type f -name libsqlplus.a -print 2/dev/null | head 
-1`
   if [ .$file != . ]; then
   if [ -f $file ]; then
  -l_oracle_libdir=`echo $file | sed -e 's;/liboci.a$;;'`
  +l_oracle_libdir=`echo $file | sed -e 's;/libsqlplus.a$;;'`
   break
   fi
   fi
  @@ -216,8 +216,8 @@
  ) | %{l_rpmtool} msg -b -t error
  exit 1
   fi
  -if [ ! -f $l_oracle_libdir/liboci.a ]; then
  -   ( echo ORACLE C library directory \$l_oracle_libdir\ does not contain 
\liboci.a\ header.
  +if [ ! -f $l_oracle_libdir/libsqlplus.a ]; then
  +   ( echo ORACLE C library directory \$l_oracle_libdir\ does not contain 
\libsqlplus.a\ header.
echo Please provide correct path with option with_oracle_libdir.
  ) | %{l_rpmtool} msg -b -t error
  exit 1
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 13:59:17
  Branch: HEAD Handle: 2003021012591600

  Modified files:
openpkg-src/oracle  oracle.spec

  Log:
last attempt

  Summary:
RevisionChanges Path
1.5 +4  -4  openpkg-src/oracle/oracle.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/oracle/oracle.spec
  
  $ cvs diff -u -r1.4 -r1.5 oracle.spec
  --- openpkg-src/oracle/oracle.spec10 Feb 2003 12:50:44 -  1.4
  +++ openpkg-src/oracle/oracle.spec10 Feb 2003 12:59:16 -  1.5
  @@ -195,10 +195,10 @@
   l_oracle_libdir=%{with_oracle_libdir}
   if [ .$l_oracle_libdir = .none ]; then
   for dir in $l_oracle_home/lib $l_oracle_home/*/lib; do
  -file=`find $dir -type f -name libsqlplus.a -print 2/dev/null | head 
-1`
  +file=`find $dir -type f -name sysliblist -print 2/dev/null | head -1`
   if [ .$file != . ]; then
   if [ -f $file ]; then
  -l_oracle_libdir=`echo $file | sed -e 's;/libsqlplus.a$;;'`
  +l_oracle_libdir=`echo $file | sed -e 's;/sysliblist$;;'`
   break
   fi
   fi
  @@ -216,8 +216,8 @@
  ) | %{l_rpmtool} msg -b -t error
  exit 1
   fi
  -if [ ! -f $l_oracle_libdir/libsqlplus.a ]; then
  -   ( echo ORACLE C library directory \$l_oracle_libdir\ does not contain 
\libsqlplus.a\ header.
  +if [ ! -f $l_oracle_libdir/sysliblist ]; then
  +   ( echo ORACLE C library directory \$l_oracle_libdir\ does not contain 
\sysliblist\ file.
echo Please provide correct path with option with_oracle_libdir.
  ) | %{l_rpmtool} msg -b -t error
  exit 1
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 14:07:50
  Branch: HEAD Handle: 2003021013074900

  Modified files:
openpkg-src/apache  apache.spec

  Log:
add WDDX support, too

  Summary:
RevisionChanges Path
1.116   +4  -0  openpkg-src/apache/apache.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.115 -r1.116 apache.spec
  --- openpkg-src/apache/apache.spec10 Feb 2003 10:22:02 -  1.115
  +++ openpkg-src/apache/apache.spec10 Feb 2003 13:07:49 -  1.116
  @@ -107,6 +107,7 @@
   %option   with_mod_php_transsid   no
   %option   with_mod_php_curl   no
   %option   with_mod_php_mhash  no
  +%option   with_mod_php_wddx   no
   
   #   package options (optional PHP3 specific settings; requires with_mod_php3)
   %option   with_mod_php3_ftp   no
  @@ -504,6 +505,9 @@
 --with-dom=%{l_prefix} \
 --with-dom-xslt=%{l_prefix} \
 --with-dom-exslt=%{l_prefix} \
  +%endif
  +%if %{with_mod_php_dom} == yes
  +  --enable-wddx \
   %endif
   %if %{with_mod_php_bc} == yes
 --enable-bcmath \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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:   10-Feb-2003 15:54:03
  Branch: HEAD Handle: 2003021014540100

  Modified files:
openpkg-src/apache  apache.spec

  Log:
add better suexec support

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

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.116 -r1.117 apache.spec
  --- openpkg-src/apache/apache.spec10 Feb 2003 13:07:49 -  1.116
  +++ openpkg-src/apache/apache.spec10 Feb 2003 14:54:01 -  1.117
  @@ -62,6 +62,11 @@
   Version:  %{V_apache}
   Release:  20030210
   
  +#   package options (suexec related)
  +%option   with_suexec yes
  +%option   with_suexec_caller  %{l_nusr}
  +%option   with_suexec_userdir public_html
  +
   #   package options (additionally used Apache modules; can be enabled without 
thinking)
   %option   with_mod_sslno
   %option   with_mod_perl   no
  @@ -703,9 +708,13 @@
 --libexecdir=%{l_prefix}/lib/apache \
 --datadir=%{l_prefix}/share/apache \
 --localstatedir=%{l_prefix}/var/apache \
  +%if %{with_suexec} == yes
 --enable-suexec \
  -  --suexec-caller=%{l_nusr} \
  -  --suexec-userdir=.www \
  +  --suexec-caller=%{with_suexec_caller} \
  +  --suexec-userdir=%{with_suexec_userdir} \
  +%else
  +  --disable-suexec \
  +%endif
 --enable-module=most \
 --with-perl=%{l_prefix}/bin/perl \
   %if %{with_mod_ssl} == yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Feb-2003 16:00:20
  Branch: HEAD Handle: 2003021015001900

  Modified files:
openpkg-src/apache  apache.spec

  Log:
'--disable-suexec' does not work, simply skip it

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

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.117 -r1.118 apache.spec
  --- openpkg-src/apache/apache.spec10 Feb 2003 14:54:01 -  1.117
  +++ openpkg-src/apache/apache.spec10 Feb 2003 15:00:19 -  1.118
  @@ -712,8 +712,6 @@
 --enable-suexec \
 --suexec-caller=%{with_suexec_caller} \
 --suexec-userdir=%{with_suexec_userdir} \
  -%else
  -  --disable-suexec \
   %endif
 --enable-module=most \
 --with-perl=%{l_prefix}/bin/perl \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Feb-2003 16:07:33
  Branch: HEAD Handle: 2003021015073200

  Modified files:
openpkg-src/apache  apache.spec

  Log:
argh, damn suexec, go home ;-]

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

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.118 -r1.119 apache.spec
  --- openpkg-src/apache/apache.spec10 Feb 2003 15:00:19 -  1.118
  +++ openpkg-src/apache/apache.spec10 Feb 2003 15:07:32 -  1.119
  @@ -834,7 +834,9 @@
   #   determine installation tree files
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
  +%if %{with_suexec} == yes
   '%attr(4755,root,%{l_mgrp}) %{l_prefix}/sbin/suexec' \
  +%endif
   '%config %{l_prefix}/etc/apache/*' \
   %if %{with_mod_ssl} == yes
   '%config %{l_prefix}/etc/apache/ssl.crl/*.crl' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[OpenPKG] Version Tracking Report (2003-02-10 19:36)

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

 Reporting Time:2003-02-10 19:36
 Tracking Duration: 0:31:10 (H:M:S)
 Tracking Input:693 sources (463 packages)
 Tracking Result:   651 up-to-date, 10 out-dated, 32 error

 The following 10 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
 gcc33 20030203  20030210
 hevea 2002.09.172002.11.06[1]
 ifile 1.2.1 1.3.0
 libxml2.5.2 2.5.3
 libxslt   1.0.251.0.26
 perl-mail:MIME-Explode0.15  0.16
 perl-xml:RPC-XML  0.51  0.52
 sitecopy  0.11.40.12.0
 xerces-c  2.1.0 2_2_0
 - - -
 [1] hevea: rse: 2002.11.06 fails: Reference to unbound regexp name `as' at char 1009

 The following 32 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..
 cvsd  0.9.16connection failed or ti..
 dia   0.90  2nd connection failed o..
 dsh   0.23.6connection failed or ti..
 dsh:libdshconfig  0.20.8connection failed or ti..
 findutils 4.1.7 regex didn't match (p [1]
 freetype  2.1.3 connection failed or ti..
 freetype1 1.3.1 connection failed or ti..
 gdk-pixbuf0.19.0connection failed or ti..
 ghostscript   8.00  1st connection failed o..
 ghostscript:libpng1.2.5 1st connection failed o..
 ghostscript:zlib  1.1.4 1st connection failed o..
 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..
 lsof  4.66  connection failed or ti..
 mozilla   1.2.1 2nd connection failed o..
 nntpcache 3.0.1 connection failed or ti..
 ntp   4.1.1bconnection failed or ti..
 orbit22.5.1 2nd connection failed o..
 postgresql7.3.2 1st connection failed o..
 postgresql:psqlodbc   7.2.5 connection failed or ti..
 qt3.1.1 regex didn't match (pro..
 rxvt  2.7.9 regex didn't match (pro..
 scli  0.2.12connection failed or ti..
 siege 2.55  connection failed or ti..
 smtpfeed  1.18  connection failed or ti..
 xv3.10a connection failed or ti..
 - - -
 [1] findutils: rse: after re-organisation on gnu.org, it was not uploaded again

 The remaining 651 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/dmalloc/ dmalloc.spec openpkg-web/ news.txt

2003-02-10 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:   10-Feb-2003 20:43:02
  Branch: HEAD Handle: 2003021019425703

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

  Log:
install info page and example dmallocrc

  Summary:
RevisionChanges Path
1.21+13 -9  openpkg-src/dmalloc/dmalloc.spec
1.3254  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/dmalloc/dmalloc.spec
  
  $ cvs diff -u -r1.20 -r1.21 dmalloc.spec
  --- openpkg-src/dmalloc/dmalloc.spec  3 Jan 2003 10:51:42 -   1.20
  +++ openpkg-src/dmalloc/dmalloc.spec  10 Feb 2003 19:43:00 -  1.21
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  4.8.2
  -Release:  20020206
  +Release:  20030210
   
   #   list of sources
   Source0:  http://dmalloc.com/releases/dmalloc-%{version}.tgz
  @@ -47,13 +47,13 @@
   AutoReqProv:  no
   
   %description
  - The debug memory allocation (dmalloc) library has been designed as
  - a drop in replacement for the system's malloc, realloc, calloc,
  - free and other memory management routines while providing powerful
  - debugging facilities configurable at runtime. These facilities
  - include such things as memory-leak tracking, fence-post write
  - detection, file/line number reporting, and general logging of
  - statistics.
  +The debug memory allocation (dmalloc) library has been designed as
  +a drop in replacement for the system's malloc, realloc, calloc,
  +free and other memory management routines while providing powerful
  +debugging facilities configurable at runtime. These facilities
  +include such things as memory-leak tracking, fence-post write
  +detection, file/line number reporting, and general logging of
  +statistics.
   
   %prep
   %setup -q
  @@ -69,10 +69,14 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_make} %{l_mflags} install \
  +%{l_make} %{l_mflags} install installinfo \
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
   exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/share/dmalloc
  +%{l_shtool} install -c -m 644 \
  +dmallocrc $RPM_BUILD_ROOT%{l_prefix}/share/dmalloc/
   %{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.3253 -r1.3254 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 12:37:28 -  1.3253
  +++ openpkg-web/news.txt  10 Feb 2003 19:42:57 -  1.3254
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: Pdmalloc-4.8.2-20030210
   10-Feb-2003: Upgraded package: Ptidy-20030208-20030210
   10-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030210
   10-Feb-2003: Upgraded package: Pperl-gd-20030210-20030210
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2003-02-10 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 openpkg$ Date:   10-Feb-2003 21:09:46
  Branch: HEAD Handle: 2003021020093409

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

  Log:
new package: gcc33 3.3s20030210 (GNU Compiler Collection (3.3))

  Summary:
RevisionChanges Path
1.10+1  -1  openpkg-re/vcheck/vc.gcc33
1.16+3  -3  openpkg-src/gcc33/gcc33.spec
1.3255  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.gcc33
  
  $ cvs diff -u -r1.9 -r1.10 vc.gcc33
  --- openpkg-re/vcheck/vc.gcc333 Feb 2003 20:29:53 -   1.9
  +++ openpkg-re/vcheck/vc.gcc3310 Feb 2003 20:09:34 -  1.10
  @@ -2,7 +2,7 @@
   }
   
   prog gcc33 = {
  -  version   = 20030203
  +  version   = 20030210
 url   = ftp://gcc.gnu.org/pub/gcc/snapshots/
 regex = (\d+-\d+-\d+)
 url   = ftp://gcc.gnu.org/pub/gcc/snapshots/__NEWVER__/
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gcc33/gcc33.spec
  
  $ cvs diff -u -r1.15 -r1.16 gcc33.spec
  --- openpkg-src/gcc33/gcc33.spec  8 Feb 2003 15:29:53 -   1.15
  +++ openpkg-src/gcc33/gcc33.spec  10 Feb 2003 20:09:43 -  1.16
  @@ -26,8 +26,8 @@
   #   package versions
   %define   V_major_dot3.3
   %define   V_major_comp   33
  -%define   V_snap_dash2003-02-03
  -%define   V_snap_comp20030203
  +%define   V_snap_dash2003-02-10
  +%define   V_snap_comp20030210
   
   #   package information
   Name: gcc33
  @@ -39,7 +39,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major_dot}s%{V_snap_comp}
  -Release:  20030208
  +Release:  20030210
   
   #   package options
   %option   with_cxx   yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3254 -r1.3255 news.txt
  --- openpkg-web/news.txt  10 Feb 2003 19:42:57 -  1.3254
  +++ openpkg-web/news.txt  10 Feb 2003 20:09:39 -  1.3255
  @@ -1,3 +1,4 @@
  +10-Feb-2003: New package: Pgcc33-3.3s20030210-20030210
   10-Feb-2003: Upgraded package: Pdmalloc-4.8.2-20030210
   10-Feb-2003: Upgraded package: Ptidy-20030208-20030210
   10-Feb-2003: Upgraded package: Ppostgresql-7.3.2-20030210
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[OpenPKG] Version Tracking Report (2003-02-11 07:28)

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

 Reporting Time:2003-02-11 07:28
 Tracking Duration: 0:25:37 (H:M:S)
 Tracking Input:693 sources (463 packages)
 Tracking Result:   652 up-to-date, 13 out-dated, 28 error

 The following 13 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
 libxml2.5.2 2.5.3
 libxslt   1.0.251.0.26
 ntp   4.1.1b4.1.1c-rc1
 perl-gd:GDGraph   1.36  1.37
 perl-mail:MIME-Explode0.15  0.16
 perl-util:Class-Container 0.08  0.09
 perl-www:CGI.pm   2.890 2.900
 perl-xml:RPC-XML  0.51  0.52
 sitecopy  0.11.40.12.0
 xerces-c  2.1.0 2_2_0
 - - -
 [1] hevea: rse: 2002.11.06 fails: Reference to unbound regexp name `as' at char 1009

 The following 28 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..
 calc  2.11.6.3  connection failed or ti..
 dia   0.90  2nd connection failed o..
 doxygen   1.2.18connection failed or ti..
 dsh   0.23.6connection failed or ti..
 dsh:libdshconfig  0.20.8connection failed or ti..
 findutils 4.1.7 regex didn't match (p [1]
 freetype  2.1.3 connection failed or ti..
 freetype1 1.3.1 connection failed or ti..
 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..
 majordomo 1.94.5connection failed or ti..
 mozilla   1.2.1 2nd connection failed o..
 nntpcache 3.0.1 connection failed or ti..
 orbit22.5.1 2nd connection failed o..
 pinfo 0.6.6p1   connection failed or ti..
 qt3.1.1 regex didn't match (pro..
 rrdtool   1.0.40connection failed or ti..
 rxvt  2.7.9 regex didn't match (pro..
 siege 2.55  connection failed or ti..
 smtpfeed  1.18  connection failed or ti..
 xv3.10a connection failed or ti..
 - - -
 [1] findutils: rse: after re-organisation on gnu.org, it was not uploaded again

 The remaining 652 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]