[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods template-pm.info, 1.5, 1.6

2007-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv18479/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Nuke bad tests instead of BuildConflicts on their dependencies
Reel %N-bin back into %N via update-alternatives


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- template-pm.info22 Feb 2007 04:20:51 -  1.5
+++ template-pm.info18 May 2007 06:18:37 -  1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.10
-Revision: 20
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Fast extensible template processing system
 Type: perl (5.8.1 5.8.4 5.8.6 5.8.8), -notex (boolean)
@@ -14,14 +14,23 @@
  (%type_raw[-notex] = .) tetex-base
 
 BuildDepends: fink (= 0.20.1-1), perl%type_pkg[perl]-core
-BuildConflicts: text-autoformat-pm, gd-pm%type_pkg[perl]
 Conflicts: 
   template-pm (= 2.08-13), template-notex-pm (= 2.08-13),
-  template-nodocs-pm, template-notexdocs-pm, template-pm-doc
+  template-nodocs-pm, template-notexdocs-pm, template-pm-doc,
+  template-notex-pm580-bin, template-pm580-bin,
+  template-notex-pm581-bin, template-pm581-bin,
+  template-notex-pm584-bin, template-pm584-bin,
+  template-notex-pm586-bin, template-pm586-bin,
+  template-notex-pm588-bin, template-pm588-bin
 
 Replaces: 
   template-pm (= 2.08-13), template-notex-pm (= 2.08-13),
-  template-nodocs-pm, template-notexdocs-pm, template-pm-doc
+  template-nodocs-pm, template-notexdocs-pm, template-pm-doc,
+  template-notex-pm580-bin, template-pm580-bin,
+  template-notex-pm581-bin, template-pm581-bin,
+  template-notex-pm584-bin, template-pm584-bin,
+  template-notex-pm586-bin, template-pm586-bin,
+  template-notex-pm588-bin, template-pm588-bin
 
 Suggests: dbi-pm%type_pkg[perl], dbd-mysql-pm%type_pkg[perl], 
gd-pm%type_pkg[perl], gd-graph-pm%type_pkg[perl], gd-graph3d-pm, 
xml-dom-pm%type_pkg[perl], xml-rss-pm%type_pkg[perl], 
xml-xpath-pm%type_pkg[perl]
 
@@ -29,6 +38,11 @@
 Source: mirror:cpan:modules/by-module/Template/Template-Toolkit-%v.tar.gz
 Source-MD5: 0c344240ceca9d7746d0a23b066521f0
 
+PatchScript: 
+  # these tests have always been disabled or fail due to missing deps that are 
quite large
+  rm t/gd*.t t/autoform.t t/latex2ps.t
+
+
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 # Compile Phase:
@@ -37,33 +51,33 @@
 # Install Phase:
 UpdatePOD: true
 InstallScript: 
+  #!/bin/sh -ev
   perl -pi -e 's#%d##' blib/lib/Template/Config.pm
   %{default_script}
   perl -pi -e 's#%d##' %i/share/%N/examples/ttree.cfg
   mkdir %i/lib/perl5/%type_raw[perl]/man
   mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]
+  for bin in tpage ttree; do
+mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
+mv %i/share/man/man1/$bin.1 %i/share/man/man1/$bin-%type_raw[perl].1
+  done
 
-DocFiles: INSTALL README HACKING Changes TODO
+DocFiles: Changes HACKING README bin/README:README.bin TODO
 
-SplitOff2: 
-  Package: %N-bin
-  Replaces: 
-%N,
-template-notex-pm580-bin, template-pm580-bin,
-template-notex-pm581-bin, template-pm581-bin,
-template-notex-pm584-bin, template-pm584-bin,
-template-notex-pm586-bin, template-pm586-bin,
-template-notex-pm588-bin, template-pm588-bin
-  
-  Conflicts: 
-template-notex-pm580-bin, template-pm580-bin,
-template-notex-pm581-bin, template-pm581-bin,
-template-notex-pm584-bin, template-pm584-bin,
-template-notex-pm586-bin, template-pm586-bin,
-template-notex-pm588-bin, template-pm588-bin
-  
-  Files: bin share/man
-  DocFiles: INSTALL README HACKING Changes TODO
+PostInstScript: 
+  if [ $1 = configure ]; then
+for bin in tpage ttree; do
+  update-alternatives --install %p/bin/$bin  $bin   
%p/bin/$bin-%type_raw[perl]  %type_pkg[perl] \
+  --slave   %p/share/man/man1/$bin.1 $bin.1 
%p/share/man/man1/$bin-%type_raw[perl].1
+done
+  fi
+
+PostRmScript: 
+  if [ $1 = remove ]; then
+for bin in tpage ttree; do
+  update-alternatives --remove $bin %p/bin/$bin-%type_raw[perl]
+done
+  fi
 
 
 # Additional Data:
@@ -80,9 +94,9 @@
 content.  A number of Perl scripts are also provided which can greatly
 simplify the process of creating and managing static web content and 
 other offline document systems.
-
-DescUsage: 
-The tpage and ttree commands are in the %N-bin package
+
+The tpage and ttree commands, formerly in the %N-bin package, are
+back in %N as of %N-2.10-21
 
 DescPort: 
 Makefile doesn't seem to understand installing some things into temp


-
This SF.net email is sponsored by DB2 Express
Download DB2 

[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods template-pm.info, 1.14, 1.15

2007-05-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv18479/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Nuke bad tests instead of BuildConflicts on their dependencies
Reel %N-bin back into %N via update-alternatives


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- template-pm.info17 Mar 2006 19:29:08 -  1.14
+++ template-pm.info18 May 2007 06:18:37 -  1.15
@@ -1,7 +1,7 @@
 Info2: 
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.10
-Revision: 20
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Fast extensible template processing system
 Type: perl (5.8.0 5.8.1 5.8.4 5.8.6), -notex (boolean)
@@ -14,14 +14,23 @@
  (%type_raw[-notex] = .) tetex-base
 
 BuildDepends: fink (= 0.20.1-1), perl%type_pkg[perl]-core
-BuildConflicts: text-autoformat-pm, gd-pm%type_pkg[perl]
 Conflicts: 
   template-pm (= 2.08-13), template-notex-pm (= 2.08-13),
-  template-nodocs-pm, template-notexdocs-pm, template-pm-doc
+  template-nodocs-pm, template-notexdocs-pm, template-pm-doc,
+  template-notex-pm580-bin, template-pm580-bin,
+  template-notex-pm581-bin, template-pm581-bin,
+  template-notex-pm584-bin, template-pm584-bin,
+  template-notex-pm586-bin, template-pm586-bin,
+  template-notex-pm588-bin, template-pm588-bin
 
 Replaces: 
   template-pm (= 2.08-13), template-notex-pm (= 2.08-13),
-  template-nodocs-pm, template-notexdocs-pm, template-pm-doc
+  template-nodocs-pm, template-notexdocs-pm, template-pm-doc,
+  template-notex-pm580-bin, template-pm580-bin,
+  template-notex-pm581-bin, template-pm581-bin,
+  template-notex-pm584-bin, template-pm584-bin,
+  template-notex-pm586-bin, template-pm586-bin,
+  template-notex-pm588-bin, template-pm588-bin
 
 Suggests: dbi-pm%type_pkg[perl], dbd-mysql-pm%type_pkg[perl], 
gd-pm%type_pkg[perl], gd-graph-pm%type_pkg[perl], gd-graph3d-pm, 
xml-dom-pm%type_pkg[perl], xml-rss-pm%type_pkg[perl], 
xml-xpath-pm%type_pkg[perl]
 
@@ -29,6 +38,11 @@
 Source: mirror:cpan:modules/by-module/Template/Template-Toolkit-%v.tar.gz
 Source-MD5: 0c344240ceca9d7746d0a23b066521f0
 
+PatchScript: 
+  # these tests have always been disabled or fail due to missing deps that are 
quite large
+  rm t/gd*.t t/autoform.t t/latex2ps.t
+
+
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 # Compile Phase:
@@ -37,31 +51,33 @@
 # Install Phase:
 UpdatePOD: true
 InstallScript: 
+  #!/bin/sh -ev
   perl -pi -e 's#%d##' blib/lib/Template/Config.pm
   %{default_script}
   perl -pi -e 's#%d##' %i/share/%N/examples/ttree.cfg
   mkdir %i/lib/perl5/%type_raw[perl]/man
   mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]
+  for bin in tpage ttree; do
+mv %i/bin/$bin %i/bin/$bin-%type_raw[perl]
+mv %i/share/man/man1/$bin.1 %i/share/man/man1/$bin-%type_raw[perl].1
+  done
 
-DocFiles: INSTALL README HACKING Changes TODO
+DocFiles: Changes HACKING README bin/README:README.bin TODO
 
-SplitOff2: 
-  Package: %N-bin
-  Replaces: 
-%N,
-template-notex-pm580-bin, template-pm580-bin,
-template-notex-pm581-bin, template-pm581-bin,
-template-notex-pm584-bin, template-pm584-bin,
-template-notex-pm586-bin, template-pm586-bin
-  
-  Conflicts: 
-template-notex-pm580-bin, template-pm580-bin,
-template-notex-pm581-bin, template-pm581-bin,
-template-notex-pm584-bin, template-pm584-bin,
-template-notex-pm586-bin, template-pm586-bin
-  
-  Files: bin share/man
-  DocFiles: INSTALL README HACKING Changes TODO
+PostInstScript: 
+  if [ $1 = configure ]; then
+for bin in tpage ttree; do
+  update-alternatives --install %p/bin/$bin  $bin   
%p/bin/$bin-%type_raw[perl]  %type_pkg[perl] \
+  --slave   %p/share/man/man1/$bin.1 $bin.1 
%p/share/man/man1/$bin-%type_raw[perl].1
+done
+  fi
+
+PostRmScript: 
+  if [ $1 = remove ]; then
+for bin in tpage ttree; do
+  update-alternatives --remove $bin %p/bin/$bin-%type_raw[perl]
+done
+  fi
 
 
 # Additional Data:
@@ -78,9 +94,9 @@
 content.  A number of Perl scripts are also provided which can greatly
 simplify the process of creating and managing static web content and 
 other offline document systems.
-
-DescUsage: 
-The tpage and ttree commands are in the %N-bin package
+
+The tpage and ttree commands, formerly in the %N-bin package, are
+back in %N as of %N-2.10-21
 
 DescPort: 
 Makefile doesn't seem to understand installing some things into temp


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. 

[cvs] dists/10.4/unstable/main/finkinfo/devel memcached.info,1.1,1.2

2007-05-18 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv2348

Modified Files:
memcached.info 
Log Message:
New upstream version by new maintainer. See:
http://sourceforge.net/support/tracker.php?aid=1689017


Index: memcached.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/memcached.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- memcached.info  26 Sep 2006 00:47:12 -  1.1
+++ memcached.info  18 May 2007 12:05:28 -  1.2
@@ -1,32 +1,91 @@
 Package: memcached
-Version: 1.1.12
+Version: 1.2.1
 Revision: 1
-Source: mirror:debian:/pool/main/m/memcached/%n_%v.orig.tar.gz
-SourceRename: %n-%v.tar.gz
-Maintainer: Mike Walder [EMAIL PROTECTED]
-Homepage: http://danga.com/memcached/
-License: BSD
-BuildDepends: libevent (= 0.8-1)
-Patch: %n.patch
+DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO doc/CONTRIBUTORS 
doc/memory_management.txt doc/protocol.txt
 Description: High-performance object caching system
+License: BSD
+Maintainer: Alexey Zakhlestin [EMAIL PROTECTED]
+Homepage: http://danga.com/memcached/
+
 DescDetail: 
- Memcached is a distributed memory object caching system, 
- intended for use in speeding up dynamic web applications. 
- Client modules exist for PHP, Ruby, Perl, Java, C and C sharp
+  memcached is a high-performance, distributed memory object caching system,
+  generic in nature, but intended for use in speeding up dynamic web
+  applications by alleviating database load.
 
 DescUsage: 
  to start the server just type:
  memcached -d -m 2048 -l 10.0.0.40 -p 11211
  
- This starts memcached up as a daemon, using 2GB of memory, 
- and listening on IP 10.0.0.40, port 11211. 
- Because a 32-bit process can only address 4GB of virtual 
- memory (usually significantly less, depending on your operating system), 
- if you have a 32-bit server with 4-64GB of memory using PAE you can just 
- run multiple processes on the machine, each using 2 or 3GB of memory.
+ This starts memcached up as a daemon, using 2GB of memory, and listening on
+ IP 10.0.0.40, port 11211. 
+
+
+BuildDepends: fink (= 0.24.12), libevent1
+Depends: daemonic, libevent1-shlibs
+
+Source: http://danga.com/memcached/dist/%n-%v.tar.gz
+Source-MD5: 6ff64fb974d131fdb7f9d5fdf955dc9a
+
+ConfigureParams: --disable-dependency-tracking --with-libevent=%p
+CompileScript: 
+  ./configure %c
+  make
+  make test
 
-Source-MD5: a1236dad33e9ac6c36d53faa8da61780
 InstallScript: 
-#! /bin/sh -ev
- make install prefix=%i mandir=%i/share/man datadir=%i/share/doc/%n
+ make install prefix=%i bindir=%i/sbin mandir=%i/share/man 
datadir=%i/share/doc/%n
+ rm -f %i/sbin/memcached-debug
+ mkdir -p %i/var/run/%n
+
+
+DaemonicName: %n
+DaemonicFile: 
+service
+   descriptionmemcached server/description
+   messagememcached %v/message
+
+   daemon name=%n
+   executable background=yes%p/sbin/memcached/executable
+   parameters-d -u nobody -l 127.0.0.1 -m 128 -P 
%p/var/run/%n/%n.pid/parameters
+   pidfile%p/var/run/%n.pid/pidfile
+   /daemon
+/service
+
+
+PostInstScript: 
+set +e
+if [ $1 = configure ]; then
+  chown nobody:nobody %p/var/run/%n
+  %p/bin/daemonic install %n
+  echo 
'###'
+  echo ' use daemonic to configure and run memcached, please:'
+  echo '  %p/etc/daemons/%n.xml -- service definition'
+  echo '  daemonic update %n -- load new xml definition'
+  echo '  daemonic enable %n -- add to startup'
+  echo '  daemonic disable %n -- remove from startup'
+  echo '  /Library/StartupItems/daemonic-%n/daemonic-%n start -- start 
immediately'
+  echo 
'###'
+fi
+
+if [ $1 = upgrade ]; then
+  %p/bin/daemonic update %n
+
+  if [ -f /Library/StartupItems/daemonic-%n/daemonic-%n ]; then
+echo Stopping %n
+killall %n 2/dev/null
+/Library/StartupItems/daemonic-%n/daemonic-%n start
+  fi
+fi
+
+
+PreRmScript: 
+set +e
+if [ $1 != upgrade ]; then
+  if [ -f %p/var/run/%n.pid ]; then
+echo Stopping %n
+killall %n 2/dev/null
+  fi
+
+  %p/bin/daemonic disable %n
+fi
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/devel perltidy.info,1.3,1.4

2007-05-18 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv14278/10.3/unstable/main/finkinfo/devel

Modified Files:
perltidy.info 
Log Message:
New upstream version by maintainer:
http://sourceforge.net/support/tracker.php?aid=1718937


Index: perltidy.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/perltidy.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- perltidy.info   9 Aug 2006 07:46:51 -   1.3
+++ perltidy.info   18 May 2007 12:29:14 -  1.4
@@ -1,8 +1,8 @@
 Package: perltidy
-Version: 20060719
+Version: 20070508
 Revision: 1
 Source: mirror:sourceforge:%n/Perl-Tidy-%v.tar.gz
-Source-MD5: 8996668ca4550ae51060deeb577b2022
+Source-MD5: 364c1b019771947a437fa35018f7ece1
 UpdatePOD: true
 Type: perl
 DocFiles: BUGS CHANGES COPYING INSTALL MANIFEST README TODO


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel perltidy.info,1.3,1.4

2007-05-18 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv14278/10.4/unstable/main/finkinfo/devel

Modified Files:
perltidy.info 
Log Message:
New upstream version by maintainer:
http://sourceforge.net/support/tracker.php?aid=1718937


Index: perltidy.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/perltidy.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- perltidy.info   9 Aug 2006 07:46:51 -   1.3
+++ perltidy.info   18 May 2007 12:29:13 -  1.4
@@ -1,8 +1,8 @@
 Package: perltidy
-Version: 20060719
+Version: 20070508
 Revision: 1
 Source: mirror:sourceforge:%n/Perl-Tidy-%v.tar.gz
-Source-MD5: 8996668ca4550ae51060deeb577b2022
+Source-MD5: 364c1b019771947a437fa35018f7ece1
 UpdatePOD: true
 Type: perl
 DocFiles: BUGS CHANGES COPYING INSTALL MANIFEST README TODO


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r797 - in /trunk/experimental: 10.3/main/finkinfo/libs/perlmods/ 10.4/main/finkinfo/libs/perlmods/ common/main/finkinfo/libs/ common/main/finkinfo/libs/perlmods/

2007-05-18 Thread ranger
Author: ranger
Date: Fri May 18 22:32:19 2007
New Revision: 797

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=797repname=user%3a+ranger
Log:
lots of java updates + rose-object

Modified:
trunk/experimental/10.3/main/finkinfo/libs/perlmods/rose-object-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info
trunk/experimental/common/main/finkinfo/libs/apache-forrest.info
trunk/experimental/common/main/finkinfo/libs/commons-configuration.info
trunk/experimental/common/main/finkinfo/libs/commons-dbcp.info
trunk/experimental/common/main/finkinfo/libs/dojo-compressor.info
trunk/experimental/common/main/finkinfo/libs/jndi-ldap.info
trunk/experimental/common/main/finkinfo/libs/jndi.info
trunk/experimental/common/main/finkinfo/libs/jsch.info
trunk/experimental/common/main/finkinfo/libs/jta-spec.info
trunk/experimental/common/main/finkinfo/libs/libidn.info
trunk/experimental/common/main/finkinfo/libs/libidn.patch
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-object-pm.info

Modified: 
trunk/experimental/10.3/main/finkinfo/libs/perlmods/rose-object-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/libs/perlmods/rose-object-pm.inforev=797repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/libs/perlmods/rose-object-pm.info 
(original)
+++ trunk/experimental/10.3/main/finkinfo/libs/perlmods/rose-object-pm.info Fri 
May 18 22:32:19 2007
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.821
+Version: 0.84
 Revision: 11
 Description: Simple object base class
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -19,7 +19,7 @@
 
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-Object-%v.tar.gz
-Source-MD5: b18bdf391bac34ac977a123e00306604
+Source-MD5: cb5a79f9a6962f2218e0012eb8719a5d
 
 UpdatePOD: true
 InstallScript: 

Modified: 
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.inforev=797repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info Fri 
May 18 22:32:19 2007
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.821
+Version: 0.84
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Simple object base class
@@ -20,7 +20,7 @@
 
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-Object-%v.tar.gz
-Source-MD5: b18bdf391bac34ac977a123e00306604
+Source-MD5: cb5a79f9a6962f2218e0012eb8719a5d
 
 UpdatePOD: true
 InstallScript: 

Modified: trunk/experimental/common/main/finkinfo/libs/apache-forrest.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/apache-forrest.inforev=797repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/apache-forrest.info (original)
+++ trunk/experimental/common/main/finkinfo/libs/apache-forrest.info Fri May 18 
22:32:19 2007
@@ -1,8 +1,8 @@
 Package: apache-forrest
-Version: 0.7
+Version: 0.8
 Revision: 1
 Source: mirror:apache:forrest/%n-%v.tar.gz
-Source-MD5: ec83eb26a2bd39a3577ae1d9debd2a64
+Source-MD5: 56799bac54f79cd26a8ba29b10904259
 Depends: ant-base (= 1.6.5-1), system-java (= 1.4-1)
 Type: java(1.4)
 CompileScript: echo none needed

Modified: 
trunk/experimental/common/main/finkinfo/libs/commons-configuration.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/commons-configuration.inforev=797repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/commons-configuration.info 
(original)
+++ trunk/experimental/common/main/finkinfo/libs/commons-configuration.info Fri 
May 18 22:32:19 2007
@@ -1,9 +1,9 @@
 Package: commons-configuration
-Version: 1.3
+Version: 1.4
 Revision: 1
 Type: java(1.4)
 Source: mirror:apache:jakarta/commons/configuration/source/%n-%v-src.tar.gz
-Source-MD5: 8531049ff957d5ed469bc72a21d64578
+Source-MD5: 02a2d151958d5d3006da88353736f6c4
 Source2: http://www.apache.org/licenses/LICENSE-2.0
 Source2-MD5: 3b83ef96387f14655fc854ddc3c6bd57
 Source2Rename: apache-LICENSE-2.0

Modified: trunk/experimental/common/main/finkinfo/libs/commons-dbcp.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/commons-dbcp.inforev=797repname=user%3a+ranger
==
--- 

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods rose-object-pm.info, 1.9, 1.10

2007-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv18921/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
rose-object-pm.info 
Log Message:
java updates + rose-object 0.84

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rose-object-pm.info 22 Feb 2007 12:59:51 -  1.9
+++ rose-object-pm.info 18 May 2007 20:36:24 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.821
+Version: 0.84
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Simple object base class
@@ -20,7 +20,7 @@
 
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-Object-%v.tar.gz
-Source-MD5: b18bdf391bac34ac977a123e00306604
+Source-MD5: cb5a79f9a6962f2218e0012eb8719a5d
 
 UpdatePOD: true
 InstallScript: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods rose-object-pm.info, 1.8, 1.9

2007-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv18921/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
rose-object-pm.info 
Log Message:
java updates + rose-object 0.84

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rose-object-pm.info 21 Feb 2007 21:43:36 -  1.8
+++ rose-object-pm.info 18 May 2007 20:36:24 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.821
+Version: 0.84
 Revision: 11
 Description: Simple object base class
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -19,7 +19,7 @@
 
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-Object-%v.tar.gz
-Source-MD5: b18bdf391bac34ac977a123e00306604
+Source-MD5: cb5a79f9a6962f2218e0012eb8719a5d
 
 UpdatePOD: true
 InstallScript: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs apache-forrest.info, 1.1, 1.2 commons-configuration.info, 1.2, 1.3 commons-dbcp.info, 1.5, 1.6 dojo-compressor.info, 1.1, 1.2 jndi-ldap.info, 1.4, 1.5 jndi

2007-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv18921/10.3/unstable/main/finkinfo/libs

Modified Files:
apache-forrest.info commons-configuration.info 
commons-dbcp.info dojo-compressor.info jndi-ldap.info 
jndi.info jsch.info jta-spec.info libidn.info libidn.patch 
Log Message:
java updates + rose-object 0.84

Index: jndi-ldap.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/jndi-ldap.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jndi-ldap.info  8 Aug 2006 15:50:11 -   1.4
+++ jndi-ldap.info  18 May 2007 20:36:24 -  1.5
@@ -3,7 +3,7 @@
 Revision: 5
 Depends: jndi, system-java (= 1.3-1)
 Provides: jaas
-Source: http://distfiles.opendarwin.org/ldap-1_2_4.zip
+Source: http://distfiles.finkmirrors.net/ldap-1_2_4.zip
 Source-MD5: 4929a0c31f0564f6e11a7f80666f1b9e
 Source2: http://java.sun.com/products/jndi/legal/bcl_jndi121.html
 Source2-MD5: cf480e104fe8dec8217b633a9ef5a47c

Index: jta-spec.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/jta-spec.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jta-spec.info   8 Aug 2006 15:50:11 -   1.4
+++ jta-spec.info   18 May 2007 20:36:24 -  1.5
@@ -2,7 +2,7 @@
 Version: 1.0.1
 Revision: 3
 Depends: system-java (= 1.3-1)
-Source: http://distfiles.opendarwin.org/jta-spec1_0_1.zip
+Source: http://distfiles.finkmirrors.net/jta-spec1_0_1.zip
 Source-MD5: 83ae30f49606da44b69bec2df1a7098e
 SourceDirectory: jta-spec1_0_1
 CompileScript: /usr/bin/true

Index: apache-forrest.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/apache-forrest.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache-forrest.info 30 Jun 2006 00:34:53 -  1.1
+++ apache-forrest.info 18 May 2007 20:36:24 -  1.2
@@ -1,8 +1,8 @@
 Package: apache-forrest
-Version: 0.7
+Version: 0.8
 Revision: 1
 Source: mirror:apache:forrest/%n-%v.tar.gz
-Source-MD5: ec83eb26a2bd39a3577ae1d9debd2a64
+Source-MD5: 56799bac54f79cd26a8ba29b10904259
 Depends: ant-base (= 1.6.5-1), system-java (= 1.4-1)
 Type: java(1.4)
 CompileScript: echo none needed

Index: jsch.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/jsch.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jsch.info   20 Nov 2006 13:27:48 -  1.3
+++ jsch.info   18 May 2007 20:36:24 -  1.4
@@ -1,8 +1,8 @@
 Package: jsch
-Version: 0.1.30
+Version: 0.1.33
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: 675f659e2edb33e2abf8c5b5bdba79d5
+Source-MD5: fc2cce5eabca1b6f2a46eba46e278bf2
 SourceDirectory: %n-%v
 PatchScript: perl -pi -e 's,javac,javac target=1.4 source=1.4,g' 
build.xml
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), jzlib, system-java-dev (= 1.4-1)

Index: libidn.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libidn.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libidn.patch30 Jun 2006 00:34:53 -  1.5
+++ libidn.patch18 May 2007 20:36:24 -  1.6
@@ -1,24 +1,24 @@
-diff -uNr libidn-0.6.3/Makefile.in libidn-0.6.3-new/Makefile.in
 libidn-0.6.3/Makefile.in   2006-03-08 07:02:33.0 -0500
-+++ libidn-0.6.3-new/Makefile.in   2006-06-28 23:44:06.0 -0400
-@@ -262,7 +262,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
+diff -uNr libidn-0.6.12/Makefile.in libidn-0.6.12-new/Makefile.in
+--- libidn-0.6.12/Makefile.in  2007-04-25 05:37:08.0 -0400
 libidn-0.6.12-new/Makefile.in  2007-05-18 15:51:32.0 -0400
+@@ -369,7 +369,7 @@
  target_alias = @target_alias@
--SUBDIRS = gl lib po src doc tests examples java csharp
-+SUBDIRS = gl lib po src tests examples java csharp
- ACLOCAL_AMFLAGS = -I m4 -I gl/m4
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = gl lib/gl lib po src doc tests examples java csharp
++SUBDIRS = gl lib/gl lib po src tests examples java csharp
+ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/gl/m4
  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
-diff -uNr libidn-0.6.3/java/misc/Makefile.in 
libidn-0.6.3-new/java/misc/Makefile.in
 libidn-0.6.3/java/misc/Makefile.in 2006-03-08 07:02:32.0 -0500
-+++ libidn-0.6.3-new/java/misc/Makefile.in 2006-06-28 23:45:06.0 
-0400
-@@ -228,7 +228,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+diff 

[cvs] dists/10.4/unstable/main/finkinfo/libs apache-forrest.info, 1.1, 1.2 commons-configuration.info, 1.2, 1.3 commons-dbcp.info, 1.2, 1.3 dojo-compressor.info, 1.1, 1.2 jndi-ldap.info, 1.2, 1.3 jndi

2007-05-18 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv18921/10.4/unstable/main/finkinfo/libs

Modified Files:
apache-forrest.info commons-configuration.info 
commons-dbcp.info dojo-compressor.info jndi-ldap.info 
jndi.info jsch.info jta-spec.info libidn.info libidn.patch 
Log Message:
java updates + rose-object 0.84

Index: jndi-ldap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/jndi-ldap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jndi-ldap.info  8 Aug 2006 15:50:11 -   1.2
+++ jndi-ldap.info  18 May 2007 20:36:24 -  1.3
@@ -3,7 +3,7 @@
 Revision: 5
 Depends: jndi, system-java (= 1.3-1)
 Provides: jaas
-Source: http://distfiles.opendarwin.org/ldap-1_2_4.zip
+Source: http://distfiles.finkmirrors.net/ldap-1_2_4.zip
 Source-MD5: 4929a0c31f0564f6e11a7f80666f1b9e
 Source2: http://java.sun.com/products/jndi/legal/bcl_jndi121.html
 Source2-MD5: cf480e104fe8dec8217b633a9ef5a47c

Index: jta-spec.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/jta-spec.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jta-spec.info   8 Aug 2006 15:50:11 -   1.2
+++ jta-spec.info   18 May 2007 20:36:24 -  1.3
@@ -2,7 +2,7 @@
 Version: 1.0.1
 Revision: 3
 Depends: system-java (= 1.3-1)
-Source: http://distfiles.opendarwin.org/jta-spec1_0_1.zip
+Source: http://distfiles.finkmirrors.net/jta-spec1_0_1.zip
 Source-MD5: 83ae30f49606da44b69bec2df1a7098e
 SourceDirectory: jta-spec1_0_1
 CompileScript: /usr/bin/true

Index: apache-forrest.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/apache-forrest.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache-forrest.info 30 Jun 2006 00:34:54 -  1.1
+++ apache-forrest.info 18 May 2007 20:36:24 -  1.2
@@ -1,8 +1,8 @@
 Package: apache-forrest
-Version: 0.7
+Version: 0.8
 Revision: 1
 Source: mirror:apache:forrest/%n-%v.tar.gz
-Source-MD5: ec83eb26a2bd39a3577ae1d9debd2a64
+Source-MD5: 56799bac54f79cd26a8ba29b10904259
 Depends: ant-base (= 1.6.5-1), system-java (= 1.4-1)
 Type: java(1.4)
 CompileScript: echo none needed

Index: jsch.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/jsch.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jsch.info   20 Nov 2006 13:27:49 -  1.3
+++ jsch.info   18 May 2007 20:36:24 -  1.4
@@ -1,8 +1,8 @@
 Package: jsch
-Version: 0.1.30
+Version: 0.1.33
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: 675f659e2edb33e2abf8c5b5bdba79d5
+Source-MD5: fc2cce5eabca1b6f2a46eba46e278bf2
 SourceDirectory: %n-%v
 PatchScript: perl -pi -e 's,javac,javac target=1.4 source=1.4,g' 
build.xml
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), jzlib, system-java-dev (= 1.4-1)

Index: libidn.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libidn.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libidn.patch30 Jun 2006 00:34:54 -  1.2
+++ libidn.patch18 May 2007 20:36:24 -  1.3
@@ -1,24 +1,24 @@
-diff -uNr libidn-0.6.3/Makefile.in libidn-0.6.3-new/Makefile.in
 libidn-0.6.3/Makefile.in   2006-03-08 07:02:33.0 -0500
-+++ libidn-0.6.3-new/Makefile.in   2006-06-28 23:44:06.0 -0400
-@@ -262,7 +262,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
+diff -uNr libidn-0.6.12/Makefile.in libidn-0.6.12-new/Makefile.in
+--- libidn-0.6.12/Makefile.in  2007-04-25 05:37:08.0 -0400
 libidn-0.6.12-new/Makefile.in  2007-05-18 15:51:32.0 -0400
+@@ -369,7 +369,7 @@
  target_alias = @target_alias@
--SUBDIRS = gl lib po src doc tests examples java csharp
-+SUBDIRS = gl lib po src tests examples java csharp
- ACLOCAL_AMFLAGS = -I m4 -I gl/m4
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = gl lib/gl lib po src doc tests examples java csharp
++SUBDIRS = gl lib/gl lib po src tests examples java csharp
+ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/gl/m4
  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
-diff -uNr libidn-0.6.3/java/misc/Makefile.in 
libidn-0.6.3-new/java/misc/Makefile.in
 libidn-0.6.3/java/misc/Makefile.in 2006-03-08 07:02:32.0 -0500
-+++ libidn-0.6.3-new/java/misc/Makefile.in 2006-06-28 23:45:06.0 
-0400
-@@ -228,7 +228,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+diff 

[cvs] dists/10.3/unstable/main/finkinfo/sound wavpack-4.3-3.info, NONE, 1.1 wavpack.info, 1.2, 1.3

2007-05-18 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv3231/10.3/unstable/main/finkinfo/sound

Modified Files:
wavpack.info 
Added Files:
wavpack-4.3-3.info 
Log Message:
Version bumped and new install_name: wavpack, wavpack1-{shlibs,dev}

Index: wavpack.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/wavpack.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wavpack.info9 Dec 2005 11:15:26 -   1.2
+++ wavpack.info19 May 2007 02:39:33 -  1.3
@@ -1,32 +1,33 @@
 Package: wavpack
-Version: 4.3
-Revision: 2
+Version: 4.41.0
+Revision: 1
 Description: Hybrid lossless audio compression
 License: BSD
-Maintainer: ASARI Takashi [EMAIL PROTECTED]
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-BuildDepends: libiconv-dev, libncurses5
-Depends: wavpack-shlibs (= %v-%r), libiconv
+BuildDepends: libiconv-dev
+Depends: %N1-shlibs (= %v-%r)
 
 Source: http://www.wavpack.com/%n-%v.tar.bz2
-Source-MD5: 171299b324ed05c1500f1f8b326c8e5e
+Source-MD5: 6a13edeae437498db78fe528d9e95144
 
-DocFiles: ChangeLog README license.txt
+DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 SplitOff: 
-  Package: %N-shlibs
-  Depends: libncurses5-shlibs, libiconv
+  Package: %N1-shlibs
   Files:  
-lib/libwavpack.0.0.0.dylib
-lib/libwavpack.0.dylib
+lib/libwavpack.1.0.1.dylib
+lib/libwavpack.1.dylib
   
-  Shlibs: %p/lib/libportaudio.0.0.0.dylib 1.0.0 %n (= 4.3-1)
-  DocFiles: ChangeLog README license.txt
+  Shlibs: %p/lib/libwavpack.1.0.1.dylib 2.0.0 %n (= 4.41.0-1)
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 SplitOff2: 
-  Package: %N-dev
-  Depends: %N-shlibs
+  Package: %N1-dev
+  Depends: %N1-shlibs (= %v-%r)
+  Conflicts: wavpack-dev
+  Replaces: wavpack-dev
   BuildDependsOnly: true
   Files: 
 include
@@ -35,7 +36,7 @@
 lib/libwavpack.a
 lib/libwavpack.la
   
-  DocFiles: ChangeLog README license.txt 
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 DescDetail: 
@@ -59,12 +60,20 @@
 lossless restoration. For some users this means never having to choose between
 lossless and lossy compression!
 
-WavPack 4.3 features include:
-  * Compatible with virtually all PCM audio formats including 8, 16, and 24-bit
-ints; 32-bit floats; mono, stereo, and multichannel; sampling rates from 6
-to 192 kHz (and non-standard rates)
+WavPack employs only well known, public domain techniques (i.e., linear
+prediction with LMS adaptation, Elias and Golomb codes) in its implementation.
+Methods and algorithms that have ever been patented (e.g., arithmetic coding,
+LZW compression) are specifically avoided. This ensures that WavPack encoders
+and decoders will remain open and royalty-free.
+
+WavPack 4.41 features include:
+  * Compatible with virtually all PCM audio formats including 8, 16, 24, and
+32-bit ints; 32-bit floats; mono, stereo, and multichannel; sampling rates
+from 6 to 192 kHz (and non-standard rates)
   * Multiplatform support including Windows, Linux, and OS X
-  * Instantly seekable and streaming capable
+  * Instantly seekable and streaming capable (and gapless)
+  * ReplayGain (including WavPack file scanner and compatible plugins)
+  * Uses ID3v1 and APEv2 tags for metadata (including ReplayGain)
   * Error-tolerant block format conducive to hardware decoding
   * Optional asymmetrical mode for improved compression
   * MD5 audio checksums for verification and identification
@@ -75,7 +84,9 @@
 license (BSD)
   * Intuitive command line interface (with wildcards and destination directory)
   * Small, efficient executable (no large programs or dlls to install)
+  * Special low latancy version available for custom applications
+  * Self-extracting archives with cuesheets (Windows only)
   * Fully backward compatible to WavPack 1.0
-  * Self-extracting archives (Windows only)
   * Complete piping support
 
+Homepage: http://www.wavpack.com/

--- NEW FILE: wavpack-4.3-3.info ---
Package: wavpack
Version: 4.3
Revision: 3
Description: Hybrid lossless audio compression
License: BSD
Maintainer: Todai Fink Team [EMAIL PROTECTED]

BuildDepends: libiconv-dev, libncurses5
Depends: wavpack-shlibs (= %v-%r), libiconv, libncurses5-shlibs

Source: http://www.wavpack.com/%n-%v.tar.bz2
Source-MD5: 171299b324ed05c1500f1f8b326c8e5e

DocFiles: ChangeLog README license.txt

SplitOff: 
  Package: %N-shlibs
  Depends: libiconv
  Files:  
lib/libwavpack.0.0.0.dylib
lib/libwavpack.0.dylib
  
  Shlibs: %p/lib/libwavpack.0.0.0.dylib 1.0.0 %n (= 4.3-1)
  DocFiles: ChangeLog README license.txt


SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs
  BuildDependsOnly: true
  Files: 
include
lib/pkgconfig
lib/libwavpack.dylib
lib/libwavpack.a
lib/libwavpack.la
  
  DocFiles: ChangeLog README 

[cvs] dists/10.4/unstable/main/finkinfo/sound wavpack-4.3-1003.info, NONE, 1.1 wavpack.info, 1.2, 1.3

2007-05-18 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv3231/10.4/unstable/main/finkinfo/sound

Modified Files:
wavpack.info 
Added Files:
wavpack-4.3-1003.info 
Log Message:
Version bumped and new install_name: wavpack, wavpack1-{shlibs,dev}

Index: wavpack.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/wavpack.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wavpack.info21 Jan 2006 17:50:30 -  1.2
+++ wavpack.info19 May 2007 02:39:34 -  1.3
@@ -1,32 +1,33 @@
 Package: wavpack
-Version: 4.3
-Revision: 1002
+Version: 4.41.0
+Revision: 1
 Description: Hybrid lossless audio compression
 License: BSD
-Maintainer: ASARI Takashi [EMAIL PROTECTED]
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-BuildDepends: libiconv-dev, libncurses5 (= 5.4-20041023-1006)
-Depends: wavpack-shlibs (= %v-%r), libiconv
+BuildDepends: libiconv-dev
+Depends: %N1-shlibs (= %v-%r)
 
 Source: http://www.wavpack.com/%n-%v.tar.bz2
-Source-MD5: 171299b324ed05c1500f1f8b326c8e5e
+Source-MD5: 6a13edeae437498db78fe528d9e95144
 
-DocFiles: ChangeLog README license.txt
+DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 SplitOff: 
-  Package: %N-shlibs
-  Depends: libncurses5-shlibs (= 5.4-20041023-1006), libiconv
+  Package: %N1-shlibs
   Files:  
-lib/libwavpack.0.0.0.dylib
-lib/libwavpack.0.dylib
+lib/libwavpack.1.0.1.dylib
+lib/libwavpack.1.dylib
   
-  Shlibs: %p/lib/libportaudio.0.0.0.dylib 1.0.0 %n (= 4.3-1)
-  DocFiles: ChangeLog README license.txt
+  Shlibs: %p/lib/libwavpack.1.0.1.dylib 2.0.0 %n (= 4.41.0-1)
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 SplitOff2: 
-  Package: %N-dev
-  Depends: %N-shlibs
+  Package: %N1-dev
+  Depends: %N1-shlibs (= %v-%r)
+  Conflicts: wavpack-dev
+  Replaces: wavpack-dev
   BuildDependsOnly: true
   Files: 
 include
@@ -35,7 +36,7 @@
 lib/libwavpack.a
 lib/libwavpack.la
   
-  DocFiles: ChangeLog README license.txt 
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 DescDetail: 
@@ -59,12 +60,20 @@
 lossless restoration. For some users this means never having to choose between
 lossless and lossy compression!
 
-WavPack 4.3 features include:
-  * Compatible with virtually all PCM audio formats including 8, 16, and 24-bit
-ints; 32-bit floats; mono, stereo, and multichannel; sampling rates from 6
-to 192 kHz (and non-standard rates)
+WavPack employs only well known, public domain techniques (i.e., linear
+prediction with LMS adaptation, Elias and Golomb codes) in its implementation.
+Methods and algorithms that have ever been patented (e.g., arithmetic coding,
+LZW compression) are specifically avoided. This ensures that WavPack encoders
+and decoders will remain open and royalty-free.
+
+WavPack 4.41 features include:
+  * Compatible with virtually all PCM audio formats including 8, 16, 24, and
+32-bit ints; 32-bit floats; mono, stereo, and multichannel; sampling rates
+from 6 to 192 kHz (and non-standard rates)
   * Multiplatform support including Windows, Linux, and OS X
-  * Instantly seekable and streaming capable
+  * Instantly seekable and streaming capable (and gapless)
+  * ReplayGain (including WavPack file scanner and compatible plugins)
+  * Uses ID3v1 and APEv2 tags for metadata (including ReplayGain)
   * Error-tolerant block format conducive to hardware decoding
   * Optional asymmetrical mode for improved compression
   * MD5 audio checksums for verification and identification
@@ -75,7 +84,9 @@
 license (BSD)
   * Intuitive command line interface (with wildcards and destination directory)
   * Small, efficient executable (no large programs or dlls to install)
+  * Special low latancy version available for custom applications
+  * Self-extracting archives with cuesheets (Windows only)
   * Fully backward compatible to WavPack 1.0
-  * Self-extracting archives (Windows only)
   * Complete piping support
 
+Homepage: http://www.wavpack.com/

--- NEW FILE: wavpack-4.3-1003.info ---
Package: wavpack
Version: 4.3
Revision: 1003
Description: Hybrid lossless audio compression
License: BSD
Maintainer: Todai Fink Team [EMAIL PROTECTED]

BuildDepends: libiconv-dev, libncurses5 (= 5.4-20041023-1006)
Depends: wavpack-shlibs (= %v-%r), libiconv, libncurses5-shlibs (= 
5.4-20041023-1006)

Source: http://www.wavpack.com/%n-%v.tar.bz2
Source-MD5: 171299b324ed05c1500f1f8b326c8e5e

DocFiles: ChangeLog README license.txt

SplitOff: 
  Package: %N-shlibs
  Depends: libiconv
  Files:  
lib/libwavpack.0.0.0.dylib
lib/libwavpack.0.dylib
  
  Shlibs: %p/lib/libwavpack.0.0.0.dylib 1.0.0 %n (= 4.3-1)
  DocFiles: ChangeLog README license.txt


SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs
  BuildDependsOnly: true
  Files: 
include
lib/pkgconfig