[cvs] dists/10.7/stable/main/finkinfo/sci drawtiming.info, NONE, 1.1 drawtiming.patch, NONE, 1.1

2011-07-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv19924/10.7/stable/main/finkinfo/sci

Added Files:
drawtiming.info drawtiming.patch 
Log Message:
Add drawtiming to 10.7.
Fix runtime issue on other OS versions (thanks, danielj!).
Update dependencies and DescPackaging on 10.4, 10.5, 10.6.

--- NEW FILE: drawtiming.patch ---
--- drawtiming-0.7/src/main.cc  2008-05-17 20:09:54.0 -0400
+++ drawtiming-0.7.patched/src/main.cc  2011-07-29 02:15:34.0 -0400
@@ -93,6 +93,8 @@
   int flags = 0;
 
   int k, c;
+  // Initialize GraphicsMagick
+  InitializeMagick(*argv);
   while ((c = getopt_long (argc, argv, ac:f:hl:o:p:vVw:x:, opts, k)) != -1)
 switch (c) {
 case 'a':

--- NEW FILE: drawtiming.info ---
Package: drawtiming
Version: 0.7
Revision: 13
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
Description: Program to generate circuit timing diagrams
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 6ef094ec2290499c367d9bd26d248b15 
SourceDirectory:%n-%v
GCC: 4.0
Depends: 
graphicsmagick-shlibs (= 1.3.7-2),
ghostscript

BuildDepends: 
graphicsmagick-dev (= 1.3.7-2)

Conflicts: %n, %n-nox
Replaces: %n, %n-nox
PatchFile: %n.patch
PatchFile-MD5: cfc60f9ee0fb183274434c79ae97d51c
PatchScript: 
#!/bin/sh -ev
%{default_script}
perl -pi -e 's/-lgnugetopt//g' configure
perl -pi -e 's/Magick/GraphicsMagick/g' configure

InstallScript: 
#!/bin/sh -ev
make install DESTDIR=%d
install -d %i/share/%n
install -d %i/share/%n/samples
install samples/* %i/share/%n/samples

License: GPL
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
DocFiles: AUTHORS ChangeLog COPYING INSTALL README NEWS THANKS
DescDetail:
This software package provides a command line tool for documenting hardware 
and software designs through timing diagrams.  It reads signal descriptions 
from a text file with an intuitive syntax, and outputs a timing diagram to an 
image file.Notation typical of timing diagrams found in the Electrical 
Engineering discipline is used, including arrows indicating causal 
relationships between signal transitions.
Use the -nox variant if you don't require X11 support.
 
DescPackaging: 
Patch to use graphicsmagick rather than imagemagick.

Graphicsmagick now requires that the API be initialized before use, but 
the upstream source doesn't do that, so we patch the main loop.  Thanks to
Daniel Johnson for finding this out.

libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
 
HomePage: http://drawtiming.sourceforge.net


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 drawtiming.patch, NONE, 1.1 drawtiming.info, 1.3, 1.4

2011-07-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv19924/10.4/stable/main/finkinfo/sci

Modified Files:
drawtiming.info 
Added Files:
drawtiming.patch 
Log Message:
Add drawtiming to 10.7.
Fix runtime issue on other OS versions (thanks, danielj!).
Update dependencies and DescPackaging on 10.4, 10.5, 10.6.

--- NEW FILE: drawtiming.patch ---
--- drawtiming-0.7/src/main.cc  2008-05-17 20:09:54.0 -0400
+++ drawtiming-0.7.patched/src/main.cc  2011-07-29 02:15:34.0 -0400
@@ -93,6 +93,8 @@
   int flags = 0;
 
   int k, c;
+  // Initialize GraphicsMagick
+  InitializeMagick(*argv);
   while ((c = getopt_long (argc, argv, ac:f:hl:o:p:vVw:x:, opts, k)) != -1)
 switch (c) {
 case 'a':

Index: drawtiming.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/drawtiming.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- drawtiming.info 24 Jan 2010 21:27:11 -  1.3
+++ drawtiming.info 29 Jul 2011 06:58:44 -  1.4
@@ -1,47 +1,35 @@
 Package: drawtiming
 Version: 0.7
-Revision: 2
+Revision: 13
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Program to generate circuit timing diagrams
-Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 6ef094ec2290499c367d9bd26d248b15 
-SourceDirectory:%{ni}-%v
+SourceDirectory:%n-%v
 GCC: 4.0
 Depends: 
-bzip2-shlibs, 
-libtiff-shlibs,
-libpng3-shlibs,
-libjpeg-shlibs, 
-libxml2-shlibs, 
-lcms-shlibs,
-freetype219-shlibs,
-graphicsmagick-shlibs (= 1.3.7-2),
-ghostscript,
-x11
+   graphicsmagick-shlibs (= 1.3.7-2),
+   ghostscript
 
 BuildDepends: 
-bzip2-dev,
-lcms,libtiff,libjpeg,
-libpng3,
-libxml2,
-freetype219,
-graphicsmagick-dev (= 1.3.7-2),
-x11-dev
+   graphicsmagick-dev (= 1.3.7-2)
 
-Conflicts: %{ni}, %{ni}-nox
-Replaces: %{ni}, %{ni}-nox
+Conflicts: %n, %n-nox
+Replaces: %n, %n-nox
+PatchFile: %n.patch
+PatchFile-MD5: cfc60f9ee0fb183274434c79ae97d51c
 PatchScript: 
-#!/bin/sh -ev
-perl -pi -e 's/-lgnugetopt//g' configure
-perl -pi -e 's/Magick/GraphicsMagick/g' configure
+   #!/bin/sh -ev
+   %{default_script}
+   perl -pi -e 's/-lgnugetopt//g' configure
+   perl -pi -e 's/Magick/GraphicsMagick/g' configure
 
-SetCXXFLAGS: -L%p/lib/freetype219/lib
 InstallScript: 
-#!/bin/sh -ev
-make install DESTDIR=%d
-install -d %i/share/%n
-install -d %i/share/%n/samples
-install samples/* %i/share/%n/samples
+   #!/bin/sh -ev
+   make install DESTDIR=%d
+   install -d %i/share/%n
+   install -d %i/share/%n/samples
+   install samples/* %i/share/%n/samples
 
 License: GPL
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
@@ -56,11 +44,12 @@
 Use the -nox variant if you don't require X11 support.
  
 DescPackaging: 
-The -nox splitoff uses ghostscript-nox and imagemagick-nox.
-The non-obvious dependencies came from running 'otool -L' on the executable.
-0.6.2 and later--install samples.
+Patch to use graphicsmagick rather than imagemagick.
+
+Graphicsmagick now requires that the API be initialized before use, but 
+the upstream source doesn't do that, so we patch the main loop.  Thanks to
+Daniel Johnson for finding this out.
 
 libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
  
 HomePage: http://drawtiming.sourceforge.net
-


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/sci drawtiming.patch, NONE, 1.1 drawtiming.info, 1.1, 1.2

2011-07-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci
In directory 
vz-cvs-3.sog:/tmp/cvs-serv19924/10.4/stable/main/finkinfo/10.4-EOL/sci

Modified Files:
drawtiming.info 
Added Files:
drawtiming.patch 
Log Message:
Add drawtiming to 10.7.
Fix runtime issue on other OS versions (thanks, danielj!).
Update dependencies and DescPackaging on 10.4, 10.5, 10.6.

--- NEW FILE: drawtiming.patch ---
--- drawtiming-0.7/src/main.cc  2008-05-17 20:09:54.0 -0400
+++ drawtiming-0.7.patched/src/main.cc  2011-07-29 02:15:34.0 -0400
@@ -93,6 +93,8 @@
   int flags = 0;
 
   int k, c;
+  // Initialize GraphicsMagick
+  InitializeMagick(*argv);
   while ((c = getopt_long (argc, argv, ac:f:hl:o:p:vVw:x:, opts, k)) != -1)
 switch (c) {
 case 'a':

Index: drawtiming.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/drawtiming.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- drawtiming.info 11 Jul 2011 04:08:34 -  1.1
+++ drawtiming.info 29 Jul 2011 06:58:43 -  1.2
@@ -1,47 +1,49 @@
 Package: drawtiming
 Version: 0.7
-Revision: 2
+Revision: 3
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Program to generate circuit timing diagrams
-Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 6ef094ec2290499c367d9bd26d248b15 
-SourceDirectory:%{ni}-%v
+SourceDirectory:%n-%v
 GCC: 4.0
 Depends: 
 bzip2-shlibs, 
 libtiff-shlibs,
-libpng3-shlibs,
-libjpeg-shlibs, 
+libpng14-shlibs,
+libjpeg8-shlibs, 
 libxml2-shlibs, 
 lcms-shlibs,
-freetype219-shlibs,
+freetype219-shlibs (= 2.3.12-1),
 graphicsmagick-shlibs (= 1.3.7-2),
 ghostscript,
 x11
 
 BuildDepends: 
 bzip2-dev,
-lcms,libtiff,libjpeg,
-libpng3,
+lcms,libtiff,libjpeg8,
+libpng14,
 libxml2,
-freetype219,
+freetype219 (= 2.3.12-1),
 graphicsmagick-dev (= 1.3.7-2),
 x11-dev
 
-Conflicts: %{ni}, %{ni}-nox
-Replaces: %{ni}, %{ni}-nox
+Conflicts: %n, %n-nox
+Replaces: %n, %n-nox
+PatchFile: %n.patch
+PatchFile-MD5: cfc60f9ee0fb183274434c79ae97d51c
 PatchScript: 
-#!/bin/sh -ev
-perl -pi -e 's/-lgnugetopt//g' configure
-perl -pi -e 's/Magick/GraphicsMagick/g' configure
+   #!/bin/sh -ev
+   %{default_script}
+   perl -pi -e 's/-lgnugetopt//g' configure
+   perl -pi -e 's/Magick/GraphicsMagick/g' configure
 
-SetCXXFLAGS: -L%p/lib/freetype219/lib
 InstallScript: 
-#!/bin/sh -ev
-make install DESTDIR=%d
-install -d %i/share/%n
-install -d %i/share/%n/samples
-install samples/* %i/share/%n/samples
+   #!/bin/sh -ev
+   make install DESTDIR=%d
+   install -d %i/share/%n
+   install -d %i/share/%n/samples
+   install samples/* %i/share/%n/samples
 
 License: GPL
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
@@ -56,11 +58,12 @@
 Use the -nox variant if you don't require X11 support.
  
 DescPackaging: 
-The -nox splitoff uses ghostscript-nox and imagemagick-nox.
-The non-obvious dependencies came from running 'otool -L' on the executable.
-0.6.2 and later--install samples.
+Patch to use graphicsmagick rather than imagemagick.
+
+Graphicsmagick now requires that the API be initialized before use, but 
+the upstream source doesn't do that, so we patch the main loop.  Thanks to
+Daniel Johnson for finding this out.
 
 libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
  
 HomePage: http://drawtiming.sourceforge.net
-


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/sci drawtiming.patch, NONE, 1.1 drawtiming.info, 1.13, 1.14

2011-07-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv19924/10.4/unstable/main/finkinfo/sci

Modified Files:
drawtiming.info 
Added Files:
drawtiming.patch 
Log Message:
Add drawtiming to 10.7.
Fix runtime issue on other OS versions (thanks, danielj!).
Update dependencies and DescPackaging on 10.4, 10.5, 10.6.

--- NEW FILE: drawtiming.patch ---
--- drawtiming-0.7/src/main.cc  2008-05-17 20:09:54.0 -0400
+++ drawtiming-0.7.patched/src/main.cc  2011-07-29 02:15:34.0 -0400
@@ -93,6 +93,8 @@
   int flags = 0;
 
   int k, c;
+  // Initialize GraphicsMagick
+  InitializeMagick(*argv);
   while ((c = getopt_long (argc, argv, ac:f:hl:o:p:vVw:x:, opts, k)) != -1)
 switch (c) {
 case 'a':

Index: drawtiming.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/drawtiming.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- drawtiming.info 24 Jan 2010 21:27:11 -  1.13
+++ drawtiming.info 29 Jul 2011 06:58:44 -  1.14
@@ -1,47 +1,35 @@
 Package: drawtiming
 Version: 0.7
-Revision: 2
+Revision: 13
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Program to generate circuit timing diagrams
-Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 6ef094ec2290499c367d9bd26d248b15 
-SourceDirectory:%{ni}-%v
+SourceDirectory:%n-%v
 GCC: 4.0
 Depends: 
-bzip2-shlibs, 
-libtiff-shlibs,
-libpng3-shlibs,
-libjpeg-shlibs, 
-libxml2-shlibs, 
-lcms-shlibs,
-freetype219-shlibs,
-graphicsmagick-shlibs (= 1.3.7-2),
-ghostscript,
-x11
+   graphicsmagick-shlibs (= 1.3.7-2),
+   ghostscript
 
 BuildDepends: 
-bzip2-dev,
-lcms,libtiff,libjpeg,
-libpng3,
-libxml2,
-freetype219,
-graphicsmagick-dev (= 1.3.7-2),
-x11-dev
+   graphicsmagick-dev (= 1.3.7-2)
 
-Conflicts: %{ni}, %{ni}-nox
-Replaces: %{ni}, %{ni}-nox
+Conflicts: %n, %n-nox
+Replaces: %n, %n-nox
+PatchFile: %n.patch
+PatchFile-MD5: cfc60f9ee0fb183274434c79ae97d51c
 PatchScript: 
-#!/bin/sh -ev
-perl -pi -e 's/-lgnugetopt//g' configure
-perl -pi -e 's/Magick/GraphicsMagick/g' configure
+   #!/bin/sh -ev
+   %{default_script}
+   perl -pi -e 's/-lgnugetopt//g' configure
+   perl -pi -e 's/Magick/GraphicsMagick/g' configure
 
-SetCXXFLAGS: -L%p/lib/freetype219/lib
 InstallScript: 
-#!/bin/sh -ev
-make install DESTDIR=%d
-install -d %i/share/%n
-install -d %i/share/%n/samples
-install samples/* %i/share/%n/samples
+   #!/bin/sh -ev
+   make install DESTDIR=%d
+   install -d %i/share/%n
+   install -d %i/share/%n/samples
+   install samples/* %i/share/%n/samples
 
 License: GPL
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
@@ -56,11 +44,12 @@
 Use the -nox variant if you don't require X11 support.
  
 DescPackaging: 
-The -nox splitoff uses ghostscript-nox and imagemagick-nox.
-The non-obvious dependencies came from running 'otool -L' on the executable.
-0.6.2 and later--install samples.
+Patch to use graphicsmagick rather than imagemagick.
+
+Graphicsmagick now requires that the API be initialized before use, but 
+the upstream source doesn't do that, so we patch the main loop.  Thanks to
+Daniel Johnson for finding this out.
 
 libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
  
 HomePage: http://drawtiming.sourceforge.net
-


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/sci drawtiming.patch, NONE, 1.1 drawtiming.info, 1.1, 1.2

2011-07-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci
In directory 
vz-cvs-3.sog:/tmp/cvs-serv19924/10.4/unstable/main/finkinfo/10.4-EOL/sci

Modified Files:
drawtiming.info 
Added Files:
drawtiming.patch 
Log Message:
Add drawtiming to 10.7.
Fix runtime issue on other OS versions (thanks, danielj!).
Update dependencies and DescPackaging on 10.4, 10.5, 10.6.

--- NEW FILE: drawtiming.patch ---
--- drawtiming-0.7/src/main.cc  2008-05-17 20:09:54.0 -0400
+++ drawtiming-0.7.patched/src/main.cc  2011-07-29 02:15:34.0 -0400
@@ -93,6 +93,8 @@
   int flags = 0;
 
   int k, c;
+  // Initialize GraphicsMagick
+  InitializeMagick(*argv);
   while ((c = getopt_long (argc, argv, ac:f:hl:o:p:vVw:x:, opts, k)) != -1)
 switch (c) {
 case 'a':

Index: drawtiming.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci/drawtiming.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- drawtiming.info 11 Jul 2011 04:05:48 -  1.1
+++ drawtiming.info 29 Jul 2011 06:58:44 -  1.2
@@ -1,47 +1,49 @@
 Package: drawtiming
 Version: 0.7
-Revision: 2
+Revision: 3
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Description: Program to generate circuit timing diagrams
-Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 6ef094ec2290499c367d9bd26d248b15 
-SourceDirectory:%{ni}-%v
+SourceDirectory:%n-%v
 GCC: 4.0
 Depends: 
 bzip2-shlibs, 
 libtiff-shlibs,
-libpng3-shlibs,
-libjpeg-shlibs, 
+libpng14-shlibs,
+libjpeg8-shlibs, 
 libxml2-shlibs, 
 lcms-shlibs,
-freetype219-shlibs,
+freetype219-shlibs (= 2.3.12-1),
 graphicsmagick-shlibs (= 1.3.7-2),
 ghostscript,
 x11
 
 BuildDepends: 
 bzip2-dev,
-lcms,libtiff,libjpeg,
-libpng3,
+lcms,libtiff,libjpeg8,
+libpng14,
 libxml2,
-freetype219,
+freetype219 (= 2.3.12-1),
 graphicsmagick-dev (= 1.3.7-2),
 x11-dev
 
-Conflicts: %{ni}, %{ni}-nox
-Replaces: %{ni}, %{ni}-nox
+Conflicts: %n, %n-nox
+Replaces: %n, %n-nox
+PatchFile: %n.patch
+PatchFile-MD5: cfc60f9ee0fb183274434c79ae97d51c
 PatchScript: 
-#!/bin/sh -ev
-perl -pi -e 's/-lgnugetopt//g' configure
-perl -pi -e 's/Magick/GraphicsMagick/g' configure
+   #!/bin/sh -ev
+   %{default_script}
+   perl -pi -e 's/-lgnugetopt//g' configure
+   perl -pi -e 's/Magick/GraphicsMagick/g' configure
 
-SetCXXFLAGS: -L%p/lib/freetype219/lib
 InstallScript: 
-#!/bin/sh -ev
-make install DESTDIR=%d
-install -d %i/share/%n
-install -d %i/share/%n/samples
-install samples/* %i/share/%n/samples
+   #!/bin/sh -ev
+   make install DESTDIR=%d
+   install -d %i/share/%n
+   install -d %i/share/%n/samples
+   install samples/* %i/share/%n/samples
 
 License: GPL
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
@@ -56,11 +58,12 @@
 Use the -nox variant if you don't require X11 support.
  
 DescPackaging: 
-The -nox splitoff uses ghostscript-nox and imagemagick-nox.
-The non-obvious dependencies came from running 'otool -L' on the executable.
-0.6.2 and later--install samples.
+Patch to use graphicsmagick rather than imagemagick.
+
+Graphicsmagick now requires that the API be initialized before use, but 
+the upstream source doesn't do that, so we patch the main loop.  Thanks to
+Daniel Johnson for finding this out.
 
 libSystem has getopt_long, so no need to autodetect fink's libgnugetopt
  
 HomePage: http://drawtiming.sourceforge.net
-


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/devel m681x-binutils.info, 1.1, 1.2 mingw-binutils.info, 1.1, 1.2

2011-07-29 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv14279

Modified Files:
m681x-binutils.info mingw-binutils.info 
Log Message:
binutils: remove *.info files to avoid name clashes with other binutils 
packages.

Index: mingw-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/mingw-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mingw-binutils.info 11 Jul 2011 04:05:40 -  1.1
+++ mingw-binutils.info 29 Jul 2011 08:43:08 -  1.2
@@ -1,6 +1,6 @@
 Package: mingw-binutils
 Version: 2.16.91-20050827-1
-Revision: 3
+Revision: 4
 Description: GNU binutils for MinGW
 License: LGPL
 Maintainer: None fink-de...@lists.sourceforge.net
@@ -10,6 +10,7 @@
 SourceDirectory: binutils-%v
 
 PatchScript: perl -pi -e 's,\|4.*9,|[4-9,' Makefile.in
+
 ConfigureParams: 
   --target=i686-pc-mingw32 \
   --disable-nls \
@@ -25,15 +26,10 @@
   /usr/bin/make install DESTDIR=%d
   /bin/rm -vrf %i/lib/mingw/lib/
 
-  for file_name in %i/share/info/*
-  do
-new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
s|%i/share/info/|%i/share/info/i686-pc-mingw32-|g`
-mv ${file_name} ${new_file_name}
-  done
+  rm -rf %i/share/info
 
 
 DocFiles: COPYING* README
-InfoDocs: i686-pc-mingw32-as.info i686-pc-mingw32-bfd.info 
i686-pc-mingw32-binutils.info i686-pc-mingw32-configure.info 
i686-pc-mingw32-ld.info i686-pc-mingw32-standards.info
 
 Homepage: http://sources.redhat.com/binutils/
 DescPort: 
@@ -42,8 +38,7 @@
 Like 'avr-binutils' package, lib  include folders have been moved to 
 /sw/lib/mingw and the binaries are put into /sw/bin .
 
-All xxx.info files renamed to i686-pc-mingw32-xxx.info to avoid clashes
-with other potential toolchains.
+All xxx.info files are removed to avoid clashes with other toolchains.
 
 Disable -Werror, to enable compilation on 10.6 (the code uses some
 depreacted APIs like stat64 and also triggers other warnings in newer

Index: m681x-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/m681x-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- m681x-binutils.info 11 Jul 2011 04:05:40 -  1.1
+++ m681x-binutils.info 29 Jul 2011 08:43:08 -  1.2
@@ -1,6 +1,6 @@
 Package: m681x-binutils
 Version: 2.17
-Revision: 1
+Revision: 2
 Description: For Motorola 6811/12 microcontrollers
 Maintainer: Carl van Denzen cvden...@users.sourceforge.net
 BuildDepends: libgettext3-dev, gettext-tools (=0.14.5-1)
@@ -13,7 +13,8 @@
 Source-MD5: e26e2e06b6e4bf3acf1dc8688a94c0d1
 DescPort: 
 Avoided using /sw/m6811. Its lib  include folders have been moved to 
/sw/share/m6811 and the binaries are put into /sw/bin.
-All xxx.info and man files renamed to m6811-xxx.info and m6811-...1 to avoid 
clashes with other potential toolchains.
+All man files renamed to m6811-...1 to avoid clashes with other potential 
toolchains.
+All xxx.info removed to avoid clashes with other potential toolchains.
 
 DescPackaging: Disable -Werror to avoid complaints about stat64.  Suggested by 
Sean Mollet, nhts...@gmail.com
 CompileScript: 
@@ -50,12 +51,10 @@
 BUILDDIR=build.${MACHINE}
 cd $BUILDDIR
 make install DESTDIR=%d
-#
-# Rename the files xxx.info into m6811-elf-xxx.info cq m6812-elf-xx.info to 
avoid name clashes with other binutils packages and these two packages (m6811 
and m6812)
-# The files of the m6811 should not be renamed, hence the inverted grep.
-#
-for i in $(/usr/bin/find -E %d -regex .*/.*\.info(-[0-9]+)? -print|grep 
--invert-match /${MACHINE?});do echo $i ${i%%/*} ${i##*/} ;mv $i 
${i%%/*}/$PROGRAM_PREFIX${i##*/};done
 done
+#
+# Remove the files xxx.info to avoid name clashes with other binutils packages 
and these two packages (m6811 and m6812)
+rm -rf %i/share/info
 
-DocFiles: README COPYING
-InfoDocs: m6811-elf-as.info m6811-elf-bfd.info m6811-elf-binutils.info 
m6811-elf-configure.info m6811-elf-ld.info m6811-elf-standards.info 
m6812-elf-as.info m6812-elf-bfd.info m6812-elf-binutils.info 
m6812-elf-configure.info m6812-elf-ld.info m6812-elf-standards.info
+DocFiles: README COPYING*
+


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/sci geant4.9-data.info, 1.5, 1.6 geant4.9.info, 1.17, 1.18 geant4.9.patch, 1.9, 1.10 clhep2.info, 1.10, 1.11

2011-07-29 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv23933

Modified Files:
geant4.9-data.info geant4.9.info geant4.9.patch clhep2.info 
Log Message:
Latest upstream versions. Enable cernlib version for 64bit.

Index: geant4.9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.9.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- geant4.9.info   27 Apr 2011 03:20:35 -  1.17
+++ geant4.9.info   29 Jul 2011 09:19:23 -  1.18
@@ -1,9 +1,15 @@
 Info3: 
 Package: geant4.9%type_pkg[cernlib]
-Version: 4.9.3
-Revision: 22
-Type: cernlib (. -cernlib-gfortran -cernlib-g77)
-Architecture: ('%type_pkg[cernlib]' = '-cernlib-g77') powerpc, 
('%type_pkg[cernlib]' = '-cernlib-gfortran') powerpc, ('%type_pkg[cernlib]' = 
'-cernlib-gfortran') i386
+Version: 4.9.4
+Revision: 11
+Type: cernlib (. -cernlib-gfortran -cernlib-g77 -cernlib)
+Architecture: 
+ ('%type_pkg[cernlib]' = '-cernlib-g77') powerpc,
+ ('%type_pkg[cernlib]' = '-cernlib-gfortran') powerpc,
+ ('%type_pkg[cernlib]' = '-cernlib-gfortran') i386,
+ ('%type_pkg[cernlib]' = '-cernlib') i386,
+ ('%type_pkg[cernlib]' = '-cernlib') x86_64
+
 Description: Simulation of particle-matter interaction
 DescDetail: 
 Geant4 is a toolkit for the simulation of the passage of 
@@ -39,11 +45,14 @@
 BuildDepends: 
  fink (= 0.27.2),
  x11-dev,
- clhep2 (= 2.0.3.1),
+ clhep2 (= 2.1.0.1),
  openmotif3,
+ ('%type_pkg[cernlib]' = '-cernlib') cernlib2006-geant321,
+ ('%type_pkg[cernlib]' = '-cernlib') cernlib2006-dev,
+ ('%type_pkg[cernlib]' = '-cernlib') gcc46,
  ('%type_pkg[cernlib]' = '-cernlib-gfortran') cernlib2005-gfortran-geant321,
  ('%type_pkg[cernlib]' = '-cernlib-gfortran') cernlib2005-gfortran-dev,
- ('%type_pkg[cernlib]' = '-cernlib-gfortran') gcc44,
+ ('%type_pkg[cernlib]' = '-cernlib-gfortran') gcc45,
  ('%type_pkg[cernlib]' = '-cernlib-g77') cernlib2005-g77-dev,
  ('%type_pkg[cernlib]' = '-cernlib-g77') cernlib2005-g77-geant321,
  ('%type_pkg[cernlib]' = '-cernlib-g77') g77
@@ -56,7 +65,8 @@
  geant4.8-cernlib-g77,
  geant4.9,
  geant4.9-cernlib-gfortran,
- geant4.9-cernlib-g77
+ geant4.9-cernlib-g77,
+ geant4.9-cernlib
 
 Replaces: 
  geant4 (=4.7.1-51),
@@ -66,22 +76,23 @@
  geant4.8-cernlib-g77,
  geant4.9,
  geant4.9-cernlib-gfortran,
- geant4.9-cernlib-g77
+ geant4.9-cernlib-g77,
+ geant4.9-cernlib
 
 Provides: geant4
 Suggests: geant4.9-data
 GCC: 4.0
-Source: http://geant4.cern.ch/support/source/geant%v.p01.tar.gz
-Source-MD5: f8810467ab07ec8cab5f0e7c059f688a
+Source: http://geant4.cern.ch/support/source/geant%v.p02.tar.gz
+Source-MD5: d4e95badeb536d82278e690280633846
 PatchFile: geant4.9.patch
-PatchFile-MD5: 34117a250e0e686bdbfa8c19f1397abe
+PatchFile-MD5: 65f8dcf2e6977c071aed8dce5cd51708
 PatchScript: 
   #!/bin/sh -ev
   if [[ '%type_pkg[cernlib]' == -cernlib-g77 ]]; then
 BUILDCERN='y'
 FORTRAN='g77'
 FORTRAN_LIBS='-lg2c -lc'
-  elif [[ '%type_pkg[cernlib]' == -cernlib-gfortran ]]; then
+  elif [[ '%type_pkg[cernlib]' == -cernlib-gfortran || '%type_pkg[cernlib]' == 
-cernlib ]]; then
 BUILDCERN='y'
 FORTRAN='gfortran -static-libgfortran -static-libgcc'
 FORTRAN_LIBS='-lc'
@@ -146,16 +157,18 @@
Description: Shared libraries for GEANT4 9.2
Depends: 
  x11,
- clhep2-shlibs (= 2.0.3.1),
+ clhep2-shlibs (= 2.1.0.1),
  openmotif3-shlibs

Conflicts: 
  geant4.9-shlibs,
+ geant4.9-cernlib-shlibs,
  geant4.9-cernlib-gfortran-shlibs,
  geant4.9-cernlib-g77-shlibs

Replaces: 
  geant4.9-shlibs,
+ geant4.9-cernlib-shlibs,
  geant4.9-cernlib-gfortran-shlibs,
  geant4.9-cernlib-g77-shlibs

@@ -209,6 +222,8 @@
  lib/geant4.9/Darwin-g++/libG4emhighenergy.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4emlowenergy.%v.dylib
  lib/geant4.9/Darwin-g++/libG4emlowenergy.4.9.dylib
+ lib/geant4.9/Darwin-g++/libG4empii.%v.dylib
+ lib/geant4.9/Darwin-g++/libG4empii.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4empolar.%v.dylib
  lib/geant4.9/Darwin-g++/libG4empolar.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4emstandard.%v.dylib
@@ -311,8 +326,6 @@
  lib/geant4.9/Darwin-g++/libG4hadronic_interface_ci.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4hadronic_iso.%v.dylib
  lib/geant4.9/Darwin-g++/libG4hadronic_iso.4.9.dylib
- lib/geant4.9/Darwin-g++/libG4hadronic_leading_particle.%v.dylib
- lib/geant4.9/Darwin-g++/libG4hadronic_leading_particle.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4hadronic_mgt.%v.dylib
  lib/geant4.9/Darwin-g++/libG4hadronic_mgt.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4hadronic_proc.%v.dylib
@@ -425,6 +438,7 @@
  %p/lib/geant4.9/Darwin-g++/libG4emadjoint.4.9.dylib   
4.9.0 %n (=4.9.3-11)
  %p/lib/geant4.9/Darwin-g++/libG4emhighenergy.4.9.dylib
4.9.0 %n (=4.9.0-11)
  

[cvs] dists/10.4/stable/main/finkinfo/utils file.info,1.8,1.9

2011-07-29 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv3433

Modified Files:
file.info 
Log Message:
Latest version to stable.

Index: file.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/file.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- file.info   17 Oct 2010 16:11:20 -  1.8
+++ file.info   29 Jul 2011 10:01:50 -  1.9
@@ -1,5 +1,5 @@
 Package: file
-Version: 5.03
+Version: 5.07
 Revision: 1
 Description: Determine filetype (magic)
 License: Restrictive/Distributable
@@ -41,13 +41,12 @@
  primary: ftp://ftp.astron.com/pub/file/
  eur-de: ftp://ftp.fu-berlin.de/unix/tools/file/
 
-Source-MD5: d05f08a53e5c2f51f8ee6a4758c0cc53
+Source-MD5: b8d1f9a8a644067bd0a703cebf3f4858
 
 SplitOff: 
  Package: %N-shlibs
  Description: Shared libraries for file magic
  Files: 
-  lib/libmagic.1.0.0.dylib
   lib/libmagic.1.dylib
  
  Shlibs: 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/utils backupbouncer.info, NONE, 1.1

2011-07-29 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv11532/utils

Added Files:
backupbouncer.info 
Log Message:
Latest version to stable.

--- NEW FILE: backupbouncer.info ---
Package: backupbouncer
Version: 0.2.0
Revision: 1
Description: Test-suite for backup software
License: BSD
Maintainer: Remi Mommsen remigius.momm...@cern.ch
HomePage: http://www.n8gray.org/code/backup-bouncer/
DescDetail: 
 Backup Bouncer is here to help keep the ugly backup tools
 out of the club. It's a command-line-based test suite that
 makes it easy to find out how bad (or good, if you're lucky)
 your backup software is. It aims to be a comprehensive test
 for preservation of all OS X file metadata.

DocFiles: LICENSE.txt README.SNOW_LEOPARD.txt README.txt 

Depends: xcode

Source: http://github.com/n8gray/Backup-Bouncer/tarball/release-%v
Source-MD5: 91ad3f6afe7819e31fc421d69fd715d9
SourceRename: %n-%v.tar.gz
SourceDirectory: n8gray-Backup-Bouncer-506a35c

PatchScript: 
 /usr/bin/sed -i'.bak' -e 's:`dirname $0`:%p/share/%n:' bbouncer


CompileScript: 
 make


InstallScript: 
 /usr/bin/install -m 755 -d %i/share/%n
 # mv files into place to assure preservance of all special attributes
 /bin/mv bbouncer copiers.d tests.d util %i/share/%n/
 /bin/rm -f %i/share/%n/util/*.c %i/share/%n/util/Makefile
 /usr/bin/install -m 755 -d %i/bin
 /bin/ln -s ../share/%n/bbouncer %i/bin/


PreRmScript: 
 /bin/rm -f %p/share/%n/*.sparseimage



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/net rsync.patch, NONE, 1.1 rsync.info, 1.5, 1.6

2011-07-29 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv11532/net

Modified Files:
rsync.info 
Added Files:
rsync.patch 
Log Message:
Latest version to stable.

Index: rsync.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/rsync.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rsync.info  5 Jul 2010 11:51:24 -   1.5
+++ rsync.info  29 Jul 2011 10:27:58 -  1.6
@@ -1,6 +1,6 @@
 Package: rsync
 Version: 3.0.7
-Revision: 1
+Revision: 4
 Maintainer: Remi Mommsen remigius.momm...@cern.ch
 CustomMirror: 
 A: http://samba.org/ftp/rsync/
@@ -10,16 +10,19 @@
 Source-MD5: b53525900817cf1ba7ad3a516ab5bfe9
 Source2: mirror:custom:%n-patches-%v.tar.gz
 Source2-MD5: 48222e00a9a75873aee3bfceb2b2aa41
+PatchFile: %n.patch
+PatchFile-MD5: f20d4ffc8846eb834cb39d6842b50dde
 PatchScript: 
  patch -p1  patches/fileflags.diff
  patch -p1  patches/crtimes.diff
+ patch -p1  %{PatchFile}
  ./prepare-source
 
 SetCFLAGS: -Os
 ConfigureParams: --without-included-popt
 DocFiles: COPYING NEWS OLDNEWS README TODO
 Depends: popt-shlibs, libiconv
-BuildDepends: popt, libiconv-dev
+BuildDepends: popt, libiconv-dev, fink (= 0.24.12)
 Conflicts: applersync
 Replaces: applersync
 Description: Synchronize filesystems between hosts
@@ -34,7 +37,36 @@
 (Description taken from the www.freshmeat.net listing of rsync)
 
 DescPackaging: 
-Versions up to 2.6.6 were kindly maintained by Bill Bumgarner
+Versions up to 2.6.6 were kindly maintained by Bill Bumgarner.
+
+Workaround for ACL bug (https://bugzilla.samba.org/show_bug.cgi?id=7382)
+by John Lillibridge and Remko Scharroo.
+
+Patches for preserving Mac OS X metadata are taken from
+http://www.bombich.com/rsync.html. Thanks to Andrew Davis for the pointer.
 
 Homepage: http://rsync.samba.org/
 License: GPL
+
+InfoTest: 
+ TestSuiteSize: small
+ TestDepends: backupbouncer
+ TestScript: 
+  #!/bin/sh -ev
+  if [ $UID -ne 0 ]; then
+echo %n cannot be tested with --build-as-nobody
+exit 2
+  fi
+  error=0
+  {
+   %p/bin/bbouncer create-vol Src 
+   %p/bin/bbouncer create-vol Dst 
+   %p/bin/bbouncer create /Volumes/Src 
+   %b/rsync -aNHAX --fileflags --force-change /Volumes/Src/ /Volumes/Dst/ 
+   %p/bin/bbouncer verify -d /Volumes/Src /Volumes/Dst | /usr/bin/tee 
/tmp/rsync_test.$$
+  } || error=2
+  [[ `/usr/bin/grep -c FAIL /tmp/rsync_test.$$` -gt 0 ]]  error=2
+  /sbin/umount /Volumes/Src/ /Volumes/Dst/ || error=1
+  exit $error
+ 
+

--- NEW FILE: rsync.patch ---
--- old/acls.c  2009-04-10 19:09:39.0 -0400
+++ new/acls.c  2010-09-01 12:34:33.0 -0400
@@ -270,7 +270,7 @@
id_access *ida;
if ((rc = sys_acl_get_info(entry, tag_type, access, g_u_id)) 
!= 0) {
errfun = sys_acl_get_info;
-   break;
+   rc = 0;
}
/* continue == done with entry; break == store in temporary ida 
list */
switch (tag_type) {
diff -Naur rsync-3.0.7.old/syscall.c rsync-3.0.7.new/syscall.c
--- rsync-3.0.7.old/syscall.c   2010-02-05 22:37:11.0 -0500
+++ rsync-3.0.7.new/syscall.c   2010-02-05 22:40:02.0 -0500
@@ -37,11 +37,6 @@
 extern int preserve_perms;
 extern int preserve_executability;
 
-struct create_time {
[...1792 lines suppressed...]
else if (sys_lsetxattr(fname, name, ptr, len)  0) {
@@ -831,7 +870,7 @@
 
if (sys_lsetxattr(fname, name, rxas[i].datum, 
rxas[i].datum_len)  0) {
rsyserr(FERROR_XFER, errno,
-   rsync_xal_set: lsetxattr(\%s\,\%s\) 
failed,
+   rsync_xal_set: sys_lsetxattr failed: 
%s%s,
fname, name);
ret = -1;
} else /* make sure caller sets mtime */
@@ -869,6 +908,9 @@
}
}
 
+   // Memory leak?
+   rsync_xal_free(xalp);
+
return ret;
 }
 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 pycairo-py.info, NONE, 1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv27790

Added Files:
pycairo-py.info 
Log Message:
to 10.7, RR OK

--- NEW FILE: pycairo-py.info ---
Info4: 
Package: pycairo-py%type_pkg[python]
Version: 1.8.10
Revision: 1
Description: Python bindings for the cairo library
Type: python (2.6 2.7)
License: LGPL
Maintainer: Benjamin Reed pycairo...@fink.racoonfink.com

Depends: 
cairo-shlibs (= 1.8.10-3),
python%type_pkg[python]

BuildDepends: 
cairo (= 1.8.10-3),
fontconfig2-dev (= 2.8.0-4),
freetype219 (= 2.3.12-1),
fink-package-precedence,
glitz (= 0.5.6-1),
pkgconfig (= 0.23-1),
pixman (= 0.16.0-1),
x11-dev


Source: http://cairographics.org/releases/py2cairo-%v.tar.gz
Source-MD5: 87421a6a70304120555ba7ba238f3dc3
SourceDirectory: pycairo-%v
PatchScript: 
perl -pi -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' test/*.py 
examples/*.py examples/gtk/*.py
perl -pi -e s|'python |'%p/bin/python%type_raw[python] | 
test/test.test


UseMaxBuildJobs: true
ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig
CompileScript: 
PYTHON=%p/bin/python%type_raw[python] ./configure %c
make
fink-package-precedence --prohibit-bdep %n-dev .


InstallScript: make -j1 install DESTDIR=%d
DocFiles: AUTHORS COPYING* NEWS README
SplitOff: 
Package: %N-dev
Description: Tools for compiling against pycairo
Depends: %N (= %v-%r)
Conflicts: 
pycairo-py23-dev,
pycairo-py24-dev,
pycairo-py25-dev,
pycairo-py26-dev,
pycairo-py27-dev

Replaces: 
pycairo-py23-dev,
pycairo-py24-dev,
pycairo-py25-dev,
pycairo-py26-dev,
pycairo-py27-dev

BuildDependsOnly: true
DocFiles: AUTHORS COPYING* NEWS README
Files: include lib/pkgconfig


Homepage: http://cairographics.org/pycairo
DescDetail: Pycairo is set of Python bindings for the cairo graphics library.
DescPackaging: 
WARNING: ABI break 1.8.2-1.8.4!
See: https://bugs.freedesktop.org/show_bug.cgi?id=18947





--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 libmhash2.info,NONE,1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5967

Added Files:
libmhash2.info 
Log Message:
to 10.7 with dmacks ok
trimmed out not-on-10.7 python variants

--- NEW FILE: libmhash2.info ---
Package: libmhash2

Version: 0.9.9.9
Revision: 1

Source: mirror:sourceforge:mhash/mhash-%v.tar.gz
Source-MD5: ee66b7d5947deb760aeff3f028e27d25
Depends: %N-shlibs (= %v-%r)
Conflicts: libmhash-dev ( 0.8.18-2), libmhash
Replaces: libmhash-dev ( 0.8.18-2), libmhash
BuildDepends: fink (= 0.9.9)
BuildDependsOnly: True
ConfigureParams: --mandir=%p/share/man --libdir=%p/lib/%n 
--disable-dependency-tracking --disable-static
InstallScript: 
make install DESTDIR=%d
ln -s %n/libmhash.{dylib,la} %i/lib

InfoTest: TestScript: make check || exit 2
DocFiles: COPYING README NEWS 
SplitOff: 
Package: %N-shlibs
Files: 
lib/%N/libmhash.2.0.1.dylib lib/%N/libmhash.2.dylib

DocFiles: COPYING README NEWS 
Shlibs: %p/lib/%N/libmhash.2.dylib 3.0.0 %n (= 0.9.9-1)

Description: Hash Algorithms Library
DescDetail: 
Libmhash is a library that provides a uniform interface to several hash
algorithms. It supports the basics for message authentication by
following rfc2104 (HMAC). It also includes some key generation
algorithms which are based on hash algorithms.

Mhash is a free (under GNU Lesser GPL) library which provides a uniform
interface to a large number of hash algorithms. These algorithms can be
used to compute checksums, message digests, and other signatures. The
HMAC support implements the basics for message authentication, following
RFC 2104. In the later versions some key generation algorithms, which
use hash algorithms, have been added. The manpage for mhash is
mhash.3.html. At the time of writing this, the library supports the
algorithms: SHA1, SHA160, SHA192, SHA224, SHA384, SHA512, HAVAL128,
HAVAL160, HAVAL192, HAVAL224, HAVAL256, RIPEMD128, RIPEMD256,
RIPEMD320, MD4, MD5, TIGER, TIGER128, TIGER160, ALDER32, CRC32,
CRC32b, WHIRLPOOL, GOST, SNEFRU128, SNEFRU256

DescPackaging: 
Seems to be silent API/ABI break between 0.8.x and 0.9.x, so
push 0.9.x lib into subdir to create different install_name

License: LGPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://mhash.sourceforge.net/


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/pythonmods python-mhash-py.info, NONE, 1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5967/pythonmods

Added Files:
python-mhash-py.info 
Log Message:
to 10.7 with dmacks ok
trimmed out not-on-10.7 python variants

--- NEW FILE: python-mhash-py.info ---
Info2: 
Package: python-mhash-py%type_pkg[python]
Version: 1.4
Revision: 1
Type: python (2.6 2.7)
Maintainer: Daniel Macks dma...@netspace.org
BuildDepends: libmhash2 (= 0.9.9-1)
Depends: libmhash2-shlibs (= 0.9.9-1), python%type_pkg[python]
Source: http://labix.org/download/python-mhash/python-mhash-%v.tar.gz
Source-MD5: b3536ef3474a6459b5f03dee69ab97b6
CompileScript: python%type_raw[python] setup.py build   
InstallScript: python%type_raw[python] setup.py install --root=%d
DocFiles: AUTHORS LICENSE NEWS README
License:  LGPL
Description: Unified interface to hashing algorithms
DescDetail: 
python-mhash is a comprehensive Python interface to the mhash library,
which provides a uniform interface to access several hashing
algorithms such as MD4, MD5, SHA1, SHA160, and many others.

Homepage: http://labix.org/python-mhash



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/net rsync.info, 1.19, 1.20 rsync.patch, 1.3, 1.4

2011-07-29 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7920

Modified Files:
rsync.info rsync.patch 
Log Message:
New upstream version. Take HFS compression fixes from official patch.

Index: rsync.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rsync.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- rsync.info  9 Nov 2010 10:06:25 -   1.19
+++ rsync.info  29 Jul 2011 14:18:06 -  1.20
@@ -1,20 +1,22 @@
 Package: rsync
-Version: 3.0.7
-Revision: 4
+Version: 3.0.8
+Revision: 1
 Maintainer: Remi Mommsen remigius.momm...@cern.ch
 CustomMirror: 
 A: http://samba.org/ftp/rsync/
 B: http://samba.org/ftp/rsync/old-versions/
 
 Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: b53525900817cf1ba7ad3a516ab5bfe9
+Source-MD5: 0ee8346ce16bdfe4c88a236e94c752b4
 Source2: mirror:custom:%n-patches-%v.tar.gz
-Source2-MD5: 48222e00a9a75873aee3bfceb2b2aa41
+Source2-MD5: 6e5e87d27a2bb2ce7872ca77ff68d7ec
 PatchFile: %n.patch
-PatchFile-MD5: f20d4ffc8846eb834cb39d6842b50dde
+PatchFile-MD5: 893ae99695b62ac9ce381f9840f487f3
 PatchScript: 
  patch -p1  patches/fileflags.diff
  patch -p1  patches/crtimes.diff
+ patch -p1  patches/hfs-compression.diff
+ patch -p1  patches/ignore-case.diff
  patch -p1  %{PatchFile}
  ./prepare-source
 
@@ -41,9 +43,6 @@
 
 Workaround for ACL bug (https://bugzilla.samba.org/show_bug.cgi?id=7382)
 by John Lillibridge and Remko Scharroo.
-
-Patches for preserving Mac OS X metadata are taken from
-http://www.bombich.com/rsync.html. Thanks to Andrew Davis for the pointer.
 
 Homepage: http://rsync.samba.org/
 License: GPL

Index: rsync.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rsync.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rsync.patch 9 Nov 2010 10:06:25 -   1.3
+++ rsync.patch 29 Jul 2011 14:18:06 -  1.4
@@ -1,6 +1,7 @@
 old/acls.c 2009-04-10 19:09:39.0 -0400
-+++ new/acls.c 2010-09-01 12:34:33.0 -0400
-@@ -270,7 +270,7 @@
+diff -Naur rsync-3.0.8/acls.c rsync-3.0.8.new/acls.c
+--- rsync-3.0.8/acls.c 2011-03-18 22:42:28.0 +0100
 rsync-3.0.8.new/acls.c 2011-07-29 15:11:20.0 +0200
+@@ -278,7 +278,7 @@
id_access *ida;
if ((rc = sys_acl_get_info(entry, tag_type, access, g_u_id)) 
!= 0) {
errfun = sys_acl_get_info;
@@ -9,22 +10,24 @@
[...1809 lines suppressed...]
-   else if (sys_lsetxattr(fname, name, ptr, len)  0) {
-@@ -831,7 +870,7 @@
- 
-   if (sys_lsetxattr(fname, name, rxas[i].datum, 
rxas[i].datum_len)  0) {
-   rsyserr(FERROR_XFER, errno,
--  rsync_xal_set: lsetxattr(\%s\,\%s\) 
failed,
-+  rsync_xal_set: sys_lsetxattr failed: 
%s%s,
-   fname, name);
-   ret = -1;
-   } else /* make sure caller sets mtime */
-@@ -869,6 +908,9 @@
-   }
-   }
- 
-+  // Memory leak?
-+  rsync_xal_free(xalp);
-+
-   return ret;
- }
- 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/database pysqlite2-py.info, NONE, 1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv12238/database

Added Files:
pysqlite2-py.info 
Log Message:
move to 10.7 with OK
removed not-on-10.7 python variants

--- NEW FILE: pysqlite2-py.info ---
Info2: 
Package: pysqlite2-py%type_pkg[python]
Version: 2.6.3
Revision: 1
Type: python(2.6 2.7)
Maintainer: Kurt Schwehr goat...@users.sourceforge.net

Recommends: sqlite3 (= 3.6.9)

Depends: 
sqlite3-shlibs (= 3.6.9),
python%type_pkg[python]-shlibs

BuildDepends: 
sqlite3-dev (= 3.6.9),
python%type_pkg[python]

#Source: 
http://oss.itsystementwicklung.de/download/pysqlite/2.5/%v/pysqlite-%v.tar.gz
Source: http://pysqlite.googlecode.com/files/pysqlite-%v.tar.gz
Source-MD5: 711afa1062a1d2c4a67acdf02a33d86e
PatchScript: 
  perl -pi -e 's,%% LOCALBASE,%% %p,' setup.py
  perl -pi -e 's,#define HAVE_LOAD_EXTENSION,#undef HAVE_LOAD_EXTENSION,' 
src/connection.c

CompileScript:  
  %p/bin/python%type_raw[python] setup.py build

InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
  mkdir -p %i/share/doc
  mv %i/pysqlite2-doc %i/share/doc/%n
  rm -rf %i/lib/python2.?/site-packages/pysqlite-%v-py2.?.egg-info


# Does not yet work and is testing the installed package.
#InfoTest: 
#  TestScript: 
#  PYTHONPATH=%p/lib/python%type_raw[python]/site-packages 
%p/bin/python%type_raw[python] -c 'import pysqlite2.test; 
pysqlite2.test.test()' || exit 2
#  
#

DocFiles: LICENSE PKG-INFO
Description: Extension module for the SQLite database
DescDetail: 
pysqlite is a DB-API 2.0-compliant database interface for SQLite.

SQLite is a relational database management system contained in a
relatively small C library. It is a public domain project created by
D. Richard Hipp. Unlike the usual client-server paradigm, the SQLite
engine is not a standalone process with which the program
communicates, but is linked in and thus becomes an integral part of
the program. The library implements most of SQL-92 standard, including
transactions, triggers and most of complex queries.

pysqlite makes this powerful embedded SQL engine available to Python
programmers. It stays compatible with the Python database API
specification 2.0 as much as possible, but also exposes most of
SQLite's native API, so that it is for example possible to create
user-defined SQL functions and aggregates in Python.

If you need a relational database for your applications, or even small
tools or helper scripts, pysqlite is often a good fit. It's easy to
use, easy to deploy, and does not depend on any other Python libraries
or platform libraries, except SQLite. SQLite itself is ported to most
platforms you'd ever care about.


DescUsage: 
Trac will use pysqlite2 in preference to pysqlite.  If you install 
pysqlite2 after creating a pysqlite trac database, you will need to
update your trac database:

  $ mv trac.db trac2.db
  $ sqlite trac2.db .dump | sqlite3 trac.db

http://projects.edgewall.com/trac/wiki/PySqlite

Consider using sqlite3 from the main python25 package over pysqlite2
or use this just as a fallback:

try:
import sqlite3
except:
from pysqlite2 import dbapi2 as sqlite3


DescPort: 
Until the sqlite3 build can handle the extensions, we must turn off
the HAVE_LOAD_EXTENSIONS.  This might come from disabling tcl.


License: OSI-Approved
#Homepage: http://pysqlite.sourceforge.net/
Homepage: http://pypi.python.org/pypi/pysqlite/



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 gperiodic.info, NONE, 1.1 gperiodic.patch, NONE, 1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15535/sci

Added Files:
gperiodic.info gperiodic.patch 
Log Message:
to 10.7

--- NEW FILE: gperiodic.patch ---
diff -Nurd -x'*~' gperiodic-2.0.10.orig/Makefile gperiodic-2.0.10/Makefile
--- gperiodic-2.0.10.orig/Makefile  2007-07-11 08:58:05.0 -0400
+++ gperiodic-2.0.10/Makefile   2010-05-04 00:26:50.0 -0400
@@ -1,6 +1,6 @@
 CC := gcc
-CFLAGS := `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED
-LIBS :=`pkg-config --libs gtk+-2.0`
+CFLAGS := -I. `pkg-config --cflags gtk+-2.0`
+LIBS :=`pkg-config --libs gtk+-2.0` -lintl
 bindir ?= /usr/bin
 datadir ?= /usr/share
 enable_nls ?= 1

--- NEW FILE: gperiodic.info ---
Package: gperiodic
Version: 2.0.10
Revision: 3
Maintainer: The Gnome Core Team fink-gnome-c...@lists.sourceforge.net
Source: http://www.frantz.fi/software/%n-%v.tar.gz
Source-MD5: 9680f8a4850bdafad113fd4af7c57e45
Depends: 
atk1-shlibs (= 1.28.0-1),
cairo-shlibs (= 1.8.8-3),
fontconfig2-shlibs (= 2.8.0-4),
freetype219-shlibs (= 2.3.12-1),
glib2-shlibs (= 2.22.0-1),
gtk+2-shlibs (= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (= 1.24.5-4)

BuildDepends: 
atk1 (= 1.28.0-1),
cairo (= 1.8.8-3),
fink (= 0.24.12-1),
fink-package-precedence,
fontconfig2-dev (= 2.4.1-1),
freetype219 (= 2.3.5-1),
gettext-tools,
glib2-dev (= 2.22.0-1),
glitz,
gtk+2-dev (= 2.18.0-1),
libgettext8-dev,
pango1-xft2-ft219-dev (= 1.24.5-4),
pixman (= 0.16.0-1),
pkgconfig (= 0.23),
x11-dev

PatchFile: %n.patch
PatchFile-MD5: 7fade9c06cd77819e59fecfb574884b8
PatchScript: 
%{default_script}
rm INSTALL
perl -pi -e 's,/usr,%p,' gperiodic.c

NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
SetCPPFLAGS: -MD
CompileScript: 
#!/bin/sh -ev

export 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
make bindir=%p/bin datadir=%p/share
fink-package-precedence --depfile-ext='\.d' .

InstallScript: 
#!/bin/sh -ev

export 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
make bindir=%i/bin datadir=%i/share install

DocFiles: AUTHORS ChangeLog NEWS README gpl.txt
Description: Displays a periodic table of the elements
DescDetail: 
Gperiodic displays a periodic table of the elements, allowing you to
browse through the elements, and view detailed information about each
element.

DescPort: 
  Have to remove INSTALL in order to have 'make install' work on
  case-insensitive filesystem.

Recent glib doesn't publish -lintl, so pass it directly.

DescPackaging: 
 Originally packaged by Matt Stephenson.

 Create directories before installing files into them.

Enable dependency tracking so can check for coherent fink deps

License: GPL
Homepage: http://www.frantz.fi/software/gperiodic.php


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 bkchem.info,NONE,1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15733/sci

Added Files:
bkchem.info 
Log Message:
to 10.7

--- NEW FILE: bkchem.info ---
Package: bkchem
Version: 0.13.0
Revision: 3

Source: http://bkchem.zirael.org/download/%n-%v.tar.gz
Source-MD5: 41c55059794399526f4f6fc74af556bb

Depends: 
python26,
pycairo-py26 (= 1.8.4-1),
python-mhash-py26,
pysqlite2-py26 (= 2.5.5-2)


CompileScript: %p/bin/python2.6 setup.py build

InstallScript: 
  #!/bin/sh -ev

  %p/bin/python2.6 setup.py install --root=%d

  libdir=%p/lib/python2.6/site-packages/%n
  perl -pi -e 's|%d||' %i/bin/bkchem %d${libdir}/site_config.py
  perl -pi -e 's|^python|%p/bin/python2.6|' %i/bin/bkchem
  %p/bin/python2.6 -c 'import py_compile; import sys; src=sys.argv[1]; 
py_compile.compile(%d+src, %d+src+c, src)' ${libdir}/site_config.py

DocFiles: README gpl.txt

DescPackaging: 
  setup.py treats --root as --prefix when writing wrappers.
  See: https://savannah.nongnu.org/bugs/index.php?19925

pybel_bridge/oasa-pybel requires pybel, which does not appear
to be in fink

Description: 2D molecular drawing program
License: GPL
Homepage: http://bkchem.zirael.org
Maintainer: Daniel Macks dma...@netspace.org


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/sound easytag.info,NONE,1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv15950/sound

Added Files:
easytag.info 
Log Message:
to 10.7

--- NEW FILE: easytag.info ---
Package: easytag
Version: 2.1.6
Revision: 1
Description: Viewing, editing and writing ID3 tags
License: GPL
Maintainer: Hanspeter Niederstrasser nie...@users.sourceforge.net
BuildDepends: 
atk1 (= 1.28.0-2),
cairo (= 1.8.10-35),
expat1,
fontconfig2-dev (= 2.8.0-7),
freetype219 (= 2.4.4-2),
gettext-bin,
gettext-tools,
glib2-dev (= 2.22.4-5),
glitz,
gtk+2-dev (= 2.18.9-7),
id3lib4-dev (= 3.8.3-1),
libflac8-dev,
libgettext8-dev,
libiconv-dev,
libid3tag,
libogg,
libpng15,
libvorbis0,
pango1-xft2-ft219-dev (= 1.24.5-7),
pixman (= 0.22.2-1),
pkgconfig (= 0.23-1),
libspeex1,
wavpack1-dev (= 4.41.0-1),
x11-dev,
xft2-dev

Depends: 
atk1-shlibs (= 1.28.0-2),
cairo-shlibs (= 1.8.10-35),
expat1-shlibs,
fontconfig2-shlibs (= 2.8.0-7),
freetype219-shlibs (= 2.4.4-2),
glib2-shlibs (= 2.22.4-5),
glitz-shlibs,
gtk+2-shlibs (= 2.18.9-7),
id3lib4-shlibs (= 3.8.3-1),
libflac8,
libgettext8-shlibs,
libiconv,
libid3tag-shlibs,
libogg-shlibs,
libpng15-shlibs,
libvorbis0-shlibs,
pango1-xft2-ft219-shlibs (= 1.24.5-7),
pixman-shlibs (= 0.22.2-1),
libspeex1-shlibs,
wavpack1-shlibs (= 4.41.0-1),
x11

Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 6c5b9dc2bf1f3b0a11bd4efc81aaa9ee
SetCPPFLAGS: -I%p/lib/libspeex1/include
SetLIBS: -L%p/lib/libspeex1/lib
#SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 
-I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
#NoSetLDFLAGS: true
#SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
#SetLIBS: -L%p/lib
#SetCFLAGS: -Os -pipe
ConfigureParams: 
--disable-mp4 \
--mandir=%p/share/man \
--datadir=%p/share/doc/%n \
--disable-dependency-tracking \
#   
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config

InstallScript: /usr/bin/make -w -j1 install DESTDIR=%d
DocFiles: ABOUT-NLS COPYING ChangeLog INSTALL README THANKS TODO USERS-GUIDE
Homepage: http://easytag.sourceforge.net/
DescDetail: 
EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its simple and
nice GTK+ interface makes tagging easier under GNU/Linux, OS X or Windows.



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 libofx4.info,NONE,1.1

2011-07-29 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5337

Added Files:
libofx4.info 
Log Message:
move to 10.7

--- NEW FILE: libofx4.info ---
Package: libofx4
Version: 0.9.4
Revision: 1
Description: OFX Library
License: GPL
Maintainer: Dave Reiser dbrei...@users.sourceforge.net
Source: mirror:sourceforge:libofx/libofx-%v.tar.gz
Source-MD5: f2419bf8d01c0cff74efe7084e0a26c5
GCC: 4.0
Depends: 
  %N-shlibs (= %v-%r),
  glib2-shlibs,
  glibmm2.4-shlibs,
  libcurl4-shlibs, 
  libiconv,
  libsigc++2-shlibs,
  libxml++2-shlibs,
  opensp5-shlibs 

BuildDepends: 
  fink (= 0.28-1),
  fink-package-precedence,
  gettext-bin, 
  gettext-tools, 
  glib2-dev,
  glibmm2.4-dev,
  libcurl4, 
  libgettext8-dev,  
  libiconv-dev, 
  libsigc++2,
  libtool2,
  libxml++2, 
  opensp5-dev,
  pkgconfig,
  system-openssl-dev

BuildDependsOnly: True  
Conflicts: libofx, libofx1, libofx3
Replaces: libofx, libofx1, libofx3
ConfigureParams: --with-opensp-includes=%p/include/OpenSP 
--with-opensp-libs=%p/lib --disable-doxygen --enable-html-docs 
--enable-dependency-tracking
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
CompileScript: 
 ./configure %c
 make LIBOFX_DTD_DIR=%p/share/%n-%v/dtd
 fink-package-precedence --prohibit-bdep %n-dev .

InstallScript: 
 make install DESTDIR=%d LIBOFX_DTD_DIR=%p/share/%n-%v/dtd

DocFiles: README COPYING
Splitoff: 
  Package: %N-shlibs
  Depends: libgettext8-shlibs, libiconv, opensp5-shlibs
  Files: 
lib/libofx.4.dylib
share/%N-%v
  
  DocFiles: COPYING
  Shlibs: 
%p/lib/libofx.4.dylib 5.0.0 %n (= 0.9.0-1)
  

DescDetail: 
LibOFX library is an API designed to allow applications to 
very easily support OFX command responses, usually provided by financial
institutions. It adds OFX support to GnuCash and AqBanking.

HomePage: http://libofx.sourceforge.net/

 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel openmpi.info,1.27,1.28

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv29785/devel

Modified Files:
openmpi.info 
Log Message:
set FC and F77 for configure (jwhowarth)


Index: openmpi.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/openmpi.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- openmpi.info29 Jul 2011 01:47:08 -  1.27
+++ openmpi.info29 Jul 2011 17:57:57 -  1.28
@@ -1,6 +1,6 @@
 Package: openmpi
 Version: 1.4.3
-Revision: 1000
+Revision: 1001
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
@@ -12,18 +12,13 @@
 Conflicts: lammpi ( 7.1.2-1000), lammpi-shlibs ( 7.1.2-1000), lammpi-dev  
( 7.1.2-1000)
 Source: http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-%v.tar.bz2
 Source-MD5: d2ead141c43b915343f5c5a18f3b5016
-ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--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/%n --enable-shared 
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.`
+ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--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/%n --enable-shared 
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.` F77=gfortran-fsf-4.6 FC=gfortran-fsf-4.6
 SetCC: gcc-fsf-4.6
 SetCXX: g++-fsf-4.6
 NoSetLDFLAGS: true
 SetLDFLAGS: -Wl,-search_paths_first
 SetLIBRARY_PATH: %p/lib
 UseMaxBuildJobs: True
-CompileScript: 
-#!/bin/bash -ev
-FC=gfortran-fsf-4.6 ./configure %c
-make
-
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/devel openmpi.info, 1.1, 1.2

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv29785/10.4-EOL/devel

Modified Files:
openmpi.info 
Log Message:
set FC and F77 for configure (jwhowarth)


Index: openmpi.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/openmpi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi.info11 Jul 2011 04:05:40 -  1.1
+++ openmpi.info29 Jul 2011 17:57:57 -  1.2
@@ -1,26 +1,24 @@
 Package: openmpi
-Version: 1.3.3
-Revision: 1004
+Version: 1.4.3
+Revision: 1001
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
-Maintainer: None fink-de...@lists.sourceforge.net
-Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc44
+Maintainer: Jack Howarth howa...@bromo.med.uc.edu
+Distribution: 10.4, 10.5, 10.6
+Depends: %N-shlibs (= %v-%r), gcc46-compiler
+BuildDepends: gcc46-compiler
 BuildConflicts: lammpi ( 7.1.2-1000), lammpi-shlibs ( 7.1.2-1000), 
lammpi-dev
 Conflicts: lammpi ( 7.1.2-1000), lammpi-shlibs ( 7.1.2-1000), lammpi-dev  
( 7.1.2-1000)
-Source: http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-%v.tar.bz2
-Source-MD5: f6cdc9c195daa8571b2e509e952d6755
-ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--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/%n --enable-shared 
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.`
+Source: http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-%v.tar.bz2
+Source-MD5: d2ead141c43b915343f5c5a18f3b5016
+ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--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/%n --enable-shared 
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.` F77=gfortran-fsf-4.6 FC=gfortran-fsf-4.6
+SetCC: gcc-fsf-4.6
+SetCXX: g++-fsf-4.6
 NoSetLDFLAGS: true
 SetLDFLAGS: -Wl,-search_paths_first
 SetLIBRARY_PATH: %p/lib
-CompileScript: 
-#!/bin/bash -ev
-./configure %c
-num_cpu=$(echo `sysctl -n hw.ncpu`)
-make -j $num_cpu
-
+UseMaxBuildJobs: True
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d
@@ -67,15 +65,15 @@
 
 PreRmScript: 
 if [ -h %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt ]; then
-   rm %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt
-   rm %p/share/doc/openmpi/openmpi/mpiCC-wrapper-data.txt
-   rm %p/share/man/openmpi/man1/mpiCC.1
+   rm -f %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt
+   rm -f %p/share/doc/openmpi/openmpi/mpiCC-wrapper-data.txt
+   rm -f %p/share/man/openmpi/man1/mpiCC.1
 fi
 
 DocFiles: AUTHORS INSTALL LICENSE README VERSION
 SplitOff: 
  Package: %N-shlibs
- Depends: gcc44-shlibs
+ Depends: gcc46-shlibs
  Files: 
lib/%N/lib*.0.dylib
  
@@ -122,8 +120,8 @@
  
  PreRmScript: 
  if [ -h %p/bin/mpiCC ]; then
-rm %p/bin/mpiCC
-rm %p/bin/mpiCC-vt
+rm -f %p/bin/mpiCC
+rm -f %p/bin/mpiCC-vt
  fi
  
  DocFiles: AUTHORS INSTALL LICENSE README VERSION
@@ -146,5 +144,3 @@
 orted --seed --persistent --scope public
 
 Homepage: http://www.open-mpi.org
-
-


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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.7.info, 1.1, 1.2

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv30060

Modified Files:
openmpi-10.7.info 
Log Message:
set FC and F77 for configure (jwhowarth)


Index: openmpi-10.7.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/openmpi-10.7.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi-10.7.info   29 Jul 2011 01:56:07 -  1.1
+++ openmpi-10.7.info   29 Jul 2011 17:59:00 -  1.2
@@ -1,6 +1,6 @@
 Package: openmpi
 Version: 1.5.3
-Revision: 1
+Revision: 2
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
@@ -11,7 +11,7 @@
 Conflicts: libotf
 Source: http://www.open-mpi.org/software/ompi/v1.5/downloads/openmpi-%v.tar.bz2
 Source-MD5: 0eb8ec2aa05c74a4bc7602b01847131e
-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 
--disable-dependency-tracking FFLAGS=-O3 --with-devel-headers
+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 
--disable-dependency-tracking FFLAGS=-O3 --with-devel-headers 
F77=gfortran-fsf-4.6 FC=gfortran-fsf-4.6
 SetCC: gcc-fsf-4.6
 SetCXX: g++-fsf-4.6
 NoSetLDFLAGS: true
@@ -19,11 +19,6 @@
 SetLIBRARY_PATH: %p/lib
 UseMaxBuildJobs: true
 BuildDependsOnly: false
-CompileScript: 
-#!/bin/bash -ev
-FC=gfortran-fsf-4.6 ./configure %c
-make
-
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 delta.info,NONE,1.1

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv32620

Added Files:
delta.info 
Log Message:
automatic test case reduction


--- NEW FILE: delta.info ---
Package: delta
Version: 2006.08.03
Revision: 1
Description: Heuristic test-case minimization for debug
BuildDependsOnly: false
Depends: system-perl
Maintainer: David Fang fang...@users.sourceforge.net
Source: http://delta.tigris.org/files/documents/3103/33566/%n-%v.tar.gz
Source-MD5: 7be4ac4ae9c1eb01ccf29d413d4cc64a
CompileScript: 
  #!/bin/sh -ev
  make

InfoTest: 
  TestScript: 
#!/bin/sh -ev
make -k check || exit 2
  

InstallScript: 
  #!/bin/sh -ev
  mkdir -p %i/bin
  cp delta %i/bin
  cp multidelta %i/bin
  cp topformflat %i/bin

DocFiles: License.txt Readme www/index.html www/using_delta.html
DescDetail: 
Delta assists you in minimizing interesting files subject to a test of 
their interestingness. A common such situation is when attempting to isolate 
a small failure-inducing substring of a large input that causes your program 
to exhibit a bug.

DescPackaging: 
In addition to the main program, delta, also installed helper programs
multidelta and topformflat.
Should be able to depend on any 5.8.x version of perl.  
Documentation is in %p/share/doc/delta/index.html

Homepage: http://delta.tigris.org/
License: BSD


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 liboggz2.info,NONE,1.1

2011-07-29 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv19827/libs

Added Files:
liboggz2.info 
Log Message:
to 10.7

--- NEW FILE: liboggz2.info ---
Package: liboggz2
Version: 1.1.1
Revision: 1
Description: API for reading/writing Ogg files  streams
License: BSD
Maintainer: Hanspeter Niederstrasser nie...@users.sourceforge.net
Depends: 
%N-shlibs (= %v-%r),
libogg-shlibs

BuildDepends: 
doxygen,
libogg

BuildDependsOnly: true
Conflicts: liboggz
Replaces: liboggz
Source: http://downloads.xiph.org/releases/liboggz/liboggz-%v.tar.gz
Source-MD5: 3649a657f8e368b881ba8b1b57381ff7
PatchScript: 
#!/bin/sh -ev
### version 0.9.9+ checks for older installed deprecated names of the 
tools.
### Plus it tries to remove stuff in %p rather than %i.  silly silly 
silly
### Remove Makefile bits so all people have the same .deb
/usr/bin/perl -pi -e 's,\$\(RM\) 
\$\(exec_prefix\)/bin/oggz\$\$p,/usr/bin/true,g;' src/tools/Makefile.in
/usr/bin/perl -pi -e 's,\$\(LN_S\) \$\(exec_prefix\)/bin/oggz-\$\$p 
\$\(exec_prefix\)/bin/oggz\$\$p,/usr/bin/true,g;' src/tools/Makefile.in

ConfigureParams: 
--mandir=%p/share/man --disable-dependency-tracking

InfoTest: 
  TestScript: /usr/bin/make -w check || exit 2
  TestDepends: docbook-utils

InstallScript: 
 #!/bin/sh -ev
 /usr/bin/make -w install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
SplitOff: 
  Package: %N-shlibs
  Depends: 
libogg-shlibs
  
  Files: lib/liboggz.2.dylib
  Shlibs: 
%p/lib/liboggz.2.dylib 9.0.0 %n (= 1.1.0-1)
  
  Description: Liboggz shared libraries
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README

SplitOff2: 
  Package: liboggz-bin
  Depends: 
%N-shlibs (= %v-%r),
libogg-shlibs
  
  Files: bin share/man
  Description: Liboggz user utilities/programs
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README

Homepage: http://www.xiph.org/oggz/
DescDetail: 
Oggz provides a simple programming interface for reading and writing Ogg 
files and streams. Ogg is an interleaving data container developed by Monty
at Xiph.Org, originally to support the Ogg Vorbis audio format.

liboggz supports the flexibility afforded by the Ogg file format while 
presenting the following API niceties:

* Strict adherence to the formatting requirements of Ogg bitstreams, to 
  ensure that only valid bitstreams are generated
* A simple, callback based open/read/close or open/write/close interface 
  to raw Ogg files
* A customisable seeking abstraction for seeking on multitrack Ogg data
* A packet queue for feeding incoming packets for writing, with callback 
  based notification when this queue is empty
* A means of overriding the IO functions used by Oggz, for easier
  integration with media frameworks and similar systems.
* A handy table structure for storing information on each logical
  bitstream



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo pidgin.info,1.17,1.18

2011-07-29 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv23987

Modified Files:
pidgin.info 
Log Message:
much trimmed dependency set after re-examining f-p-p results


Index: pidgin.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/pidgin.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pidgin.info 21 Jul 2011 19:44:54 -  1.17
+++ pidgin.info 29 Jul 2011 21:01:57 -  1.18
@@ -2,7 +2,7 @@
 # Info3 packaging is temporary, just to support comments in depends fields
 Package: pidgin
 Version: 2.9.0
-Revision: 2
+Revision: 3
 # Architecture: powerpc, i386
 Maintainer: David Fang fang...@users.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
@@ -11,15 +11,16 @@
 Homepage: http://www.pidgin.im/
 Description: Multi-protocol instant messenger client
 BuildDepends: 
-   aspell-dev (= 0.60.4-1001),
+#  aspell-dev (= 0.60.4-1001),
atk1 (= 1.20.0-1),
-   avahi-dev,
+#  avahi-dev,
cairo (= 1.6-1),
cyrus-sasl2-dev,
db51-aes | db51,
-   dbus-dev,
-   enchant1-dev,
-   expat1,
+   dbus-glib1.2-dev,
+   dbus1.3-dev,
+#  enchant1-dev,
+#  expat1,
farsight2 (= 0.0.9), 
fink (= 0.24.12-1),
fontconfig2-dev (= 2.4.1-1),
@@ -28,7 +29,7 @@
gettext-bin,
gettext-tools,
glib2-dev (= 2.14.0-1),
-   glitz,
+#  glitz,
gnutls26 (= 2.2.2-3),
gstreamer-0.10-dev (= 0.10.17-1),
gst-plugins-base-0.10-dev, 
@@ -36,19 +37,23 @@
gtkspell2-dev (= 2.0.11-1004),
intltool40,
 #  libao2,
+   libavahi-client3-dev,
+   libavahi-common3-dev,
libavahi-glib1-dev,
+#  libavahi-core7-dev,
libgettext8-dev,
-   libgpg-error, 
-   libgcrypt,
+#  libgpg-error, 
+#  libgcrypt,
libiconv-dev,
libidn,
-   libncursesw5,
-   libpng14,
-   libtasn1-3,
+   libncurses5,
+#  libpng14,
+   libproxy1,
+#  libtasn1-3,
libxml2 (= 2.6.30-1),
nspr.0d,
pango1-xft2-ft219-dev (= 1.18.4-4),
-   pixman (= 0.11.0-1),
+#  pixman (= 0.11.0-1),
pkgconfig (= 0.21-1),
python26,
silc-toolkit,
@@ -60,7 +65,7 @@
 
 Depends: 
%N-shlibs (= %v-%r),
-   aspell-shlibs (= 0.60.4-1001),
+#  aspell-shlibs (= 0.60.4-1001),
gconf2,
gstreamer-0.10-shlibs (= 0.10.17-1),
gtkspell2-shlibs (= 2.0.11-1004)
@@ -127,8 +132,11 @@
#!/bin/sh -ev
cd build
make -k check || exit 2
+   fink-package-precedence --headers .
+   fink-package-precedence --libs .

-   TestDepends: check
+   TestDepends: check, fink-package-precedence
+   TestConfigureParams: --enable-dependency-tracking
TestSuiteSize: small
 
 InstallScript: 
@@ -205,7 +213,7 @@
   Depends: 
libpurple-shlibs (= %v-%r),
finch-shlibs (= %v-%r),
-   libncursesw5-shlibs,
+   libncurses5-shlibs,
python26-shlibs
   
   Description: Shared libraries for finch, text-only instant messenger.
@@ -240,7 +248,8 @@
   Depends: 
cyrus-sasl2-shlibs,
db51-aes-shlibs | db51-shlibs,
-   dbus-shlibs,
+   dbus-glib1.2-shlibs,
+   dbus1.3-shlibs,
farsight2-shlibs (= 0.0.9), 
glib2-shlibs (= 2.14.0-1),
gnutls26-shlibs (= 2.2.2-3),
@@ -249,11 +258,13 @@
libavahi-client3-shlibs,
libavahi-common3-shlibs,
libavahi-glib1-shlibs,
+#  libavahi-core7-shlibs,
libgettext8-shlibs,
-   libgpg-error-shlibs,
+#  libgpg-error-shlibs,
libiconv,
libidn-shlibs,
-   libtasn1-3-shlibs,
+   libproxy1-shlibs,
+#  libtasn1-3-shlibs,
libxml2-shlibs (= 2.6.30-1),
nspr.0d-shlibs,
silc-toolkit-shlibs
@@ -305,14 +316,14 @@
pidgin-shlibs (= %v-%r),
atk1-shlibs (= 1.20.0-1),
cairo-shlibs (= 1.6-1),
-   expat1-shlibs,
+#  expat1-shlibs,
fontconfig2-shlibs (= 2.4.1-1),
freetype219-shlibs (= 2.3.5-1),
-   glitz-shlibs,
+#  glitz-shlibs,
gtk+2-shlibs (= 2.12.0-1),
-   libpng14-shlibs,
+#  libpng14-shlibs,
pango1-xft2-ft219-shlibs (= 1.20.5-1),
-   pixman-shlibs (= 0.11.0-1),
+#  pixman-shlibs (= 0.11.0-1),
x11
   
   Files: 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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/net avahi-0.6.30.info, NONE, 1.1 avahi-0.6.25.info, 1.1, 1.2 avahi-sharp.info, 1.1, 1.2 avahi-ui.info, 1.4, 1.5 avahi-ui.patch, 1.1, 1.2

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv32165

Modified Files:
avahi-0.6.25.info avahi-sharp.info avahi-ui.info 
avahi-ui.patch 
Added Files:
avahi-0.6.30.info 
Log Message:
sync with 10.5/10.6, validated on powerpc-darwin8


Index: avahi-ui.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net/avahi-ui.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avahi-ui.patch  11 Jul 2011 04:05:47 -  1.1
+++ avahi-ui.patch  29 Jul 2011 21:23:18 -  1.2
@@ -1,34 +1,34 @@
-diff -Nurd avahi-0.6.25/avahi-discover-standalone/Makefile.in 
avahi-0.6.25-new/avahi-discover-standalone/Makefile.in
 avahi-0.6.25/avahi-discover-standalone/Makefile.in 2009-04-13 
21:57:14.0 -0400
-+++ avahi-0.6.25-new/avahi-discover-standalone/Makefile.in 2009-06-12 
11:06:48.0 -0400
-@@ -80,9 +80,7 @@
- avahi_discover_standalone_OBJECTS =  \
-   $(am_avahi_discover_standalone_OBJECTS)
- am__DEPENDENCIES_1 =
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-glib/libavahi-glib.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-core/libavahi-core.la \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_DEPENDENCIES = \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1) \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1) \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(am__DEPENDENCIES_1)
-@@ -360,9 +358,9 @@
- 
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@avahi_discover_standalone_LDADD = \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(AM_LDADD) \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-common/libavahi-common.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-glib/libavahi-glib.la \
--@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   ../avahi-core/libavahi-core.la  \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-common \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-glib \
-+@HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   -lavahi-core  \
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@   $(GLIB20_LIBS) $(GTK20_LIBS) 
$(GLADE20_LIBS)
- 
- @HAVE_GLIB_TRUE@@HAVE_GTK_TRUE@interfaces_DATA = $(interfaces)
-diff -Nurd avahi-0.6.25/avahi-glib/Makefile.in 
avahi-0.6.25-new/avahi-glib/Makefile.in
 avahi-0.6.25/avahi-glib/Makefile.in2009-04-13 21:57:14.0 
-0400
-+++ avahi-0.6.25-new/avahi-glib/Makefile.in2009-06-12 11:06:48.0 
-0400
-@@ -87,7 +87,7 @@
+diff -Nurd avahi-0.6.30/avahi-discover-standalone/Makefile.in 
avahi-0.6.30-new/avahi-discover-standalone/Makefile.in
+--- avahi-0.6.30/avahi-discover-standalone/Makefile.in 2011-04-03 
18:10:45.0 -0400
 avahi-0.6.30-new/avahi-discover-standalone/Makefile.in 2011-07-26 
19:58:21.0 -0400
+@@ -97,9 +97,7 @@
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_TRUE@am__DEPENDENCIES_2 = 
$(am__DEPENDENCIES_1)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@am__DEPENDENCIES_3 = 
$(am__DEPENDENCIES_1) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK3_FALSE@  $(am__DEPENDENCIES_1)
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = 
../avahi-common/libavahi-common.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-glib/libavahi-glib.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-core/libavahi-core.la \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_DEPENDENCIES = \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__DEPENDENCIES_2) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__DEPENDENCIES_3)
+ AM_V_lt = $(am__v_lt_$(V))
+@@ -422,9 +420,9 @@
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_3)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@avahi_discover_standalone_LDADD =  \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(AM_LDADD) \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-common/libavahi-common.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-glib/libavahi-glib.la \
+-@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   ../avahi-core/libavahi-core.la \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-common \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-glib \
++@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   -lavahi-core \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_2) \
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@   $(am__append_4)
+ @HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@interfaces_DATA = $(interfaces)
+diff -Nurd avahi-0.6.30/avahi-glib/Makefile.in 
avahi-0.6.30-new/avahi-glib/Makefile.in
+--- avahi-0.6.30/avahi-glib/Makefile.in2011-04-03 18:10:45.0 
-0400
 avahi-0.6.30-new/avahi-glib/Makefile.in2011-07-26 19:56:11.0 
-0400
+@@ -104,7 +104,7 @@
  LTLIBRARIES = $(lib_LTLIBRARIES)
  am__DEPENDENCIES_1 =
  @HAVE_GLIB_TRUE@libavahi_glib_la_DEPENDENCIES =  \
@@ -37,16 +37,16 @@
  @HAVE_GLIB_TRUE@  $(am__DEPENDENCIES_1)
  

[cvs] dists/10.4/unstable/main/finkinfo/crypto pidgin.info,1.17,1.18

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv9323/crypto

Modified Files:
pidgin.info 
Log Message:
sync with experimental, reduced/updated deps


Index: pidgin.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/pidgin.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pidgin.info 18 Jul 2011 15:34:05 -  1.17
+++ pidgin.info 29 Jul 2011 21:48:07 -  1.18
@@ -2,7 +2,7 @@
 # Info3 packaging is temporary, just to support comments in depends fields
 Package: pidgin
 Version: 2.9.0
-Revision: 1
+Revision: 3
 # Architecture: powerpc, i386
 Maintainer: David Fang fang...@users.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
@@ -11,14 +11,16 @@
 Homepage: http://www.pidgin.im/
 Description: Multi-protocol instant messenger client
 BuildDepends: 
-   aspell-dev (= 0.60.4-1001),
+#  aspell-dev (= 0.60.4-1001),
atk1 (= 1.20.0-1),
+#  avahi-dev,
cairo (= 1.6-1),
cyrus-sasl2-dev,
-   db48-aes | db48,
-   dbus-dev,
-   enchant1-dev,
-   expat1,
+   db51-aes | db51,
+   dbus-glib1.2-dev,
+   dbus1.3-dev,
+#  enchant1-dev,
+#  expat1,
farsight2 (= 0.0.9), 
fink (= 0.24.12-1),
fontconfig2-dev (= 2.4.1-1),
@@ -27,7 +29,7 @@
gettext-bin,
gettext-tools,
glib2-dev (= 2.14.0-1),
-   glitz,
+#  glitz,
gnutls26 (= 2.2.2-3),
gstreamer-0.10-dev (= 0.10.17-1),
gst-plugins-base-0.10-dev, 
@@ -38,18 +40,20 @@
libavahi-client3-dev,
libavahi-common3-dev,
libavahi-glib1-dev,
+#  libavahi-core7-dev,
libgettext8-dev,
-   libgpg-error, 
-   libgcrypt,
+#  libgpg-error, 
+#  libgcrypt,
libiconv-dev,
libidn,
-   libncursesw5,
-   libpng14,
-   libtasn1-3,
+   libncurses5,
+#  libpng14,
+   libproxy1,
+#  libtasn1-3,
libxml2 (= 2.6.30-1),
nspr.0d,
pango1-xft2-ft219-dev (= 1.18.4-4),
-   pixman (= 0.11.0-1),
+#  pixman (= 0.11.0-1),
pkgconfig (= 0.21-1),
python26,
silc-toolkit,
@@ -61,7 +65,7 @@
 
 Depends: 
%N-shlibs (= %v-%r),
-   aspell-shlibs (= 0.60.4-1001),
+#  aspell-shlibs (= 0.60.4-1001),
gconf2,
gstreamer-0.10-shlibs (= 0.10.17-1),
gtkspell2-shlibs (= 2.0.11-1004)
@@ -101,6 +105,7 @@

PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
   
 
 SetCFLAGS: -Os -g
+UseMaxBuildJobs: true
 CompileScript: 
 #!/bin/sh -ev
 # additional patching of configure: to fix validation-failure on .la files
@@ -127,8 +132,11 @@
#!/bin/sh -ev
cd build
make -k check || exit 2
+   fink-package-precedence --headers .
+   fink-package-precedence --libs .

-   TestDepends: check
+   TestDepends: check, fink-package-precedence
+   TestConfigureParams: --enable-dependency-tracking
TestSuiteSize: small
 
 InstallScript: 
@@ -205,7 +213,7 @@
   Depends: 
libpurple-shlibs (= %v-%r),
finch-shlibs (= %v-%r),
-   libncursesw5-shlibs,
+   libncurses5-shlibs,
python26-shlibs
   
   Description: Shared libraries for finch, text-only instant messenger.
@@ -239,8 +247,9 @@
   DocFiles: COPYING
   Depends: 
cyrus-sasl2-shlibs,
-   db48-aes-shlibs | db48-shlibs,
-   dbus-shlibs,
+   db51-aes-shlibs | db51-shlibs,
+   dbus-glib1.2-shlibs,
+   dbus1.3-shlibs,
farsight2-shlibs (= 0.0.9), 
glib2-shlibs (= 2.14.0-1),
gnutls26-shlibs (= 2.2.2-3),
@@ -249,11 +258,13 @@
libavahi-client3-shlibs,
libavahi-common3-shlibs,
libavahi-glib1-shlibs,
+#  libavahi-core7-shlibs,
libgettext8-shlibs,
-   libgpg-error-shlibs,
+#  libgpg-error-shlibs,
libiconv,
libidn-shlibs,
-   libtasn1-3-shlibs,
+   libproxy1-shlibs,
+#  libtasn1-3-shlibs,
libxml2-shlibs (= 2.6.30-1),
nspr.0d-shlibs,
silc-toolkit-shlibs
@@ -305,14 +316,14 @@
pidgin-shlibs (= %v-%r),
atk1-shlibs (= 1.20.0-1),
cairo-shlibs (= 1.6-1),
-   expat1-shlibs,
+#  expat1-shlibs,
fontconfig2-shlibs (= 2.4.1-1),
freetype219-shlibs (= 2.3.5-1),
-   glitz-shlibs,
+#  glitz-shlibs,
gtk+2-shlibs (= 2.12.0-1),
-   libpng14-shlibs,
+#  libpng14-shlibs,
pango1-xft2-ft219-shlibs (= 1.20.5-1),
-   pixman-shlibs (= 0.11.0-1),
+#  pixman-shlibs (= 0.11.0-1),
x11
   
   Files: 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance 

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto pidgin.info, 1.1, 1.2

2011-07-29 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv9323/10.4-EOL/crypto

Modified Files:
pidgin.info 
Log Message:
sync with experimental, reduced/updated deps


Index: pidgin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto/pidgin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pidgin.info 11 Jul 2011 04:05:40 -  1.1
+++ pidgin.info 29 Jul 2011 21:48:08 -  1.2
@@ -2,7 +2,7 @@
 # Info3 packaging is temporary, just to support comments in depends fields
 Package: pidgin
 Version: 2.9.0
-Revision: 1
+Revision: 3
 # Architecture: powerpc, i386
 Maintainer: David Fang fang...@users.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
@@ -11,15 +11,16 @@
 Homepage: http://www.pidgin.im/
 Description: Multi-protocol instant messenger client
 BuildDepends: 
-   aspell-dev (= 0.60.4-1001),
+#  aspell-dev (= 0.60.4-1001),
atk1 (= 1.20.0-1),
-   avahi-dev,
+#  avahi-dev,
cairo (= 1.6-1),
cyrus-sasl2-dev,
-   db48-aes | db48,
-   dbus-dev,
-   enchant1-dev,
-   expat1,
+   db51-aes | db51,
+   dbus-glib1.2-dev,
+   dbus1.3-dev,
+#  enchant1-dev,
+#  expat1,
farsight2 (= 0.0.9), 
fink (= 0.24.12-1),
fontconfig2-dev (= 2.4.1-1),
@@ -28,7 +29,7 @@
gettext-bin,
gettext-tools,
glib2-dev (= 2.14.0-1),
-   glitz,
+#  glitz,
gnutls26 (= 2.2.2-3),
gstreamer-0.10-dev (= 0.10.17-1),
gst-plugins-base-0.10-dev, 
@@ -36,19 +37,23 @@
gtkspell2-dev (= 2.0.11-1004),
intltool40,
 #  libao2,
+   libavahi-client3-dev,
+   libavahi-common3-dev,
libavahi-glib1-dev,
+#  libavahi-core7-dev,
libgettext8-dev,
-   libgpg-error, 
-   libgcrypt,
+#  libgpg-error, 
+#  libgcrypt,
libiconv-dev,
libidn,
-   libncursesw5,
-   libpng14,
-   libtasn1-3,
+   libncurses5,
+#  libpng14,
+   libproxy1,
+#  libtasn1-3,
libxml2 (= 2.6.30-1),
nspr.0d,
pango1-xft2-ft219-dev (= 1.18.4-4),
-   pixman (= 0.11.0-1),
+#  pixman (= 0.11.0-1),
pkgconfig (= 0.21-1),
python26,
silc-toolkit,
@@ -60,7 +65,7 @@
 
 Depends: 
%N-shlibs (= %v-%r),
-   aspell-shlibs (= 0.60.4-1001),
+#  aspell-shlibs (= 0.60.4-1001),
gconf2,
gstreamer-0.10-shlibs (= 0.10.17-1),
gtkspell2-shlibs (= 2.0.11-1004)
@@ -100,6 +105,7 @@

PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
   
 
 SetCFLAGS: -Os -g
+UseMaxBuildJobs: true
 CompileScript: 
 #!/bin/sh -ev
 # additional patching of configure: to fix validation-failure on .la files
@@ -126,8 +132,11 @@
#!/bin/sh -ev
cd build
make -k check || exit 2
+   fink-package-precedence --headers .
+   fink-package-precedence --libs .

-   TestDepends: check
+   TestDepends: check, fink-package-precedence
+   TestConfigureParams: --enable-dependency-tracking
TestSuiteSize: small
 
 InstallScript: 
@@ -204,7 +213,7 @@
   Depends: 
libpurple-shlibs (= %v-%r),
finch-shlibs (= %v-%r),
-   libncursesw5-shlibs,
+   libncurses5-shlibs,
python26-shlibs
   
   Description: Shared libraries for finch, text-only instant messenger.
@@ -238,8 +247,9 @@
   DocFiles: COPYING
   Depends: 
cyrus-sasl2-shlibs,
-   db48-aes-shlibs | db48-shlibs,
-   dbus-shlibs,
+   db51-aes-shlibs | db51-shlibs,
+   dbus-glib1.2-shlibs,
+   dbus1.3-shlibs,
farsight2-shlibs (= 0.0.9), 
glib2-shlibs (= 2.14.0-1),
gnutls26-shlibs (= 2.2.2-3),
@@ -248,11 +258,13 @@
libavahi-client3-shlibs,
libavahi-common3-shlibs,
libavahi-glib1-shlibs,
+#  libavahi-core7-shlibs,
libgettext8-shlibs,
-   libgpg-error-shlibs,
+#  libgpg-error-shlibs,
libiconv,
libidn-shlibs,
-   libtasn1-3-shlibs,
+   libproxy1-shlibs,
+#  libtasn1-3-shlibs,
libxml2-shlibs (= 2.6.30-1),
nspr.0d-shlibs,
silc-toolkit-shlibs
@@ -304,14 +316,14 @@
pidgin-shlibs (= %v-%r),
atk1-shlibs (= 1.20.0-1),
cairo-shlibs (= 1.6-1),
-   expat1-shlibs,
+#  expat1-shlibs,
fontconfig2-shlibs (= 2.4.1-1),
freetype219-shlibs (= 2.3.5-1),
-   glitz-shlibs,
+#  glitz-shlibs,
gtk+2-shlibs (= 2.12.0-1),
-   libpng14-shlibs,
+#  libpng14-shlibs,
pango1-xft2-ft219-shlibs (= 1.20.5-1),
-   pixman-shlibs (= 0.11.0-1),
+#  pixman-shlibs (= 0.11.0-1),
x11
   
   Files: 


--
Got Input?   

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods nose-py.info, 1.10, 1.11

2011-07-29 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13937

Modified Files:
nose-py.info 
Log Message:
update to 1.1.1


Index: nose-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- nose-py.info24 Jul 2011 21:13:59 -  1.10
+++ nose-py.info29 Jul 2011 23:38:02 -  1.11
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: nose-py%type_pkg[python]
-Version: 1.0.0
+Version: 1.1.1
 
 Revision: 1
 Homepage: http://code.google.com/p/python-nose/
@@ -12,7 +12,7 @@
 BuildDepends: distribute-py%type_pkg[python]
 
 Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
-Source-MD5: 47a4784c817afa6ef11a505b574584ed
+Source-MD5: dc3025249c7abd27ac9020ec13b40db9
 
 CompileScript: 
   #!/bin/bash -ev
@@ -45,7 +45,6 @@
 DocFiles: 
   AUTHORS
   CHANGELOG
-  MANIFEST.in
   NEWS
   PKG-INFO
   README.txt


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 class-data-inheritable-pm.info, NONE, 1.1 config-tiny-pm.info, NONE, 1.1 devel-stacktrace-pm.info, NONE, 1.1 exception-class-pm.info, NONE, 1.1 file

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13761

Added Files:
class-data-inheritable-pm.info config-tiny-pm.info 
devel-stacktrace-pm.info exception-class-pm.info 
file-remove-pm.info hook-lexwrap-pm.info pathtools-pm.info 
ppi-html-pm.info ppi-pm.info ppi-xs-pm.info 
ppix-regexp-pm.info ppix-utilities-pm.info readonly-pm.info 
readonly-xs-pm.info task-weaken-pm.info test-classapi-pm.info 
test-deep-pm.info test-object-pm.info test-subcalls-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: pathtools-pm.info ---
Info2: 
Package: pathtools-pm%type_pkg[perl]
Version: 3.33
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_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: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Description: Perl module for paths and file specs
License: Artistic/GPL
Maintainer: Christian Schaffner chri...@users.sourceforge.net

# Dependencies:
Depends: perl%type_pkg[perl]-core
BuildDepends: fink (= 0.20.6-1)

# Unpack Phase:
Source: mirror:cpan:authors/id/S/SM/SMUELLER/PathTools-%v.tar.gz
Source-MD5: 92f0df032c399fadef2e2e647ebc3111

PatchScript: sed -n -e '/AUTHOR/,/SEE ALSO/p' Cwd.pm  LICENSE

# Install Phase:
UpdatePOD: True
DocFiles: Changes LICENSE README
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]


# Additional Info:
Homepage: http://search.cpan.org/dist/PathTools/


--- NEW FILE: ppix-regexp-pm.info ---
Info2: 
Package: ppix-regexp-pm%type_pkg[perl]
Version: 0.021
Revision: 1
Distribution: (%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
License: Artistic/GPL
Description: Represent a regular expression of some sort
DescDetail: 
The purpose of the PPIx-Regexp package is to parse regular expressions
in a manner similar to the way the PPI package parses Perl. This class
forms the root of the parse tree, playing a role similar to
PPI::Document.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/PPIx-Regexp/

Source: mirror:cpan:authors/id/W/WY/WYANT/PPIx-Regexp-%v.tar.gz
Source-MD5: 037542ca9d83ae19e2f33043a17ef972

Type: perl (5.8.8 5.10.0 5.12.3)
UpdatePOD: true

DocFiles: Changes README

Depends: 
list-moreutils-pm%type_pkg[perl],
ppi-pm%type_pkg[perl] (= 1.208-1),
task-weaken-pm%type_pkg[perl],
perl%type_pkg[perl]-core


InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: hook-lexwrap-pm.info ---
Package: hook-lexwrap-pm
Version: 0.24
Revision: 1
Source: mirror:cpan:authors/id/C/CH/CHORNY/Hook-LexWrap-%v.tar.gz
Source-MD5: 3c08c1f388c529c532f71422d33913d1
Type: perl
BuildDepends: fink (= 0.24.12)
UpdatePOD: true
DocFiles: Changes README
License: Artistic/GPL
Description: Lexically scoped subroutine wrappers
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/Hook-LexWrap
DescPackaging: 
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Hook-LexWrap

Former Maintainer: Chris Dolan chrisdo...@users.sourceforge.net


--- NEW FILE: ppi-xs-pm.info ---
Info2: 
Package: ppi-xs-pm%type_pkg[perl]
Version: 0.901
Revision: 1
Distribution: (%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
License: Artistic/GPL
Description: (Minor) XS acceleration for PPI
DescUsage: Installing this will speed up parts of PPI with C code.
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/PPI-XS/

Source: mirror:cpan:authors/id/A/AD/ADAMK/PPI-XS-%v.tar.gz
Source-MD5: 2f103ece9a9c108030b5f3a9ae481372

Type: perl (5.8.8 5.10.0 5.12.3)
UpdatePOD: true

DocFiles: Changes README LICENSE

Depends: ppi-pm%type_pkg[perl]
BuildDepends: extutils-makemaker-pm%type_pkg[perl] (= 6.56-1)
Enhances: ppi-pm%type_pkg[perl]

InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: ppi-html-pm.info ---
Info2: 
Package: ppi-html-pm%type_pkg[perl]
Version: 1.08
Revision: 1
Distribution: (%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
License: Artistic/GPL
Description: Generate syntax-hightlighted HTML for Perl

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods ppix-regexp-pm.info, 1.16, 1.17

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13838

Modified Files:
ppix-regexp-pm.info 
Log Message:
New upstream ppix-regexp-pm 0.021.


Index: ppix-regexp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/ppix-regexp-pm.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ppix-regexp-pm.info 21 Jul 2011 21:28:59 -  1.16
+++ ppix-regexp-pm.info 30 Jul 2011 01:36:08 -  1.17
@@ -1,6 +1,6 @@
 Info2: 
 Package: ppix-regexp-pm%type_pkg[perl]
-Version: 0.020
+Version: 0.021
 Revision: 1
 Distribution: (%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
 License: Artistic/GPL
@@ -15,7 +15,7 @@
 Homepage: http://search.cpan.org/dist/PPIx-Regexp/
 
 Source: mirror:cpan:authors/id/W/WY/WYANT/PPIx-Regexp-%v.tar.gz
-Source-MD5: 1293df6eb0765646a73808d32ff8ed82
+Source-MD5: 037542ca9d83ae19e2f33043a17ef972
 
 Type: perl (5.8.8 5.10.0 5.12.3)
 UpdatePOD: true


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 b-keywords-pm.info, NONE, 1.1 devel-cycle-pm.info, NONE, 1.1 file-homedir-pm.info, NONE, 1.1 file-which-pm.info, NONE, 1.1 ipc-run3-pm.info, NONE, 1

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17760

Added Files:
b-keywords-pm.info devel-cycle-pm.info file-homedir-pm.info 
file-which-pm.info ipc-run3-pm.info 
mac-systemdirectory-pm.info padwalker-pm.info 
perl-critic-pm.info pod-parser-pm.info pod-spell-pm.info 
probe-perl-pm.info string-format-pm.info 
test-memory-cycle-pm.info test-script-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: padwalker-pm.info ---
Info2: 
Package: padwalker-pm%type_pkg[perl]
Version: 1.92
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%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: perl (5.8.6 5.8.8 5.10.0 5.12.3)

Depends: perl%type_pkg[perl]-core

Source: mirror:cpan:authors/id/R/RO/ROBIN/PadWalker-%v.tar.gz
Source-MD5: 304722b441c15634bdb048685800ee3a

InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

DocFiles: Changes README
UpdatePOD: true

DescPackaging: 
  Requires perl = 5.8.2

Description: Play with other peoples' lexical variables

License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/PadWalker


--- NEW FILE: pod-spell-pm.info ---
Package: pod-spell-pm
Version: 1.01
Revision: 2
License: Artistic/GPL
Description: Formatter for spellchecking Pod
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Pod-Spell/

Source: mirror:cpan:authors/id/S/SB/SBURKE/Pod-Spell-%v.tar.gz
Source-MD5: aa4964844da2586562aae5208e2dbe61

Type: perl
UpdatePOD: true

DocFiles: ChangeLog README

Depends: pod-escapes-pm, pod-parser-pm (= 1.38-1)

--- NEW FILE: probe-perl-pm.info ---
Package: probe-perl-pm
Version: 0.01
Revision: 1
Source: mirror:cpan:authors/id/K/KW/KWILLIAMS/Probe-Perl-%v.tar.gz
Source-MD5: b6f613a7d07dde568a0d4b9570de47c3
Type: perl
UpdatePOD: true
DocFiles: Changes README
Description: Information about the currently running perl
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Probe-Perl

--- NEW FILE: file-which-pm.info ---
Info2: 
Package: file-which-pm%type_pkg[perl]
Version: 1.09
Revision: 3
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%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
Source: mirror:cpan:authors/id/A/AD/ADAMK/File-Which-%v.tar.gz
Source-MD5: b9429edaad7f45caafa4d458afcfd8af

# remember to update Conflicts/Replaces in SplitOff of this package
# and in Package:file-which-pm when adding variants here
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)

BuildDepends: 
test-script-pm,
test-simple-pm%type_pkg[perl] (= 0.80-1)

Depends: perl%type_pkg[perl]-core
InstallScript: 
%{default_script}
mkdir -p %i/lib/perl5/%type_raw[perl]/man
mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]/man

UpdatePOD: true
DocFiles: Changes LICENSE README
SplitOff: 
Package: pwhich%type_pkg[perl]
Conflicts: 
file-which-pm,
pwhich581, pwhich584, pwhich586, pwhich588, pwhich5100

Replaces: 
file-which-pm,
pwhich581, pwhich584, pwhich586, pwhich588, pwhich5100

Depends: %N (= %v-%r)
Files: 
bin
share/man/man1

DocFiles: Changes LICENSE README

DescPackaging: 
There is an older unvarianted package, so cannot use
update-alternatives to swap %p/bin/pwhich symlinks to a real
variant-named file. The symlinks are created at install-time
so dpkg doesn't know this package owns them but has written
over the unvarianted pkg that owns them, so can get removed
and leave us in a broken state. Guess we're stuck with
swappable -bin splitoffs.


Description: Portable, pure-perl implementation of `which`
DescDetail: 
File::Which is a portable implementation (in Perl) of `which', and can
be used to get the absolute filename of an executable program
installed somewhere in your PATH, or just check for its existence. It
includes the command-line utility `pwhich' which has the same function
as `which'.

License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/File-Which


--- NEW FILE: b-keywords-pm.info ---
Package: b-keywords-pm
Version: 1.10
Revision: 1
Type: perl

Source: mirror:cpan:authors/id/F/FL/FLORA/B-Keywords-%v.tar.gz
Source-MD5: 3f4e7319083a348972c38a10b944a7a1


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods poe-pm.info, 1.19, 1.20 poe-test-loops-pm.info, 1.9, 1.10

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv22162

Modified Files:
poe-pm.info poe-test-loops-pm.info 
Log Message:
New upstream poe-pm and poe-test-loops-pm 1.312.


Index: poe-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/poe-pm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- poe-pm.info 21 Jul 2011 21:28:59 -  1.19
+++ poe-pm.info 30 Jul 2011 02:07:46 -  1.20
@@ -1,7 +1,7 @@
 Info2: 
 Package: poe-pm%type_pkg[perl]
-Version: 1.311
-Revision: 2
+Version: 1.312
+Revision: 1
 Distribution: (%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: perl (5.8.8 5.10.0 5.12.3)
 
@@ -26,7 +26,7 @@
io-compress-pm%type_pkg[perl],
io-tty-pm%type_pkg[perl],
libwww-pm%type_pkg[perl],
-   poe-test-loops-pm (= 1.311-1),
+   poe-test-loops-pm (= 1.312-1),
socket-getaddrinfo-pm%type_pkg[perl],
term-cap-pm,
term-readkey-pm%type_pkg[perl],
@@ -35,7 +35,7 @@
 
 
 Source: mirror:cpan:authors/id/R/RC/RCAPUTO/POE-%v.tar.gz
-Source-MD5: 0c2b42cc3329fb4f2e10193d9971bce4
+Source-MD5: 46ba306a88e3fa06f521e4a64a3884a4
 
 #Disable running network tests.
 PatchScript: perl -pi -e 's/n/y/g' Makefile.PL

Index: poe-test-loops-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/poe-test-loops-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- poe-test-loops-pm.info  3 May 2011 22:59:40 -   1.9
+++ poe-test-loops-pm.info  30 Jul 2011 02:07:46 -  1.10
@@ -1,5 +1,5 @@
 Package: poe-test-loops-pm
-Version: 1.311
+Version: 1.312
 Revision: 1
 License: Artistic/GPL
 Description: Reusable tests for POE::Loop authors
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/POE-Test-Loops/
 
 Source: mirror:cpan:authors/id/R/RC/RCAPUTO/POE-Test-Loops-%v.tar.gz
-Source-MD5: 86f0f2da28839b0b28f671d9f832bddf
+Source-MD5: 8e352fe9c9592d642cdf8a4230af6ad2
 
 Type: perl
 UpdatePOD: true


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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-cchecker-pm.info, NONE, 1.1 io-tty-pm.info, NONE, 1.1 poe-pm.info, NONE, 1.1 poe-test-loops-pm.info, NONE, 1.1 term-cap-pm.info, NONE, 1.1

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv22369

Added Files:
extutils-cchecker-pm.info io-tty-pm.info poe-pm.info 
poe-test-loops-pm.info term-cap-pm.info test-fatal-pm.info 
try-tiny-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: extutils-cchecker-pm.info ---
Info2: 
Package: extutils-cchecker-pm%type_pkg[perl]
Version: 0.07
Revision: 2
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
License: Artistic/GPL
Description: Utilities for headers, libs, or OS features
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/ExtUtils-CChecker/

Source: mirror:cpan:authors/id/P/PE/PEVANS/ExtUtils-CChecker-%v.tar.gz
Source-MD5: d44dc0670fe26be22a05faea015639e0

Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)

DocFiles: Changes LICENSE README

Depends: perl%type_pkg[perl]-core, extutils-cbuilder-pm%type_pkg[perl]
BuildDepends: module-build-pm%type_pkg[perl], fink (= 0.30.2)

DefaultScript: ModuleBuild

InfoTest: 
TestDepends: test-fatal-pm%type_pkg[perl]
TestScript: 
#!/bin/sh -ev
export ARCHFLAGS=
%{default_script}



InstallScript: 
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: io-tty-pm.info ---
Info2: 
Package: io-tty-pm%type_pkg[perl]
Version: 1.08
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_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
DocFiles: ChangeLog MANIFEST README
Description: Low-level allocate a pseudo-TTY 
License: Artistic
Maintainer: Dave Vasilevsky v...@users.sourceforge.net
Homepage: http://search.cpan.org/dist/IO-Tty
UpdatePOD: true

Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)

BuildDepends: fink (= 0.20.3)
Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/R/RG/RGIERSIG/IO-Tty-%v.tar.gz
Source-MD5: e99d819a6f8c11ae105b770cc508a4fc

Replaces: %{Ni}, %{Ni}560 ( 1.02-3), %{Ni}580 ( 1.02-3), %{Ni}581 ( 
1.02-3)
Conflicts: %{Ni}, %{Ni}560 ( 1.02-3), %{Ni}580 ( 1.02-3), %{Ni}581 ( 
1.02-3)

InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]



 

--- NEW FILE: term-cap-pm.info ---
Package: term-cap-pm
Version: 1.12
Revision: 1
License: Artistic/GPL
Description: Perl termcap interface
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Term-Cap/

Source: mirror:cpan:authors/id/J/JS/JSTOWE/Term-Cap-%v.tar.gz
Source-MD5: 52b862f28128c67414be1b9f16c27f03

Type: perl
UpdatePOD: true

DocFiles: Changes README

--- NEW FILE: test-fatal-pm.info ---
Info2: 
Package: test-fatal-pm%type_pkg[perl]
Version: 0.005
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%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: perl (5.8.6 5.8.8 5.10.0 5.12.3)

License: Artistic/GPL
Description: Helpers for testing code with exceptions
DescDetail: 
Test::Fatal is an alternative to the popular Test::Exception. It does
much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Test-Fatal/

Source: mirror:cpan:authors/id/R/RJ/RJBS/Test-Fatal-%v.tar.gz
Source-MD5: 8fd91391e82ea4290eb0cf8409393485

Depends: try-tiny-pm, exporter-pm
BuildDepends: extutils-makemaker-pm%type_pkg[perl] (= 6.56-4)

InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.98-1)

InstallScript: 
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]


UpdatePOD: true

DocFiles: Changes LICENSE README


--- NEW FILE: try-tiny-pm.info ---
Package: try-tiny-pm
Version: 0.09
Revision: 1
License: BSD
Description: Minimal try/catch/finally
DescDetail: 
This module provides bare bones try/catch/finally statements that are
designed to minimize common mistakes with eval blocks, and NOTHING
else.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Try-Tiny/

#Source: mirror:cpan:authors/id/R/RJ/RJBS/Try-Tiny-%v.tar.gz
Source: mirror:cpan:authors/id/D/DO/DOY/Try-Tiny-%v.tar.gz
Source-MD5: e526aa7d80cbc690c4a20925a592c13c

Type: perl
UpdatePOD: true

DocFiles: Changes

--- 

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

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv23678

Added Files:
socket-getaddrinfo-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: socket-getaddrinfo-pm.info ---
Info2: 
Package: socket-getaddrinfo-pm%type_pkg[perl]
Version: 0.21
Revision: 2
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
License: Artistic/GPL
Description: Getaddrinfo and getnameinfo functions
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Socket-GetAddrInfo/

Source: mirror:cpan:authors/id/P/PE/PEVANS/Socket-GetAddrInfo-%v.tar.gz
Source-MD5: ec28c0139f5694ca982f392c7c699128

Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)

DocFiles: Changes LICENSE README

Depends: perl%type_pkg[perl]-core, xsloader-pm%type_pkg[perl]
BuildDepends: fink (= 0.30.2), module-build-pm%type_pkg[perl], 
extutils-cchecker-pm%type_pkg[perl], extutils-cbuilder-pm%type_pkg[perl]

DefaultScript: ModuleBuild

InstallScript: 
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
mv %i/bin/getaddrinfo %i/bin/getaddrinfo-%type_raw[perl]
mv %i/bin/getnameinfo %i/bin/getnameinfo-%type_raw[perl]


PostInstScript: 
if [ $1 = configure ]; then
update-alternatives \
--install %p/bin/getaddrinfo getaddrinfo 
%p/bin/getaddrinfo-%type_raw[perl] %type_pkg[perl] \
  --slave   %p/bin/getnameinfo getnameinfo %p/bin/getnameinfo-%type_raw[perl]
fi

PreRmScript: 
if [ $1 = remove ]; then
update-alternatives --remove getaddrinfo 
%p/bin/getaddrinfo-%type_raw[perl]
fi




--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 perl-tidy.info,NONE,1.1

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv23856

Added Files:
perl-tidy.info 
Log Message:
Move to 10.7.


--- NEW FILE: perl-tidy.info ---
Package: perl-tidy
Version: 20090616
Revision: 2
Source: mirror:sourceforge:%n/Perl-Tidy-%v.tar.gz
Source-MD5: 63baa94a96fc5c272e06e72e589e7673
Conflicts: perl-tidy-pm-bin
Replaces: perl-tidy-pm, perl-tidy-pm-bin, perltidy
UpdatePOD: true
Type: perl
DocFiles: BUGS CHANGES COPYING INSTALL MANIFEST README TODO
License: GPL
Description: Improves Perl script formatting and indenting
DescDetail: 
Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1).  Perltidy can also display perl code in syntax-
colored HTML output.

Homepage: http://perltidy.sourceforge.net/
Maintainer: Matthew Berginski mberg...@unc.edu


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods moose-pm.info, 1.52, 1.53

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv31914

Modified Files:
moose-pm.info 
Log Message:
New upstream moose-pm 2.0201.


Index: moose-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/moose-pm.info,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- moose-pm.info   21 Jul 2011 21:28:59 -  1.52
+++ moose-pm.info   30 Jul 2011 02:45:37 -  1.53
@@ -1,6 +1,6 @@
 Info3: 
 Package: moose-pm%type_pkg[perl]
-Version: 2.0200
+Version: 2.0201
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
 License: Artistic/GPL
@@ -13,7 +13,7 @@
 #Source: mirror:cpan:authors/id/F/FL/FLORA/Moose-%v.tar.gz
 #Source: mirror:cpan:authors/id/D/DR/DROLSKY/Moose-%v.tar.gz
 Source: mirror:cpan:authors/id/D/DO/DOY/Moose-%v.tar.gz
-Source-MD5: 3485c76b404e5ee4cef01c2dc14b1116
+Source-MD5: fef766e81993a8ac673c16cdc029d0a4
 PatchFile: %{ni}.patch
 PatchFile-MD5: 503d806da26cf7b6e4c8c2b71408ecd9
 PatchScript: 


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
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 aliased-pm.info, NONE, 1.1 attribute-handlers-pm.info, NONE, 1.1 carp-clan-pm.info, NONE, 1.1 class-factory-pm.info, NONE, 1.1 class-factory-util-pm

2011-07-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv32517

Added Files:
aliased-pm.info attribute-handlers-pm.info carp-clan-pm.info 
class-factory-pm.info class-factory-util-pm.info 
class-singleton-pm.info datetime-calendar-mayan-pm.info 
datetime-format-builder-pm.info datetime-format-mysql-pm.info 
datetime-format-strptime-pm.info datetime-locale-pm.info 
datetime-pm.info datetime-timezone-pm.info dbm-deep-pm.info 
declare-constraints-simple-pm.info 
devel-globaldestruction-pm.info dist-checkconflicts-pm.info 
eval-closure-pm.info filehandle-fmode-pm.info 
locale-us-pm.info module-refresh-pm.info moose-pm.info 
moose-pm.patch package-deprecationmanager-pm.info 
package-stash-pm.info package-stash-xs-pm.info 
package-stash-xs-pm.patch params-coerce-pm.info 
params-validate-pm.info scope-guard-pm.info 
sub-identify-pm.info super-pm.info test-leaktrace-pm.info 
test-output-pm.info test-requires-pm.info test-taint-pm.info 
time-local-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: declare-constraints-simple-pm.info ---
Info2: 
Package: declare-constraints-simple-pm%type_pkg[perl]
Version: 0.03
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_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
Source: mirror:cpan:authors/id/P/PH/PHAYLON/Declare-Constraints-Simple-%v.tar.gz
Source-MD5: abcd5e9f2dd034deed975601b38d684e
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Depends: 
aliased-pm,
carp-clan-pm,
class-inspector-pm%type_pkg[perl],
perl%type_pkg[perl]-core

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


InstallScript: 
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]

DocFiles: README
UpdatePOD: true
License: Artistic/GPL
Description: Declaritive validation of data structures
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Declare-Constraints-Simple


--- NEW FILE: dbm-deep-pm.info ---
Info2: 
Package: dbm-deep-pm%type_pkg[perl]
Version: 2.0004
Revision: 1
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
License: Artistic/GPL
Description: Pure perl multi-level hash/array DBM
DescDetail: 
A unique flat-file database module, written in pure perl. True
multi-level hash/array support (unlike MLDBM, which is faked), hybrid
OO / tie() interface, cross-platform FTPable files, ACID transactions,
and is quite fast. Can handle millions of keys and unlimited levels
without significant slow-down. Written from the ground-up in pure perl
-- this is NOT a wrapper around a C-based DBM. Out-of-the-box
compatibility with Unix, Mac OS X and Windows.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/DBM-Deep/

Source: mirror:cpan:authors/id/S/SP/SPROUT/DBM-Deep-%v.tar.gz
Source-MD5: b329da1e68d203feed242b00ae3ebe7d

PatchScript: 
#!/bin/sh -ev
perlversion=%type_raw[perl]
if dpkg --compare-versions $perlversion = 5.10.0  [ %m != 
powerpc ]; then
perl -pi -e 's#\$\^X#/usr/bin/arch -%m perl%type_raw[perl]#' 
t/27_filehandle.t
perl -pi -e 's#\$\^X#/usr/bin/arch, -%m, 
perl%type_raw[perl]#' t/39_singletons.t
fi


Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true

Depends: 
perl%type_pkg[perl]-core

Suggests: dbi-pm%type_pkg[perl], dbd-mysql-pm%type_pkg[perl], 
dbd-sqlite-pm%type_pkg[perl]

InfoTest: 
TestDepends: 
filehandle-fmode-pm%type_pkg[perl],
test-deep-pm%type_pkg[perl],
test-exception-pm,
test-pod-coverage-pm,
test-pod-pm,
test-simple-pm%type_pkg[perl] (= 0.96-1),
test-warn-pm%type_pkg[perl]

TestScript: LONG_TESTS=1 %{default_script}


DocFiles: Changes README

InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: super-pm.info ---
Info2: 
Package: super-pm%type_pkg[perl]
Version: 1.17
Revision: 2
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4,