[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods array-compare-pm.info, NONE, 1.1 bioperl-pm.info, 1.10, 1.11 bioperl-pm.patch, 1.3, 1.4 encode-pm.info, 1.4, 1.5 test-pod-pm.info, 1.1, 1.2 xml-node

2010-10-27 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24146

Modified Files:
bioperl-pm.info bioperl-pm.patch encode-pm.info 
test-pod-pm.info xml-node-pm.info xml-regexp-pm.info 
xml-sax-writer-pm.info xml-writer-pm.info 
Added Files:
array-compare-pm.info 
Log Message:
sync some stuff from unstable


Index: bioperl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/bioperl-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- bioperl-pm.info 2 Aug 2010 07:49:10 -   1.10
+++ bioperl-pm.info 28 Oct 2010 03:15:11 -  1.11
@@ -1,11 +1,16 @@
 Info2: <<
 Package: bioperl-pm%type_pkg[perl]
-Version: 1.5.2
-Revision: 4
+Version: 1.6.1
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24.12), 
module-build-pm%type_pkg[perl] (>= 0.2808)
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+BuildDepends: <<
+ perl%type_pkg[perl]-core, 
+ fink (>= 0.24.12), 
+ module-build-pm%type_pkg[perl] (>= 0.2808)
+<<
 Depends: <<
+ array-compare-pm%type_pkg[perl],
  clone-pm%type_pkg[perl] (>= 0.27),
  gd-pm%type_pkg[perl],
  gd-svg-pm%type_pkg[perl],
@@ -17,37 +22,41 @@
  set-scalar-pm,
  soap-lite-pm%type_pkg[perl],
  spreadsheet-parseexcel-pm%type_pkg[perl],
- svg-pm,
+ spreadsheet-writeexcel-pm (>= 2.37-3),
+ svg-pm (>= 2.26),
  test-harness-pm%type_pkg[perl] (>= 2.62),
  text-shellwords-pm,
  uri-pm%type_pkg[perl],
  xml-dom-pm%type_pkg[perl],
  xml-node-pm%type_pkg[perl],
  xml-parser-pm%type_pkg[perl], 
- xml-sax-pm%type_pkg[perl],
+ xml-sax-pm%type_pkg[perl] (>= 0.15),
  xml-sax-writer-pm%type_pkg[perl],
  xml-twig-pm%type_pkg[perl],
- xml-writer-pm
+ xml-writer-pm (>= 0.4)
 <<
 
-Source: http://www.bioperl.org/DIST/bioperl-%v_102.tar.bz2
-Source-MD5: 71f22246979ee5d6e19d547319962eea
+Source: http://www.bioperl.org/DIST/BioPerl-%v.tar.bz2
+Source-MD5: d629dbdb3efca353f8f52108f41c09e0
 Enhances: dbd-mysql-pm%type_pkg[perl]
-Replaces: bioperl-pm%type_pkg[perl] (<= 1.5.1)
-Conflicts: bioperl-pm%type_pkg[perl] (<= 1.5.1)
+Replaces: bioperl-pm%type_pkg[perl] (<= 1.6)
+Conflicts: bioperl-pm%type_pkg[perl] (<= 1.6)
 
-Type: perl (5.8.1 5.8.6 5.8.8)
-UpdatePOD: True
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 NoPerlTests: True
 PatchFile: %{ni}.patch
-PatchFile-MD5: dedabc9f2ed0373b70d25c7416a903b5
+PatchFile-MD5: bcae51236762287906a1248caa9c628a
 
 CompileScript: <<
 #!/bin/sh -ex
   exec 2>&1
   perlversion=%type_raw[perl]
-  eval "`perl$perlversion -V:archname`"
-  perl$perlversion Build.PL \
+  perlcmd="perl$perlversion"
+  if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [ "%m" != 
"powerpc" ]; then
+perlcmd="/usr/bin/arch -%m $perlcmd"
+  fi
+  eval "`$perlcmd -V:archname`"
+  $perlcmd Build.PL \
 --install_path arch=%i/lib/perl5/$perlversion/$archname \
 --install_path bin=%i/bin \
 --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
@@ -69,7 +78,7 @@
  mv %i/bin/*.pl %i/share/%n/scripts/
 <<
 
-DocFiles: Changes INSTALL README LICENSE PLATFORMS BUGS AUTHORS DEPENDENCIES
+DocFiles: AUTHORS Changes DEPENDENCIES INSTALL LICENSE README  
 Description: Perl module for molecular biology
 DescDetail: <<
  Bioperl is a package of public domain Perl tools for computational 
@@ -89,7 +98,7 @@
 Additional functionality for bioperl (eg for maintaining a local database) 
 can be obtained by installing the required perl modules before installing 
 bioperl-pm. See %p/share/doc/%n/DEPENDENCIES.
-Note that not all optional perl modules are available through fink.
+Note that not all optional perl modules are available for OS X.
 
 All examples, docs, etc can be found in %p/share/%n/
 << 

Index: encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/encode-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- encode-pm.info  23 Aug 2009 04:24:13 -  1.4
+++ encode-pm.info  28 Oct 2010 03:15:11 -  1.5
@@ -1,13 +1,13 @@
 Info2: <<
 Package: encode-pm%type_pkg[perl]
-Version: 2.25
+Version: 2.40
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
-Type: perl (5.8.1 5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_p

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods email-valid-pm.info, 1.9, 1.10 mailtools-pm.info, 1.9, 1.10

2010-10-27 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24091

Modified Files:
email-valid-pm.info mailtools-pm.info 
Log Message:
no -pm584 in stable


Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mailtools-pm.info   22 Oct 2010 20:59:27 -  1.9
+++ mailtools-pm.info   28 Oct 2010 03:14:36 -  1.10
@@ -5,7 +5,7 @@
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Description: Perl modules related to mail applications
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Benjamin Reed 
 

Index: email-valid-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/email-valid-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- email-valid-pm.info 22 Oct 2010 20:59:27 -  1.9
+++ email-valid-pm.info 28 Oct 2010 03:14:35 -  1.10
@@ -5,7 +5,7 @@
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Description: Determine if an email address is well-formed
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Benjamin Reed 
 


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo firefox3-10.4.info,1.19,1.20

2010-10-27 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13019

Modified Files:
firefox3-10.4.info 
Log Message:
upstream 3.6.12 -- something about critical vulnerability


Index: firefox3-10.4.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/firefox3-10.4.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- firefox3-10.4.info  26 Oct 2010 23:40:59 -  1.19
+++ firefox3-10.4.info  27 Oct 2010 22:56:26 -  1.20
@@ -1,6 +1,6 @@
 Info3: <<
 Package: firefox3
-Version: 3.6.11
+Version: 3.6.12
 Revision: 1
 Architecture: i386, powerpc
 Distribution: 10.4
@@ -53,7 +53,7 @@
 <<
 Source: 
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%v/source/firefox-%v.source.tar.bz2
 SourceDirectory: mozilla-1.9.2
-Source-MD5: f698dd0f8f145d84933a50f69662c8db
+Source-MD5: 80f4d83f23a7c45fc3f1904964ea2a5a
 PatchFile: %n.patch
 PatchFile-MD5: 7b4ee3e55fdee2caa3fb8b965ef1ed5e
 PatchScript: <<


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods compress-raw-lzma-pm.info, 1.9, 1.10

2010-10-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8116

Modified Files:
compress-raw-lzma-pm.info 
Log Message:
Need to use fink's patched test-harness for tests to run on 10.6/i386/pm5100.


Index: compress-raw-lzma-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/compress-raw-lzma-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- compress-raw-lzma-pm.info   27 Oct 2010 22:07:28 -  1.9
+++ compress-raw-lzma-pm.info   27 Oct 2010 22:30:32 -  1.10
@@ -39,4 +39,6 @@
   export LIBLZMA_LIB="%p/lib"
   %{default_script}
 <<
+
+InfoTest: TestDepends: test-harness-pm%type_pkg[perl] (>= 3.22-1)
 <<


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/games chocolate-doom.info, 1.3, 1.4 chocolate-doom.patch, 1.1, NONE

2010-10-27 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6867

Modified Files:
chocolate-doom.info 
Removed Files:
chocolate-doom.patch 
Log Message:
new version 1.3.0 version from tracker
https://sourceforge.net/tracker/?func=detail&aid=2975329&group_id=17203&atid=414256

--- chocolate-doom.patch DELETED ---

Index: chocolate-doom.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/chocolate-doom.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- chocolate-doom.info 21 Nov 2009 22:39:29 -  1.3
+++ chocolate-doom.info 27 Oct 2010 22:21:07 -  1.4
@@ -1,10 +1,8 @@
 Package: chocolate-doom
-Version: 1.2.1
+Version: 1.3.0
 Revision: 2 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: df04c380034eff789e6b9ee1c0164977
-PatchFile: %n.patch
-PatchFile-MD5: 037db6aef4d9e707ee7f2ed499ef3d3b 
+Source-MD5: c1b680b88e524b861d4e3fbc769c2e10 
 License: GPL
 Homepage: http://www.chocolate-doom.org
 Maintainer: Pierre-Henri Lavigne 
@@ -28,14 +26,27 @@
 * Testing. A WAD will work on all ports
 <<
 DocFiles: AUTHORS BUGS CMDLINE COPYING ChangeLog HACKING INSTALL NEWS README 
TODO
-BuildDepends: automake1.10, fink (>= 0.24.12), libsamplerate0-dev, sdl, 
sdl-mixer, sdl-net
-Depends: libsamplerate0-shlibs, sdl-mixer-shlibs, sdl-net-shlibs, sdl-shlibs
+BuildDepends: <<
+  automake1.10,
+  libsamplerate0-dev,
+  sdl,
+  sdl-mixer,
+  sdl-net,
+  sdl-sound-bin
+<<
+Depends: <<
+  libsamplerate0-shlibs,
+  sdl-mixer-shlibs,
+  sdl-net-shlibs,
+  sdl-sound-shlibs,
+  sdl-shlibs
+<<
 ConfigureParams: --disable-sdltest --disable-dependency-tracking 
--with-sdl-exec-prefix=%p
 PatchScript:<<
-#!/bin/bash -ev
-%{default_script}
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' setup/Makefile.in
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' setup/Makefile.am
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' src/Makefile.in
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' src/Makefile.am
 <<
+
+


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods compress-raw-lzma-pm.info, 1.8, 1.9

2010-10-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4195

Modified Files:
compress-raw-lzma-pm.info 
Log Message:
New upstream version.


Index: compress-raw-lzma-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/compress-raw-lzma-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- compress-raw-lzma-pm.info   1 Aug 2010 15:16:24 -   1.8
+++ compress-raw-lzma-pm.info   27 Oct 2010 22:07:28 -  1.9
@@ -1,6 +1,6 @@
 Info2: <<
 Package: compress-raw-lzma-pm%type_pkg[perl]
-Version: 2.030
+Version: 2.031
 Revision: 1
 License: Artistic/GPL
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
@@ -18,15 +18,15 @@
 Homepage: http://search.cpan.org/dist/Compress-Raw-Lzma/
 
 Source: mirror:cpan:authors/id/P/PM/PMQS/Compress-Raw-Lzma-%v.tar.gz
-Source-MD5: 9d9820c602f4e7a87e8145ebf6aed0ac
+Source-MD5: 847cbf0b4781275ee9e448318379d08c
 
 Type: perl (5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 
 DocFiles: Changes
 
-Depends: liblzma-shlibs, perl%type_pkg[perl]-core
-BuildDepends: fink (>= 0.29.0), liblzma
+Depends: liblzma5-shlibs, perl%type_pkg[perl]-core
+BuildDepends: fink (>= 0.29.0), liblzma5
 
 InstallScript: <<
   %{default_script}


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils xz-4.999.9.info, NONE, 1.1 xz.info, 1.10, 1.11

2010-10-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4070

Modified Files:
xz.info 
Added Files:
xz-4.999.9.info 
Log Message:
New upstream version. Keep 4.999.9 around in a separate info file for old 
install_name library.


Index: xz.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xz.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xz.info 2 Oct 2010 00:25:20 -   1.10
+++ xz.info 27 Oct 2010 22:07:15 -  1.11
@@ -1,6 +1,6 @@
 Package: xz
-Version: 4.999.9
-Revision: 5
+Version: 5.0.0
+Revision: 1
 Description: LZMA file compressor
 DescDetail: <<
 LZMA is a general purporse compression algorithm designed by
@@ -37,11 +37,11 @@
 Homepage: http://tukaani.org/xz/
 Maintainer: Daniel Johnson 
 
-Source: http://tukaani.org/%n/%n-%vbeta-180-ge23e.tar.gz
-Source-MD5: de1c25df069dfbbbeb608b856d000c2b
+Source: http://tukaani.org/%n/%n-%v.tar.bz2
+Source-MD5: 0652c09fdbb93ae2ce78c1368ffda612
 
 BuildDepends: libiconv-dev, libgettext8-dev, gettext-tools, fink (>= 0.24.12)
-Depends: liblzma-shlibs (= %v-%r)
+Depends: liblzma5-shlibs (= %v-%r)
 Conflicts: lzip (<< 1.3-2), lzma (<< 4.999.8-1)
 Replaces: lzip (<< 1.6-1), lzma (<< 4.999.8-1)
 
@@ -57,7 +57,6 @@
--with-libiconv-prefix=%p \
--with-libintl-prefix=%p \
--disable-static \
-   --enable-dynamic \
--disable-dependency-tracking
 <<
 
@@ -91,22 +90,22 @@
 DocFiles: ChangeLog extra/*
 
 SplitOff: <<
-   Package: liblzma-shlibs
+   Package: liblzma5-shlibs
License: Public Domain
Depends: libiconv, libgettext8-shlibs
Files: <<
-   lib/liblzma.0.dylib
+   lib/liblzma.5.dylib
<<
-   Shlibs: %p/lib/liblzma.0.dylib 1.0.0 %n (>= 4.999.8-1)
+   Shlibs: %p/lib/liblzma.5.dylib 6.0.0 %n (>= 5.0.0-1)
DocFiles: AUTHORS ChangeLog COPYING* NEWS README THANKS
 <<
 
 SplitOff2: <<
-   Package: liblzma
+   Package: liblzma5
License: Public Domain
-   Depends: liblzma-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
-   Conflicts: liblzmadec
-   Replaces: liblzmadec
+   Depends: liblzma5-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
+   Conflicts: liblzmadec, liblzma
+   Replaces: liblzmadec, liblzma
BuildDependsOnly: true
Files: <<
lib/liblzma.dylib
@@ -120,6 +119,6 @@
 SplitOff3: <<
Package: lzma
Description: OBSOLETE Use xz instead
-   Depends: xz (= %v-%r), fink-obsolete-packages
+   Depends: xz (>= %v-%r)
DocFiles: COPYING*
 <<

--- NEW FILE: xz-4.999.9.info ---
Package: xz
Version: 4.999.9
Revision: 6
Description: LZMA file compressor
DescDetail: <<
LZMA is a general purporse compression algorithm designed by
Igor Pavlov as part of 7-Zip. It provides high compression ratio
while keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use
on free (as in freedom) operating systems. This is achieved by
providing tools and libraries which are similar to use than the
equivalents of the most popular existing compression algorithms.

XZ Utils consist of a few relatively separate parts:
  * liblzma is an encoder/decoder library with support for several
filters (algorithm implementations). The primary filter is LZMA.
  * libzfile (or whatever the name will be) enables reading from and
writing to gzip, bzip2 and LZMA compressed and uncompressed files
with an API similar to the standard ANSI-C file I/O.
[ NOTE: libzfile is not implemented yet. ]
  * xz command line tool has almost identical syntax than gzip
and bzip2. It makes LZMA easy for average users, but also
provides advanced options to finetune the compression settings.
  * A few shell scripts make diffing and grepping LZMA compressed
files easy. The scripts were adapted from gzip and bzip2.
<<
DescUsage: <<
Use the xz, xzdec and unxz commands to process .xz files.
Use the lzma, lzmadec and unlzma commands to process .lzma files.
The .xz format is newer and is meant to replace .lzma.
Additional scripts: lzdiff, lzcmp, lzgrep, lzegrep, lzfgrep,
lzmore, lzless, lzcat, xzcat
<<
# The zx and xzdec commands are Public Domain, but the scripts are GPL2+.
License: GPL2+
Homepage: http://tukaani.org/xz/
Maintainer: Daniel Johnson 

Source: http://tukaani.org/%n/%n-%vbeta-180-ge23e.tar.gz
Source-MD5: de1c25df069dfbbbeb608b856d000c2b

BuildDepends: libiconv-dev, libgettext8-dev, gettext-tools, fink (>= 0.24.12)
Depends: liblzma-shlibs (= %v-%r)
Conflicts: lzip (<< 1.3-2), lzma (<< 4.999.8-1)
Replaces: lzip (<< 1.6-1), lzma (<< 4.999.8-1)

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetCFLAGS: -O3
SetCXXFLAGS: -O3
UseMaxBuildJo

[cvs] dists/10.4/unstable/main/finkinfo/languages rhino.info, 1.3, 1.4 rhino.patch, 1.1, 1.2

2010-10-27 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31479

Modified Files:
rhino.info rhino.patch 
Log Message:
new version 1.7r2 from tracker
https://sourceforge.net/tracker/?func=detail&aid=3070480&group_id=17203&atid=414256

Index: rhino.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/rhino.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rhino.patch 27 Sep 2006 00:50:35 -  1.1
+++ rhino.patch 27 Oct 2010 21:38:57 -  1.2
@@ -1,7 +1,7 @@
-diff -ur rhino1_6R4.orig/build.properties rhino1_6R4/build.properties
 rhino1_6R4.orig/build.properties   2006-09-09 13:14:12.0 -0700
-+++ rhino1_6R4/build.properties2006-09-26 16:36:24.0 -0700
-@@ -55,6 +55,5 @@
+diff -rupN rhino1_7R2.orig/build.properties rhino1_7R2/build.properties
+--- rhino1_7R2.orig/build.properties   2009-03-22 14:32:28.0 -0700
 rhino1_7R2/build.properties2010-09-18 12:31:05.0 -0700
+@@ -60,6 +60,5 @@ source-level: 1.5
  jar-compression: true
  
  # optional external packages
@@ -10,11 +10,12 @@
 -jsr173.jar: ${xmlbeans}/lib/jsr173_1.0_api.jar
 +xbean.jar: @PREFIX@/share/java/xmlbeans/xbean.jar
 +jsr173.jar: @PREFIX@/share/java/stax/stax-api-1.0.jar
-diff -ur 
rhino1_6R4.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 
rhino1_6R4/toolsrc/org/mozilla/javascript/tools/debugger/build.xml
 rhino1_6R4.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml
2006-09-09 13:14:10.0 -0700
-+++ rhino1_6R4/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 
2006-09-26 16:40:48.0 -0700
-@@ -1,27 +1,8 @@
- 
+diff -rupN 
rhino1_7R2.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 
rhino1_7R2/toolsrc/org/mozilla/javascript/tools/debugger/build.xml
+--- rhino1_7R2.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml
2009-03-22 14:32:26.0 -0700
 rhino1_7R2/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 
2010-09-18 12:31:05.0 -0700
+@@ -34,28 +34,9 @@
+- * END LICENSE BLOCK * -->
+ 
  
 -
 +
@@ -43,7 +44,7 @@
  
 import java.awt.Component;
 
-@@ -58,20 +39,8 @@
+@@ -107,20 +88,8 @@ package org.mozilla.javascript.tools.deb
   import javax.swing.JTree;
 
  

Index: rhino.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/rhino.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rhino.info  21 Sep 2009 10:07:56 -  1.3
+++ rhino.info  27 Oct 2010 21:38:57 -  1.4
@@ -1,20 +1,20 @@
 Package: rhino
-Version: 1.6r4
-Revision: 2
+Version: 1.7r2
+Revision: 1
 Type: java(1.5)
 
-Source: ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_6R4.zip
-Source-MD5: f1f4646601e88d745c3e2d9b188e3231
+Source: ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R2.zip
+Source-MD5: 40d0a9abec8169e42920214b37fa8e0e
 
 Source2: 
http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip
 Source2-MD5: ab016c8f81812bb930fc0f7a69e053c5
-Source2ExtractDir: 
%n1_6R4/toolsrc/org/mozilla/javascript/tools/debugger/downloaded
+Source2ExtractDir: 
%n1_7R2/toolsrc/org/mozilla/javascript/tools/debugger/downloaded
 
 BuildDepends: ant-base, fink (>= 0.24.12), system-java-dev (>= 1.5)
 Depends: system-java (>= 1.5), xmlbeans
 
 PatchFile: %n.patch
-PatchFile-MD5: 2004a3cea4a32bf193622258425d2cfc
+PatchFile-MD5: ee7413874a4fc215946be0e68b60ae78
 PatchScript: sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 
 CompileScript: <<
@@ -25,15 +25,15 @@
   rm -f toolsrc/org/mozilla/javascript/tools/debugger/downloaded/MergeSort.java
   rm -f 
toolsrc/org/mozilla/javascript/tools/debugger/downloaded/TreeTableExample2.java
 
-  ant dist
+  ant jar javadoc
 <<
 
 InstallScript: <<
 #!/bin/sh -ex
 
-  # Documentation
-  mkdir -p %i/share/doc/%n
-  cp -R docs/* %i/share/doc/%n
+  # JavaDoc
+  mkdir -p %i/share/doc/%n/javadoc/
+  cp -R javadoc/* %i/share/doc/%n/javadoc/
 
   # Examples
   mkdir -p %i/share/doc/%n/examples/


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel maven.info, 1.8, 1.9 maven.patch, 1.3, 1.4

2010-10-27 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4509/main/finkinfo/devel

Modified Files:
maven.info maven.patch 
Log Message:
new upstream

Index: maven.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/maven.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- maven.patch 9 Aug 2010 21:46:41 -   1.3
+++ maven.patch 27 Oct 2010 19:19:36 -  1.4
@@ -1,7 +1,7 @@
-diff -urN apache-maven-2.2.1/bin/mvn apache-maven-2.2.1.new/bin/mvn
 apache-maven-2.2.1/bin/mvn 2009-08-06 12:18:12.0 -0700
-+++ apache-maven-2.2.1.new/bin/mvn 2010-06-06 23:43:34.0 -0700
-@@ -45,6 +45,10 @@
+diff -Nurd apache-maven-3.0/bin/mvn apache-maven-3.0-new/bin/mvn
+--- apache-maven-3.0/bin/mvn   2010-10-04 07:54:17.0 -0400
 apache-maven-3.0-new/bin/mvn   2010-10-27 15:07:49.0 -0400
+@@ -37,6 +37,10 @@
. /etc/mavenrc
  fi
  
@@ -12,19 +12,78 @@
  if [ -f "$HOME/.mavenrc" ] ; then
. "$HOME/.mavenrc"
  fi
-@@ -142,6 +146,8 @@
-   echo "Warning: JAVA_HOME environment variable is not set."
+@@ -135,6 +139,7 @@
  fi
  
+ CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
 +[ -z "$CLASSWORLDS_CONF" ] && CLASSWORLDS_CONF="${M2_HOME}/bin/m2.conf"
+ 
+ # For Cygwin, switch paths to Windows format before running java
+ if $cygwin; then
+@@ -149,6 +154,6 @@
+ exec "$JAVACMD" \
+   $MAVEN_OPTS \
+   -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
+-  "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
++  "-Dclassworlds.conf=${CLASSWORLDS_CONF}" \
+   "-Dmaven.home=${M2_HOME}"  \
+   ${CLASSWORLDS_LAUNCHER} "$@"
+diff -Nurd apache-maven-3.0/bin/mvnDebug apache-maven-3.0-new/bin/mvnDebug
+--- apache-maven-3.0/bin/mvnDebug  2010-10-04 07:54:17.0 -0400
 apache-maven-3.0-new/bin/mvnDebug  2010-10-27 15:08:28.0 -0400
+@@ -41,6 +41,10 @@
+   . /etc/mavenrc
+ fi
+ 
++if [ -f @FINKPREFIX@/etc/maven/mavenrc ] ; then
++  . @FINKPREFIX@/etc/maven/mavenrc
++fi
 +
- CLASSWORLDS_LAUNCHER=org.codehaus.classworlds.Launcher
+ if [ -f "$HOME/.mavenrc" ] ; then
+   . "$HOME/.mavenrc"
+ fi
+@@ -139,6 +143,7 @@
+ fi
+ 
+ CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
++[ -z "$CLASSWORLDS_CONF" ] && CLASSWORLDS_CONF="${M2_HOME}/bin/m2.conf"
  
  # For Cygwin, switch paths to Windows format before running java
-@@ -157,7 +163,7 @@
+ if $cygwin; then
+@@ -154,6 +159,6 @@
+   $MAVEN_OPTS \
+   $MAVEN_DEBUG_OPTS \
+   -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
+-  "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
++  "-Dclassworlds.conf=${CLASSWORLDS_CONF}" \
+   "-Dmaven.home=${M2_HOME}"  \
+   ${CLASSWORLDS_LAUNCHER} "$@"
+diff -Nurd apache-maven-3.0/bin/mvnyjp apache-maven-3.0-new/bin/mvnyjp
+--- apache-maven-3.0/bin/mvnyjp2010-10-04 07:54:17.0 -0400
 apache-maven-3.0-new/bin/mvnyjp2010-10-27 15:09:02.0 -0400
+@@ -45,6 +45,10 @@
+   . /etc/mavenrc
+ fi
+ 
++if [ -f @FINKPREFIX@/etc/maven/mavenrc ] ; then
++  . @FINKPREFIX@/etc/maven/mavenrc
++fi
++
+ if [ -f "$HOME/.mavenrc" ] ; then
+   . "$HOME/.mavenrc"
+ fi
+@@ -147,6 +151,7 @@
+ fi
+ 
+ CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
++[ -z "$CLASSWORLDS_CONF" ] && CLASSWORLDS_CONF="${M2_HOME}/bin/m2.conf"
+ 
+ # For Cygwin, switch paths to Windows format before running java
+ if $cygwin; then
+@@ -168,7 +173,7 @@
  exec "$JAVACMD" \
$MAVEN_OPTS \
-   -classpath "${M2_HOME}"/boot/classworlds-*.jar \
+   -classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
 -  "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
 +  "-Dclassworlds.conf=${CLASSWORLDS_CONF}" \
"-Dmaven.home=${M2_HOME}"  \

Index: maven.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/maven.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- maven.info  9 Aug 2010 21:45:39 -   1.8
+++ maven.info  27 Oct 2010 19:19:36 -  1.9
@@ -1,5 +1,5 @@
 Package: maven
-Version: 2.2.1
+Version: 3.0
 Revision: 1
 Description: Software project management tool
 Type: java(1.5)
@@ -10,11 +10,11 @@
 BuildDepends: fink (>= 0.29.7-1)
 
 Source: mirror:apache:%n/binaries/apache-%n-%v-bin.tar.gz
-Source-MD5: 3f829ed854cbacdaca8f809e4954c916
+Source-MD5: 505560ca377b990a965c4e4f8da42daa
 SourceDirectory: apache-%n-%v
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' < %{PatchFile} | patch -p1
 PatchFile: %n.patch
-PatchFile-MD5: 04fe9cb9a4e11299faf370a0c6413503
+PatchFile-MD5: cd123d58b82db3ea80ce823059f2737a
 
 UseMaxBuildJobs: true
 CompileScript: echo "none needed"
@@ -27,6 +27,7 @@
echo "CLASSWORLDS_CONF=%p/etc/maven/m2.conf" >> %i/etc/maven/mavenrc
mv bin/m2.conf %i/etc/maven/
 
+   rm -rf bin/*.bat
install -d -m 755

[cvs] dists/10.4/unstable/main/finkinfo/utils duplicity.info,1.5,1.6

2010-10-27 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21277

Modified Files:
duplicity.info 
Log Message:
new 0.6.10 version from tracker
https://sourceforge.net/tracker/?func=detail&aid=3094256&group_id=17203&atid=414256

Index: duplicity.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/duplicity.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- duplicity.info  5 Sep 2010 12:51:05 -   1.5
+++ duplicity.info  27 Oct 2010 14:36:16 -  1.6
@@ -1,5 +1,5 @@
 Package: duplicity
-Version: 0.6.09
+Version: 0.6.10
 Revision: 1
 Description: Encrypted backup using rsync algorithm
 License: GPL
@@ -12,7 +12,7 @@
 
 # Unpack Phase.
 Source: http://launchpad.net/duplicity/0.6-series/%v/+download/%n-%v.tar.gz
-Source-MD5: 2ed04ce2fdfce0f47faea0c9ef95fde8
+Source-MD5: 8878d3b63fcba1b7233e11c5829b969c
 
 # Compile Phase.
 CompileScript: %p/bin/python2.6 setup.py build  --librsync-dir=%p


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci gildas.info,1.19,1.20

2010-10-27 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23163

Modified Files:
gildas.info 
Log Message:
Move to stable


Index: gildas.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gildas.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gildas.info 10 Sep 2010 07:22:58 -  1.19
+++ gildas.info 27 Oct 2010 08:26:52 -  1.20
@@ -1,12 +1,12 @@
 Package: gildas
-Version: 201009
+Version: 201010
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Radioastronomy data analysis software
 License: OSI-Approved
 Maintainer: Sebastien Maret 
-Source: http://www.iram.fr/~gildas/dist/gildas-src-sep10a.tar.gz
-Source-MD5: b7859ee13a98b4c94b9fc03287fde221
+Source: http://www.iram.fr/~gildas/dist/gildas-src-oct10a.tar.gz
+Source-MD5: 7d923a050de59a15b2c21979d902fea4
 Depends: <<
   fftw3-shlibs, gcc44-shlibs | gcc45-shlibs, libpng3-shlibs,
   lesstif-shlibs, python26, numpy-py26, x11


--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs