[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods extutils-makemaker-pm-6.56.info, 1.2, 1.3

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26252

Modified Files:
extutils-makemaker-pm-6.56.info 
Log Message:
Restrict to 10.7 and 10.8.

Index: extutils-makemaker-pm-6.56.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm-6.56.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-makemaker-pm-6.56.info 26 Jun 2013 00:53:46 -  1.2
+++ extutils-makemaker-pm-6.56.info 11 Jul 2013 11:05:46 -  1.3
@@ -1,6 +1,7 @@
 Package: extutils-makemaker-pm
 Version: 6.56
 Revision: 5
+Distribution: 10.7, 10.8
 Type: perl
 Description: Perl module to create a module Makefile
 License: Artistic/GPL


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics gd2.patch,1.2,1.3

2013-07-11 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30190

Modified Files:
gd2.patch 
Log Message:
unblock on 10.9 by updating to libjpeg9 and libpng16

Index: gd2.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gd2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gd2.patch   24 Aug 2011 14:20:36 -  1.2
+++ gd2.patch   11 Jul 2013 12:57:37 -  1.3
@@ -32,8 +32,8 @@
  
 -# libpng12.so is a nightmare. We have to test separately for
 -# libpng12-config and libpng-config. If we find libpng12-config,
-+# libpng15.so is a nightmare. We have to test separately for
-+# libpng15-config and libpng-config. If we find libpng15-config,
++# libpng16.so is a nightmare. We have to test separately for
++# libpng16-config and libpng-config. If we find libpng16-config,
  # we don't look for the other, which will just be a symlink to it,
  # confusing autoconf into thinking the library itself will be named -lpng,
  # which it won't be. Awful. This code will suffice unless the libpng
@@ -41,15 +41,15 @@
  
  if test $withval != no; then
 -  AC_PATH_PROG([LIBPNG12_CONFIG], [libpng12-config])
-+  AC_PATH_PROG([LIBPNG15_CONFIG], [libpng15-config])
++  AC_PATH_PROG([LIBPNG16_CONFIG], [libpng16-config])
AC_PATH_PROG([LIBPNG_CONFIG], [libpng-config])
 -  if test -n $LIBPNG12_CONFIG; then
 -libpng_CPPFLAGS=`libpng12-config --cflags`
-+  if test -n $LIBPNG15_CONFIG; then
-+libpng_CPPFLAGS=`libpng15-config --cflags`
++  if test -n $LIBPNG16_CONFIG; then
++libpng_CPPFLAGS=`libpng16-config --cflags`
  # should be --ldopts, but it's currently broken
 -libpng_LDFLAGS=`libpng12-config --ldflags`
-+libpng_LDFLAGS=`libpng15-config --ldflags`
++libpng_LDFLAGS=`libpng16-config --ldflags`
  libpng_LDFLAGS=`echo  $libpng_LDFLAGS | sed 's/ -l[[^ ]][[^ ]]*//g'`
elif test -n $LIBPNG_CONFIG; then
  libpng_CPPFLAGS=`libpng-config --cflags`
@@ -60,9 +60,9 @@
 -  if test -n $LIBPNG12_CONFIG; then
 -AC_CHECK_LIB(png12,png_create_read_struct,
 -  [LIBS=-lpng12 $LIBS
-+  if test -n $LIBPNG15_CONFIG; then
-+AC_CHECK_LIB(png15,png_create_read_struct,
-+  [LIBS=-lpng15 $LIBS
++  if test -n $LIBPNG16_CONFIG; then
++AC_CHECK_LIB(png16,png_create_read_struct,
++  [LIBS=-lpng16 $LIBS
 FEATURES=GD_PNG $FEATURES
 AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])],
[LDFLAGS=$_ldflags  
@@ -71,10 +71,10 @@
  fi
  
 -#TBB: png12's png_create_read_struct is just as good 
-+#TBB: png15's png_create_read_struct is just as good 
++#TBB: png16's png_create_read_struct is just as good 
  #2.0.23: should be = not ==  
 -if test $ac_cv_lib_png12_png_create_read_struct = yes; then
-+if test $ac_cv_lib_png15_png_create_read_struct = yes; then
++if test $ac_cv_lib_png16_png_create_read_struct = yes; then
ac_cv_lib_png_png_create_read_struct=yes
  fi 
  


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics gd2.info,1.2,1.3

2013-07-11 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30205

Modified Files:
gd2.info 
Log Message:
unblock on 10.9 by updating to libjpeg9 and libpng16

Index: gd2.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gd2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gd2.info24 Aug 2011 14:20:36 -  1.2
+++ gd2.info11 Jul 2013 12:57:47 -  1.3
@@ -1,6 +1,6 @@
 Package: gd2
 Version: 2.0.35
-Revision: 11
+Revision: 12
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   autoconf2.6,
@@ -12,8 +12,8 @@
   freetype219 (= 2.3.12-1),
   gettext-tools,
   libiconv-dev,
-  libjpeg8 (= 8-2),
-  libpng15,
+  libjpeg9 (= 9-3),
+  libpng16,
   libtool2,
   x11-dev
 
@@ -25,7 +25,7 @@
 SetLDFLAGS: -L%p/lib/fontconfig2/lib
 ConfigureParams: --with-fontconfig=%p/lib/fontconfig2 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-dependency-tracking --disable-static
 PatchFile: gd2.patch
-PatchFile-MD5: ee8b68f14a6d1bf0fb74b724461a9d4c
+PatchFile-MD5: f54aa1b36ce77a966e3b77a927e75bf4
 PatchScript: 
   #!/bin/sh -ev
   %{default_script}
@@ -44,8 +44,8 @@
 fontconfig2-shlibs (= 2.8.0-4),
 freetype219-shlibs (= 2.3.12-1),
 libiconv,
-libjpeg8-shlibs (= 8-2),
-libpng15-shlibs,
+libjpeg9-shlibs (= 9-3),
+libpng16-shlibs,
 x11-shlibs
   
   Replaces: gd209-shlibs
@@ -61,9 +61,9 @@
 fontconfig2-shlibs (= 2.8.0-4),
 freetype219-shlibs (= 2.3.12-1),
 libiconv,
-libjpeg-bin (= 8-2),
-libjpeg8-shlibs (= 8-2),
-libpng15-shlibs,
+libjpeg-bin (= 9-3),
+libjpeg9-shlibs (= 9-3),
+libpng16-shlibs,
 x11
   
   Conflicts: gd-bin, gd2-nox-bin, gd209-bin


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics gd2-nox.info, 1.2, 1.3 gd2-nox.patch, 1.1, 1.2 gd2.info, 1.3, 1.4 gd2.patch, 1.3, 1.4

2013-07-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9846

Modified Files:
gd2-nox.info gd2-nox.patch gd2.info gd2.patch 
Log Message:
graphics-lib coherence and misc cleanups among the variants


Index: gd2.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gd2.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gd2.patch   11 Jul 2013 12:57:37 -  1.3
+++ gd2.patch   11 Jul 2013 17:43:40 -  1.4
@@ -24,60 +24,6 @@
echo libdir: $libdir
echo features:   @FEATURES@
;;
 ./configure.ac.orig2007-04-25 07:48:41.0 -0500
-+++ ./configure.ac 2010-02-12 01:37:29.0 -0600
-@@ -342,20 +342,20 @@
- [  --with-png=DIR  where to find the png library],,
-   withval=yes)
- 
--# libpng12.so is a nightmare. We have to test separately for
--# libpng12-config and libpng-config. If we find libpng12-config,
-+# libpng16.so is a nightmare. We have to test separately for
-+# libpng16-config and libpng-config. If we find libpng16-config,
- # we don't look for the other, which will just be a symlink to it,
- # confusing autoconf into thinking the library itself will be named -lpng,
- # which it won't be. Awful. This code will suffice unless the libpng
- # authors decide to do this AGAIN. Which I really hope they won't. TBB
- 
- if test $withval != no; then
--  AC_PATH_PROG([LIBPNG12_CONFIG], [libpng12-config])
-+  AC_PATH_PROG([LIBPNG16_CONFIG], [libpng16-config])
-   AC_PATH_PROG([LIBPNG_CONFIG], [libpng-config])
--  if test -n $LIBPNG12_CONFIG; then
--libpng_CPPFLAGS=`libpng12-config --cflags`
-+  if test -n $LIBPNG16_CONFIG; then
-+libpng_CPPFLAGS=`libpng16-config --cflags`
- # should be --ldopts, but it's currently broken
--libpng_LDFLAGS=`libpng12-config --ldflags`
-+libpng_LDFLAGS=`libpng16-config --ldflags`
- libpng_LDFLAGS=`echo  $libpng_LDFLAGS | sed 's/ -l[[^ ]][[^ ]]*//g'`
-   elif test -n $LIBPNG_CONFIG; then
- libpng_CPPFLAGS=`libpng-config --cflags`
-@@ -375,9 +375,9 @@
-   _ldflags=$LDFLAGS
-   LDFLAGS=$libpng_LDFLAGS $LDFLAGS
- 
--  if test -n $LIBPNG12_CONFIG; then
--AC_CHECK_LIB(png12,png_create_read_struct,
--  [LIBS=-lpng12 $LIBS
-+  if test -n $LIBPNG16_CONFIG; then
-+AC_CHECK_LIB(png16,png_create_read_struct,
-+  [LIBS=-lpng16 $LIBS
-FEATURES=GD_PNG $FEATURES
-AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])],
-   [LDFLAGS=$_ldflags  
-@@ -402,9 +402,9 @@
-   AC_MSG_WARN([libpng is required - see http://www.libpng.org/pub/png/])
- fi
- 
--#TBB: png12's png_create_read_struct is just as good 
-+#TBB: png16's png_create_read_struct is just as good 
- #2.0.23: should be = not ==  
--if test $ac_cv_lib_png12_png_create_read_struct = yes; then
-+if test $ac_cv_lib_png16_png_create_read_struct = yes; then
-   ac_cv_lib_png_png_create_read_struct=yes
- fi 
- 
 --- ./gd_png.c.orig2007-06-14 14:51:41.0 -0500
 +++ ./gd_png.c 2010-02-12 01:43:36.0 -0600
 @@ -149,7 +149,7 @@

Index: gd2.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gd2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gd2.info11 Jul 2013 12:57:47 -  1.3
+++ gd2.info11 Jul 2013 17:43:40 -  1.4
@@ -1,36 +1,46 @@
 Package: gd2
 Version: 2.0.35
-Revision: 12
+Revision: 13
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   autoconf2.6,
-  automake1.11,
-  expat1,
-  fink (= 0.24.12),
+  automake1.13,
   fink-package-precedence,
-  fontconfig2-dev (= 2.8.0-4),
-  freetype219 (= 2.3.12-1),
+  fontconfig2-dev (= 2.10.0-1),
+  freetype219 (= 2.4.11-1),
   gettext-tools,
   libiconv-dev,
-  libjpeg9 (= 9-3),
+  libjpeg9,
   libpng16,
   libtool2,
   x11-dev
 
-Conflicts: gd, gd2-nox, gd209
-Replaces: gd, gd2-nox, gd209, %N-bin ( 2.0.33-3)
+Conflicts: 
+   gd,
+   gd2, gd2-nox,
+   gd209
+
+Replaces: 
+   gd,
+   gd2, gd2-nox,
+   gd209,
+   gd2-bin ( 2.0.33-3)
+
 Source: http://www.libgd.org/releases/gd-%v.tar.bz2
 Source-MD5: 6c6c3dbb7bf079e0bb5fbbfd3bb8a71c
-SetCPPFLAGS: -I%p/lib/fontconfig2/include
-SetLDFLAGS: -L%p/lib/fontconfig2/lib
-ConfigureParams: --with-fontconfig=%p/lib/fontconfig2 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-dependency-tracking --disable-static
-PatchFile: gd2.patch
-PatchFile-MD5: f54aa1b36ce77a966e3b77a927e75bf4
+ConfigureParams: 
+   --enable-dependency-tracking \
+   --disable-static
+
+PatchFile: %n.patch
+PatchFile-MD5: e3fd8823eaaafd71236368e9891f8694
 PatchScript: 
-  #!/bin/sh -ev
-  %{default_script}
+   %{default_script}
+   perl -pi -e 's/(png)12/${1}16/gi' configure.ac
 
 CompileScript: 
+  # Seems to rerun some autotools anyway (broken 

[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods file-temp-pm.info, 1.4, 1.5 sub-exporter-pm.info, 1.7, 1.8

2013-07-11 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-serv10004

Modified Files:
file-temp-pm.info sub-exporter-pm.info 
Log Message:
rm long-obsolete note (pm586 not available on any supported distro)


Index: sub-exporter-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/sub-exporter-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sub-exporter-pm.info5 Jun 2013 19:31:58 -   1.7
+++ sub-exporter-pm.info11 Jul 2013 17:47:53 -  1.8
@@ -13,10 +13,7 @@
perl%type_pkg[perl]-core,
sub-install-pm%type_pkg[perl] (= 0.92-1)
 
-# varianted extutils-makemaker-pmXXX have dependencies on %n (circular==bad)
-# but EU::MM = 6.30 comes with perlcore = 5.8.8
 BuildDepends: 
-   (%type_pkg[perl] = 586) extutils-makemaker-pm (= 6.30),
fink (= 0.29.7-1),
test-simple-pm%type_pkg[perl] (= 0.96-1)
 

Index: file-temp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/file-temp-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- file-temp-pm.info   5 Jun 2013 19:31:57 -   1.4
+++ file-temp-pm.info   11 Jul 2013 17:47:53 -  1.5
@@ -11,11 +11,6 @@
file-path-pm%type_pkg[perl] (= 2.06),
perl%type_pkg[perl]-core
 
-# varianted extutils-makemaker-pmXXX have dependencies on %n (circular==bad)
-# but EU::MM = 6.30 comes with perlcore = 5.8.8
-BuildDepends: 
-   (%type_pkg[perl] = 586) extutils-makemaker-pm (= 6.30)
-
 
 Source: mirror:cpan:modules/by-module/File/File-Temp-0.2301.tar.gz
 Source-MD5: 75a8aec1916ebbe88988ce68e84ccdd7


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 rtf-tokenizer-pm.info, 1.1, 1.2 time-local-pm.info, 1.3, 1.4 yaml-pm.info, 1.4, 1.5

2013-07-11 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-serv10223

Modified Files:
rtf-tokenizer-pm.info time-local-pm.info yaml-pm.info 
Log Message:
rm BDep:extutils-makemaker-pm (unvarianted)...it's part of perlcore at 
sufficient on all dists to which this .info applies


Index: time-local-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/time-local-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- time-local-pm.info  17 May 2013 01:49:50 -  1.3
+++ time-local-pm.info  11 Jul 2013 17:50:57 -  1.4
@@ -11,10 +11,6 @@
 License: Artistic
 Maintainer: Benjamin Reed time-local...@fink.raccoonfink.com
 
-BuildDepends: 
-   extutils-makemaker-pm (= 6.30)
-
-
 Source: mirror:cpan:modules/by-module/Time/Time-Local-%v.tar.gz
 Source-MD5: 68e1be54c151cf131f9d4168b3e662f9
 

Index: rtf-tokenizer-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/rtf-tokenizer-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rtf-tokenizer-pm.info   26 Aug 2011 19:06:50 -  1.1
+++ rtf-tokenizer-pm.info   11 Jul 2013 17:50:57 -  1.2
@@ -7,7 +7,6 @@
 ###
 Type: perl
 UpdatePOD: true
-BuildDepends: extutils-makemaker-pm (= 6.31-1)
 Depends: io-stringy-pm
 ###
 DocFiles: CHANGES README TODO

Index: yaml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/yaml-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- yaml-pm.info19 May 2013 06:11:54 -  1.4
+++ yaml-pm.info11 Jul 2013 17:50:57 -  1.5
@@ -6,11 +6,6 @@
 License: Artistic/GPL
 Maintainer: Christian Schaffner chri...@users.sourceforge.net
 
-# Dependencies:
-BuildDepends: extutils-makemaker-pm (= 6.56-1)
-#BuildDepends: test-simple-pm581 (= 0.54-1)
-# See DescPackaging
-
 # Unpack Phase:
 Source: mirror:cpan:authors/id/M/MS/MSTROUT/YAML-%v.tar.gz
 Source-MD5: 3644f03e3da5d99158963c6613f5ff92
@@ -35,12 +30,6 @@
 format.
 
 DescPackaging: 
-#Tests disabled since they need a newer test-simple-pm module (= 0.54-1).
-#If the test-simple-pm module is too old, the tests will hang and fill all
-#system memory.
-^-- now that we're OS X 10.5+ only, we have perl = 5.8.8 as the
-unvarianted version, which comes with Test::Simple = 0.62
-
 Don't see anything bad happening with older ExtUtils::MakeMaker, so no
 need to force a higher version that is only available as a varianted
 fink package (which would entail varianting or other messes here). See


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 test-fixme-pm.info, 1.3, 1.4 test-yaml-valid-pm.info, 1.2, 1.3

2013-07-11 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-serv10326

Modified Files:
test-fixme-pm.info test-yaml-valid-pm.info 
Log Message:
rm BDep:extutils-makemaker-pm (unvarianted)...it's part of perlcore at 
sufficient on all dists to which this .info applies

Index: test-fixme-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-fixme-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-fixme-pm.info  19 May 2013 19:43:49 -  1.3
+++ test-fixme-pm.info  11 Jul 2013 17:52:30 -  1.4
@@ -4,9 +4,6 @@
 Source: mirror:cpan:authors/id/P/PL/PLICEASE/Test-Fixme-%v.tar.gz
 Source-MD5: ee75c353045ac4a8df3e64bb42b44c3b
 Type: perl
-BuildDepends: 
-   extutils-makemaker-pm (= 6.30)
-
 DocFiles: Changes README
 UpdatePOD: true
 Description: Check code for FIXMEs

Index: test-yaml-valid-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-yaml-valid-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-yaml-valid-pm.info 12 Dec 2012 02:59:44 -  1.2
+++ test-yaml-valid-pm.info 11 Jul 2013 17:52:30 -  1.3
@@ -2,9 +2,6 @@
 Package: test-yaml-valid-pm%type_pkg[perl]
 Version: 0.04
 Revision: 1
-BuildDepends: 
-   extutils-makemaker-pm (= 6.42)
-
 Depends: 
perl%type_pkg[perl]-core,
yaml-pm


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 bencode-pm.info, 1.1, 1.2 class-accessor-lite-pm.info, 1.1, 1.2 convert-bencode-pm.info, 1.1, 1.2

2013-07-11 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-serv10369

Modified Files:
bencode-pm.info class-accessor-lite-pm.info 
convert-bencode-pm.info 
Log Message:
rm BDep:extutils-makemaker-pm (unvarianted)...it's part of perlcore at 
sufficient on all dists to which this .info applies

Index: class-accessor-lite-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/class-accessor-lite-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- class-accessor-lite-pm.info 3 May 2013 02:14:04 -   1.1
+++ class-accessor-lite-pm.info 11 Jul 2013 17:53:36 -  1.2
@@ -2,9 +2,6 @@
 Version: 0.05
 Revision: 1
 Type: perl
-BuildDepends: 
-   extutils-makemaker-pm (= 6.42)
-
 Source: mirror:cpan:authors/id/K/KA/KAZUHO/Class-Accessor-Lite-%v.tar.gz
 Source-MD5: c487f0ebe2038363b68e9e68ae4beb54
 PatchScript: perl -pi -e 's/^auto_install\(\);$//' Makefile.PL

Index: bencode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/bencode-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bencode-pm.info 25 Aug 2011 15:16:13 -  1.1
+++ bencode-pm.info 11 Jul 2013 17:53:36 -  1.2
@@ -6,8 +6,6 @@
 Source: mirror:cpan:authors/id/A/AR/ARISTOTLE/Bencode-%v.tar.gz
 Source-MD5: bdd5f15fd4afec6230be6b0345f62c6f
 
-BuildDepends: extutils-makemaker-pm (= 6.31-1)
-
 DocFiles: Changes LICENSE README
 UpdatePOD: true
 

Index: convert-bencode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/convert-bencode-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- convert-bencode-pm.info 25 Aug 2011 15:10:04 -  1.1
+++ convert-bencode-pm.info 11 Jul 2013 17:53:36 -  1.2
@@ -6,8 +6,6 @@
 Source: mirror:cpan:authors/id/O/OR/ORCLEV/Convert-Bencode-%v.tar.gz
 Source-MD5: be0831c69fe581908d33bbebff0b5760
 
-BuildDepends: extutils-makemaker-pm (= 6.31-1)
-
 DocFiles: Changes LICENSE README Todo
 UpdatePOD: true
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 list-bisect-pm.info, 1.1, 1.2 locale-us-pm.info, 1.2, 1.3 log-any-pm.info, 1.3, 1.4

2013-07-11 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-serv10421

Modified Files:
list-bisect-pm.info locale-us-pm.info log-any-pm.info 
Log Message:
rm BDep:extutils-makemaker-pm (unvarianted)...it's part of perlcore at 
sufficient on all dists to which this .info applies

Index: locale-us-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/locale-us-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- locale-us-pm.info   20 Jul 2012 18:28:10 -  1.2
+++ locale-us-pm.info   11 Jul 2013 17:54:43 -  1.3
@@ -13,10 +13,6 @@
 PatchFile: %n.patch
 PatchFile-MD5: bd59a537934b30d2e37fcf94034f2e22
 
-BuildDepends: 
-   extutils-makemaker-pm (= 6.30-1),
-   fink (= 0.24.12)
-
 Depends: data-section-simple-pm
 
 InfoTest: 

Index: log-any-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/log-any-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- log-any-pm.info 31 May 2013 02:22:27 -  1.3
+++ log-any-pm.info 11 Jul 2013 17:54:43 -  1.4
@@ -4,7 +4,6 @@
 Source: mirror:cpan:authors/id/J/JS/JSWARTZ/Log-Any-%v.tar.gz
 Source-MD5: 8337dd1dedd499de70f941ef980b5fe9
 Type: perl
-BuildDepends: extutils-makemaker-pm (= 6.31-1)
 ConfigureParams: --skip
 UpdatePOD: true
 DocFiles: Changes README

Index: list-bisect-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/list-bisect-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- list-bisect-pm.info 18 Nov 2011 19:56:44 -  1.1
+++ list-bisect-pm.info 11 Jul 2013 17:54:43 -  1.2
@@ -5,7 +5,6 @@
 Source-MD5: 255c278e8ce24b6a14a14caddd856bd6
 Type: perl
 BuildDepends: 
-   extutils-makemaker-pm (= 6.31-1),
module-build-pm (= 0.36.01-1)
 
 DocFiles: LICENSE README


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 test-kwalitee-pm.info, 1.3, 1.4

2013-07-11 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-serv10819

Modified Files:
test-kwalitee-pm.info 
Log Message:
new version; rm BDep:extutils-makemaker-pm (unvarianted)...it's part of 
perlcore at sufficient on all dists to which this .info applies


Index: test-kwalitee-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-kwalitee-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-kwalitee-pm.info   19 May 2013 08:37:36 -  1.3
+++ test-kwalitee-pm.info   11 Jul 2013 18:01:36 -  1.4
@@ -1,24 +1,26 @@
 Info2: 
 Package: test-kwalitee-pm%type_pkg[perl]
-Version: 1.06
+Version: 1.07
 Revision: 1
 BuildDepends: 
-   extutils-makemaker-pm (= 6.30),
-   test-checkdeps-pm%type_pkg[perl],
+   fink (= 0.30.2),
+   module-build-tiny-pm%type_pkg[perl] (= 0.023),
+   test-checkdeps-pm%type_pkg[perl] (= 0.006),
test-deep-pm%type_pkg[perl],
test-simple-pm%type_pkg[perl] (= 0.94),
test-tester-pm (= 0.108)
 
 Depends: 
-   perl%type_pkg[perl]-core,
-   module-cpants-analyse-pm%type_pkg[perl] (= 0.87)
+   namespace-clean-pm%type_pkg[perl],
+   module-cpants-analyse-pm%type_pkg[perl] (= 0.87),
+   perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/E/ET/ETHER/Test-Kwalitee-%v.tar.gz
-Source-MD5: a9654f2e8b40af56c7979c5b0309f7b4
+Source-MD5: 395ca94113873a5dae43dab791b79f0a
 Type: perl (5.12.3 5.12.4)
 PatchFile: %{ni}.patch
 PatchFile-MD5: bf0cd910b694ea2bce8f54d2b1890e53
-UpdatePOD: true
+DefaultScript: ModuleBuild
 DocFiles: Changes LICENSE README
 Description: Automatic measures of software kwalitee
 License: Artistic/GPL


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/devel openmpi-10.9.info, 1.3, 1.4

2013-07-11 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11254

Modified Files:
openmpi-10.9.info 
Log Message:
update to 1.7.2

Index: openmpi-10.9.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/openmpi-10.9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openmpi-10.9.info   25 Jun 2013 04:06:06 -  1.3
+++ openmpi-10.9.info   11 Jul 2013 18:05:01 -  1.4
@@ -1,6 +1,6 @@
 Package: openmpi
-Version: 1.7.1
-Revision: 2
+Version: 1.7.2
+Revision: 1
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
@@ -9,7 +9,7 @@
 Depends: %N-shlibs (= %v-%r), gcc48-compiler
 BuildDepends: gcc48-compiler, fink-package-precedence, flag-sort, fink (= 
0.28)
 Source: http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-%v.tar.bz2
-Source-MD5: f25b446a9dcbbd6a105a99d926d34441
+Source-MD5: b897b92100bd13b367e651df483421d5
 ConfigureParams: --prefix=%p --datadir=%p/share/doc --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib/%n --includedir=%p/include --infodir=%p/share/info 
--mandir=%p/share/man --enable-shared --enable-static FCFLAGS=-O3 
--with-devel-headers FC=gfortran-fsf-4.8
 NoSetMAKEFLAGS: true
 NoSetCPPFLAGS: true


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/languages erlang-otp.info, 1.2, 1.3

2013-07-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11609

Modified Files:
erlang-otp.info 
Log Message:
gd2 and gd2-nox are not drop-in replacements of each other (one is shared and 
fully linked itself and requires Dep:-shlibs, other one is static and requires 
IBD in sync with gd2-nox itself); gd2 is the easier one to use, so just use it


Index: erlang-otp.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/erlang-otp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- erlang-otp.info 8 May 2012 16:46:07 -   1.2
+++ erlang-otp.info 11 Jul 2013 18:10:19 -  1.3
@@ -4,7 +4,7 @@
 Version: r15b01
 Type: v (R15B01)
 License: OSI-Approved
-Revision: 1
+Revision: 2
 Description: General-purpose programming language
 Maintainer: None fink-de...@lists.sourceforge.net
 
@@ -12,7 +12,7 @@
 libncurses5-shlibs, gd2-shlibs, unixodbc2-shlibs | unixodbc2-nox-shlibs
 
 BuildDepends: 
-libncurses5, gd2 | gd2-nox, unixodbc2 | unixodbc2-nox, fink (= 0.24.12-1)
+libncurses5, gd2, unixodbc2 | unixodbc2-nox, fink (= 0.24.12-1)
 
 Source: http://www.erlang.org/download/otp_src_%type_raw[v].tar.gz
 Source-MD5: f12d00f6e62b36ad027d6c0c08905fad


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 vim.info,1.66,NONE

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12573/editors

Removed Files:
vim.info 
Log Message:
Removing vim.

--- vim.info DELETED ---


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics etl.info,1.7,1.8

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12669/graphics

Modified Files:
etl.info 
Log Message:
Maintainer quit.

Index: etl.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/etl.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- etl.info9 Jan 2013 13:45:28 -   1.7
+++ etl.info11 Jul 2013 18:34:13 -  1.8
@@ -3,7 +3,7 @@
 Revision: 1
 Source-MD5: aac5038cdb4067100e57fb52337b0cfd
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 
 BuildDepends: x11-dev, autoconf2.6, automaken, fink (= 0.24.12)
 BuildDependsOnly: True


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics gqview.info,1.1,1.2

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12683/graphics

Modified Files:
gqview.info 
Log Message:
Maintainer quit.

Index: gqview.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gqview.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gqview.info 22 Jul 2011 15:38:56 -  1.1
+++ gqview.info 11 Jul 2013 18:34:18 -  1.2
@@ -36,4 +36,4 @@
 already automatically included
 
 Homepage: http://gqview.sourceforge.net
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics synfig.info,1.9,1.10

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12702/graphics

Modified Files:
synfig.info 
Log Message:
Maintainer quit.

Index: synfig.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/synfig.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- synfig.info 16 Apr 2012 21:12:12 -  1.9
+++ synfig.info 11 Jul 2013 18:34:24 -  1.10
@@ -9,7 +9,7 @@
 PatchFile: %n.patch
 PatchFile-MD5: 5d0b718619e1b46147cd336392af30d5
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 
 Depends: 
%N-shlibs (=%v-%r),


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics synfigstudio.info, 1.6, 1.7

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12723/graphics

Modified Files:
synfigstudio.info 
Log Message:
Maintainer quit.

Index: synfigstudio.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/synfigstudio.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- synfigstudio.info   16 Apr 2012 21:12:12 -  1.6
+++ synfigstudio.info   11 Jul 2013 18:34:30 -  1.7
@@ -6,7 +6,7 @@
 Source: mirror:sourceforge:synfig/synfigstudio-%v.tar.gz
 Source-MD5: ca01b7523118e32c904b681d8ff0a085
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 
 Depends: 
%N-shlibs (= %v-%r),


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 libusb1.info,1.2,1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12737/libs

Modified Files:
libusb1.info 
Log Message:
Maintainer quit.

Index: libusb1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libusb1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libusb1.info21 Jul 2011 20:47:25 -  1.2
+++ libusb1.info11 Jul 2013 18:34:35 -  1.3
@@ -2,7 +2,7 @@
 Package: libusb1
 Version: 1.0.8
 Revision: 1
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Source: http://download.sourceforge.net/libusb/libusb-%v.tar.bz2
 Source-MD5: 37d34e6eaa69a4b645a19ff4ca63ceef
 BuildDepends: fink (= 0.28)


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 pcsc-lite.info,1.2,1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12751/libs

Modified Files:
pcsc-lite.info 
Log Message:
Maintainer quit.

Index: pcsc-lite.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pcsc-lite.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcsc-lite.info  21 Jul 2011 20:47:25 -  1.2
+++ pcsc-lite.info  11 Jul 2013 18:34:41 -  1.3
@@ -2,7 +2,7 @@
 Package: pcsc-lite
 Version: 1.7.4
 Revision: 1
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Source: http://alioth.debian.org/frs/download.php/3598/%n-%v.tar.bz2
 Source-MD5: 1caf0b8ca2ecbf82fe3b035b3fff22dd
 BuildDepends: fink (= 0.28), libusb1 (= 1.0.0), pkgconfig


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 string-escape-pm.info, 1.2, 1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12765/libs/perlmods

Modified Files:
string-escape-pm.info 
Log Message:
Maintainer quit.

Index: string-escape-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/string-escape-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- string-escape-pm.info   8 Jan 2013 16:09:16 -   1.2
+++ string-escape-pm.info   11 Jul 2013 18:34:47 -  1.3
@@ -15,7 +15,7 @@
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 # DocFiles: COPYING Changes README
 
 Description: Escapes, quoted phrase, word elision, etc


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 6tunnel.info,1.2,1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12781/net

Modified Files:
6tunnel.info 
Log Message:
Maintainer quit.

Index: 6tunnel.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/6tunnel.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 6tunnel.info21 Jul 2011 20:47:25 -  1.2
+++ 6tunnel.info11 Jul 2013 18:34:53 -  1.3
@@ -2,7 +2,7 @@
 Version: 0.11rc2
 Revision: 1001
 Source: http://toxygen.net/6tunnel/6tunnel-%v.tar.gz
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Homepage: http://toxygen.net/6tunnel/
 License: GPL
 Description: Tunneling for apps that don't speak IPv6


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 alpine.info,1.6,1.7

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12798/net

Modified Files:
alpine.info 
Log Message:
Maintainer quit.

Index: alpine.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/alpine.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- alpine.info 2 Jul 2013 12:57:22 -   1.6
+++ alpine.info 11 Jul 2013 18:34:59 -  1.7
@@ -53,6 +53,6 @@
 Don't forget to copy certs into the /System/Library/OpenSSL/certs directory to
 use SSL.
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Homepage: http://www.washington.edu/alpine
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 bittorrent.info,1.1,1.2

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12833/net

Modified Files:
bittorrent.info 
Log Message:
Maintainer quit.

Index: bittorrent.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/bittorrent.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bittorrent.info 22 Jul 2011 21:07:49 -  1.1
+++ bittorrent.info 11 Jul 2013 18:35:05 -  1.2
@@ -2,7 +2,7 @@
 Package: bittorrent%type_pkg[-x11]
 Version: 4.0.0
 Revision: 1
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Type: -x11 (boolean)
 BuildDepends: fink (= 0.24.12)
 Depends: (%type_raw[-x11] = -x11) wxpython-py27, python27


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 mtr.info,1.6,1.7

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12847/net

Modified Files:
mtr.info 
Log Message:
Maintainer quit.

Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/mtr.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mtr.info21 Aug 2012 16:08:27 -  1.6
+++ mtr.info11 Jul 2013 18:35:11 -  1.7
@@ -3,7 +3,7 @@
 Type: -nox (boolean)
 Version: 0.82
 Revision: 3
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Depends: 
libncurses5-shlibs,
(%type_raw[-nox] = .) atk1-shlibs (= 1.28.0-1),


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 re-alpine.info,1.7,1.8

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12863/net

Modified Files:
re-alpine.info 
Log Message:
Maintainer quit.

Index: re-alpine.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/re-alpine.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- re-alpine.info  2 Jul 2013 12:57:22 -   1.7
+++ re-alpine.info  11 Jul 2013 18:35:17 -  1.8
@@ -42,6 +42,6 @@
 Don't forget to copy certs into the /System/Library/OpenSSL/certs directory to
 use SSL.
 
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Homepage: http://www.washington.edu/alpine
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/text antiword.info,1.2,1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12877/text

Modified Files:
antiword.info 
Log Message:
Maintainer quit.

Index: antiword.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/antiword.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- antiword.info   21 Jul 2011 20:47:25 -  1.2
+++ antiword.info   11 Jul 2013 18:35:23 -  1.3
@@ -45,4 +45,4 @@
  Docs/ReadMe Docs/testdoc.doc
 
 ConfFiles: %p/share/%n/fontnames
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/text ghostscript.info,1.9,1.10

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12891/text

Modified Files:
ghostscript.info 
Log Message:
Maintainer quit.

Index: ghostscript.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ghostscript.info29 May 2013 16:05:24 -  1.9
+++ ghostscript.info11 Jul 2013 18:35:29 -  1.10
@@ -67,6 +67,6 @@
 
CMap files are not GPL (see LICENSE file for info)
 
-Maintainer: Hisashi T Fujinaka ht...@twofifty.com
+Maintainer: none
 Homepage: http://www.cs.wisc.edu/~ghost/
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/utils deborphan.info,1.2,1.3

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12917/utils

Modified Files:
deborphan.info 
Log Message:
Maintainer quit.

Index: deborphan.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/deborphan.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- deborphan.info  28 Jan 2013 02:43:13 -  1.2
+++ deborphan.info  11 Jul 2013 18:35:34 -  1.3
@@ -26,7 +26,7 @@
 oldlibs  sections,  to  hunt  down  unused libraries.
 
 License: Artistic
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 DescPackaging: 
  Patched to work with debfoster and to include debfoster support
  even if debfoster isn't installed (will still work without it).


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/utils par2.info,1.1,1.2

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12937/utils

Modified Files:
par2.info 
Log Message:
Maintainer quit.

Index: par2.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/par2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- par2.info   21 Jul 2011 20:51:40 -  1.1
+++ par2.info   11 Jul 2013 18:35:42 -  1.2
@@ -31,5 +31,5 @@
 
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS PORTING README ROADMAP
 License: GPL
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none
 Homepage: http://parchive.sourceforge.net/


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 gnuplot-minimal.info, 1.10, 1.11

2013-07-11 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-serv13273/stable/main/finkinfo/sci

Modified Files:
gnuplot-minimal.info 
Log Message:
gd2-nox STILL PUBLISHES A VERSIONED FLAG FOR THE LIBPNG IT WAS BUILT WITH.


Index: gnuplot-minimal.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gnuplot-minimal.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gnuplot-minimal.info23 Jun 2013 00:15:44 -  1.10
+++ gnuplot-minimal.info11 Jul 2013 18:44:06 -  1.11
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnuplot-minimal
 Version: 4.6.3
-Revision: 1
+Revision: 2
 Type: base (gnuplot), v (4.6)
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Homepage:  http://www.gnuplot.info/
@@ -40,7 +40,7 @@
freetype219-shlibs (= 2.3.12-1),
libiconv,
libjpeg9-shlibs,
-   libpng14-shlibs,
+   libpng16-shlibs,
lua51-shlibs,
pdflib6-shlibs
 
@@ -52,7 +52,7 @@
gd2-nox (= 2.0.35-9),
libiconv-dev,
libjpeg9,
-   libpng14,
+   libpng16,
lua51-dev,
pdflib6,
pkgconfig (= 0.23-1)


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 archive-tar-pm581.info, 1.1, NONE

2013-07-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14078/libs/perlmods

Removed Files:
archive-tar-pm581.info 
Log Message:
remove 10.4 only file

--- archive-tar-pm581.info DELETED ---


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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.5-EOL/libs/perlmods archive-tar-pm581.info, 1.1, NONE

2013-07-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14143/libs/perlmods

Removed Files:
archive-tar-pm581.info 
Log Message:
remove 10.4 only file

--- archive-tar-pm581.info DELETED ---


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics dia.info,1.4,1.5

2013-07-11 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12655/graphics

Modified Files:
dia.info 
Log Message:
Maintainer quit.

Index: dia.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/dia.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dia.info29 Apr 2013 02:49:41 -  1.4
+++ dia.info11 Jul 2013 18:34:07 -  1.5
@@ -120,4 +120,4 @@
 
 License: GPL
 Homepage: http://live.gnome.org/Dia
-Maintainer: Hisashi T Fujinaka ht...@fls.portland.or.us
+Maintainer: none


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 extutils-helpers-pm.info, 1.1, 1.2

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20472

Modified Files:
extutils-helpers-pm.info 
Log Message:
Missing dep on module-load-pm.

Index: extutils-helpers-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-helpers-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extutils-helpers-pm.info30 Jun 2013 13:26:33 -  1.1
+++ extutils-helpers-pm.info11 Jul 2013 21:27:30 -  1.2
@@ -1,6 +1,6 @@
 Package: extutils-helpers-pm
 Version: 0.021
-Revision: 1
+Revision: 2
 License: Artistic/GPL
 Description: Portability utilities for module builders
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -8,6 +8,8 @@
 
 Type: perl
 
+Depends: module-load-pm
+
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Helpers-%v.tar.gz
 Source-MD5: 94aa8eaf92def26d9af0cb25fcb1570f
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 extutils-helpers-pm.info, 1.1, 1.2

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20494

Modified Files:
extutils-helpers-pm.info 
Log Message:
v

Index: extutils-helpers-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/extutils-helpers-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extutils-helpers-pm.info4 Jul 2013 00:49:09 -   1.1
+++ extutils-helpers-pm.info11 Jul 2013 21:27:47 -  1.2
@@ -1,6 +1,6 @@
 Package: extutils-helpers-pm
 Version: 0.021
-Revision: 1
+Revision: 2
 License: Artistic/GPL
 Description: Portability utilities for module builders
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -8,6 +8,8 @@
 
 Type: perl
 
+Depends: module-load-pm
+
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Helpers-%v.tar.gz
 Source-MD5: 94aa8eaf92def26d9af0cb25fcb1570f
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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.5-EOL/libs/perlmods extutils-helpers-pm.info, 1.1, 1.2 module-build-tiny-pm.info, 1.1, 1.2

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21298/10.5-EOL/libs/perlmods

Modified Files:
extutils-helpers-pm.info module-build-tiny-pm.info 
Log Message:
extutils-helpers-pm is missing a dep on module-load.pm.

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-build-tiny-pm.info   10 Jul 2013 00:15:34 -  1.1
+++ module-build-tiny-pm.info   11 Jul 2013 21:52:38 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
 Version: 0.024
-Revision: 1
+Revision: 2
 
 Architecture: (%type_pkg[perl] = 581) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 
5124) 10.8, (%type_pkg[perl] = 5123) 10.8, (%type_pkg[perl] = 5124) 10.7
@@ -17,7 +17,7 @@
  cpan-meta-pm%type_pkg[perl] (= 2.110580-1),
  extutils-cbuilder-pm (= 0.27.03-1),
  extutils-config-pm,
- extutils-helpers-pm,
+ extutils-helpers-pm (= 0.021-2),
  extutils-install-pm (= 1.54),
  extutils-installpaths-pm,
  extutils-parsexs-pm (= 2.21),

Index: extutils-helpers-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods/extutils-helpers-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extutils-helpers-pm.info10 Jul 2013 00:15:31 -  1.1
+++ extutils-helpers-pm.info11 Jul 2013 21:52:38 -  1.2
@@ -1,6 +1,6 @@
 Package: extutils-helpers-pm
 Version: 0.021
-Revision: 1
+Revision: 2
 License: Artistic/GPL
 Description: Portability utilities for module builders
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -8,6 +8,8 @@
 
 Type: perl
 
+Depends: module-load-pm
+
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Helpers-%v.tar.gz
 Source-MD5: 94aa8eaf92def26d9af0cb25fcb1570f
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 module-build-tiny-pm.info, 1.3, 1.4

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21298/libs/perlmods

Modified Files:
module-build-tiny-pm.info 
Log Message:
extutils-helpers-pm is missing a dep on module-load.pm.

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- module-build-tiny-pm.info   10 Jul 2013 23:05:48 -  1.3
+++ module-build-tiny-pm.info   11 Jul 2013 21:52:38 -  1.4
@@ -1,7 +1,7 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
 Version: 0.024
-Revision: 1
+Revision: 2
 
 
 
@@ -17,7 +17,7 @@
  cpan-meta-pm%type_pkg[perl] (= 2.110580-1),
  extutils-cbuilder-pm (= 0.27.03-1),
  extutils-config-pm,
- extutils-helpers-pm,
+ extutils-helpers-pm (= 0.021-2),
  extutils-install-pm (= 1.54),
  extutils-installpaths-pm,
  extutils-parsexs-pm (= 2.21),


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 module-build-tiny-pm.info, 1.1, 1.2

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21348

Modified Files:
module-build-tiny-pm.info 
Log Message:
Versioned dep on extutils-helpers-pm to force fixed version.

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-build-tiny-pm.info   30 Jun 2013 13:26:33 -  1.1
+++ module-build-tiny-pm.info   11 Jul 2013 21:53:25 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
 Version: 0.024
-Revision: 1
+Revision: 2
 
 Type: perl (5.12.3 5.12.4)
 Description: Tiny replacement for Module::Build
@@ -15,7 +15,7 @@
  cpan-meta-pm%type_pkg[perl] (= 2.110580-1),
  extutils-cbuilder-pm (= 0.27.03-1),
  extutils-config-pm,
- extutils-helpers-pm,
+ extutils-helpers-pm (= 0.021-2),
  extutils-install-pm (= 1.54),
  extutils-installpaths-pm,
  extutils-parsexs-pm (= 2.21),


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/editors texmacs.info,1.14,1.15

2013-07-11 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23321

Modified Files:
texmacs.info 
Log Message:
Sync with 10.7; version 1.0.9.19-3

Index: texmacs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- texmacs.info10 Jul 2013 15:08:40 -  1.14
+++ texmacs.info11 Jul 2013 22:38:22 -  1.15
@@ -1,12 +1,12 @@
 Package: texmacs
-Version: 1.0.7.16 
-Revision: 4
+Version: 1.0.7.19 
+Revision: 3
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: 
  Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 
-Source-MD5: f31c39b8991cb1c147113435615bc68a
+Source-MD5: 19459a0c89c9beb66f322c9170bfe5ed
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, gnu-wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2
@@ -45,6 +45,8 @@
 # add X11 include directory for Plugins/Ghostscript/ghostscript.hpp and 
System/Files/image_files.cpp
   perl -pi -e 's|\(gs_incl\)|$ \$(CXXX11)|' src/makefile.in
   perl -pi -e 's|(\(system_incl\)) \-|$1 \$(CXXX11) -|' src/makefile.in
+# fix maxima plugin so that it works with maxima-5.30. Won't work with 
maxima-(=5.29) then. Tough
+  perl -pi-5.29 -e 's|myprinc|(lambda (x) (myprinc x texport))|' `find . 
-name texmacs-maxima.lisp` 
 
 CompileScript: 
 #!/bin/sh -ev


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 io-socket-ssl-pm.info, 1.29, 1.30

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24641

Modified Files:
io-socket-ssl-pm.info 
Log Message:
New upstream io-socket-ssl-pm 1.95.2.

Index: io-socket-ssl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/io-socket-ssl-pm.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- io-socket-ssl-pm.info   4 Jul 2013 01:02:43 -   1.29
+++ io-socket-ssl-pm.info   11 Jul 2013 23:14:15 -  1.30
@@ -1,16 +1,15 @@
 Info2: 
 Package: io-socket-ssl-pm%type_pkg[perl]
-version: 1.95.1
+version: 1.95.2
 Revision: 1
 
 ###
 Depends: perl%type_pkg[perl]-core, net-ssleay-pm%type_pkg[perl] (= 1.54-1), 
net-idn-encode-pm%type_pkg[perl] (= 2.000-1)
-BuildDepends: extutils-makemaker-pm%type_pkg[perl] (= 6.64-1)
 
 Replaces: io-socket-ssl-pm (= 0.92-1)
 ###
-Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.951.tar.gz
-Source-MD5: dcaec234df6c405609fef322f6e0c3f9
+Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.952.tar.gz
+Source-MD5: efb82ed55d40fd0f00ab8c9723999a12
 ###
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 io-socket-ssl-pm.info, 1.30, 1.31

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24690

Modified Files:
io-socket-ssl-pm.info 
Log Message:
New upstream io-socket-ssl-pm 1.95.2.

Index: io-socket-ssl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/io-socket-ssl-pm.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- io-socket-ssl-pm.info   10 Jul 2013 23:05:48 -  1.30
+++ io-socket-ssl-pm.info   11 Jul 2013 23:14:32 -  1.31
@@ -1,6 +1,6 @@
 Info2: 
 Package: io-socket-ssl-pm%type_pkg[perl]
-version: 1.95.1
+version: 1.95.2
 Revision: 1
 
 ###
@@ -9,8 +9,8 @@
 
 Replaces: io-socket-ssl-pm (= 0.92-1)
 ###
-Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.951.tar.gz
-Source-MD5: dcaec234df6c405609fef322f6e0c3f9
+Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.952.tar.gz
+Source-MD5: efb82ed55d40fd0f00ab8c9723999a12
 ###
 Type: perl (5.8.8 5.10.0)
 UpdatePOD: true


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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.5-EOL/libs/perlmods io-socket-ssl-pm.info, 1.1, 1.2

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24738

Modified Files:
io-socket-ssl-pm.info 
Log Message:
New upstream io-socket-ssl-pm 1.95.2.

Index: io-socket-ssl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/libs/perlmods/io-socket-ssl-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- io-socket-ssl-pm.info   10 Jul 2013 00:15:33 -  1.1
+++ io-socket-ssl-pm.info   11 Jul 2013 23:15:54 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: io-socket-ssl-pm%type_pkg[perl]
-version: 1.95.1
+version: 1.95.2
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, 
(%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] 
= 588) 10.5, (%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 5123) 10.8, 
(%type_pkg[perl] = 5124) 10.7, (%type_pkg[perl] = 5124) 10.8
 ###
@@ -9,8 +9,8 @@
 
 Replaces: io-socket-ssl-pm (= 0.92-1)
 ###
-Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.951.tar.gz
-Source-MD5: dcaec234df6c405609fef322f6e0c3f9
+Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.952.tar.gz
+Source-MD5: efb82ed55d40fd0f00ab8c9723999a12
 ###
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
 UpdatePOD: true


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 extutils-makemaker-pm-6.56.info, 1.3, 1.4

2013-07-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25139

Modified Files:
extutils-makemaker-pm-6.56.info 
Log Message:
Mark extutils-makemaker-pm as obsolete.

Index: extutils-makemaker-pm-6.56.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm-6.56.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- extutils-makemaker-pm-6.56.info 11 Jul 2013 11:05:46 -  1.3
+++ extutils-makemaker-pm-6.56.info 11 Jul 2013 23:28:13 -  1.4
@@ -1,6 +1,6 @@
 Package: extutils-makemaker-pm
 Version: 6.56
-Revision: 5
+Revision: 6
 Distribution: 10.7, 10.8
 Type: perl
 Description: Perl module to create a module Makefile
@@ -10,6 +10,9 @@
This package is to satisfy the need for an unperlversioned
extutils-makemaker-pm for unperlversioned packages to use when
the system makemaker is too old like on 10.5 and earlier.
+   
+   This package is obsolete on perl 5.12.3 and later as that already
+   includes ExtUtils::MakeMaker 6.56 or later.
 
 DescPackaging: 
Delete 'inc' directory just to make sure bundled modules don't
@@ -25,8 +28,9 @@
 
 
 # Dependencies:
-BuildDepends: fink (= 0.24.12)
+BuildDepends: fink (= 0.32)
 Depends: extutils-install-pm (= 1.54-1), extutils-manifest-pm (= 1.58-1), 
extutils-command-pm
+RuntimeDepends: fink-obsolete-packages
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%v.tar.gz


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/text ghostscript.info, 1.10, 1.11

2013-07-11 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27102

Modified Files:
ghostscript.info 
Log Message:
assume maintainership from None and unblock on 10.9

Index: ghostscript.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ghostscript.info11 Jul 2013 18:35:29 -  1.10
+++ ghostscript.info12 Jul 2013 00:09:20 -  1.11
@@ -2,32 +2,32 @@
 Package: ghostscript%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 9.07
-Revision: 2
+Revision: 3
 Description: Interpreter for PostScript and PDF
 Source: mirror:sourceforge:ghostscript/ghostscript-%v.tar.bz2
 Source-MD5: eea27befc1e85bef6d4768202f6b03a5
 PatchFile: ghostscript.patch
 PatchFile-MD5: 464b8ced0f1e8e430a8d9fac89914d00
 Depends: 
-ghostscript-fonts, libpng15-shlibs, libtiff5-shlibs,
+ghostscript-fonts, libpng16-shlibs, libtiff5-shlibs,
 (%type_raw[-nox] = .) x11,
 (%type_raw[-nox] = .) x11-shlibs,
 (%type_raw[-nox] = .) libpaper1-shlibs,
 (%type_raw[-nox] = .) fontconfig2-shlibs,
 (%type_raw[-nox] = .) freetype219-shlibs,
-libiconv, libjpeg8-shlibs,
+libiconv, libjpeg9-shlibs,
 libjbig2dec-shlibs,
 lcms2-shlibs (= 2.4-1),
 libidn-shlibs,
 libopenjpeg1-shlibs
 
 BuildDepends: 
-fink (= 0.24.12), libpng15, libtiff5,
+fink (= 0.24.12), libpng16, libtiff5,
 (%type_raw[-nox] = .) x11-dev,
 (%type_raw[-nox] = .) libpaper1-dev,
 (%type_raw[-nox] = .) fontconfig2-dev,
 (%type_raw[-nox] = .) freetype219,
-libiconv-dev, libjpeg8, lcms2 (= 2.4-1),
+libiconv-dev, libjpeg9 (= 9-3), lcms2 (= 2.4-1),
 libidn, libjbig2dec-dev, libopenjpeg1
 
 BuildConflicts: lcms
@@ -67,6 +67,6 @@
 
CMap files are not GPL (see LICENSE file for info)
 
-Maintainer: none
+Maintainer: Jack Howarth howa...@bromo.med.uc.edu
 Homepage: http://www.cs.wisc.edu/~ghost/
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 gnuplot-minimal.info, 1.11, 1.12

2013-07-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27935

Modified Files:
gnuplot-minimal.info 
Log Message:
coherency with static gd2-nox (make sure get the %v-%r there that has the 
upgraded deps here); also bump c_v level for freetype219


Index: gnuplot-minimal.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gnuplot-minimal.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gnuplot-minimal.info11 Jul 2013 18:44:06 -  1.11
+++ gnuplot-minimal.info12 Jul 2013 00:29:25 -  1.12
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnuplot-minimal
 Version: 4.6.3
-Revision: 2
+Revision: 3
 Type: base (gnuplot), v (4.6)
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Homepage:  http://www.gnuplot.info/
@@ -37,7 +37,7 @@
 Depends: 
aquaterm,
emacsen-common,
-   freetype219-shlibs (= 2.3.12-1),
+   freetype219-shlibs (= 2.4.11-1),
libiconv,
libjpeg9-shlibs,
libpng16-shlibs,
@@ -48,8 +48,8 @@
aquaterm-dev,
fink (= 0.32),
fink-package-precedence,
-   freetype219 (= 2.3.12-1),
-   gd2-nox (= 2.0.35-9),
+   freetype219 (= 2.4.11-1),
+   gd2-nox (= 2.0.35-11),
libiconv-dev,
libjpeg9,
libpng16,


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/graphics pdftk-1.41.info, 1.2, NONE pdftk-1.41.patch, 1.1, NONE

2013-07-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27972/graphics

Removed Files:
pdftk-1.41.info pdftk-1.41.patch 
Log Message:
remove file for not-10.6

--- pdftk-1.41.patch DELETED ---

--- pdftk-1.41.info DELETED ---


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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 arpack.info,1.8,1.9

2013-07-11 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-serv28247/10.4/stable/main/finkinfo/sci

Modified Files:
arpack.info 
Log Message:
Make visible again.  Woops


Index: arpack.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/arpack.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- arpack.info 8 Oct 2012 22:59:08 -   1.8
+++ arpack.info 12 Jul 2013 00:37:48 -  1.9
@@ -3,7 +3,6 @@
 Version: 96patched
 Revision: 12
 Type: -atlas (boolean)
-Distribution: 10.7
 
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Solve large scale eigenvalue problems


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
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/languages llvm-gcc42.info, 1.2, 1.3

2013-07-11 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv433

Modified Files:
llvm-gcc42.info 
Log Message:
gettext-tools required for info file installation

Index: llvm-gcc42.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/llvm-gcc42.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- llvm-gcc42.info 8 Jul 2013 15:34:10 -   1.2
+++ llvm-gcc42.info 12 Jul 2013 02:45:45 -  1.3
@@ -5,7 +5,7 @@
 Source-MD5: 046629f7b3ce59bcb32b5116d29c27cd
 PatchFile: %n.patch
 PatchFile-MD5: bee365d1c00972e34a41bee304c7bdcf
-BuildDepends: fink (= 0.28), xcode (= 4.7)
+BuildDepends: gettext-tools, fink (= 0.28), xcode (= 4.7)
 Depends: %N-shlibs (= %v-%r),xcode (= 4.7)
 SourceDirectory: llvmgcc42-%v
 NoSetCPPFLAGS: true


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs