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

2005-12-06 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:   06-Dec-2005 22:34:24
  Branch: HEAD Handle: 2005120621342400

  Modified files:
openpkg-src/curlcurl.spec

  Log:
cURL is licensed under MIT-style

  Summary:
RevisionChanges Path
1.74+2  -2  openpkg-src/curl/curl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/curl/curl.spec
  
  $ cvs diff -u -r1.73 -r1.74 curl.spec
  --- openpkg-src/curl/curl.spec13 Oct 2005 18:13:51 -  1.73
  +++ openpkg-src/curl/curl.spec6 Dec 2005 21:34:24 -   1.74
  @@ -31,9 +31,9 @@
   Distribution: OpenPKG
   Class:BASE
   Group:Web
  -License:  GPL
  +License:  MIT-style
   Version:  7.15.0
  -Release:  20051013
  +Release:  20051206
   
   #   package options
   %option   with_ssl   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 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:   06-Dec-2005 22:16:16
  Branch: HEAD Handle: 2005120621161500

  Modified files:
openpkg-src/opera   opera.spec

  Log:
support FreeBSD 6.0, too

  Summary:
RevisionChanges Path
1.27+4  -4  openpkg-src/opera/opera.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/opera/opera.spec
  
  $ cvs diff -u -r1.26 -r1.27 opera.spec
  --- openpkg-src/opera/opera.spec  23 Nov 2005 07:40:35 -  1.26
  +++ openpkg-src/opera/opera.spec  6 Dec 2005 21:16:15 -   1.27
  @@ -42,7 +42,7 @@
   Group:Web
   License:  Commercial
   Version:  %{V_openpkg}
  -Release:  20051123
  +Release:  20051206
   
   #   list of sources
   Source0:  
ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
  @@ -85,9 +85,9 @@
   %prep
   %setup -q -c -T
   case "%{l_platform -t}" in
  -i?86-freebsd[45]* ) src="%{SOURCE0}" ;;
  -i?86-linux2*  ) src="%{SOURCE1}" ;;
  -sun4?-sunos5* ) src="%{SOURCE2}" ;;
  +i?86-freebsd[456]* ) src="%{SOURCE0}" ;;
  +i?86-linux2*   ) src="%{SOURCE1}" ;;
  +sun4?-sunos5*  ) src="%{SOURCE2}" ;;
   * ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 
;;
   esac
   %{l_bzip2} -d -c $src | %{l_tar} xf -
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 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:   06-Dec-2005 22:12:12
  Branch: HEAD Handle: 2005120621121100

  Modified files:
openpkg-src/j2sej2se.spec

  Log:
support FreeBSD 6.0, too

  Summary:
RevisionChanges Path
1.63+3  -3  openpkg-src/j2se/j2se.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/j2se/j2se.spec
  
  $ cvs diff -u -r1.62 -r1.63 j2se.spec
  --- openpkg-src/j2se/j2se.spec3 Dec 2005 18:57:40 -   1.62
  +++ openpkg-src/j2se/j2se.spec6 Dec 2005 21:12:11 -   1.63
  @@ -40,7 +40,7 @@
   Group:Language
   License:  Commercial
   Version:  %{V_openpkg}
  -Release:  20051203
  +Release:  20051206
   
   #   package options
   %option   with_demo no
  @@ -105,7 +105,7 @@
   cryptfile="%{SOURCE jce_policy-%{V_sunsupp}.zip}"
   pkgdir="%{V_filesys}"
   case "%{l_platform -t}" in
  -i?86-linux2.[2-6]* | i?86-freebsd[45]* )
  +i?86-linux2.[2-6]* | i?86-freebsd[456]* )
   pkgfile1="%{SOURCE jdk-%{V_sunjava}-linux-i586.bin}"
   pkgdir="jdk%{V_filesys}"
   ;;
  @@ -137,7 +137,7 @@
   cd $RPM_BUILD_ROOT%{l_prefix}/libexec
   HOME=$RPM_BUILD_ROOT%{l_prefix}/libexec/j2se
   case "%{l_platform -t}" in
  -i?86-linux2.[2-6]* | i?86-freebsd[45]* )
  +i?86-linux2.[2-6]* | i?86-freebsd[456]* )
   echo "yes" | sh $pkgfile1 >COPYING.32
   ;;
   sun4u-sunos5.[6-9]* | sun4u-sunos5.10 )
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 15:33:13
  Branch: HEAD Handle: 2005120614331300

  Modified files:
openpkg-src/mimedefang  mimedefang.spec rc.mimedefang

  Log:
Added $mimedefang_flags to give the administrator a opportunitiy to
pass flags to the mimefang process

  Summary:
RevisionChanges Path
1.19+1  -1  openpkg-src/mimedefang/mimedefang.spec
1.4 +2  -1  openpkg-src/mimedefang/rc.mimedefang
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mimedefang/mimedefang.spec
  
  $ cvs diff -u -r1.18 -r1.19 mimedefang.spec
  --- openpkg-src/mimedefang/mimedefang.spec4 Nov 2005 19:34:51 -   
1.18
  +++ openpkg-src/mimedefang/mimedefang.spec6 Dec 2005 14:33:13 -   
1.19
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  2.54
  -Release:  20051104
  +Release:  20051206
   
   #   package options
   %option   with_clamavno
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mimedefang/rc.mimedefang
  
  $ cvs diff -u -r1.3 -r1.4 rc.mimedefang
  --- openpkg-src/mimedefang/rc.mimedefang  3 Oct 2004 17:01:07 -   
1.3
  +++ openpkg-src/mimedefang/rc.mimedefang  6 Dec 2005 14:33:13 -   
1.4
  @@ -5,6 +5,7 @@
   
   %config
   mimedefang_enable="$openpkg_rc_def"
  +mimedefang_flags="-X"
   mimedefang_filter="@l_prefix@/etc/mimedefang/mimedefang-filter"
   
mimedefang_mx_socket="@l_prefix@/var/mimedefang/mimedefang-multiplexor.sock"
   mimedefang_socket="@l_prefix@/var/mimedefang/mimedefang.sock"
  @@ -66,7 +67,7 @@
   -P $mimedefang_pidfile \
   -m $mimedefang_mx_socket \
   -p $mimedefang_socket \
  --X
  +$mimedefang_flags
   
   %stop -u @l_rusr@
   rcService mimedefang enable yes || exit 0
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 14:00:00
  Branch: HEAD Handle: 200512061300

  Modified files:
openpkg-src/qdbmqdbm.spec

  Log:
upgrading package: qdbm 1.8.34 -> 1.8.35

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/qdbm/qdbm.spec
  
  $ cvs diff -u -r1.44 -r1.45 qdbm.spec
  --- openpkg-src/qdbm/qdbm.spec22 Nov 2005 08:17:27 -  1.44
  +++ openpkg-src/qdbm/qdbm.spec6 Dec 2005 13:00:00 -   1.45
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Database
   License:  LGPL
  -Version:  1.8.34
  -Release:  20051122
  +Version:  1.8.35
  +Release:  20051206
   
   #   list of sources
   Source0:  http://qdbm.sourceforge.net/qdbm-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 13:59:43
  Branch: HEAD Handle: 2005120612594200

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

  Log:
modifying package: perl-conv-5.8.7 20050603 -> 20051206

  Summary:
RevisionChanges Path
1.39+2  -2  openpkg-src/perl-conv/perl-conv.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-conv/perl-conv.spec
  
  $ cvs diff -u -r1.38 -r1.39 perl-conv.spec
  --- openpkg-src/perl-conv/perl-conv.spec  3 Jun 2005 07:04:35 -   
1.38
  +++ openpkg-src/perl-conv/perl-conv.spec  6 Dec 2005 12:59:42 -   
1.39
  @@ -29,7 +29,7 @@
   %define   V_convert_ebcdic   0.06
   %define   V_convert_scalar   1.03
   %define   V_convert_units0.43
  -%define   V_convert_uulib1.051
  +%define   V_convert_uulib1.06
   %define   V_convert_tnef 0.17
   
   #   package information
  @@ -43,7 +43,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050603
  +Release:  20051206
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Convert/Convert-ASN1-%{V_convert_asn1}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 13:57:36
  Branch: HEAD Handle: 2005120612573600

  Modified files:
openpkg-src/sox sox.spec

  Log:
upgrading package: sox 12.17.8 -> 12.17.9

  Summary:
RevisionChanges Path
1.18+2  -2  openpkg-src/sox/sox.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sox/sox.spec
  
  $ cvs diff -u -r1.17 -r1.18 sox.spec
  --- openpkg-src/sox/sox.spec  16 Oct 2005 08:44:26 -  1.17
  +++ openpkg-src/sox/sox.spec  6 Dec 2005 12:57:36 -   1.18
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Audio
   License:  LGPL
  -Version:  12.17.8
  -Release:  20051016
  +Version:  12.17.9
  +Release:  20051206
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/sox/sox-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 13:56:21
  Branch: HEAD Handle: 2005120612562000

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

  Log:
modifying package: perl-locale-5.8.7 20051203 -> 20051206

  Summary:
RevisionChanges Path
1.56+2  -2  openpkg-src/perl-locale/perl-locale.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-locale/perl-locale.spec
  
  $ cvs diff -u -r1.55 -r1.56 perl-locale.spec
  --- openpkg-src/perl-locale/perl-locale.spec  3 Dec 2005 19:07:14 -   
1.55
  +++ openpkg-src/perl-locale/perl-locale.spec  6 Dec 2005 12:56:20 -   
1.56
  @@ -33,7 +33,7 @@
   %define   V_locale_po0.16
   %define   V_locale_maketext  1.10
   %define   V_locale_maketext_fuzzy0.02
  -%define   V_locale_maketext_lexicon  0.51
  +%define   V_locale_maketext_lexicon  0.53
   %define   V_locale_maketext_simple   0.12
   %define   V_locale_codes 2.07
   %define   V_locale_subcountry1.36
  @@ -50,7 +50,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20051203
  +Release:  20051206
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 13:52:44
  Branch: HEAD Handle: 2005120612524400

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

  Log:
modifying package: perl-ds-5.8.7 20051201 -> 20051206

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.117 -r1.118 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  1 Dec 2005 07:44:05 -   1.117
  +++ openpkg-src/perl-ds/perl-ds.spec  6 Dec 2005 12:52:44 -   1.118
  @@ -42,7 +42,7 @@
   %define   V_scalar_list_utils 1.18
   %define   V_heap  0.71
   %define   V_graph 0.68
  -%define   V_graph_easy0.33
  +%define   V_graph_easy0.34
   
   #   package information
   Name: perl-ds
  @@ -55,7 +55,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20051201
  +Release:  20051206
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 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:   06-Dec-2005 12:57:15
  Branch: HEAD Handle: 2005120611571400

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

  Log:
upgrade to OSSP uuid 1.3.2

  Summary:
RevisionChanges Path
1.304   +1  -0  openpkg-src/openpkg/HISTORY
1.458   +2  -2  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.303 -r1.304 HISTORY
  --- openpkg-src/openpkg/HISTORY   17 Oct 2005 20:29:19 -  1.303
  +++ openpkg-src/openpkg/HISTORY   6 Dec 2005 11:57:14 -   1.304
  @@ -2,6 +2,7 @@
   2005
   
   
  +20051206 upgrade to OSSP uuid 1.3.2
   20051017 cleanup the source tree by removing trailing blanks from HISTORY
   
   20051016  RELEASE AS PART OF OPENPKG 2.5.0 ***
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.457 -r1.458 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  17 Oct 2005 20:29:19 -  1.457
  +++ openpkg-src/openpkg/openpkg.spec  6 Dec 2005 11:57:14 -   1.458
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20051017
  +%define   V_openpkg  20051206
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -51,7 +51,7 @@
   %define   V_patch2.5.9
   %define   V_tar  1.15.1
   %define   V_bash 3.0
  -%define   V_uuid 1.3.1
  +%define   V_uuid 1.3.2
   %define   V_config   20051002
   
   #   package information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 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:   06-Dec-2005 12:55:11
  Branch: HEAD Handle: 2005120611551100

  Modified files:
openpkg-src/uuiduuid.spec

  Log:
upgrading package: uuid 1.3.1 -> 1.3.2

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/uuid/uuid.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/uuid/uuid.spec
  
  $ cvs diff -u -r1.28 -r1.29 uuid.spec
  --- openpkg-src/uuid/uuid.spec24 Sep 2005 10:38:53 -  1.28
  +++ openpkg-src/uuid/uuid.spec6 Dec 2005 11:55:11 -   1.29
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:System
   License:  MIT/X11-style
  -Version:  1.3.1
  -Release:  20050924
  +Version:  1.3.2
  +Release:  20051206
   
   #   package options
   %option   with_dce  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-06 Thread Steffen Weinreich
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Steffen Weinreich
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Dec-2005 12:54:16
  Branch: HEAD Handle: 2005120611541600

  Modified files:
openpkg-src/snmpsnmp.spec

  Log:
Added option with_mib_sendmail for the inclusion of mibII/mta_sendmail

  Summary:
RevisionChanges Path
1.80+11 -7  openpkg-src/snmp/snmp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/snmp.spec
  
  $ cvs diff -u -r1.79 -r1.80 snmp.spec
  --- openpkg-src/snmp/snmp.spec29 Nov 2005 22:09:02 -  1.79
  +++ openpkg-src/snmp/snmp.spec6 Dec 2005 11:54:16 -   1.80
  @@ -36,14 +36,15 @@
   Group:Network
   License:  BSD
   Version:  5.2.2
  -Release:  20051129
  +Release:  20051206
   
   #   package options
  -%option   with_fslyes
  -%option   with_perl   no
  -%option   with_mib_host   no
  -%option   with_mib_smux   no
  -%option   with_mib_tables no
  +%option   with_fsl  yes
  +%option   with_perl no
  +%option   with_mib_host no
  +%option   with_mib_smux no
  +%option   with_mib_tables   no
  +%option   with_mib_sendmail no
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
  @@ -138,6 +139,9 @@
   %if "%{with_mib_smux}" == "yes"
   mibs="$mibs smux"
   %endif
  +%if "%{with_mib_sendmail}" == "yes"
  +mibs="$mibs mibII/mta_sendmail"
  +%endif
   
   #   use correct libraries for platform
   case "%{l_platform -t}" in
  @@ -157,7 +161,7 @@
   --with-openssl=%{l_prefix} \
   --enable-silent-libtool \
   --disable-shared \
  -%if "%{with_mib_host}" == "yes" || "%{with_mib_smux}" == "yes"
  +%if "%{with_mib_host}" == "yes" || "%{with_mib_smux}" == "yes" || 
"%{with_mib_sendmail}" == "yes"
   --with-mib-modules="$mibs" \
   %endif
   %if "%{with_mib_tables}" == "no"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org