[cvs] dists/10.7/stable/main/finkinfo/base gettext-tools.info, 1.7, 1.8 gettext-tools-tests.patch, 1.2, 1.3

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2070

Modified Files:
gettext-tools.info gettext-tools-tests.patch 
Log Message:
fix lang-vala test to find missing header
test only failed if vala compiler was installed

Index: gettext-tools.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/base/gettext-tools.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gettext-tools.info  25 Aug 2013 00:46:12 -  1.7
+++ gettext-tools.info  26 Aug 2013 11:13:30 -  1.8
@@ -7,10 +7,10 @@
 PatchFile: libgettext8-shlibs.patch
 PatchFile-MD5: 0fa124a9e56f702eb9f817ebd10aae5f
 PatchFile2: gettext-tools-tests.patch
-PatchFile2-MD5: 13aadae12a9d31bd74e282759ee9d9ac
+PatchFile2-MD5: 71a10a3e8074d681d9c9533d533556e2
 PatchScript: <<
  patch -p1 < %{PatchFile}
- patch -p1 < %{PatchFile2}
+ sed 's|@FINKPREFIX@|%p|g' < %{PatchFile2} | patch -p1
  perl -pi -e 's/.*chmod.*777.*$//g' build-aux/ltmain.sh
 <<
 Depends: <<
@@ -176,6 +176,9 @@
lang-bash test fails because system-bash does not have iconv support.
So we make it exit out immediately rather than failing.
 
+   lang-vala doesn't find libintl.h on its own, so we feed it a standard
+   -I include path.
+
Don't bother checking for AIX-specific bug (test is bugged on
clang). See:
http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00116.html

Index: gettext-tools-tests.patch
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/base/gettext-tools-tests.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gettext-tools-tests.patch   25 Aug 2013 00:46:11 -  1.2
+++ gettext-tools-tests.patch   26 Aug 2013 11:13:30 -  1.3
@@ -9,3 +9,14 @@
  tmpfiles="$tmpfiles prog.bash"
  cat <<\EOF > prog.bash
  #! /bin/bash
+--- gettext-0.18.1.1/gettext-tools/tests/lang-vala 2013-08-15 
12:15:56.0 -0400
 gettext-0.18.1.1/gettext-tools/tests/lang-vala 2013-08-26 
07:05:54.0 -0400
+@@ -26,7 +26,7 @@
+ 
+ tmpfiles="$tmpfiles l-vala-prog.vala l-vala-prog.c l-vala-prog 
l-vala-prog.err"
+ : ${VALAC=valac}
+-${VALAC} --Xcc=-DGETTEXT_PACKAGE=\"prog\" l-vala-prog.vala 2>l-vala-prog.err \
++${VALAC} --Xcc="-I@FINKPREFIX@/include" --Xcc=-DGETTEXT_PACKAGE=\"prog\" 
l-vala-prog.vala 2>l-vala-prog.err \
+   || { cat l-vala-prog.err 1>&2; exit 1; }
+ 
+ tmpfiles="$tmpfiles l-vala-prog.tmp l-vala-prog.pot"


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/base gettext-tools.info, 1.17, 1.18 gettext-tools-tests.patch, 1.2, 1.3

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3584

Modified Files:
gettext-tools.info gettext-tools-tests.patch 
Log Message:
fix lang-vala test to find missing header
test only failed if vala compiler was installed

Index: gettext-tools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/base/gettext-tools.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gettext-tools.info  25 Aug 2013 02:33:04 -  1.17
+++ gettext-tools.info  26 Aug 2013 11:51:23 -  1.18
@@ -7,10 +7,10 @@
 PatchFile: libgettext8-shlibs.patch
 PatchFile-MD5: 0fa124a9e56f702eb9f817ebd10aae5f
 PatchFile2: gettext-tools-tests.patch
-PatchFile2-MD5: 13aadae12a9d31bd74e282759ee9d9ac
+PatchFile2-MD5: 71a10a3e8074d681d9c9533d533556e2
 PatchScript: <<
  patch -p1 < %{PatchFile}
- patch -p1 < %{PatchFile2}
+ sed 's|@FINKPREFIX@|%p|g' < %{PatchFile2} | patch -p1
  perl -pi -e 's/.*chmod.*777.*$//g' build-aux/ltmain.sh
 <<
 Depends: <<
@@ -176,6 +176,9 @@
lang-bash test fails because system-bash does not have iconv support.
So we make it exit out immediately rather than failing.
 
+   lang-vala doesn't find libintl.h on its own, so we feed it a standard
+   -I include path.
+
Don't bother checking for AIX-specific bug (test is bugged on
clang). See:
http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00116.html

Index: gettext-tools-tests.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/base/gettext-tools-tests.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gettext-tools-tests.patch   25 Aug 2013 02:33:04 -  1.2
+++ gettext-tools-tests.patch   26 Aug 2013 11:51:23 -  1.3
@@ -9,3 +9,14 @@
  tmpfiles="$tmpfiles prog.bash"
  cat <<\EOF > prog.bash
  #! /bin/bash
+--- gettext-0.18.1.1/gettext-tools/tests/lang-vala 2013-08-15 
12:15:56.0 -0400
 gettext-0.18.1.1/gettext-tools/tests/lang-vala 2013-08-26 
07:05:54.0 -0400
+@@ -26,7 +26,7 @@
+ 
+ tmpfiles="$tmpfiles l-vala-prog.vala l-vala-prog.c l-vala-prog 
l-vala-prog.err"
+ : ${VALAC=valac}
+-${VALAC} --Xcc=-DGETTEXT_PACKAGE=\"prog\" l-vala-prog.vala 2>l-vala-prog.err \
++${VALAC} --Xcc="-I@FINKPREFIX@/include" --Xcc=-DGETTEXT_PACKAGE=\"prog\" 
l-vala-prog.vala 2>l-vala-prog.err \
+   || { cat l-vala-prog.err 1>&2; exit 1; }
+ 
+ tmpfiles="$tmpfiles l-vala-prog.tmp l-vala-prog.pot"


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.5-EOL/languages fpc-config.info, 1.1, 1.2

2013-08-26 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4386/10.4/stable/main/finkinfo/10.5-EOL/languages

Modified Files:
fpc-config.info 
Log Message:
fpc-config: use versioned gpl license files

Index: fpc-config.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.5-EOL/languages/fpc-config.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-config.info 7 Jul 2013 23:07:10 -   1.1
+++ fpc-config.info 26 Aug 2013 12:06:41 -  1.2
@@ -1,6 +1,6 @@
 Package: fpc-config
 Version: 2.6.2
-Revision: 1
+Revision: 2
 
 Conflicts: <<
 fpc (<= 2.0.4)
@@ -12,10 +12,10 @@
 
 Recommends: fpc
 
-Source: http://www.gnu.org/licenses/gpl.txt
-Source-MD5: d32239bcb673463ab874e80d47fae504
-Source2: http://www.gnu.org/licenses/lgpl.txt
-Source2-MD5: 6a6a8e020838b23406c81b19c1d46df6
+Source: http://www.gnu.org/licenses/gpl-2.0.txt
+Source-MD5: b234ee4d69f5fce4486a80fdaf4a4263
+Source2: http://www.gnu.org/licenses/lgpl-2.0.txt
+Source2-MD5: 5f30f0716dfdd0d91eb439ebec522ec2
 
 NoSourceDirectory: true
 
@@ -296,7 +296,7 @@
 
 ConfFiles: %p/etc/fpc.cfg
 
-DocFiles: gpl.txt lgpl.txt
+DocFiles: gpl-2.0.txt lgpl-2.0.txt
 
 License: GPL/LGPL
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/languages fpc-config.info, 1.2, 1.3

2013-08-26 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4386/10.4/stable/main/finkinfo/10.4-EOL/languages

Modified Files:
fpc-config.info 
Log Message:
fpc-config: use versioned gpl license files

Index: fpc-config.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages/fpc-config.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-config.info 4 Oct 2011 16:05:18 -   1.2
+++ fpc-config.info 26 Aug 2013 12:06:42 -  1.3
@@ -1,6 +1,6 @@
 Package: fpc-config
 Version: 2.4.4
-Revision: 1
+Revision: 2
 
 Conflicts: <<
 fpc (<= 2.0.4)
@@ -12,10 +12,10 @@
 
 Recommends: fpc
 
-Source: http://www.gnu.org/licenses/gpl.txt
-Source-MD5: d32239bcb673463ab874e80d47fae504
-Source2: http://www.gnu.org/licenses/lgpl.txt
-Source2-MD5: 6a6a8e020838b23406c81b19c1d46df6
+Source: http://www.gnu.org/licenses/gpl-2.0.txt
+Source-MD5: b234ee4d69f5fce4486a80fdaf4a4263
+Source2: http://www.gnu.org/licenses/lgpl-2.0.txt
+Source2-MD5: 5f30f0716dfdd0d91eb439ebec522ec2
 
 NoSourceDirectory: true
 
@@ -279,7 +279,7 @@
 
 ConfFiles: %p/etc/fpc.cfg
 
-DocFiles: gpl.txt lgpl.txt
+DocFiles: gpl-2.0.txt lgpl-2.0.txt
 
 License: GPL/LGPL
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-config.info, 1.8, 1.9

2013-08-26 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4386/10.4/stable/main/finkinfo/languages

Modified Files:
fpc-config.info 
Log Message:
fpc-config: use versioned gpl license files

Index: fpc-config.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-config.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fpc-config.info 24 Feb 2013 10:02:39 -  1.8
+++ fpc-config.info 26 Aug 2013 12:06:41 -  1.9
@@ -1,6 +1,6 @@
 Package: fpc-config
 Version: 2.6.2
-Revision: 1
+Revision: 2
 
 Conflicts: <<
 fpc (<= 2.0.4)
@@ -12,10 +12,10 @@
 
 Recommends: fpc
 
-Source: http://www.gnu.org/licenses/gpl.txt
-Source-MD5: d32239bcb673463ab874e80d47fae504
-Source2: http://www.gnu.org/licenses/lgpl.txt
-Source2-MD5: 6a6a8e020838b23406c81b19c1d46df6
+Source: http://www.gnu.org/licenses/gpl-2.0.txt
+Source-MD5: b234ee4d69f5fce4486a80fdaf4a4263
+Source2: http://www.gnu.org/licenses/lgpl-2.0.txt
+Source2-MD5: 5f30f0716dfdd0d91eb439ebec522ec2
 
 NoSourceDirectory: true
 
@@ -296,7 +296,7 @@
 
 ConfFiles: %p/etc/fpc.cfg
 
-DocFiles: gpl.txt lgpl.txt
+DocFiles: gpl-2.0.txt lgpl-2.0.txt
 
 License: GPL/LGPL
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages fpc-config.info, 1.5, 1.6

2013-08-26 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4386/10.7/stable/main/finkinfo/languages

Modified Files:
fpc-config.info 
Log Message:
fpc-config: use versioned gpl license files

Index: fpc-config.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/fpc-config.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fpc-config.info 24 Feb 2013 10:16:10 -  1.5
+++ fpc-config.info 26 Aug 2013 12:06:41 -  1.6
@@ -1,6 +1,6 @@
 Package: fpc-config
 Version: 2.6.2
-Revision: 1
+Revision: 2
 
 Conflicts: <<
 fpc (<= 2.0.4)
@@ -12,10 +12,10 @@
 
 Recommends: fpc
 
-Source: http://www.gnu.org/licenses/gpl.txt
-Source-MD5: d32239bcb673463ab874e80d47fae504
-Source2: http://www.gnu.org/licenses/lgpl.txt
-Source2-MD5: 6a6a8e020838b23406c81b19c1d46df6
+Source: http://www.gnu.org/licenses/gpl-2.0.txt
+Source-MD5: b234ee4d69f5fce4486a80fdaf4a4263
+Source2: http://www.gnu.org/licenses/lgpl-2.0.txt
+Source2-MD5: 5f30f0716dfdd0d91eb439ebec522ec2
 
 NoSourceDirectory: true
 
@@ -296,7 +296,7 @@
 
 ConfFiles: %p/etc/fpc.cfg
 
-DocFiles: gpl.txt lgpl.txt
+DocFiles: gpl-2.0.txt lgpl-2.0.txt
 
 License: GPL/LGPL
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel vala0.18.info,1.1,1.2

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17704

Modified Files:
vala0.18.info 
Log Message:
add commented out InfoTest block to have as template for future releases

Index: vala0.18.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/vala0.18.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vala0.18.info   23 Sep 2012 17:00:51 -  1.1
+++ vala0.18.info   26 Aug 2013 17:03:20 -  1.2
@@ -14,6 +14,12 @@
   %{default_script}
   fink-package-precedence .
 <<
+# Activating tests requires glib > 2.22 for gunixfdlist.h
+#InfoTest: <<
+#  TestScript: <<
+#  make check || exit 2
+#  <<
+#<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog* NEWS README THANKS
 Splitoff: <<


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics glew.info,1.3,1.4

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

Modified Files:
glew.info 
Log Message:
update to 1.10.0 release

Index: glew.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/glew.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- glew.info   5 Mar 2013 21:02:40 -   1.3
+++ glew.info   26 Aug 2013 20:10:04 -  1.4
@@ -1,5 +1,5 @@
 Package: glew
-Version: 1.9.0
+Version: 1.10.0
 Revision: 1
 Description: OpenGL Extension Wrangler Library
 License: BSD
@@ -16,7 +16,7 @@
 GCC: 4.0
 
 Source: mirror:sourceforge:%n/%n-%v.tgz
-Source-MD5: 69ce911decef6249d24742497e6ad06a
+Source-MD5: 2f09e5e6cb1b9f3611bcac79bc9c2d5d
 PatchScript: <<
find . -type f -exec dos2unix {} \;
 <<
@@ -42,6 +42,7 @@
make install GLEW_DEST=%i GLEW_APPLE_GLX=1
ln -sf libGLEW.%v.dylib %i/lib/libGLEW.1.dylib
install_name_tool -id %p/lib/libGLEW.1.dylib %i/lib/libGLEW.%v.dylib
+   perl -pi -e 's|%d|%p|g' %i//lib/pkgconfig/glew.pc
 <<
 DocFiles: LICENSE* README* doc/*
 SplitOff: <<
@@ -52,7 +53,7 @@
<<
DocFiles: LICENSE*
Files: lib/libGLEW.1*.dylib
-   Shlibs: %p/lib/libGLEW.1.dylib 1.9.0 %n (>= 1.5.1-1)
+   Shlibs: %p/lib/libGLEW.1.dylib 1.10.0 %n (>= 1.10.0-1)
 <<
 
 Homepage: http://glew.sourceforge.net/


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods text-iconv-pm.info, 1.3, 1.4

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

Modified Files:
text-iconv-pm.info 
Log Message:
c_v upgrade in libiconv, cascading low-level interactions pkgs


Index: text-iconv-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/text-iconv-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- text-iconv-pm.info  5 Jul 2013 08:24:11 -   1.3
+++ text-iconv-pm.info  26 Aug 2013 20:43:12 -  1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: text-iconv-pm%type_pkg[perl]
 Version: 1.7
-Revision: 2
+Revision: 3
 Description: The iconv() character set conversion function
 Type: perl(5.12.3 5.12.4)
 License: Artistic
@@ -9,9 +9,9 @@
 
 Depends: <<
perl%type_pkg[perl]-core,
-   libiconv
+   libiconv (>= 1.14-1)
 <<
-BuildDepends: libiconv-dev
+BuildDepends: libiconv-dev (>= 1.14-1)
 Replaces: text-iconv-pm (<= 1.2-1)
 
 Source: mirror:cpan:modules/by-module/Text/Text-Iconv-%v.tar.gz


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29686/x11

Added Files:
xforms2-shlibs.info xforms2-shlibs.patch 
Log Message:
new libN=2 of xforms 1.0.93sp1

--- NEW FILE: xforms2-shlibs.info ---
Package: xforms2-shlibs
Version: 1.0.93sp1
Revision: 1
Source: http://savannah.nongnu.org/download/xforms/xforms-%v.tar.gz
Source-MD5: 68ed76216be9b09032e22736d95c8b3c
Depends: <<
libjpeg9-shlibs,
x11
<<
Replaces: xforms (<< 0.99-1)
BuildDepends: <<
autoconf2.6,
automake1.13,
libjpeg9,
libtool2,
fink-package-precedence,
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: ee9563e05403b109a964ec00c7eb8d1a
PatchScript: <<
%{default_script}
sed -i.bak '/^# libtool.m4/,$d' acinclude.m4
<<
ConfigureParams: --enable-gl --disable-static --x-includes=/usr/X11R6/include
CompileScript: <<
autoreconf -fi
%{default_script}
fink-package-precedence --prohibit-bdep=%n,xforms2 .
<<
InstallScript: <<
make install DESTDIR=%d
<<
Shlibs: <<
%p/lib/libflimage.2.dylib 3.0.0 %n (>= 1.0.93sp1-1)
%p/lib/libforms.2.dylib 3.0.0 %n (>= 1.0.93sp1-1)
%p/lib/libformsGL.2.dylib 3.0.0 %n (>= 1.0.93sp1-1)
<<
SplitOff: <<
Package: xforms2
Conflicts: <<
xforms,
xforms2
<<
Replaces: <<
xforms-shlibs (<= 1.0-1),
xforms-bin (<< 1.0.90-2),
xforms,
xforms2
<<
Depends: xforms2-shlibs (= %v-%r)
BuildDependsOnly: true
Files: <<
include
lib/lib*.la
lib/lib{flimage,forms,formsGL}.dylib
share/man/man5
<<
DocFiles: ChangeLog Copyright COPYING.LIB README NEWS
<<
SplitOff2: <<
Package: xforms-bin
Replaces: xforms (<< 0.99-1)
Depends: %N (= %v-%r), x11
Files:  bin share/man/man1
DocFiles: COPYING.LIB README NEWS
<<
DescPackaging: <<
Redo ancient autotools to get two-level and other darwin tricks

nieder: updated to 1.0.93sp1.  New libN means new package
xforms2-shlibs is now parent package to improve libN 
maintenance
<<
Description: GUI toolkit based on Xlib
License: GPL
DocFiles: COPYING.LIB README NEWS
Maintainer: None 
Homepage: http://www.nongnu.org/xforms/

--- NEW FILE: xforms2-shlibs.patch ---
diff -Nurd -x'*~' xforms-1.0.93sp1.orig/configure.ac 
xforms-1.0.93sp1/configure.ac
--- xforms-1.0.93sp1.orig/configure.ac  2010-05-24 11:21:56.0 -0400
+++ xforms-1.0.93sp1/configure.ac   2013-05-13 09:22:13.0 -0400
@@ -39,7 +39,6 @@
 AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
-AC_PROG_RANLIB
 
 ### check for special systems
 AC_ISC_POSIX
@@ -88,11 +87,20 @@
 # Checks for header files.
 AC_CHECK_HEADERS([sys/select.h])
 
-# Check whether we want to build the gl code
+# Check whether we want to build the gl code (headers may be with X11's)
+AC_PATH_XTRA
 AC_ARG_ENABLE(gl,
   [AS_HELP_STRING([--disable-gl],[Do not build GL support library])])
 if test x$enable_gl != xno ; then
-  AC_CHECK_HEADER([GL/glx.h],, [enable_gl=no])
+  save_CPPFLAGS=$CPPFLAGS
+  CPPFLAGS="$X_CFLAGS $CPPFLAGS"
+  AC_CHECK_HEADER([GL/glx.h],, [
+enable_gl=no
+if test x$enable_gl != xyes ; then
+  AC_MSG_ERROR([GL requested but not available])
+fi
+  ])
+  CPPFLAGS=$save_CPPFLAGS
 fi
 AM_CONDITIONAL(BUILD_GL, [test x$enable_gl != xno])
 
@@ -101,7 +109,6 @@
 dnl AC_HEADER_DIRENT
 
 # Check for X, XPM and JPEG
-AC_PATH_XTRA
 XFORMS_PATH_XPM
 XFORMS_CHECK_LIB_JPEG
 
diff -Nurd -x'*~' xforms-1.0.93sp1.orig/fdesign/Makefile.am 
xforms-1.0.93sp1/fdesign/Makefile.am
--- xforms-1.0.93sp1.orig/fdesign/Makefile.am   2009-08-29 18:04:33.0 
-0400
+++ xforms-1.0.93sp1/fdesign/Makefile.am2013-05-13 09:23:19.0 
-0400
@@ -57,7 +57,3 @@
sp_xyplot.c \
sp_util.c \
xpm.h
-
-#  viewforms.c \
-#  viewforms.h \
-#  viewforms_main.c
diff -Nurd -x'*~' xforms-1.0.93sp1.orig/gl/Makefile.am 
xforms-1.0.93sp1/gl/Makefile.am
--- xforms-1.0.93sp1.orig/gl/Makefile.am2009-08-06 15:32:11.0 
-0400
+++ xforms-1.0.93sp1/gl/Makefile.am 2013-05-13 09:30:10.0 -0400
@@ -7,7 +7,7 @@
 
 lib_LTLIBRARIES = libformsGL.la
 
-libformsGL_la_LDFLAGS = -no-undefined -Wl,--no-undefined -version-info 
@SO_VERSION@
+libformsGL_la_LDFLAGS = -no-undefined -version-info @SO_VERSION@
 
 libformsGL_la_LIBADD = ../lib/libforms.la $(X_LIBS) -lGL -lX11
 
diff -Nurd -x'*~' xforms-1.0.93sp1.orig/image/Makefile.am 
xforms-1.0.93sp1/image/Makefile.am
--- xforms-1.0.93sp1.orig/image/Makefile.am 2009-08-06 15:32:50.0 
-0400
+++ xforms-1.0.93sp1/image/Makefile.am  2013-05-13 09:30:17.0 -0400
@@ -7,7 +7,7 @@
 
 lib_LTLIBRARIES = libflimage.la
 
-libflimage_la_LDFLAGS = -no-undefined -Wl,--no-

[cvs] dists/10.7/stable/main/finkinfo/x11 xforms.info,1.3,1.4

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29857/x11

Modified Files:
xforms.info 
Log Message:
know about existance of xforms2

Index: xforms.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/xforms.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xforms.info 14 May 2013 14:37:45 -  1.3
+++ xforms.info 26 Aug 2013 21:32:07 -  1.4
@@ -1,10 +1,19 @@
 Package: xforms
 Version: 1.0.90
-Revision: 4
+Revision: 5
 Source: http://savannah.nongnu.org/download/%n/%n-%v.tar.gz
 Source-MD5: 558b600402430f207e671e2d0d725b6d
-Depends: %N-shlibs (= %v-%r), %N-bin
-Replaces: xforms-shlibs (<= 1.0-1), xforms-bin (<< 1.0.90-2)
+Depends: %N-shlibs (= %v-%r)
+Conflicts: <<
+   xforms,
+   xforms2
+<<
+Replaces: <<
+   xforms-shlibs (<= 1.0-1),
+   xforms-bin (<< 1.0.90-2),
+   xforms,
+   xforms2
+<<
 BuildDependsOnly: true
 BuildDepends: <<
autoconf2.6,


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/games fortunes-de.info, NONE, 1.1 fortunes-de.patch, NONE, 1.1

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2

Added Files:
fortunes-de.info fortunes-de.patch 
Log Message:
fortunes-de from 10.4 with bump to 0.31

--- NEW FILE: fortunes-de.patch ---
diff -ruN fortunes-de-0.31-orig/install.sh fortunes-de-0.31/install.sh
--- fortunes-de-0.31-orig/install.sh2008-10-28 02:58:23.0 -0400
+++ fortunes-de-0.31/install.sh 2013-08-20 14:00:43.0 -0400
@@ -3,24 +3,12 @@
 ### Andreas Tille 
 ### GPL or EUPL
 
-PREFIX=${PREFIX-"/usr/local"}
-
 ### Databases
 FORTUNES=`find data -maxdepth 1 -type f | sed "s?data/??"`
 FORTUNESMORE=`find data-more -maxdepth 1 -type f | sed "s?data-more/??"`
 DIRS=`find data -maxdepth 1 -type d | sed "s?data/??" | sed "/data/d"`
 
-DOC="README AUTHORS NEWS LIESMICH GPL-Deutsch"
-DOCDIR=$PREFIX/${DOCDIR:-"doc/fortune-de"}
-BINDIR=$PREFIX/${BINDIR:-"games"}
-MANDIR=$PREFIX/${MANDIR:-"man"}
-FORTUNEDIR=${FORTUNEDIR:-"$PREFIX/games"}
-# SCRIPTS="spruch regeln"
-
-FORTUNESDIR=$PREFIX/${FORTUNESDIR:-"share/games/fortunes"}
-INSTDIR=$FORTUNESDIR/de
-
-SCRIPTSEARCH=${SCRIPTSEARCH:-"$FORTUNESDIR"}
+INSTDIR=@PREFIX@/share/fortunes/de
 
 ### Rezepte
 REZEPTE=`find rezepte -maxdepth 1 -type d | sed "s?rezepte/??" | sed 
"/rezepte/d"`
@@ -28,7 +16,7 @@
 
 str_it () {
   dat=`basename $1`
-  cp -a -f $1 $INSTDIR
+  cp -pR -f $1 $INSTDIR
   # if [ "$UTF8" = "yes" ] ; then
  # Data files now are just UTF-8 encoded
  # recode latin1..u8 $INSTDIR/"$dat"
@@ -38,13 +26,6 @@
   strfile -s $INSTDIR/"$dat"
 }
 
-if [ -d $DOCDIR ] || mkdir -p $DOCDIR
-then cp -a -f $DOC $DOCDIR
-else 
- echo "Unable to create $DOCDIR."
- exit 2
-fi
-
 if [ -d $INSTDIR ] || mkdir -p $INSTDIR
 then
 # nicht veränderte Datenfiles
@@ -96,69 +77,3 @@
   echo "Unable to create $FORTUNESDIR."
   exit 3
 fi
-
-# Script-Pfade anpassen
-mainsh="spruch"
-if [ -d $BINDIR ] || mkdir -p $BINDIR
-then
-  cat bin/$mainsh.sh | \
-  sed "s?/usr/local/share/games/fortunes?$SCRIPTSEARCH?" | \
-  sed "s?\(FORTUNEPATH=\)/usr/local/games/?\1$FORTUNEDIR/?" \
-  > $BINDIR/$mainsh
-chmod 755 $BINDIR/$mainsh
-  for sh in `ls rezepte`
-  do
-ln -sf $mainsh $BINDIR/$sh
-  done
-else
-  echo  "Unable to create $BINDIR"
-fi
-
-MANLOCALES="/ /de/"
-mainman="spruch.6"
-for loc in ${MANLOCALES} ; do
-  MAN6DIR=$MANDIR${loc}man6
-  if [ -d $MAN6DIR ] || mkdir -p $MAN6DIR
-  then
-cp -a man${loc}$mainman $MAN6DIR
-for man in `ls rezepte` ; do
-  ln -sf $mainman $MAN6DIR/${man}.6
-done
-#if [ "$loc" = "/de/" ] ; then
-#  ln -sf $mainman $MAN6DIR/fortune.6
-#fi
-  else
-echo  "Unable to create $MAN6DIR"
-  fi
-done
-
-if [ -f ${BINDIR}/fortune ] ; then
-  if [ -f ${BINDIR}/fortune.en -o -L ${BINDIR}/fortune ] ; then
-echo "Es scheint schon eine frühere Version von fortunes-de installiert 
worden zu sein."
-echo "Verzichte auf das Umbenennen von ${BINDIR}/fortune."
-  else
-mv ${BINDIR}/fortune ${BINDIR}/fortune.en
-  fi
-fi
-
-exit $?
-
-# Do not link to fortune because fortune is now internationalized
-ln -sf $mainsh ${BINDIR}/fortune
-
-MAN6DIR=$MANDIR/man6
-if [ -f ${MAN6DIR}/fortune.6 ] ; then
-  if [ -f ${MAN6DIR}/fortune.en.6 -o -L ${MAN6DIR}/fortune.6 ] ; then
-echo "Verzichte auf das Umbenennen von ${MAN6DIR}/fortune.en.6."
-  else
-mv ${MAN6DIR}/fortune.6 ${MAN6DIR}/fortune.en.6
-  fi
-fi
-if [ -f ${MAN6DIR}/fortune.6.gz ] ; then
-  if [ -f ${MAN6DIR}/fortune.en.6.gz -o -L ${MAN6DIR}/fortune.6.gz ] ; then
-echo "Verzichte auf das Umbenennen von ${MAN6DIR}/fortune.en.6.gz."
-  else
-mv ${MAN6DIR}/fortune.6.gz ${MAN6DIR}/fortune.en.6.gz
-  fi
-fi
-ln -sf $mainman $MAN6DIR/fortune.6

--- NEW FILE: fortunes-de.info ---
Package: fortunes-de
Version: 0.31
Revision: 1
License: GPL
HomePage: http://packages.debian.org/unstable/games/fortunes-de
BuildDepends: recode, fortune-mod, fink (>= 0.24.12)
Recommends: fortune-mod (>= 9708-3)
Enhances: fortune-mod (>= 9708-3)
Provides: fortune-cookie-db
Source: mirror:debian:pool/main/f/%n/%n_%v.orig.tar.gz
Source-MD5: 0d5e7719b59004fe5b46c992470f5683
Source-Checksum: SHA1(632d174474ce5ef553cabde4509acace32d306ee)
SourceDirectory: %n-%v
DocFiles: AUTHORS ChangeLog COPYING GPL-Deutsch LIESMICH NEWS README
PatchFile: %n.patch
PatchFile-MD5: 45ae66bc94f9f3b47ee1bb6775b86fae
PatchScript: sed 's|@PREFIX@|%i|g' < %{PatchFile} | patch -p1
CompileScript: echo "No compile needed."
InstallScript: ./install.sh -utf8
Description: Fortune-mod: German data files for fortune
DescDetail: <<
 Collection of more than 15000 German cookies. This package can be a
 replacement for or an addition to the fortunes package to let fortune
 speak German.

 Deutsche Spruch-Dateien fuer fortune

 Sammlung von mehr als 15000 deutschen Spruechen, Witzen und
 Zitaten. Dieses Paket ersetzt oder ergaenzt das (englische) fortune
 Paket um deutsche Sprueche.
<<
DescPackaging: <<
  Original maintainer: Carsten Klapp 

  Only insta

[cvs] dists/10.7/stable/main/finkinfo/sci libstaden-read1-shlibs.info, 1.1, 1.2

2013-08-26 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30884

Modified Files:
libstaden-read1-shlibs.info 
Log Message:
libstaden 1.13.2

Index: libstaden-read1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/libstaden-read1-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libstaden-read1-shlibs.info 12 Jun 2013 11:42:51 -  1.1
+++ libstaden-read1-shlibs.info 26 Aug 2013 21:50:53 -  1.2
@@ -1,9 +1,9 @@
 Package: libstaden-read1-shlibs
-Version: 1.13.1
+Version: 1.13.2
 Revision: 1
 Description: Library for reading/writing DNA seq. results
 License: BSD
-### Free to update.
+### Free to update and take over (take staden if you take this)
 Maintainer: Hanspeter Niederstrasser 
 Depends: <<
bzip2-shlibs,
@@ -15,8 +15,8 @@
libcurl4
 <<
 Source: mirror:sourceforge:staden/io_lib/%v/io_lib-%v.tar.gz
-Source-MD5: bf6c8cc5ed5a47b3372d9edcaa84f473
-Source-Checksum: SHA1(345fde93106e2414607d61ea8a09b0415736258d)
+Source-MD5: e768875fe07c9aa4eca699f78c3027d7
+Source-Checksum: SHA1(6ad2603c4d9a5ffb7350379533a0099f9bcdd826)
 ConfigureParams: <<
--disable-static --enable-dependency-tracking
 <<
@@ -35,7 +35,7 @@
make install DESTDIR=%d
 <<
 DocFiles: CHANGES COPYRIGHT ChangeLog README
-Shlibs: %p/lib/libstaden-read.1.dylib 5.0.0 %n (>= 1.13.1-1)
+Shlibs: %p/lib/libstaden-read.1.dylib 6.0.0 %n (>= 1.13.2-1)
 SplitOff: <<
Package: libstaden-read1-dev
Description: libstaden-read1 developer files


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs