[cvs] dists/10.4/stable/main/finkinfo/editors xemacs.info,1.8,1.9

2013-05-28 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9843

Modified Files:
xemacs.info 
Log Message:
restore no_pie fix on both trees

Index: xemacs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/xemacs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xemacs.info 27 May 2013 14:37:25 -  1.8
+++ xemacs.info 28 May 2013 13:13:57 -  1.9
@@ -51,9 +51,14 @@
 ConfigureParams: --with-dialogs=athena --with-widgets=athena --with-sound=none 
--with-database=gdbm --without-ldap --without-postgresql --with-athena=3d 
--site-prefixes=%p
 GCC: 4.0
 SetCFLAGS: -O2 -g -std=c89
-SetLDFLAGS: -Wl,-no_pie -L%p/lib
+SetLDFLAGS: -L%p/lib
 CompileScript: 
 #!/bin/sh -ev
+# -no_pie doesn't work on 10.5
+ osversion=`uname -r | cut -d. -f1`
+ if [ $osversion -gt 9 ] ; then
+   export LDFLAGS=-Wl,-no_pie $LDFLAGS
+ fi
  export PATH=%p/lib/xmkmf/bin:$PATH 
  export IMAKEINCLUDE=-I%p/lib/X11/config
  ./configure %c


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors xemacs.info,1.4,1.5

2013-05-28 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10180

Modified Files:
xemacs.info 
Log Message:
restore no_pie fix on both trees

Index: xemacs.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/xemacs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xemacs.info 27 May 2013 14:37:50 -  1.4
+++ xemacs.info 28 May 2013 13:14:47 -  1.5
@@ -51,9 +51,14 @@
 ConfigureParams: --with-dialogs=athena --with-widgets=athena --with-sound=none 
--with-database=gdbm --without-ldap --without-postgresql --with-athena=3d 
--site-prefixes=%p
 GCC: 4.0
 SetCFLAGS: -O2 -g -std=c89
-SetLDFLAGS: -Wl,-no_pie -L%p/lib
+SetLDFLAGS: -L%p/lib
 CompileScript: 
 #!/bin/sh -ev
+# -no_pie doesn't work on 10.5
+ osversion=`uname -r | cut -d. -f1`
+ if [ $osversion -gt 9 ] ; then
+   export LDFLAGS=-Wl,-no_pie $LDFLAGS
+ fi
  export PATH=%p/lib/xmkmf/bin:$PATH 
  export IMAKEINCLUDE=-I%p/lib/X11/config
  ./configure %c


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo dpkg.info, 1.42, 1.43 dpkg.patch, 1.18, 1.19

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17345

Modified Files:
dpkg.info dpkg.patch 
Log Message:
  * Add simulated binary mode to md5sum for ffmpeg, md5sum wrapper will likely
be deprecated in the future so do not depend on this wrapper.  Also binary
mode is simulated it can't actually determine if it's binary, I just add
an asterisk in front of the file name when -b is passed.


Index: dpkg.patch
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/dpkg.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dpkg.patch  21 May 2013 20:49:24 -  1.18
+++ dpkg.patch  28 May 2013 14:34:15 -  1.19
@@ -1,7 +1,7 @@
 diff -ruN dpkg-1.16.10.orig/fink/md5sum dpkg-1.16.10/fink/md5sum
 --- dpkg-1.16.10.orig/fink/md5sum  1969-12-31 17:00:00.0 -0700
-+++ dpkg-1.16.10/fink/md5sum   2012-07-02 16:14:45.0 -0600
-@@ -0,0 +1,313 @@
 dpkg-1.16.10/fink/md5sum   2013-05-28 08:30:00.0 -0600
+@@ -0,0 +1,322 @@
 +#!/usr/bin/perl
 +use strict;
 +use warnings;
@@ -14,6 +14,7 @@
 +# GNU General Public License version 2.
 +
 +my $md5_bin = /sbin/md5;
++my $binary_mode = ;
 +my $check_mode = 0;
 +my $quiet = 0;
 +my $warn  = 0;
@@ -49,7 +50,7 @@
 +  if( $file eq - and $stdin_done )
 +  {
 +# second - is empty, so md5sum is of the empty string
-+print d41d8cd98f00b204e9800998ecf8427e  -\n;
++print d41d8cd98f00b204e9800998ecf8427e  $binary_mode-\n;
 +next;
 +  }
 +
@@ -60,7 +61,7 @@
 +  }
 +
 +  # the old md5sum, nor md5, understand binary mode, so...
-+  print $checksum  $file\n;
++  print $checksum  $binary_mode$file\n;
 +
 +  if( $file eq - )
 +  {
@@ -132,10 +133,14 @@
 +  {
 +version_and_exit();
 +  }
-+  elsif( $opt eq binary or $opt eq text )
++  elsif( $opt eq text )
 +  {
 +# ignore
 +  }
++  elsif( $opt eq binary )
++  {
++$binary_mode = *;
++  }
 +  elsif( $opt eq check )
 +  {
 +$check_mode = 1;
@@ -165,10 +170,14 @@
 +{
 +  my @opts = split //, $1;
 +  for(@opts) {
-+if( $_ eq b or $_ eq t )
++if( $_ eq t )
 +{
 +  # ignore
 +}
++elsif( $_ eq b )
++{
++  $binary_mode = *;
++}
 +elsif( $_ eq c )
 +{
 +  $check_mode = 1;

Index: dpkg.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/dpkg.info,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- dpkg.info   21 May 2013 20:49:24 -  1.42
+++ dpkg.info   28 May 2013 14:34:15 -  1.43
@@ -36,7 +36,7 @@
 Source-MD5: a20a06a5272717274a8b009368f237da
 
 PatchFile: dpkg.patch
-PatchFile-MD5: 76944f14e19764a76461b084c0cc8af9
+PatchFile-MD5: 30d353628371c0eb464812cf25384122
 
 PatchScript: 
 sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
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 io-oct.info,1.22,1.23

2013-05-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18726/10.4/stable/main/finkinfo/sci

Modified Files:
io-oct.info 
Log Message:
gcc  4.6 doesn't work right.


Index: io-oct.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/io-oct.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- io-oct.info 28 May 2013 04:51:56 -  1.22
+++ io-oct.info 28 May 2013 14:47:09 -  1.23
@@ -1,7 +1,7 @@
 Info2: 
 Package: io-oct%type_pkg[oct]
 Version: 1.2.2
-Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), forge (io), gcc (4.8)
+Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), forge (io), gcc (4.6)
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Homepage: http://octave.sourceforge.net/io/index.html 


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/web nodejs.info,1.1,1.2

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18919

Modified Files:
nodejs.info 
Log Message:
Force BSDsed with BSD sed syntax in install script, no rev up as it doesn't 
change the deb, it just stopped some from being able to build it.

Index: nodejs.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/web/nodejs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nodejs.info 5 Jul 2012 23:35:20 -   1.1
+++ nodejs.info 28 May 2013 14:49:40 -  1.2
@@ -43,7 +43,7 @@
   install -m0644 fink/node-waf.bash-completion 
%i/etc/bash_completion.d/node-waf
 
   find %i/share/doc/%n -name *.json -delete
-  sed -i -e '/document\.write/d' -e '/pageTracker/d' %i/share/doc/%n/api/*.html
+  /usr/bin/sed -i  -e '/document\.write/d' -e '/pageTracker/d' 
%i/share/doc/%n/api/*.html
 
 ###
 InfoTest: 


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/net lftp.info,1.4,1.5

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20130

Modified Files:
lftp.info 
Log Message:
  * New upstream release
  * Patch module.cc to look for .so not .bundle, since it builds .so and not
.bundle.


Index: lftp.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/lftp.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lftp.info   3 Aug 2012 03:57:16 -   1.4
+++ lftp.info   28 May 2013 15:03:57 -  1.5
@@ -1,6 +1,6 @@
 Package: lftp
-Version: 4.3.7
-Revision: 2
+Version: 4.4.7
+Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r), expat1-shlibs, readline6-shlibs, 
openssl100-shlibs
 BuildDepends: expat1, libgettext8-dev, libiconv-dev, libncurses5, readline6, 
openssl100-dev, fink (= 0.28)
@@ -11,7 +11,11 @@
 
 ###
 Source: mirror:custom:lftp-%v.tar.bz2
-Source-MD5: 7216925813c7b09d22b54340b98daf7f
+Source-MD5: a4e7b88d6b7aca389010ce6d6dca8099
+###
+PatchScript: 
+  perl -pi -e 's,bundle,so,g' src/module.cc
+
 ###
 SetCXX: g++
 ###


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
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 nurbs-oct-1.3.7.info, NONE, 1.1 arpack-oct.info, 1.19, 1.20 database-oct.info, 1.7, 1.8 database-oct305.info, 1.10, 1.11 octave-3.0.5.info, 1.39, 1.40 octave-

2013-05-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20294/10.4/stable/main/finkinfo/sci

Modified Files:
arpack-oct.info database-oct.info database-oct305.info 
octave-3.0.5.info octave-3.2.4.info octave-3.4.3.info 
octave-3.6.0.info octave-3.6.1.info octave-3.6.2.info 
octave-3.6.3.info octave-3.6.4.info octave-powerpc-3.6.0.info 
octave-powerpc-3.6.1.info octave-powerpc-3.6.2.info 
octave-powerpc-3.6.3.info octave-powerpc-3.6.4.info 
Added Files:
nurbs-oct-1.3.7.info 
Removed Files:
nurbs-oct-1.3.6.info 
Log Message:
Val fixes.


Index: octave-3.0.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.0.5.info,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- octave-3.0.5.info   28 May 2013 04:54:37 -  1.39
+++ octave-3.0.5.info   28 May 2013 15:06:52 -  1.40
@@ -228,7 +228,7 @@
gcc%type_pkg[gcc]-shlibs, 
hdf5.8-oldapi-shlibs, 
readline6-shlibs,
-   suitesparse-shlibs (= 4.0.2-2) 
+   suitesparse-shlibs (= 4.0.2-2),
(%type_raw[-blas] = -atlas) atlas-shlibs (= 3.10.1-1),
(%type_raw[-blas] = -ref) lapack%type_pkg[lapack]-shlibs


Index: octave-powerpc-3.6.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-powerpc-3.6.4.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- octave-powerpc-3.6.4.info   28 May 2013 04:54:37 -  1.6
+++ octave-powerpc-3.6.4.info   28 May 2013 15:06:52 -  1.7
@@ -513,7 +513,7 @@
(%type_raw[-blas] = -ref)   lapack%type_pkg[lapack]-shlibs,
(%type_raw[-blas] = -ref)   arpack-ng-ref-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -ref) arpack-ng-mpi-ref-shlibs (= 3.1.3-3),
(%type_raw[-blas] = -atlas) atlas-shlibs (= 3.10.1-1),
-   (%type_raw[-blas] = -atlas) arpack-ng-atlas-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -atlas) arpack-ng-mpi-atlas-shlibs (= 3.1.3-3),
+   (%type_raw[-blas] = -atlas) arpack-ng-atlas-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -atlas) arpack-ng-mpi-atlas-shlibs (= 3.1.3-3)

RuntimeDepends: 
epstool,

Index: octave-3.6.1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.6.1.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- octave-3.6.1.info   28 May 2013 04:54:37 -  1.27
+++ octave-3.6.1.info   28 May 2013 15:06:52 -  1.28
@@ -560,7 +560,7 @@
(%type_raw[-blas] = -ref)   lapack%type_pkg[lapack]-shlibs,
(%type_raw[-blas] = -ref)   arpack-ng-ref-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -ref) arpack-ng-mpi-ref-shlibs (= 3.1.3-3),
(%type_raw[-blas] = -atlas) atlas-shlibs (= 3.10.1-1),
-   (%type_raw[-blas] = -atlas) arpack-ng-atlas-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -atlas) arpack-ng-mpi-atlas-shlibs (= 3.1.3-3),
+   (%type_raw[-blas] = -atlas) arpack-ng-atlas-shlibs (= 
3.1.3-3) | (%type_raw[-blas] = -atlas) arpack-ng-mpi-atlas-shlibs (= 3.1.3-3)

RuntimeDepends: 
epstool,

Index: database-oct305.info
===
RCS file: 
/c==(%type_raw[-blas] = 
-atlas) arpack-ng-mpi-atlas-shlibs (= 3.1.3-3)Ð%s8ÿuꂠÂ*€
„ Â*¤ 
Â*’øŸ¡Â*Ð%s8ÿ€¡Â*Às8ÿs8ÿkƒ
 Â*6 
èè!è!`%s8ÿÐ%s8ÿx´Ÿ¡Â*Às8ÿ’â‚
 Â*†ƒ Â*`%s8ÿ`₠Â*Ÿ%s8ÿÀ¯¢Â*uꂠÂ* 
¢Â*ؤ¢Â*¨©¢Â*€
„ Â*x´Ÿ¡Â*Às8ÿs8ÿkƒ 
Â*à!à!`%s8ÿÐ%s8ÿH~¡Â* s8ÿ’â‚ 
Â*†ƒ Â*`%s8ÿ`₠Â*Ÿ%s8ÿ%s8ÿˆ%s8ÿ8¤ 
Â*Œp˜Ð%s8ÿuꂠÂ*€
„ Â* s8ÿps8ÿkƒ 
Â*GHIJKMNOP`%s8ÿÐ%s8ÿH5V¡Â*@s8ÿ’â‚
 Â*†ƒ Â*`%s8ÿ0¯¢Â*uꂠÂ*ÀŸ¡Â* i3¡Â* 
¢Â*ؤ¢Â*¨©¢Â*€
„ Â*H5V¡Â*@s8ÿ€s8ÿkƒ 
Â*85V¡Â*@s8ÿ°s8ÿkƒ 
Â*(5V¡Â*@s8ÿàs8ÿkƒ 
Â*5V¡Â*@s8ÿs8ÿkƒ Â*  ¨®¢Â*uꂠ
Â*¨©¢Â*s8ÿŠ¸3¡Â*e邠
Â*ؤ¢Â*°s8ÿy¸3¡Â*e邠Â* 

[cvs] dists/10.4/stable/main/finkinfo/sci hdf5.8-oldapi.info,1.2,1.3

2013-05-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25281/10.4/stable/main/finkinfo/sci

Modified Files:
hdf5.8-oldapi.info 
Log Message:
Fix the C/R in the -bin splitoff.


Index: hdf5.8-oldapi.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/hdf5.8-oldapi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hdf5.8-oldapi.info  27 May 2013 19:44:31 -  1.2
+++ hdf5.8-oldapi.info  28 May 2013 17:05:12 -  1.3
@@ -1,6 +1,6 @@
 Package: hdf5.8-oldapi
 Version: 1.8.11
-Revision: 1
+Revision: 2
 Description: Scientific data format (v1.6 API)--headers
 License: OSI-Approved
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
@@ -93,14 +93,14 @@
hdf5-bin, 
hdf5.7-bin,
hdf5.7-oldapi-bin,
-   hdf5.8
+   hdf5.8-bin
   
   Replaces: 
hdf5-18-bin, 
hdf5-bin, 
hdf5.7-bin,
hdf5.7-oldapi-bin,
-   hdf5.8
+   hdf5.8-bin
   
   Files: bin
   DocFiles: COPYING README.txt  release_docs/RELEASE.txt release_docs/HISTORY*


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci hdf5.8-oldapi.info,1.1,1.2

2013-05-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25281/10.7/stable/main/finkinfo/sci

Modified Files:
hdf5.8-oldapi.info 
Log Message:
Fix the C/R in the -bin splitoff.


Index: hdf5.8-oldapi.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/hdf5.8-oldapi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hdf5.8-oldapi.info  23 May 2013 15:03:51 -  1.1
+++ hdf5.8-oldapi.info  28 May 2013 17:05:12 -  1.2
@@ -1,6 +1,6 @@
 Package: hdf5.8-oldapi
 Version: 1.8.11
-Revision: 1
+Revision: 2
 Description: Scientific data format (v1.6 API)--headers
 License: OSI-Approved
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
@@ -93,14 +93,14 @@
hdf5-bin, 
hdf5.7-bin,
hdf5.7-oldapi-bin,
-   hdf5.8
+   hdf5.8-bin
   
   Replaces: 
hdf5-18-bin, 
hdf5-bin, 
hdf5.7-bin,
hdf5.7-oldapi-bin,
-   hdf5.8
+   hdf5.8-bin
   
   Files: bin
   DocFiles: COPYING README.txt  release_docs/RELEASE.txt release_docs/HISTORY*


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo gmp5.info,1.30,1.31

2013-05-28 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31743

Modified Files:
gmp5.info 
Log Message:
upstream update 5.1.2, validated on powerpc-darwin8


Index: gmp5.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp5.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- gmp5.info   22 Feb 2013 01:42:18 -  1.30
+++ gmp5.info   28 May 2013 19:44:20 -  1.31
@@ -1,13 +1,13 @@
 Info4: 
 Package: gmp5%type_pkg[-64bit]
-Version: 5.1.1
+Version: 5.1.2
 Revision: 1
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: ftp://ftp.gmplib.org/pub/gmp-%v/gmp-%v.tar.bz2
 # Source: mirror:gnu:gmp/gmp-%v.tar.bz2
-Source-MD5: 2fa018a7cd193c78494525f236d02dd6
+Source-MD5: 7e3516128487956cd825fef01aafe4bc
 # Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 # Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 # PatchFile: %{ni}.patch


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/10.4-EOL/libs gmp5.info, 1.7, 1.8

2013-05-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31894/10.4-EOL/libs

Modified Files:
gmp5.info 
Log Message:
upstream update 5.1.2


Index: gmp5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/gmp5.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gmp5.info   22 Feb 2013 01:44:29 -  1.7
+++ gmp5.info   28 May 2013 19:47:44 -  1.8
@@ -1,13 +1,13 @@
 Info4: 
 Package: gmp5%type_pkg[-64bit]
-Version: 5.1.1
+Version: 5.1.2
 Revision: 1
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: ftp://ftp.gmplib.org/pub/gmp-%v/gmp-%v.tar.bz2
 # Source: mirror:gnu:gmp/gmp-%v.tar.bz2
-Source-MD5: 2fa018a7cd193c78494525f236d02dd6
+Source-MD5: 7e3516128487956cd825fef01aafe4bc
 # Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 # Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 # PatchFile: %{ni}.patch


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/libs gmp5.info,1.11,1.12

2013-05-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31894/libs

Modified Files:
gmp5.info 
Log Message:
upstream update 5.1.2


Index: gmp5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/gmp5.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gmp5.info   22 Feb 2013 02:12:02 -  1.11
+++ gmp5.info   28 May 2013 19:47:44 -  1.12
@@ -1,13 +1,13 @@
 Info4: 
 Package: gmp5%type_pkg[-64bit]
-Version: 5.1.1
+Version: 5.1.2
 Revision: 1
 GCC: 4.0
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Source: ftp://ftp.gmplib.org/pub/gmp-%v/gmp-%v.tar.bz2
 # Source: mirror:gnu:gmp/gmp-%v.tar.bz2
-Source-MD5: 2fa018a7cd193c78494525f236d02dd6
+Source-MD5: 7e3516128487956cd825fef01aafe4bc
 # Source2: http://www.csl.cornell.edu/~fang/sw/gmp-trunk-20110131-config.guess
 # Source2-MD5: d526c73bbb512808aa4e871937dd6fa4
 # PatchFile: %{ni}.patch


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs libnewt0-shlibs.info, NONE, 1.1 libnewt0-shlibs.patch, NONE, 1.1

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2282

Added Files:
libnewt0-shlibs.info libnewt0-shlibs.patch 
Log Message:
New port bring whiptail to fink a lightweight dialog replacement

--- NEW FILE: libnewt0-shlibs.info ---
Package: libnewt0-shlibs
Version: 0.52.15
Revision: 1.1
###
Source: mirror:debian:pool/main/n/newt/newt_%v.orig.tar.gz
Source-MD5: 343ee3a0fd0eacdb7c508a1e1cfabf65
SourceDirectory: newt-%v
###
BuildDepends: 
  fink (= 0.28),
  slang2,
  popt,
  gettext-tools,
  libgettext8-dev,
  tcltk-dev,
  python33,
  autoconf2.6,
  automake1.11

#  sgmltools-lite,
Depends: 
  slang2-shlibs,
  libgettext8-shlibs

###
PatchFile: %n.patch
PatchFile-MD5: 805e321c9ed21bcbda35090f6b6ffc36
PatchScript: 
  sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1

  # Debian Patches
  patch -p1  fink/patches/endianness.patch
  patch -p1  fink/patches/tcl8x.patch
  patch -p1  fink/patches/python_memory_allocation.patch
  patch -p1  fink/patches/escape_key.patch
  patch -p1  fink/patches/python_init_once.patch
  patch -p1  fink/patches/messagebox_escape.patch
  patch -p1  fink/patches/python3.patch
  patch -p1  fink/patches/compiler-warnings.patch

  perl -pi -e 's, -shared \$, -bundle \$,g' Makefile.in
  perl -pi -e 's, --shared \$\$PLDFLAGS, -bundle \$\$PLDFLAGS,g' Makefile.in

  perl -pi -e 's,Tcl_setResult,Tcl_SetResult,g' whiptcl.c

  perl -pi -e 's,LIBTCL = .TCL_LIB_FLAG.,LIBTCL = -ltcl,g' Makefile.in
  perl -pi -e 's,PYTHONVERS = .PYTHONVERS.,PYTHONVERS = python3.3,g' Makefile.in

  perl -pi -e 's, -I/usr/include/slang,,g' Makefile.in

  perl -pi -e 's,SONAME = .SONAME.,SONAME = 0,g' Makefile.in
  perl -pi -e 's,LIBNEWTSH = libnewt\.so\.\$\(VERSION\),LIBNEWTSH = 
libnewt\.\$\(VERSION\)\.dylib,g' Makefile.in
  perl -pi -e 's,LIBNEWTSONAME = libnewt\.so\.\$\(SONAME\),LIBNEWTSONAME = 
libnewt\.\$\(SONAME\)\.dylib,g' Makefile.in
  perl -pi -e 's;SHLIBFLAGS=$;SHLIBFLAGS=-dynamiclib -compatibility_version 1 
-current_version 1 -install_name %p/lib/\$\(LIBNEWTSONAME\);g' Makefile.in
  perl -pi -e 's,libnewt\.so,libnewt\.dylib,g' Makefile.in

  ### Fix things to work in fink root
  perl -pi -e 's,/usr,%p,' *.py newt.spec nls.h

ConfigureParams: 
  --without-gpm-support \
  --with-colorsfile=%p/etc/newt/palette

CompileScript: 
  # Nasty hack. why is it necessary?
  cp %p/share/automake-1.11/install-sh ./install-sh

  #./autogen.sh
  ./configure %c
  make
  #sgmltools --backend html tutorial.sgml
  # ar cqv libnewt_pic.a shared/*.o

InstallScript: 
  make install DESTDIR=%d

  # examples
  install -d -m 755 examples
  install -m 644 testtree.c test.c testgrid.c examples

  for v in python3.3; do \
install -d -m 755 %i/lib/$v/dist-packages; \
install -m 755 snack.py $v/* %i/lib/$v/dist-packages; \
  done

  install -m 644 libnewt.a %i/lib

  install -d -m 755 %i/etc/newt
  install -m 644 %b/fink/palette.original %i/etc/newt/

###
Shlibs: 
  %p/lib/libnewt.0.dylib 1.0.0 libnewt0-shlibs (= 0.52.10-1.1)

###
PostInstScript: 
set -e

case $1 in
configure)
# Install alternatives
update-alternatives --install %p/etc/newt/palette newt-palette 
%p/etc/newt/palette.original 20
;;
esac

ConfFiles: %p/etc/newt/palette.original
DocFiles: CHANGES COPYING
Description: Not Erik's Windowing Toolkit
DescDetail: 
Newt is a windowing toolkit for text mode built from the slang library.
It allows color text mode applications to easily use stackable windows,
push buttons, check boxes, radio buttons, lists, entry fields, labels,
and displayable text. Scrollbars are supported, and forms may be nested
to provide extra functionality. This package contains the shared library
for programs that have been built with newt.

SplitOff: 
  Package: libnewt-dev
  BuildDependsOnly: true
  Depends: 
%N (= %v-%r)
  
  Files: 
include
lib/libnewt.{a,dylib}
lib/pkgconfig
  
  DocFiles: CHANGES COPYING newt.spec examples
  Description: Developer's toolkit for newt windowing library
  DescDetail: 
These are the header files and libraries for developing applications
which use newt. Newt is a windowing toolkit for text mode, which provides
many widgets and stackable windows.
  

SplitOff2: 
  Package: newt-tcl
  Depends: 
%N (= %v-%r),
tcltk, 
tcltk-shlibs,
popt-shlibs,
libgettext8-shlibs
  
  Files: 
lib/whiptcl.so
  
  DocFiles: CHANGES COPYING
  Description: NEWT module for Tcl
  DescDetail: 
This module allows you to build a text UI for your Tcl scripts
using newt.
  

SplitOff3: 
  Package: newt-py33
  Depends: 
%N (= %v-%r)
  
  Files: 
lib/python3.3
  
  DocFiles: CHANGES COPYING
  Description: NEWT module for Python3
  DescDetail: 
This module allows you to built a text UI for your Python3 scripts
using newt.
  

SplitOff5: 
  Package: whiptail
  Depends: 
%N (= %v-%r),
slang2-shlibs,
libgettext8-shlibs,
popt-shlibs
  
  Files: 
bin
share/man
  
  DocFiles: 

[cvs] experimental/thesin/finkinfo debconf.info,1.13,1.14

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2395

Modified Files:
debconf.info 
Log Message:
Add whiptail as a dialog replacement, it is prefered

Index: debconf.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- debconf.info15 May 2013 16:09:43 -  1.13
+++ debconf.info28 May 2013 20:42:58 -  1.14
@@ -13,7 +13,7 @@
 
 Depends: 
   dpkg ( 1.15),
-  dialog,
+  whiptail | dialog,
   gettext-tools
 
 Conflicts: 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods regexp-assemble-pm.info, NONE, 1.1

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4835

Added Files:
regexp-assemble-pm.info 
Log Message:
Add port

--- NEW FILE: regexp-assemble-pm.info ---
Package: regexp-assemble-pm
Version: 0.35
Revision: 1
Type: perl
Description: Assemble multiple Regular Expressions
License: Artistic
Maintainer: Fink Devel fink-de...@lists.sourceforge.net

BuildDepends: 
extutils-makemaker-pm (= 6.30)


Source: mirror:cpan:authors/id/D/DL/DLAND/Regexp-Assemble-%v.tar.gz
Source-MD5: 315796ece5bfb69b166846ced911cf0e

UpdatePOD: true
DocFiles: Changes README

Homepage: http://search.cpan.org/dist/Regexp-Assemble
DescDetail: 
Assemble multiple Regular Expressions into a single RE



--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods config-file-pm.info, NONE, 1.1

2013-05-28 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5787

Added Files:
config-file-pm.info 
Log Message:
New Port

--- NEW FILE: config-file-pm.info ---
Package: config-file-pm
Version: 1.50
Revision: 1
Type: perl
Description: Parse a simple configuration file
License: GPL
Maintainer: Fink Devel fink-de...@lists.sourceforge.net
DescDetail: 
Parse a simple configuration file


# Dependencies:
BuildDepends: 
  test-pod-pm,
  test-pod-coverage-pm


# Unpack Phase:
Source: mirror:cpan:authors/id/G/GW/GWOLF/Config-File-%v.tar.gz
Source-MD5: ea1f012b4336697be1c2e4cc2c3396e0

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README LICENSE
InstallScript: 
 %{default_script}
 mkdir -p %i/share
 mv %i/man %i/share
 mv %i/lib/perl5/site_perl/* %i/lib/perl5
 rm -rf %i/lib/perl5/site_perl


# Additional Info:
Homepage: http://search.cpan.org/dist/Config-File/


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/10.4-EOL/graphics libtiff5-shlibs.info, NONE, 1.1 libtiff.info, 1.1, 1.2

2013-05-28 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18025

Modified Files:
libtiff.info 
Added Files:
libtiff5-shlibs.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libtiff5-shlibs.info ---
Package: libtiff5-shlibs
Version: 4.0.3
Revision: 1
Description: TIFF image format library and tools
License: BSD
Maintainer: Hanspeter Niederstrasser nie...@users.sourceforge.net
### Feel free to update when necessary.
Depends: 
libjbig-shlibs,
libjpeg8-shlibs (= 8-2),
liblzma5-shlibs

BuildDepends: 
fink-package-precedence,
libjbig,
libjpeg8 (= 8-2),
liblzma5,
pkgconfig

GCC: 4.0
Source: http://download.osgeo.org/libtiff/tiff-%v.tar.gz
Source-MD5: 051c1068e6a0627f461948c365290410
PatchScript: 
perl -pi -e 's|HAVE_APPLE_OPENGL_FRAMEWORK|HAVE_OPENGL_GL_H|g' 
tools/tiffgt.c

ConfigureParams: 
--disable-static \
--enable-dependency-tracking \
--with-x=no \
CPPFLAGS=$CPPFLAGS -DHAVE_APPLE_OPENGL_FRAMEWORK

CompileScript: 
#!/bin/sh -ev
./configure %c
make -w
fink-package-precedence --prohibit-bdep=libtiff,libtiff5 .

InfoTest: TestScript: make check || exit 2
InstallScript: 
make install DESTDIR=%d

DocFiles: COPYRIGHT README
Shlibs:
%p/lib/libtiff.5.dylib 8.0.0 %n (= 4.0.3-1)
%p/lib/libtiffxx.5.dylib 8.0.0 %n (= 4.0.3-1)

SplitOff: 
Package: libtiff5
Description: libtiff5 developer files
Depends: %N (= %v-%r)
BuildDependsOnly: true
Conflicts: 
libtiff,
libtiff5

Replaces: 
libtiff,
libtiff5

Files: 
include
lib/libtiff.dylib
lib/libtiff.la
lib/libtiffxx.dylib
lib/libtiffxx.la
lib/pkgconfig
share/doc/tiff-4.0.3
share/man/man3

DocFiles: COPYRIGHT README TODO

SplitOff2: 
Package: libtiff-bin
Depends: 
%N (= %v-%r),
libjbig-shlibs,
libjpeg8-shlibs (= 8-2),
liblzma5-shlibs

Replaces: libtiff ( 3.5.7-5)
Files: 
bin
share/man/man1

Description: Executables for libtiff5 package
DocFiles: COPYRIGHT README

Homepage: http://www.remotesensing.org/libtiff
DescDetail: 
This software provides support for the Tag Image File Format (TIFF), 
a widely used format for storing image data. Included in this software 
distribution is a library, libtiff, for reading and writing TIFF, a 
small collection of tools for doing simple manipulations of TIFF images, 
and documentation on the library and tools. The library, along with 
associated tool programs, should handle most of your needs for reading 
and writing TIFF images on 32- and 64-bit machines.

DescPackaging: 
Follows layout of libtiff-v3 package, but bumps libN to 5.

--with-x=no is used because tiffgt in the -bin splitoff would otherwise link to
libfreeglut.dylib and libGL.dylib  friends.  Can enable X, but then must have
those other packages in (Build)Depends.  The library itself is not affected.


Index: libtiff.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/libtiff.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libtiff.info11 Jul 2011 04:08:32 -  1.1
+++ libtiff.info29 May 2013 00:57:29 -  1.2
@@ -1,14 +1,23 @@
 Package: libtiff
-Version: 3.9.4
+Version: 3.9.7
 Revision: 1
 Depends: %N-shlibs (= %v-%r), %N-bin
 BuildDepends: libjpeg8 (= 8-2), fink (= 0.24.12)
+Conflicts: 
+   libtiff,
+   libtiff5
+
+Replaces: 
+   libtiff,
+   libtiff5
+
 Source: http://download.osgeo.org/libtiff/tiff-%v.tar.gz
-Source-MD5: 2006c1bdd12644dbf02956955175afd6
+Source-MD5: 626102f448ba441d42e3212538ad67d2
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --mandir='${prefix}/share/man' --disable-dependency-tracking 
--with-docdir='${prefix}/share/doc/%n'
+ConfigureParams: --mandir='${prefix}/share/man' --disable-dependency-tracking 
--with-docdir='${prefix}/share/doc/%n' --disable-jbig
 GCC: 4.0
+InfoTest: TestScript: make check || exit 2
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
@@ -38,6 +47,9 @@
 
 Earliest versions by Christoph Pfisterer.  Thanks also to Blair Zajac and
 Tomoaki Okayama for assistance with some previous versions.
+
+nieder: updated to 3.9.7
+Explicitly disable jbig support to minimize change in minor version update.
 
 License: BSD
 Homepage: http://www.remotesensing.org/libtiff/



[cvs] dists/10.7/stable/main/finkinfo/gnome gwyddion.info,1.4,1.5

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22330/10.7/main/finkinfo/gnome

Modified Files:
gwyddion.info 
Log Message:
changed Depends requires rev-up

Index: gwyddion.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome/gwyddion.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gwyddion.info   22 May 2013 21:59:17 -  1.4
+++ gwyddion.info   29 May 2013 02:15:20 -  1.5
@@ -1,6 +1,6 @@
 Package: gwyddion
 Version: 2.31
-Revision: 2
+Revision: 3
 Depends: 
%N-shlibs (= %v-%r), 
atk1-shlibs (= 1.24.0-1), 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/gnome gwyddion.info,1.5,1.6

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22330/stable/main/finkinfo/gnome

Modified Files:
gwyddion.info 
Log Message:
changed Depends requires rev-up

Index: gwyddion.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gwyddion.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gwyddion.info   22 May 2013 21:59:16 -  1.5
+++ gwyddion.info   29 May 2013 02:15:20 -  1.6
@@ -1,6 +1,6 @@
 Package: gwyddion
 Version: 2.31
-Revision: 2
+Revision: 3
 Depends: 
%N-shlibs (= %v-%r), 
atk1-shlibs (= 1.24.0-1), 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/10.4-EOL/gnome gwyddion.info, 1.2, 1.3

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22372/unstable/main/finkinfo/10.4-EOL/gnome

Modified Files:
gwyddion.info 
Log Message:
sync with 10.[56]

Index: gwyddion.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome/gwyddion.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gwyddion.info   22 May 2013 21:59:17 -  1.2
+++ gwyddion.info   29 May 2013 02:15:38 -  1.3
@@ -1,6 +1,6 @@
 Package: gwyddion
 Version: 2.31
-Revision: 2
+Revision: 3
 Depends: 
%N-shlibs (= %v-%r), 
atk1-shlibs (= 1.24.0-1), 


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods config-file-pm.info, 1.1, 1.2

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23409/10.7/main/finkinfo/libs/perlmods

Modified Files:
config-file-pm.info 
Log Message:
fixing packaging mistake: installing nonperlversioned-package module in 
perlversioned location (because handcoded *Script rather than using fink's DTRT 
Module::Build support)


Index: config-file-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/config-file-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config-file-pm.info 28 May 2013 21:58:53 -  1.1
+++ config-file-pm.info 29 May 2013 02:28:38 -  1.2
@@ -1,6 +1,6 @@
 Package: config-file-pm
 Version: 1.50
-Revision: 1
+Revision: 2
 Type: perl
 Description: Parse a simple configuration file
 License: GPL
@@ -11,8 +11,10 @@
 
 # Dependencies:
 BuildDepends: 
-  test-pod-pm,
-  test-pod-coverage-pm
+   fink (= 0.30.2),
+   module-build-pm,
+   test-pod-pm,
+   test-pod-coverage-pm
 
 
 # Unpack Phase:
@@ -20,15 +22,8 @@
 Source-MD5: ea1f012b4336697be1c2e4cc2c3396e0
 
 # Install Phase:
-UpdatePOD: True
-DocFiles: CHANGES MANIFEST README LICENSE
-InstallScript: 
- %{default_script}
- mkdir -p %i/share
- mv %i/man %i/share
- mv %i/lib/perl5/site_perl/* %i/lib/perl5
- rm -rf %i/lib/perl5/site_perl
-
+DefaultScript: ModuleBuild
+DocFiles: CHANGES README LICENSE
 
 # Additional Info:
 Homepage: http://search.cpan.org/dist/Config-File/


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/libs/perlmods config-file-pm.info, NONE, 1.1

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23455/stable/main/finkinfo/libs/perlmods

Added Files:
config-file-pm.info 
Log Message:
sync from 10.[78]

--- NEW FILE: config-file-pm.info ---
Package: config-file-pm
Version: 1.50
Revision: 2
Type: perl
Description: Parse a simple configuration file
License: GPL
Maintainer: Fink Devel fink-de...@lists.sourceforge.net
DescDetail: 
Parse a simple configuration file


# Dependencies:
BuildDepends: 
fink (= 0.30.2),
module-build-pm,
test-pod-pm,
test-pod-coverage-pm


# Unpack Phase:
Source: mirror:cpan:authors/id/G/GW/GWOLF/Config-File-%v.tar.gz
Source-MD5: ea1f012b4336697be1c2e4cc2c3396e0

# Install Phase:
DefaultScript: ModuleBuild
DocFiles: CHANGES README LICENSE

# Additional Info:
Homepage: http://search.cpan.org/dist/Config-File/


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods regexp-assemble-pm.patch, NONE, 1.1 regexp-assemble-pm.info, 1.1, 1.2

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25157/10.7/main/finkinfo/libs/perlmods

Modified Files:
regexp-assemble-pm.info 
Added Files:
regexp-assemble-pm.patch 
Log Message:
self-test fixes

--- NEW FILE: regexp-assemble-pm.patch ---
diff -Nurd -x'*~' Regexp-Assemble-0.35.orig/t/00_basic.t 
Regexp-Assemble-0.35/t/00_basic.t
--- Regexp-Assemble-0.35.orig/t/00_basic.t  2008-06-07 09:13:47.0 
-0400
+++ Regexp-Assemble-0.35/t/00_basic.t   2013-05-28 23:08:10.0 -0400
@@ -10,7 +10,7 @@
 
 use strict;
 
-eval qq{use Test::More tests = 327 };
+eval qq{use Test::More tests = 326 };
 if( $@ ) {
 warn # Test::More not available, no tests performed\n;
 print 1..1\nok 1\n;
@@ -33,7 +33,6 @@
 skip( 'Test::Pod not installed on this system', 3 )
 unless $have_Test_Pod;
 
-pod_file_ok( 'Assemble.pm' );
 pod_file_ok( 'eg/assemble' );
 pod_file_ok( 'eg/debugging' );
 }

Index: regexp-assemble-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/regexp-assemble-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- regexp-assemble-pm.info 28 May 2013 21:39:30 -  1.1
+++ regexp-assemble-pm.info 29 May 2013 03:15:13 -  1.2
@@ -3,19 +3,33 @@
 Revision: 1
 Type: perl
 Description: Assemble multiple Regular Expressions
-License: Artistic
+License: Artistic/GPL
 Maintainer: Fink Devel fink-de...@lists.sourceforge.net
 
-BuildDepends: 
-   extutils-makemaker-pm (= 6.30)
+InfoTest: 
+   TestDepends: 
+   test-pod-pm,
+   test-pod-coverage-pm
+   
+   # varianted TDep? need separate .info for Dist per systemperl
+   #test-file-contents-pmXXX  # not in fink
+   #test-warn-pmXXX   # big dep tree
 
 
 Source: mirror:cpan:authors/id/D/DL/DLAND/Regexp-Assemble-%v.tar.gz
 Source-MD5: 315796ece5bfb69b166846ced911cf0e
+PatchFile: %n.patch
+PatchFile-MD5: 4b17c2546136fe1c86daa4f6a8912856
 
 UpdatePOD: true
 DocFiles: Changes README
 
+DescPackaging: 
+
+   Ignoring self-test fail for strictness of =item naming in POD.
+   See: 
+   
+
 Homepage: http://search.cpan.org/dist/Regexp-Assemble
 DescDetail: 
 Assemble multiple Regular Expressions into a single RE


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods regexp-assemble-pm.info, 1.2, 1.3

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25188/10.7/main/finkinfo/libs/perlmods

Modified Files:
regexp-assemble-pm.info 
Log Message:
+upstream buglink

Index: regexp-assemble-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/regexp-assemble-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- regexp-assemble-pm.info 29 May 2013 03:15:13 -  1.2
+++ regexp-assemble-pm.info 29 May 2013 03:16:02 -  1.3
@@ -27,7 +27,7 @@
 DescPackaging: 
 
Ignoring self-test fail for strictness of =item naming in POD.
-   See: 
+   See: https://rt.cpan.org/Public/Bug/Display.html?id=85686

 
 Homepage: http://search.cpan.org/dist/Regexp-Assemble


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
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/libs/perlmods regexp-assemble-pm.info, NONE, 1.1 regexp-assemble-pm.patch, NONE, 1.1

2013-05-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25104/stable/main/finkinfo/libs/perlmods

Added Files:
regexp-assemble-pm.info regexp-assemble-pm.patch 
Log Message:
backport from 10.[78]


--- NEW FILE: regexp-assemble-pm.patch ---
diff -Nurd -x'*~' Regexp-Assemble-0.35.orig/t/00_basic.t 
Regexp-Assemble-0.35/t/00_basic.t
--- Regexp-Assemble-0.35.orig/t/00_basic.t  2008-06-07 09:13:47.0 
-0400
+++ Regexp-Assemble-0.35/t/00_basic.t   2013-05-28 23:08:10.0 -0400
@@ -10,7 +10,7 @@
 
 use strict;
 
-eval qq{use Test::More tests = 327 };
+eval qq{use Test::More tests = 326 };
 if( $@ ) {
 warn # Test::More not available, no tests performed\n;
 print 1..1\nok 1\n;
@@ -33,7 +33,6 @@
 skip( 'Test::Pod not installed on this system', 3 )
 unless $have_Test_Pod;
 
-pod_file_ok( 'Assemble.pm' );
 pod_file_ok( 'eg/assemble' );
 pod_file_ok( 'eg/debugging' );
 }

--- NEW FILE: regexp-assemble-pm.info ---
Package: regexp-assemble-pm
Version: 0.35
Revision: 1
Type: perl
Description: Assemble multiple Regular Expressions
License: Artistic/GPL
Maintainer: Fink Devel fink-de...@lists.sourceforge.net

InfoTest: 
TestDepends: 
test-pod-pm,
test-pod-coverage-pm

# varianted TDep? need separate .info for Dist per systemperl
#test-file-contents-pmXXX  # not in fink
#test-warn-pmXXX   # big dep tree


Source: mirror:cpan:authors/id/D/DL/DLAND/Regexp-Assemble-%v.tar.gz
Source-MD5: 315796ece5bfb69b166846ced911cf0e
PatchFile: %n.patch
PatchFile-MD5: 4b17c2546136fe1c86daa4f6a8912856

UpdatePOD: true
DocFiles: Changes README

DescPackaging: 

Ignoring self-test fail for strictness of =item naming in POD.
See: https://rt.cpan.org/Public/Bug/Display.html?id=85686


Homepage: http://search.cpan.org/dist/Regexp-Assemble
DescDetail: 
Assemble multiple Regular Expressions into a single RE



--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs