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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 19:32:10
  Branch: HEAD Handle: 2005050718320900

  Modified files:
openpkg-src/gift-openft gift-openft.spec

  Log:
upgrading package: gift-openft 0.2.1.5 -> 0.2.1.6

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/gift-openft/gift-openft.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gift-openft/gift-openft.spec
  
  $ cvs diff -u -r1.13 -r1.14 gift-openft.spec
  --- openpkg-src/gift-openft/gift-openft.spec  24 Mar 2005 11:18:55 -  
1.13
  +++ openpkg-src/gift-openft/gift-openft.spec  7 May 2005 17:32:09 -   
1.14
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Network
   License:  GPL
  -Version:  0.2.1.5
  -Release:  20050218
  +Version:  0.2.1.6
  +Release:  20050507
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/gift/gift-openft-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 19:31:05
  Branch: HEAD Handle: 2005050718310500

  Modified files:
openpkg-src/kwiki   kwiki.spec

  Log:
modifying package: kwiki-0.38 20050429 -> 20050507

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/kwiki/kwiki.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/kwiki/kwiki.spec
  
  $ cvs diff -u -r1.45 -r1.46 kwiki.spec
  --- openpkg-src/kwiki/kwiki.spec  29 Apr 2005 06:34:55 -  1.45
  +++ openpkg-src/kwiki/kwiki.spec  7 May 2005 17:31:05 -   1.46
  @@ -28,7 +28,7 @@
   %define   V_perl5.8.6
   %define   V_spoon   0.23
   %define   V_kwiki   0.38
  -%define   V_kwiki_modperl   0.06
  +%define   V_kwiki_modperl   0.07
   %define   V_kwiki_anchorlink0.03
   %define   V_kwiki_archive_rcs   0.15
   %define   V_kwiki_archive_cvs   0.102
  @@ -110,7 +110,7 @@
   Group:Web
   License:  GPL/Artistic
   Version:  %{V_kwiki}
  -Release:  20050429
  +Release:  20050507
   
   #   list of sources
   Source0:  
http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{V_spoon}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/csp/ csp.patch.cvs

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 12:27:50
  Branch: HEAD Handle: 2005050711274900

  Modified files:
openpkg-src/csp csp.patch.cvs

  Log:
fix 'revoke' command

  Summary:
RevisionChanges Path
1.2 +1  -1  openpkg-src/csp/csp.patch.cvs
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/csp/csp.patch.cvs
  
  $ cvs diff -u -r1.1 -r1.2 csp.patch.cvs
  --- openpkg-src/csp/csp.patch.cvs 6 May 2005 19:54:11 -   1.1
  +++ openpkg-src/csp/csp.patch.cvs 7 May 2005 10:27:49 -   1.2
  @@ -941,7 +941,7 @@
   -"-text -in $certfile -noout -nameopt RFC2253",
   -{noconfig=>1,verbose=>1})->closeok();
   +
  -+print $self->{csp}->{openssl}->
  ++print $self->{openssl}->
   +  cmd('x509',
   +  "-text -in $certfile -noout -nameopt RFC2253",
   +  {noconfig=>1,verbose=>1});
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 12:18:06
  Branch: HEAD Handle: 2005050711180600

  Added files:
openpkg-src/cryptlibcryptlib.spec

  Log:
new package: cryptlib 3.2 (Cryptography Library)

  Summary:
RevisionChanges Path
1.1 +105 -0 openpkg-src/cryptlib/cryptlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/cryptlib/cryptlib.spec
  
  $ cvs diff -u -r0 -r1.1 cryptlib.spec
  --- /dev/null 2005-05-07 12:15:05 +0200
  +++ cryptlib.spec 2005-05-07 12:18:06 +0200
  @@ -0,0 +1,105 @@
  +##
  +##  cryptlib.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package version
  +%define   V_full 3.2
  +%define   V_comp 32
  +
  +#   package information
  +Name: cryptlib
  +Summary:  Cryptography Library
  +URL:  http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
  +Vendor:   Peter Gutmann
  +Packager: OpenPKG
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Cryptography
  +License:  MIT-style
  +Version:      %{V_full}
  +Release:  20050507
  +
  +#   list of sources
  +Source0:  ftp://ftp.franken.de/pub/crypt/cryptlib/cl%{V_comp}.zip
  +Source1:  ftp://ftp.franken.de/pub/crypt/cryptlib/manual.pdf
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, infozip, make, gcc
  +PreReq:   OpenPKG, openpkg >= 20040130
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +CryptLib is a powerful security toolkit which allows even
  +inexperienced crypto programmers to easily add encryption and
  +authentication services to their software. The high-level interface
  +provides anyone with the ability to add strong security capabilities
  +to an application in as little as half an hour, without needing
  +to know any of the low-level details which make the encryption
  +or authentication work. Because of this, cryptlib dramatically
  +reduces the cost involved in adding security to new or existing
  +applications. CryptLib provides a standardised interface to a number
  +of popular encryption algorithms, as well as providing a high-level
  +interface which hides most of the implementation details and
  +provides an operating-system-independent encoding method which makes
  +it easy to transfer secured data from one operating environment to
  +another.
  +
  +%track
  +prog cryptlib = {
  +version   = %{V_comp}
  +url   = ftp://ftp.franken.de/pub/crypt/cryptlib/
  +regex = cl(__VER__)\.zip
  +}
  +
  +%prep
  +%setup -q -c -T
  +%{l_prefix}/bin/unzip -q -x %{SOURCE0}
  +
  +%build
  +%{l_make} %{l_mflags} \
  +CC="%{l_cc} %{l_cflags -O}"
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/include \
  +$RPM_BUILD_ROOT%{l_prefix}/lib \
  +$RPM_BUILD_ROOT%{l_prefix}/share/cryptlib
  +%{l_shtool} install -c -m 644 \
  +cryptlib.h $RPM_BUILD_ROOT%{l_prefix}/include/
  +%{l_shtool} install -c -m 644 \
  +libcl.a $RPM_BUILD_ROOT%{l_prefix}/lib/libcryptlib.a
  +%{l_shto

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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 11:13:13
  Branch: HEAD Handle: 2005050710131300

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

  Log:
be even more smart and detect if the CSPHOME is the CWD

  Summary:
RevisionChanges Path
1.4 +12 -7  openpkg-src/csp/csp.patch
1.3 +1  -1  openpkg-src/csp/csp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/csp/csp.patch
  
  $ cvs diff -u -r1.3 -r1.4 csp.patch
  --- openpkg-src/csp/csp.patch 6 May 2005 19:54:11 -   1.3
  +++ openpkg-src/csp/csp.patch 7 May 2005 09:13:13 -   1.4
  @@ -1,6 +1,6 @@
   Index: ca/etc/extensions.conf
   --- ca/etc/extensions.conf.orig  2001-05-28 13:04:20 +0200
  -+++ ca/etc/extensions.conf   2005-05-02 19:42:39 +0200
   ca/etc/extensions.conf   2005-05-07 09:35:30 +0200
   @@ -67,11 +67,10 @@
[certpolicy]

  @@ -16,20 +16,25 @@

   Index: csp
   --- csp.orig 2001-05-28 13:32:14 +0200
  -+++ csp  2005-05-02 19:41:28 +0200
  -@@ -1,6 +1,9 @@
   csp  2005-05-07 09:36:47 +0200
  +@@ -1,9 +1,14 @@
   -#!/usr/bin/perl
   [EMAIL PROTECTED]@/bin/perl

   -use lib './blib/lib';
  -+$ENV{OPENSSL} = '@l_prefix@/bin/openssl' if (not defined($ENV{OPENSSL}));
  -+$ENV{CSPHOME} = '@l_prefix@/var/csp/ca'  if (not defined($ENV{CSPHOME}));
  -+
   +use lib '@l_prefix@/libexec/csp';

use CSP;
use Getopt::Long;
  -@@ -120,6 +123,9 @@
  ++use Cwd;
  ++
  ++$ENV{CSPHOME} = getcwd() if (not defined($ENV{CSPHOME}) and 
-d "./csp");
  ++$ENV{CSPHOME} = '@l_prefix@/var/csp/ca'  if (not defined($ENV{CSPHOME}));
  ++$ENV{OPENSSL} = '@l_prefix@/bin/openssl' if (not defined($ENV{OPENSSL}));
  + 
  + sub list_csp
  +   {
  +@@ -120,6 +125,9 @@

my $home = $ENV{CSPHOME} || 'ca';

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/csp/csp.spec
  
  $ cvs diff -u -r1.2 -r1.3 csp.spec
  --- openpkg-src/csp/csp.spec  6 May 2005 19:54:11 -   1.2
  +++ openpkg-src/csp/csp.spec  7 May 2005 09:13:13 -   1.3
  @@ -33,7 +33,7 @@
   Group:    Cryptography
   License:  GPL
   Version:  0.26
  -Release:  20050506
  +Release:  20050507
   
   #   list of sources
   Source0:  ftp://ftp.it.su.se/pub/users/leifj/CSP-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 09:10:43
  Branch: HEAD Handle: 2005050708104300

  Modified files:
openpkg-src/mplayer mplayer.spec

  Log:
modifying package: mplayer-1.0pre7 20050502 -> 20050507

  Summary:
RevisionChanges Path
1.126   +2  -2  openpkg-src/mplayer/mplayer.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.spec
  
  $ cvs diff -u -r1.125 -r1.126 mplayer.spec
  --- openpkg-src/mplayer/mplayer.spec  2 May 2005 07:28:55 -   1.125
  +++ openpkg-src/mplayer/mplayer.spec  7 May 2005 07:10:43 -   1.126
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_mplayer 1.0pre7
   %define   V_blue1.4
  -%define   V_live2005.04.26
  +%define   V_live2005.05.05
   
   #   package information
   Name: mplayer
  @@ -38,7 +38,7 @@
   Group:Video
   License:  GPL and others
   Version:  %{V_mplayer}
  -Release:  20050502
  +Release:  20050507
   
   #   build options
   %option   with_guiyes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 09:09:12
  Branch: HEAD Handle: 2005050708091200

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.2.2.1 -> 6.2.2.2

  Summary:
RevisionChanges Path
1.261   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.260 -r1.261 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  30 Apr 2005 17:16:34 -  
1.260
  +++ openpkg-src/imagemagick/imagemagick.spec  7 May 2005 07:09:12 -   
1.261
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.2.2
  -%define   V_minor 1
  +%define   V_minor 2
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20050430
  +Release:  20050507
   
   #   package options
   %option   with_perl   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 09:06:08
  Branch: HEAD Handle: 2005050708060800

  Modified files:
openpkg-src/bogofilter  bogofilter.spec

  Log:
upgrading package: bogofilter 0.94.8 -> 0.94.9

  Summary:
RevisionChanges Path
1.84+2  -2  openpkg-src/bogofilter/bogofilter.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bogofilter/bogofilter.spec
  
  $ cvs diff -u -r1.83 -r1.84 bogofilter.spec
  --- openpkg-src/bogofilter/bogofilter.spec4 May 2005 05:09:44 -   
1.83
  +++ openpkg-src/bogofilter/bogofilter.spec7 May 2005 07:06:08 -   
1.84
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Text
   License:  GPL
  -Version:  0.94.8
  -Release:  20050504
  +Version:  0.94.9
  +Release:  20050507
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 09:06:07
  Branch: HEAD Handle: 2005050708060700

  Modified files:
openpkg-src/pound   pound.spec

  Log:
upgrading package: pound 1.8.3 -> 1.8.4

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/pound/pound.spec
  
  $ cvs diff -u -r1.29 -r1.30 pound.spec
  --- openpkg-src/pound/pound.spec  28 Apr 2005 10:20:27 -  1.29
  +++ openpkg-src/pound/pound.spec  7 May 2005 07:06:07 -   1.30
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Web
   License:  GPL
  -Version:  1.8.3
  -Release:  20050428
  +Version:  1.8.4
  +Release:  20050507
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_3_SOLID: openpkg-src/sasl/ sasl.spec

2005-05-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-May-2005 09:00:20
  Branch: OPENPKG_2_3_SOLIDHandle: 2005050708002000

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

  Log:
MFC: fixes for Berkeley-DB detection and linking

  Summary:
RevisionChanges Path
1.125.2.2   +6  -2  openpkg-src/sasl/sasl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.125.2.1 -r1.125.2.2 sasl.spec
  --- openpkg-src/sasl/sasl.spec21 Feb 2005 17:08:29 -  
1.125.2.1
  +++ openpkg-src/sasl/sasl.spec7 May 2005 07:00:20 -   
1.125.2.2
  @@ -34,7 +34,7 @@
   Group:Cryptography
   License:  BSD
   Version:  2.1.20
  -Release:  2.3.0
  +Release:  2.3.1
   
   #   package options
   %option   with_fslyes
  @@ -111,7 +111,7 @@
   %build
   #   disable some unwanted configure checks
   %{l_shtool} subst \
  --e 's;^ *for dbname in ;for dbname in db ;' \
  +-e 's;\(SASL_DB_UTILS="saslpasswd2 sasldblistusers2\);\1 
dbconverter-2;' \
   -e "s;javac;javac-xxx;g" \
   -e "s;javah;javah-xxx;g" \
   -e "s;javadoc;javadoc-xxx;g" \
  @@ -143,6 +143,9 @@
   %if "%{with_mysql}" == "yes"
   libs="$libs -lz -lm"
   %endif
  +case "%{l_platform -t}" in
  +*-sunos* ) libs="$libs -lrt" ;;
  +esac
   
   #   configure package
   CC="%{l_cc}" \
  @@ -228,6 +231,7 @@
   #   post adjustment: build utils against static library
   %{l_shtool} subst \
   -e 's;\(\$(CCLD)\);\1 -static;' \
  +-e 's;\(noinst.*=\) *dbconverter.*;\1;' \
   utils/Makefile
   
   #   post adjustment: fix OpenLDAP support
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org