[cvs] dists/10.4/unstable/main/finkinfo/crypto monotone-10.6.info, 1.2, 1.3 monotone.patch, 1.1, 1.2

2010-10-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19182/10.4/unstable/main/finkinfo/crypto

Modified Files:
monotone-10.6.info monotone.patch 
Log Message:
New upstream version, plus a patch to fix sqlite breakage.


Index: monotone-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/monotone-10.6.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone-10.6.info  9 Jul 2010 21:59:35 -   1.2
+++ monotone-10.6.info  22 Oct 2010 13:39:58 -  1.3
@@ -1,12 +1,14 @@
 Package: monotone
-Version: 0.48
+Version: 0.48.1
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: 330a1fe1d92c899d1ad539606f85a9f8
-#PatchFile: %n.patch
+Source-MD5: b5fa9e3b02ca3dcaf58fb7a2519ef956
+PatchFile: %n.patch
+PatchFile-MD5: 3057175fa149abcb8b86edd981b4e060
 #PatchScript: sed -e 's|@SW@|%p|g'  %{PatchFile} | patch -p1
 Distribution: 10.6
 BuildDepends:
+  fink (= 0.24.12),
   boost1.41.cmake,
   botan (=1.8.1-1),
   libgettext3-dev (= 0.14.5-2),

Index: monotone.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/monotone.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- monotone.patch  1 Jul 2010 01:37:10 -   1.1
+++ monotone.patch  22 Oct 2010 13:39:58 -  1.2
@@ -1,48 +1,28 @@
-Only in monotone-0.31-patched: cmd_automate.cc.orig
-diff -ru monotone-0.31/configure monotone-0.31-patched/configure
 monotone-0.31/configure2006-11-11 13:08:59.0 -0600
-+++ monotone-0.31-patched/configure2006-11-14 00:09:01.0 -0600
-@@ -3256,13 +3256,13 @@
-   CFLAGS=$ac_save_CFLAGS
- elif test $ac_cv_prog_cc_g = yes; then
-   if test $GCC = yes; then
--CFLAGS=-g -O2
-+CFLAGS=-g -O0
-   else
- CFLAGS=-g
-   fi
- else
-   if test $GCC = yes; then
--CFLAGS=-O2
-+CFLAGS=-O0
-   else
- CFLAGS=
-   fi
-@@ -4527,13 +4527,13 @@
-   CXXFLAGS=$ac_save_CXXFLAGS
- elif test $ac_cv_prog_cxx_g = yes; then
-   if test $GXX = yes; then
--CXXFLAGS=-g -O2
-+CXXFLAGS=-g -O0
-   else
- CXXFLAGS=-g
-   fi
- else
-   if test $GXX = yes; then
--CXXFLAGS=-O2
-+CXXFLAGS=-O0
-   else
- CXXFLAGS=
-   fi
-Only in monotone-0.31-patched: configure.orig
-diff -ru monotone-0.31/hash_map.hh monotone-0.31-patched/hash_map.hh
 monotone-0.31/hash_map.hh  2006-11-11 13:08:11.0 -0600
-+++ monotone-0.31-patched/hash_map.hh  2006-11-14 00:09:01.0 -0600
-@@ -3,6 +3,7 @@
- 
- #include config.h
- 
-+#undef _T
- #include functional
- namespace hashmap {
- 
+diff -ru monotone-0.48/database.cc monotone-0.48-patched/database.cc
+--- monotone-0.48/database.cc  2010-06-13 12:46:00.0 -0500
 monotone-0.48-patched/database.cc  2010-10-22 07:35:24.0 -0500
+@@ -1489,12 +1489,19 @@
+   vectorstring row;
+   for (int col = 0; col  ncol; col++)
+ {
++  // We never store NULLs, so we should never see one.
++  int const datatype = sqlite3_column_type(i-second.stmt(), col);
++  E(datatype != SQLITE_NULL, origin::database,
++F(null result in query: %s) % query.sql_cmd);
+   const char * value = (const 
char*)sqlite3_column_blob(i-second.stmt(), col);
+   int bytes = sqlite3_column_bytes(i-second.stmt(), col);
+-  E(value, origin::database,
+-F(null result in query: %s) % query.sql_cmd);
+-  row.push_back(string(value, value + bytes));
+-  //L(FL(row %d col %d value='%s') % nrow % col % value);
++  if (value) {
++row.push_back(string(value, value + bytes));
++  } else {
++// sqlite3_column_blob() returns null for zero-length
++I(bytes == 0);
++row.push_back(string());
++  }
+ }
+   res.push_back(row);
+ }
+Only in monotone-0.48-patched/: database.cc.orig


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors texmacs.info, 1.30, 1.31

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30572/unstable/main/finkinfo/editors

Modified Files:
texmacs.info 
Log Message:
val-fix


Index: texmacs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- texmacs.info1 Dec 2009 00:32:07 -   1.30
+++ texmacs.info22 Oct 2010 18:38:24 -  1.31
@@ -84,7 +84,7 @@
 
  For importing non-postscript images, the netpbm package is recommended.
 
-DeskPackaging:
+DescPackaging:
  Patch from texmacs svn to disable code that doesn't build on 
  MacOSX 10.4. Should be incorporated in next release.
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors texmacs.info,1.7,1.8

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30572/stable/main/finkinfo/editors

Modified Files:
texmacs.info 
Log Message:
val-fix


Index: texmacs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- texmacs.info29 Nov 2009 10:40:25 -  1.7
+++ texmacs.info22 Oct 2010 18:38:23 -  1.8
@@ -10,14 +10,14 @@
 Source-MD5: 4f40bededefc44e8927455efe0358780
 License: GPL
 Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp-shlibs, libtool14-shlibs, 
libgettext3-shlibs
-BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp, libtool14, gettext
+BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp, libtool14, gettext, fink (= 0.24.12)
 Replaces: texmacs-extra-fonts, texmacs-type1-fonts, texmacs, texmacs-qt
 Conflicts: texmacs, texmacs-qt
 BuildConflicts: freetype
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
 Suggests: texmacs-extra-fonts
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
-PatchFile: %N.patch
+PatchFile: %n.patch
 PatchFile-MD5: ff01a83b10ec4e71e475672068fdae67
 PatchScript: 
 #!/bin/sh -ev
@@ -89,7 +89,7 @@
 
  For importing non-postscript images, the netpbm package is recommended.
 
-DeskPackaging:
+DescPackaging:
  Patch from texmacs svn to disable code that doesn't build on 
  MacOSX 10.4. Should be incorporated in next release.
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors lsdb.info,1.4,1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31272/unstable/main/finkinfo/editors

Modified Files:
lsdb.info 
Log Message:
val-fix


Index: lsdb.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/lsdb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lsdb.info   29 Jan 2009 06:52:38 -  1.4
+++ lsdb.info   22 Oct 2010 18:40:07 -  1.5
@@ -1,7 +1,7 @@
 Package: lsdb
 Version: 0.11
 Revision: 5
-Description: The Lovely Sister Database (email rolodex) for Emacs
+Description: Lovely Sister Database (emacs email-rolodex)
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors lsdb.info,1.6,1.7

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31272/stable/main/finkinfo/editors

Modified Files:
lsdb.info 
Log Message:
val-fix


Index: lsdb.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/lsdb.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lsdb.info   21 Sep 2009 14:31:37 -  1.6
+++ lsdb.info   22 Oct 2010 18:40:07 -  1.7
@@ -1,7 +1,7 @@
 Package: lsdb
 Version: 0.11
 Revision: 5
-Description: The Lovely Sister Database (email rolodex) for Emacs
+Description: Lovely Sister Database (emacs email-rolodex)
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors limit.info,1.6,1.7

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32109/stable/main/finkinfo/editors

Modified Files:
limit.info 
Log Message:
val-fix


Index: limit.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/limit.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- limit.info  21 Sep 2009 14:31:37 -  1.6
+++ limit.info  22 Oct 2010 18:41:27 -  1.7
@@ -57,7 +57,7 @@
 
 ConfFiles: %p/etc/emacs/site-start.d/50%n.el
 InfoDocs: mime-en.info mime-ja.info sasl.info
-Description: Library about Internet Message, for IT generation
+Description: Library about Internet Message
 DescDetail: 
 LIMIT is one of subspecies of FLIM.
 FLIM (Faithful Library about Internet Message) is a library to provide


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors limit.info,1.8,1.9

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32109/unstable/main/finkinfo/editors

Modified Files:
limit.info 
Log Message:
val-fix


Index: limit.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/limit.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- limit.info  21 Jan 2008 17:43:44 -  1.8
+++ limit.info  22 Oct 2010 18:41:27 -  1.9
@@ -57,7 +57,7 @@
 
 ConfFiles: %p/etc/emacs/site-start.d/50%n.el
 InfoDocs: mime-en.info mime-ja.info sasl.info
-Description: Library about Internet Message, for IT generation
+Description: Library about Internet Message
 DescDetail: 
 LIMIT is one of subspecies of FLIM.
 FLIM (Faithful Library about Internet Message) is a library to provide


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors flim.info,1.9,1.10

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv516/stable/main/finkinfo/editors

Modified Files:
flim.info 
Log Message:
val-fix


Index: flim.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/flim.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- flim.info   21 Sep 2009 14:31:37 -  1.9
+++ flim.info   22 Oct 2010 18:44:42 -  1.10
@@ -57,9 +57,9 @@
 
 ConfFiles: %p/etc/emacs/site-start.d/50%n.el
 InfoDocs: mime-en.info mime-ja.info sasl.info
-Description: Library to provide basic features about message for Emacsen
+Description: Faithful Library about Internet Message
 DescDetail: 
-FLIM (Faithful Library about Internet Message) is a library to provide
+FLIM (Faithful Library about Internet Message) is an emacs library to provide
 basic features about message representation or encoding. It consists
 of following modules:
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors flim.info,1.8,1.9

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv516/unstable/main/finkinfo/editors

Modified Files:
flim.info 
Log Message:
val-fix


Index: flim.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/flim.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- flim.info   21 Jan 2008 17:43:44 -  1.8
+++ flim.info   22 Oct 2010 18:44:42 -  1.9
@@ -57,9 +57,9 @@
 
 ConfFiles: %p/etc/emacs/site-start.d/50%n.el
 InfoDocs: mime-en.info mime-ja.info sasl.info
-Description: Library to provide basic features about message for Emacsen
+Description: Faithful Library about Internet Message
 DescDetail: 
-FLIM (Faithful Library about Internet Message) is a library to provide
+FLIM (Faithful Library about Internet Message) is an emacs library to provide
 basic features about message representation or encoding. It consists
 of following modules:
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors emacs21-21.2-1026.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1276/stable/main/finkinfo/editors

Modified Files:
emacs21-21.2-1026.info 
Log Message:
val-fix


Index: emacs21-21.2-1026.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs21-21.2-1026.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- emacs21-21.2-1026.info  25 Apr 2009 04:10:19 -  1.4
+++ emacs21-21.2-1026.info  22 Oct 2010 18:46:21 -  1.5
@@ -2,7 +2,7 @@
 Version: 21.2
 Revision: 1026
 Distribution: 10.4
-Description: Flexible real-time text editor, v21.2 with X11 support
+Description: Flexible real-time text editor with X11 GUI
 License: GPL
 Maintainer: Christian Swinehart cswineh...@users.sourceforge.net
 Provides: emacsen


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors emacs21-21.2-1026.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1276/unstable/main/finkinfo/editors

Modified Files:
emacs21-21.2-1026.info 
Log Message:
val-fix


Index: emacs21-21.2-1026.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs21-21.2-1026.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- emacs21-21.2-1026.info  25 Apr 2009 04:10:19 -  1.4
+++ emacs21-21.2-1026.info  22 Oct 2010 18:46:21 -  1.5
@@ -2,7 +2,7 @@
 Version: 21.2
 Revision: 1026
 Distribution: 10.4
-Description: Flexible real-time text editor, v21.2 with X11 support
+Description: Flexible real-time text editor with X11 GUI
 License: GPL
 Maintainer: Christian Swinehart cswineh...@users.sourceforge.net
 Provides: emacsen


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors emacs21-nox-21.3-1021.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1705/stable/main/finkinfo/editors

Modified Files:
emacs21-nox-21.3-1021.info 
Log Message:
val-fix


Index: emacs21-nox-21.3-1021.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs21-nox-21.3-1021.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- emacs21-nox-21.3-1021.info  25 Apr 2009 04:10:19 -  1.4
+++ emacs21-nox-21.3-1021.info  22 Oct 2010 18:49:07 -  1.5
@@ -2,7 +2,7 @@
 Version: 21.3
 Revision: 1021
 Distribution: 10.4
-Description: Flexible real-time text editor, v21.3 for terminal only
+Description: Flexible real-time text editor (CLI only)
 License: GPL
 Maintainer: Christian Swinehart cswineh...@users.sourceforge.net
 Provides: emacsen


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors emacs21-nox.info, 1.6, 1.7 emacs21-xaw3d.info, 1.8, 1.9

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2703/unstable/main/finkinfo/editors

Modified Files:
emacs21-nox.info emacs21-xaw3d.info 
Log Message:
val-fix


Index: emacs21-xaw3d.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs21-xaw3d.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- emacs21-xaw3d.info  25 Apr 2009 04:10:19 -  1.8
+++ emacs21-xaw3d.info  22 Oct 2010 18:51:33 -  1.9
@@ -2,7 +2,7 @@
 Version: 21.3.50-20041117
 Revision: 1004
 Distribution: 10.4
-Description: Flexible real-time text editor, X11 support  3D scrollbars
+Description: Flexible real-time text editor (X11/3D GUI)
 License: GPL
 Maintainer: Christian Swinehart cswineh...@users.sourceforge.net
 Provides: emacsen

Index: emacs21-nox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs21-nox.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- emacs21-nox.info25 Apr 2009 04:10:19 -  1.6
+++ emacs21-nox.info22 Oct 2010 18:51:33 -  1.7
@@ -2,7 +2,7 @@
 Version: 21.3.50-20041117
 Revision: 1004
 Distribution: 10.4
-Description: Flexible real-time text editor, v21.3, for console use
+Description: Flexible real-time text editor (CLI only)
 License: GPL
 Maintainer: Christian Swinehart cswineh...@users.sourceforge.net
 Provides: emacsen


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/crypto ftp-tls.info,1.1,1.2

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3041/stable/main/finkinfo/crypto

Modified Files:
ftp-tls.info 
Log Message:
val-fix


Index: ftp-tls.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/ftp-tls.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftp-tls.info1 Jul 2010 01:39:58 -   1.1
+++ ftp-tls.info22 Oct 2010 18:52:41 -  1.2
@@ -14,7 +14,7 @@
 make
 
 DocFiles: LICENSE README.TLS PLATFORMS draft-murray-auth-ftp-ssl-09.txt
-Description: SSL/TLS enabled replacement for standard FTP tool
+Description: SSL/TLS enabled replacement FTP tool
 DescDetail: 
 This is a a port of the OpenBSD FTP tool, with added support for
 SSL/TLS, using the OpenSSL library.  Server support for this is still


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/crypto ftp-tls.info,1.1,1.2

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3041/unstable/main/finkinfo/crypto

Modified Files:
ftp-tls.info 
Log Message:
val-fix


Index: ftp-tls.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/ftp-tls.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftp-tls.info1 Jul 2010 01:37:10 -   1.1
+++ ftp-tls.info22 Oct 2010 18:52:41 -  1.2
@@ -14,7 +14,7 @@
 make
 
 DocFiles: LICENSE README.TLS PLATFORMS draft-murray-auth-ftp-ssl-09.txt
-Description: SSL/TLS enabled replacement for standard FTP tool
+Description: SSL/TLS enabled replacement FTP tool
 DescDetail: 
 This is a a port of the OpenBSD FTP tool, with added support for
 SSL/TLS, using the OpenSSL library.  Server support for this is still


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/crypto starttls.info,1.1,1.2

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4979/unstable/main/finkinfo/crypto

Modified Files:
starttls.info 
Log Message:
val-fix


Index: starttls.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/starttls.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- starttls.info   1 Jul 2010 01:37:10 -   1.1
+++ starttls.info   22 Oct 2010 18:58:33 -  1.2
@@ -1,7 +1,7 @@
 Package: starttls
 Version: 0.10
 Revision: 5
-Description: Simple wrapper program for STARTTLS protocol
+Description: TLS initialization wrapper and emacs module
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: system-openssl-dev, fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/crypto starttls.info,1.1,1.2

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4979/stable/main/finkinfo/crypto

Modified Files:
starttls.info 
Log Message:
val-fix


Index: starttls.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/starttls.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- starttls.info   1 Jul 2010 01:39:58 -   1.1
+++ starttls.info   22 Oct 2010 18:58:33 -  1.2
@@ -1,7 +1,7 @@
 Package: starttls
 Version: 0.10
 Revision: 5
-Description: Simple wrapper program for STARTTLS protocol
+Description: TLS initialization wrapper and emacs module
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: system-openssl-dev, fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/database unixodbc2-nox.info, 1.4, 1.5 unixodbc2.info, 1.3, 1.4

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6416/stable/main/finkinfo/database

Modified Files:
unixodbc2-nox.info unixodbc2.info 
Log Message:
val-fix


Index: unixodbc2-nox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/unixodbc2-nox.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- unixodbc2-nox.info  8 Jan 2010 21:09:56 -   1.4
+++ unixodbc2-nox.info  22 Oct 2010 19:02:12 -  1.5
@@ -93,7 +93,7 @@
 fi
 
 ###
-Description: Provides ODBC 3 connectivity for Unix (No GUI)
+Description: ODBC 3 connectivity for Unix (No GUI)
 DescDetail: 
   The unixODBC project provides UNIX applications with the same ODBC 3.51 API
   and facilities available under Windows. It provides a Driver Manager that

Index: unixodbc2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/unixodbc2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- unixodbc2.info  8 Jan 2010 21:09:57 -   1.3
+++ unixodbc2.info  22 Oct 2010 19:02:13 -  1.4
@@ -95,7 +95,7 @@
 fi
 
 ###
-Description: Provides ODBC 3 connectivity for Unix
+Description: ODBC 3 connectivity for Unix
 DescDetail: 
   The unixODBC project provides UNIX applications with the same ODBC 3.51 API
   and facilities available under Windows. It provides a Driver Manager that


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/database unixodbc2-nox.info, 1.7, 1.8 unixodbc2.info, 1.7, 1.8

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6416/unstable/main/finkinfo/database

Modified Files:
unixodbc2-nox.info unixodbc2.info 
Log Message:
val-fix


Index: unixodbc2-nox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/unixodbc2-nox.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- unixodbc2-nox.info  28 Mar 2010 17:40:30 -  1.7
+++ unixodbc2-nox.info  22 Oct 2010 19:02:13 -  1.8
@@ -96,7 +96,7 @@
 fi
 
 ###
-Description: Provides ODBC 3 connectivity for Unix (No GUI)
+Description: ODBC 3 connectivity for Unix (No GUI)
 DescDetail: 
   The unixODBC project provides UNIX applications with the same ODBC 3.51 API
   and facilities available under Windows. It provides a Driver Manager that

Index: unixodbc2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/unixodbc2.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- unixodbc2.info  28 Mar 2010 17:40:30 -  1.7
+++ unixodbc2.info  22 Oct 2010 19:02:13 -  1.8
@@ -98,7 +98,7 @@
 fi
 
 ###
-Description: Provides ODBC 3 connectivity for Unix
+Description: ODBC 3 connectivity for Unix
 DescDetail: 
   The unixODBC project provides UNIX applications with the same ODBC 3.51 API
   and facilities available under Windows. It provides a Driver Manager that


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors crypt++el.info,1.5,1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6851/stable/main/finkinfo/editors

Modified Files:
crypt++el.info 
Log Message:
val-fix


Index: crypt++el.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/crypt++el.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crypt++el.info  21 Sep 2009 14:31:37 -  1.5
+++ crypt++el.info  22 Oct 2010 19:04:07 -  1.6
@@ -26,7 +26,7 @@
 PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove %n
 #
-Description: Emacs-Lisp Code for encrypted/compressed files
+Description: Emacs module for encrypted/compressed files
 DescDetail: 
  Code for handling all sorts of compressed and encrypted files like:
  .gz, .tar.gz, .Z, .zip, .gpg, PGP etc.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors crypt++el.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6851/unstable/main/finkinfo/editors

Modified Files:
crypt++el.info 
Log Message:
val-fix


Index: crypt++el.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/crypt++el.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- crypt++el.info  29 Jan 2009 06:52:38 -  1.4
+++ crypt++el.info  22 Oct 2010 19:04:07 -  1.5
@@ -26,7 +26,7 @@
 PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove %n
 #
-Description: Emacs-Lisp Code for encrypted/compressed files
+Description: Emacs module for encrypted/compressed files
 DescDetail: 
  Code for handling all sorts of compressed and encrypted files like:
  .gz, .tar.gz, .Z, .zip, .gpg, PGP etc.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors autogen.info,1.3,1.4

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7511/stable/main/finkinfo/editors

Modified Files:
autogen.info 
Log Message:
val-fix


Index: autogen.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/autogen.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- autogen.info24 Mar 2009 06:27:53 -  1.3
+++ autogen.info22 Oct 2010 19:05:33 -  1.4
@@ -51,7 +51,7 @@
  make DESTDIR=%d install
 
 #
-Description: Tool for automated text generation from templates
+Description: Automated text generation from templates
 DescDetail: 
 AutoGen is a tool designed to simplify the creation and maintenance of
 programs that contain large amounts of repetitious text. It is


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/editors auctex.info, 1.14, 1.15

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7741/unstable/main/finkinfo/editors

Modified Files:
auctex.info 
Log Message:
val-fix


Index: auctex.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/auctex.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- auctex.info 29 Jan 2009 06:52:38 -  1.14
+++ auctex.info 22 Oct 2010 19:07:00 -  1.15
@@ -1,7 +1,7 @@
 Package: auctex
 Version: 11.85
 Revision: 3
-Description: Integrated environment for TeX/LaTeX document writing
+Description: Environment for writing TeX/LaTeX docs
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/editors auctex.info,1.10,1.11

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7741/stable/main/finkinfo/editors

Modified Files:
auctex.info 
Log Message:
val-fix


Index: auctex.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/auctex.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- auctex.info 21 Sep 2009 14:31:37 -  1.10
+++ auctex.info 22 Oct 2010 19:07:00 -  1.11
@@ -1,7 +1,7 @@
 Package: auctex
 Version: 11.85
 Revision: 3
-Description: Integrated environment for TeX/LaTeX document writing
+Description: Environment for writing TeX/LaTeX docs
 License: GPL
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 BuildDepends: fink (= 0.24.12)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel pccts.info,1.5,1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8059/stable/main/finkinfo/devel

Modified Files:
pccts.info 
Log Message:
val-fix


Index: pccts.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/pccts.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pccts.info  12 Aug 2008 01:00:33 -  1.5
+++ pccts.info  22 Oct 2010 19:08:41 -  1.6
@@ -22,7 +22,7 @@
 
 DocFiles: README RIGHTS CHANGES_FROM_131.txt CHANGES_FROM_133_BEFORE_MR13.txt 
CHANGES_FROM_133.txt CHANGES_SUMMARY.txt history.ps history.txt 
KNOWN_PROBLEMS.txt
 #
-Description: Purdue Compiler-Construction Tool Set (parser-generator)
+Description: Purdue Compiler-Construction Tool Set
 DescPort: 
  -specify cc as the compiler
  -share/man as the mandir


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 pccts.info,1.5,1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8059/unstable/main/finkinfo/devel

Modified Files:
pccts.info 
Log Message:
val-fix


Index: pccts.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pccts.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pccts.info  2 Mar 2008 18:31:56 -   1.5
+++ pccts.info  22 Oct 2010 19:08:41 -  1.6
@@ -22,7 +22,7 @@
 
 DocFiles: README RIGHTS CHANGES_FROM_131.txt CHANGES_FROM_133_BEFORE_MR13.txt 
CHANGES_FROM_133.txt CHANGES_SUMMARY.txt history.ps history.txt 
KNOWN_PROBLEMS.txt
 #
-Description: Purdue Compiler-Construction Tool Set (parser-generator)
+Description: Purdue Compiler-Construction Tool Set
 DescPort: 
  -specify cc as the compiler
  -share/man as the mandir


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 autobook.info,1.4,1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8879/unstable/main/finkinfo/devel

Modified Files:
autobook.info 
Log Message:
val-fix


Index: autobook.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/autobook.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autobook.info   21 Nov 2006 05:47:24 -  1.4
+++ autobook.info   22 Oct 2010 19:10:34 -  1.5
@@ -13,7 +13,7 @@
 cd ..
 mv %n-%v %i/share/doc/%n
 
-Description: GNU Autobook for autotools
+Description: GNU autotools documentation
 DescDetail: 
 New Riders graciously indulged our principles, and published this book under 
 the terms of the Open Publication License (with none of the options exercised).


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel autobook.info,1.4,1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8879/stable/main/finkinfo/devel

Modified Files:
autobook.info 
Log Message:
val-fix


Index: autobook.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/autobook.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autobook.info   21 Nov 2006 05:44:37 -  1.4
+++ autobook.info   22 Oct 2010 19:10:34 -  1.5
@@ -13,7 +13,7 @@
 cd ..
 mv %n-%v %i/share/doc/%n
 
-Description: GNU Autobook for autotools
+Description: GNU autotools documentation
 DescDetail: 
 New Riders graciously indulged our principles, and published this book under 
 the terms of the Open Publication License (with none of the options exercised).


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9342/stable/main/finkinfo/editors

Modified Files:
apel.info 
Log Message:
val-fix


Index: apel.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/apel.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- apel.info   21 Sep 2009 14:31:37 -  1.8
+++ apel.info   22 Oct 2010 19:12:23 -  1.9
@@ -41,7 +41,7 @@
 fi
 
 ConfFiles: %p/etc/emacs/site-start.d/20%n.el
-Description: A Portable Emacs Library
+Description: Emacs-Lisp support (A Portable Emacs Library)
 DescDetail: 
 APEL (A Portable Emacs Library) is a library to support to write
 portable Emacs Lisp programs. It consists of following modules:


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel autoproject.info,1.2,1.3

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9705/stable/main/finkinfo/devel

Modified Files:
autoproject.info 
Log Message:
val-fix


Index: autoproject.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/autoproject.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autoproject.info26 Jul 2008 22:39:45 -  1.2
+++ autoproject.info22 Oct 2010 19:13:27 -  1.3
@@ -7,7 +7,7 @@
 Source-MD5: aa68d99f5ca6fd1cffd096a51d91080a
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man'
 DocFiles: README COPYING AUTHORS NEWS ChangeLog 
-Description: Create a skeleton source package for a new program
+Description: Create a new skeleton source package
 DescDetail: 
 Autoproject interviews the user, then creates a source package for a
 new program which follows the GNU programming standards.  The new


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 autoproject.info, 1.2, 1.3

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9705/unstable/main/finkinfo/devel

Modified Files:
autoproject.info 
Log Message:
val-fix


Index: autoproject.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/autoproject.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autoproject.info24 Sep 2007 13:35:16 -  1.2
+++ autoproject.info22 Oct 2010 19:13:27 -  1.3
@@ -7,7 +7,7 @@
 Source-MD5: aa68d99f5ca6fd1cffd096a51d91080a
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man'
 DocFiles: README COPYING AUTHORS NEWS ChangeLog 
-Description: Create a skeleton source package for a new program
+Description: Create a new skeleton source package
 DescDetail: 
 Autoproject interviews the user, then creates a source package for a
 new program which follows the GNU programming standards.  The new


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel automake1.9.info,1.8,1.9

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10980/stable/main/finkinfo/devel

Modified Files:
automake1.9.info 
Log Message:
val-fix


Index: automake1.9.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/automake1.9.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- automake1.9.info29 Jun 2010 23:42:23 -  1.8
+++ automake1.9.info22 Oct 2010 19:16:02 -  1.9
@@ -16,7 +16,7 @@
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 
-Description: Tool for generating GNU Standards-compliant Makefiles
+Description: GNU Standards-compliant Makefile generator
 DescDetail: 
 Automake is a tool for automatically generating `Makefile.in's from files 
 called `Makefile.am'.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 automake1.7.info, 1.8, 1.9 automake1.9.info, 1.9, 1.10

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10980/unstable/main/finkinfo/devel

Modified Files:
automake1.7.info automake1.9.info 
Log Message:
val-fix


Index: automake1.7.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/automake1.7.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- automake1.7.info11 Sep 2010 18:31:52 -  1.8
+++ automake1.7.info22 Oct 2010 19:16:02 -  1.9
@@ -17,7 +17,7 @@
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 
-Description: Tool for generating GNU Standards-compliant Makefiles
+Description: GNU Standards-compliant Makefile generator
 DescDetail: 
 Automake is a tool for automatically generating `Makefile.in's from files 
 called `Makefile.am'.

Index: automake1.9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/automake1.9.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- automake1.9.info29 Jun 2010 23:32:56 -  1.9
+++ automake1.9.info22 Oct 2010 19:16:02 -  1.10
@@ -16,7 +16,7 @@
 DocFiles: COPYING README AUTHORS NEWS THANKS
 InfoDocs: automake.info
 
-Description: Tool for generating GNU Standards-compliant Makefiles
+Description: GNU Standards-compliant Makefile generator
 DescDetail: 
 Automake is a tool for automatically generating `Makefile.in's from files 
 called `Makefile.am'.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel autoconf2.13.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11380/stable/main/finkinfo/devel

Modified Files:
autoconf2.13.info 
Log Message:
val-fix


Index: autoconf2.13.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/autoconf2.13.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autoconf2.13.info   10 Feb 2010 14:28:58 -  1.4
+++ autoconf2.13.info   22 Oct 2010 19:17:27 -  1.5
@@ -18,7 +18,7 @@
 
 InfoDocs: autoconf.info standards.info
 #
-Description: System for generating configure scripts, v2.13
+Description: System for generating configure scripts
 DescDetail: 
 GNU Autoconf is a package for generating configure scripts.
 These scripts are present in a large number of free software packages


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 autoconf2.13.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11380/unstable/main/finkinfo/devel

Modified Files:
autoconf2.13.info 
Log Message:
val-fix


Index: autoconf2.13.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/autoconf2.13.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autoconf2.13.info   22 Nov 2009 02:40:20 -  1.4
+++ autoconf2.13.info   22 Oct 2010 19:17:27 -  1.5
@@ -18,7 +18,7 @@
 
 InfoDocs: autoconf.info standards.info
 #
-Description: System for generating configure scripts, v2.13
+Description: System for generating configure scripts
 DescDetail: 
 GNU Autoconf is a package for generating configure scripts.
 These scripts are present in a large number of free software packages


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 libwpg.info,NONE,1.1

2010-10-22 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13811/main/finkinfo/libs

Added Files:
libwpg.info 
Log Message:
new packages, prep for koffice 2.2

--- NEW FILE: libwpg.info ---
Info4: 
Package: libwpg
Version: 0.1.3
Revision: 1
Description: WordPerfect graphics library
License: LGPL
Maintainer: Benjamin Reed w...@fink.raccoonfink.com

Depends: %N-shlibs (= %v-%r)
BuildDepends: 
doxygen,
fink (= 0.29.7-1),
libwpd-0.8-dev,
pkgconfig (= 0.23-1)

GCC: 4.0

Source: mirror:sourceforge:libwpg/libwpg-%v.tar.bz2
Source-MD5: 1069ad84fdf65f1c47b63b639137613f

UseMaxBuildJobs: true

InstallScript: make -j1 install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog README
SplitOff: 
Package: %N-shlibs
Description: Shared libraries for libwpg
Depends: libwpd-0.8-shlibs
Files: 
lib/libwpg-0.1.1*.dylib
lib/libwpg-stream-0.1.1*.dylib

Shlibs: 
%p/lib/libwpg-0.1.1.dylib2.0.0 %n (= 0.1.3-1)
%p/lib/libwpg-stream-0.1.1.dylib 2.0.0 %n (= 0.1.3-1)


SplitOff2: 
Package: %N-dev
Description: Development headers and libs for libwpg
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Files: include lib share/doc/%N


Homepage: http://libwpg.sourceforge.net/




--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/graphics libqtgtl.info, NONE, 1.1 libqtgtl.patch, NONE, 1.1 opengtl.info, NONE, 1.1 opengtl.patch, NONE, 1.1

2010-10-22 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13811/main/finkinfo/graphics

Added Files:
libqtgtl.info libqtgtl.patch opengtl.info opengtl.patch 
Log Message:
new packages, prep for koffice 2.2

--- NEW FILE: libqtgtl.info ---
Info4: 
Package: libqtgtl-%type_pkg[qt]
Version: 0.9.1
Revision: 1
Description: GTL bindings for Qt
Type: qt (x11 mac)
License: LGPL
Maintainer: Benjamin Reed libqt...@fink.raccoonfink.com

Depends: %N-shlibs (= %v-%r)
BuildDepends: 
cmake (= 2.8.2-1),
fink (= 0.29.7-1),
kde4-buildenv (= 4.5.2-1),
system-openssl-dev,
qt4-%type_pkg[qt] (= 4.6.3-1)

BuildDependsOnly: true
GCC: 4.0

Source: http://download.opengtl.org/libQtGTL-%v.tar.bz2
Source-MD5: 8a4e694762495652e8d704e1226523e1
PatchFile: libqtgtl.patch
PatchFile-MD5: 81eb18e9f31998b90380122eba223041

UseMaxBuildJobs: true
CompileScript: 
#!/bin/sh -ev

export KDE4_PREFIX=%p KDE4_TYPE=%type_pkg[qt] 
KDE4_INSTALL_PREFIX=%p/opt/libqtgtl/%type_pkg[qt]
. %p/sbin/kde4-buildenv.sh

mkdir -p build
pushd build
cmake $KDE4_CMAKE_ARGS ..
make VERBOSE=1
popd


InstallScript: 
#!/bin/sh -ev

pushd build
make -j1 install/fast DESTDIR=%d
popd

SplitOff: 
Package: %N-shlibs
Description: Shared libraries for libQtGTL
Depends: 
opengtl-shlibs (= 0.9.3-1),
qt4-%type_pkg[qt]-gui-shlibs (= 4.6.3-1)

Files: 
opt/libqtgtl/%type_pkg[qt]/lib/lib*0.1*.dylib
opt/libqtgtl/%type_pkg[qt]/lib/lib*0.9*.dylib

Shlibs: 
%p/opt/libqtgtl/%type_pkg[qt]/lib/libQtGTL.0.1.dylib   0.1.0 %n 
(= 0.9.1-1)
%p/opt/libqtgtl/%type_pkg[qt]/lib/libQtShiva.0.1.dylib 0.1.0 %n 
(= 0.9.1-1)






--- NEW FILE: opengtl.patch ---
diff -Nurd OpenGTL-0.9.14/CMakeLists.txt OpenGTL-0.9.14-new/CMakeLists.txt
--- OpenGTL-0.9.14/CMakeLists.txt   2010-06-09 08:57:41.0 -0400
+++ OpenGTL-0.9.14-new/CMakeLists.txt   2010-10-22 11:45:48.0 -0400
@@ -16,11 +16,11 @@
 set(OPENGTL_LIB_VERSION ${OPENGTL_VERSION})
 set(OPENGTL_LIB_SOVERSION 0.7)
 
-set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/)
-set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include/)
-set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin/)
-set(SHARE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/OpenGTL/)
-set(DOC_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/OpenGTL/)
+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include)
+set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)
+set(SHARE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/OpenGTL)
+set(DOC_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/OpenGTL)
 set(GTLIMAGEIO_EXTENSIONS_INSTALL_DIR ${LIB_INSTALL_DIR}/GTLImageIO/Extensions)
 
 #
@@ -31,13 +31,16 @@
   ARCHIVE DESTINATION ${LIB_INSTALL_DIR} 
COMPONENT Devel )
 
 
+set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+set(CMAKE_INSTALL_RPATH  )
+
 # on the Mac support an extra install directory for application bundles 
starting with cmake 2.6
 if(APPLE)
set(INSTALL_TARGETS_DEFAULT_ARGS  ${INSTALL_TARGETS_DEFAULT_ARGS}
BUNDLE DESTINATION ${BUNDLE_INSTALL_DIR} )
+   set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
 endif(APPLE)
 
-
 set(OPENGTL_TESTS_DATA  CACHE FILEPATH Directory that contains the data of 
the tests.)
 
 include (TestBigEndian)
@@ -45,9 +48,6 @@
 configure_file(config-endian.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-endian.h )
 
 find_package(LLVM REQUIRED)
-if( NOT MSVC AND NOT LLVM_VERSION STREQUAL 2.7 ) # There is no way with MSVC 
to know the llvm version
-  message(FATAL_ERROR LLVM 2.7 is required.)
-endif( NOT MSVC AND NOT LLVM_VERSION STREQUAL 2.7 )
 
 if(MSVC)
   add_definitions(/FIiso646.h)
diff -Nurd OpenGTL-0.9.14/Extensions/PngDC/CMakeLists.txt 
OpenGTL-0.9.14-new/Extensions/PngDC/CMakeLists.txt
--- OpenGTL-0.9.14/Extensions/PngDC/CMakeLists.txt  2010-06-09 
08:57:41.0 -0400
+++ OpenGTL-0.9.14-new/Extensions/PngDC/CMakeLists.txt  1969-12-31 
19:00:00.0 -0500
@@ -1,18 +0,0 @@
-include_directories(${PNG_INCLUDE_DIR})
-
-add_definitions( ${OPENGTL_BUILD_DEFINITION} )
-
-set(PNG_DC_SRCS
-PngDC.cpp )
-
-add_library(PngDC SHARED ${PNG_DC_SRCS} )
-target_link_libraries(PngDC GTLImageIO ${PNG_LIBRARIES})
-
-# __STDC_LIMIT_MACROS is needed by LLVM's DataTypes.h
-add_definitions( -D__STDC_LIMIT_MACROS )
-add_definitions( -DCOUMPONENT_NAME=PngDC )
-add_definitions( ${PNG_DEFINITIONS} )
-
-# Install target
-install(TARGETS PngDC  DESTINATION ${GTLIMAGEIO_EXTENSIONS_INSTALL_DIR} )
-# install( FILES ImageDC.h DESTINATION ${INCLUDE_INSTALL_DIR}/GTLImageIO ) # 
NO REASON TO INSTALL HEADERS FOR NOW
diff -Nurd 

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods term-ansicolor-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28710/stable/main/finkinfo/libs/perlmods

Added Files:
term-ansicolor-pm.info 
Log Message:
from unstable


--- NEW FILE: term-ansicolor-pm.info ---
Package: term-ansicolor-pm
Version: 3.00
Revision: 1

Source: mirror:cpan:authors/id/R/RR/RRA/ANSIColor-%v.tar.gz
Source-MD5: 2e664f0f10c32480ee226b7bc1f68389

Type: perl
UpdatePOD: true

DocFiles: ChangeLog README

License: Artistic/GPL
Homepage: http://search.cpan.org/dist/ANSIColor
Description: Simple ANSI text attribute control module
Maintainer: Daniel Macks dma...@netspace.org


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods test-tester-pm.info, NONE, 1.1 test-nowarnings-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29772

Added Files:
test-tester-pm.info test-nowarnings-pm.info 
Log Message:
from unstable


--- NEW FILE: test-tester-pm.info ---
Package: test-tester-pm
Version: 0.107
Revision: 1
Description: Ease testing Test::Builder modules
Type: perl
License: Artistic/GPL
Maintainer: Benjamin Reed test-tester...@fink.raccoonfink.com

Depends: system-perl

Source: mirror:cpan:modules/by-module/Test/Test-Tester-%v.tar.gz
Source-MD5: 998a8abe241992faaa3e90f330800840

UseMaxBuildJobs: true

UpdatePOD: True
DocFiles: CHANGES README TODO

Homepage: http://search.cpan.org/dist/Test-Tester/
DescDetail: 
If you have written a test module based on Test::Builder
then Test::Tester allows you to test it with the minimum
of effort.



--- NEW FILE: test-nowarnings-pm.info ---
Info2: 
Package: test-nowarnings-pm%type_pkg[perl]
Version: 1.02
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
Source: mirror:cpan:authors/id/A/AD/ADAMK/Test-NoWarnings-%v.tar.gz
Source-MD5: 6c5ae5613c66d6b5e4f0799085571a64
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
UpdatePOD: true
Depends: 
perl%type_pkg[perl]-core,
test-simple-pm%type_pkg[perl] (= 0.86-1)

BuildDepends: 
test-tester-pm (= 0.107-1)

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

DocFiles: CHANGES LICENSE README
License: LGPL
Description: Ensure you didn't emit warnings while testing
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Test-NoWarnings
DescPackaging: 
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-NoWarnings




--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods spreadsheet-parseexcel-pm.info, 1.5, 1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31788

Modified Files:
spreadsheet-parseexcel-pm.info 
Log Message:
no -pm584 in stable


Index: spreadsheet-parseexcel-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/spreadsheet-parseexcel-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- spreadsheet-parseexcel-pm.info  2 Aug 2010 08:03:47 -   1.5
+++ spreadsheet-parseexcel-pm.info  22 Oct 2010 20:17:15 -  1.6
@@ -6,7 +6,7 @@
 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
 Source: mirror:cpan:authors/id/J/JM/JMCNAMARA/Spreadsheet-ParseExcel-%v.tar.gz
 Source-MD5: d4eba5066a77e9f4736fe18a8dee3495
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 PatchScript: perl -0 
-pe's/^.*=head\d\s+(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' 
lib/Spreadsheet/ParseExcel.pm  COPYRIGHT
 Depends: 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods term-readkey-pm.info, 1.8, 1.9

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31894

Modified Files:
term-readkey-pm.info 
Log Message:
no -pm584 in stable


Index: term-readkey-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/term-readkey-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- term-readkey-pm.info16 May 2010 15:03:45 -  1.8
+++ term-readkey-pm.info22 Oct 2010 20:17:50 -  1.9
@@ -4,7 +4,7 @@
 Revision: 4
 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: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 Description: Perl module changes term modes
 License: OSI-Approved
 Maintainer: Christian Schaffner chri...@users.sourceforge.net


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods test-manifest-pm.info, 1.1, 1.2

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32026

Modified Files:
test-manifest-pm.info 
Log Message:
no -pm584 in stable


Index: test-manifest-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/test-manifest-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-manifest-pm.info   18 Oct 2010 07:35:18 -  1.1
+++ test-manifest-pm.info   22 Oct 2010 20:18:24 -  1.2
@@ -5,7 +5,7 @@
 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
 Description: Perl module for using t/test_manifest files
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Benjamin Reed test-manifest...@fink.raccoonfink.com
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods params-validate-pm.info, 1.5, 1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32138

Modified Files:
params-validate-pm.info 
Log Message:
no -pm584 in stable


Index: params-validate-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- params-validate-pm.info 18 Oct 2010 07:56:07 -  1.5
+++ params-validate-pm.info 22 Oct 2010 20:18:45 -  1.6
@@ -5,7 +5,7 @@
 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
 Description: Perl module to validate parameters
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Daniel Macks dma...@netspace.org
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods sub-install-pm.info, NONE, 1.1 text-balanced-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32297

Added Files:
sub-install-pm.info text-balanced-pm.info 
Log Message:
from unstable


--- NEW FILE: text-balanced-pm.info ---
Info2: 
Package: text-balanced-pm
Version: 2.02
Revision: 1
Description: Extract delimited text sequences from strings
Type: perl
License: Artistic
Maintainer: Benjamin Reed text-balanced...@fink.raccoonfink.com

Depends: system-perl
BuildDepends: system-perl

Source: mirror:cpan:modules/by-module/Text/Text-Balanced-%v.tar.gz
Source-MD5: f1f2257693b33f534db196161b92f6db

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Text-Balanced
DescDetail: 
The various extract_... subroutines may be used to extract a delimited
substring, possibly after skipping a specified prefix string.  By
default, that prefix is optional whitespace (/\s*/), but you can
change it to whatever you wish (see below).

The substring to be extracted must appear at the current pos location
of the string's variable (or at index zero, if no pos position is
defined).  In other words, the extract_... subroutines don't extract
the first occurance of a substring anywhere in a string (like an
unanchored regex would).  Rather, they extract an occurance of the
substring appearing immediately at the current matching position in
the string (like a \G-anchored regex would).




--- NEW FILE: sub-install-pm.info ---
Info3: 
Package: sub-install-pm%type_pkg[perl]
Version: 0.925
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
Description: Install subroutines into packages easily
Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic
Maintainer: Benjamin Reed sub-install...@fink.raccoonfink.com

Depends: perl%type_pkg[perl]-core
BuildDepends: fink (= 0.29.7-1)

Source: mirror:cpan:modules/by-module/Sub/Sub-Install-%v.tar.gz
Source-MD5: 694aaec771c42280746a9a6279683263

UseMaxBuildJobs: true

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

DocFiles: Changes LICENSE README

Homepage: http://search.cpan.org/dist/Sub-Install
DescDetail: 
This module makes it easy to install subroutines into
packages without the unsightly mess of no strict or
typeglobs lying about where just anyone can see them.





--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods class-inspector-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv493

Added Files:
class-inspector-pm.info 
Log Message:
from unstable


--- NEW FILE: class-inspector-pm.info ---
Info2: 
Package: class-inspector-pm%type_pkg[perl]
Version: 1.24
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
Description: Get information about a class
Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic
Maintainer: Benjamin Reed class-inspector...@fink.raccoonfink.com

Depends: 
perl%type_pkg[perl]-core,
fink (= 0.29.7-1),
file-spec-pm%type_pkg[perl],
test-simple-pm%type_pkg[perl]

BuildDepends: 
perl%type_pkg[perl]-core,
fink (= 0.29.7-1),
file-spec-pm%type_pkg[perl],
test-simple-pm%type_pkg[perl]


Source: mirror:cpan:modules/by-module/Class/Class-Inspector-%v.tar.gz
Source-MD5: 609189b49f64d329a6e413e0a6d8724a

UseMaxBuildJobs: true

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

DocFiles: Changes LICENSE MANIFEST README

Homepage: http://search.cpan.org/dist/Class-Inspector
DescDetail: 
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
aren't always very friendly, and usually involve a relatively high
level of Perl wizardry, or strange and unusual looking code.
Class::Inspector attempts to provide an easier, more friendly
interface to this information.





--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods algorithm-c3-pm.info, NONE, 1.1 algorithm-c3-pm.patch, NONE, 1.1 class-c3-componentised-pm.info, NONE, 1.1 class-c3-pm.info, NONE, 1.1 class-c3-xs-p

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv682

Added Files:
algorithm-c3-pm.info algorithm-c3-pm.patch 
class-c3-componentised-pm.info class-c3-pm.info 
class-c3-xs-pm.info mro-compat-pm.info 
Log Message:
from unstable


--- NEW FILE: class-c3-componentised-pm.info ---
Info2: 
Package: class-c3-componentised-pm%type_pkg[perl]
Version: 1.0006
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: perl (5.8.6 5.8.8 5.10.0)
###
Depends: 
  perl%type_pkg[perl]-core, 
  class-c3-pm%type_pkg[perl],
  class-inspector-pm%type_pkg[perl],
  extutils-makemaker-pm%type_pkg[perl] (= 6.42)

BuildDepends: 
  perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
  mro-compat-pm%type_pkg[perl],
  test-exception-pm

###
Source: mirror:cpan:authors/id/A/AS/ASH/Class-C3-Componentised-%v.tar.gz
Source-MD5: daea1eb95cdeda8752b472e5fe6a4c86
###
UpdatePOD: true
###
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

###
DocFiles: Changes MANIFEST README
###
Description: Class::C3::Componentised
DescDetail: 
  Load mix-ins or components to your C3-based class.

DescPackaging: 
  Previous maintainer: degraw deg...@users.sourceforge.net
   Koen van der Drift drift...@users.sourceforge.net

###
License: Artistic/GPL
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/Class-C3-Componentised


--- NEW FILE: mro-compat-pm.info ---
Info2: 
Package: mro-compat-pm%type_pkg[perl]
Version: 0.11
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: perl (5.8.6 5.8.8 5.10.0)
###
Depends: perl%type_pkg[perl]-core, class-c3-pm%type_pkg[perl] (= 0.19-1)
BuildDepends: 
  perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
  class-c3-xs-pm%type_pkg[perl] (= 0.08-1)

###
Source: mirror:cpan:authors/id/F/FL/FLORA/MRO-Compat-%v.tar.gz
Source-MD5: 462b68631d5bef8c807190f1c5c17306
###
UpdatePOD: true
###
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

###
DocFiles: ChangeLog MANIFEST README
###
Description: MRO::Compat
DescDetail: 
  The mro namespace provides several utilities for dealing with method
  resolution order and method caching in general in Perl 5.9.5 and higher.

  This module provides those interfaces for earlier versions of Perl (back
  to 5.6.0 anyways).

DescPackaging: 
  Previous maintainer: degraw deg...@users.sourceforge.net
   Koen van der Drift drift...@users.sourceforge.net

###
License: Artistic/GPL
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/MRO-Compat


--- NEW FILE: class-c3-pm.info ---
Info2: 
Package: class-c3-pm%type_pkg[perl]
Version: 0.23
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: perl (5.8.6 5.8.8 5.10.0)
###
Depends: 
  perl%type_pkg[perl]-core, algorithm-c3-pm%type_pkg[perl] (= 0.06-1),
  scalar-list-utils-pm%type_pkg[perl]

BuildDepends: 
  perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl],
  sub-name-pm%type_pkg[perl], class-c3-xs-pm%type_pkg[perl] (= 0.07-1)

###
Source: mirror:cpan:authors/id/F/FL/FLORA/Class-C3-%v.tar.gz
Source-MD5: 5b997841af85a5f8ed8add7120d56611
###
UpdatePOD: true
###
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

###
DocFiles: ChangeLog MANIFEST README
###
Description: Pragma to use the C3 algorithm
DescDetail: 
  This is pragma to change Perl 5's standard method resolution order from
  depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
  C3 method resolution order.

DescPackaging: 
  Previous maintainer: degraw deg...@users.sourceforge.net
   Koen van der Drift drift...@users.sourceforge.net

###
License: Artistic/GPL
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/Class-C3


--- NEW FILE: algorithm-c3-pm.patch ---
diff -Nurd Algorithm-C3-0.08/Makefile.PL Algorithm-C3-0.08-new/Makefile.PL
--- Algorithm-C3-0.08/Makefile.PL   1969-12-31 19:00:00.0 -0500
+++ Algorithm-C3-0.08-new/Makefile.PL   2010-06-01 10:35:29.0 -0400
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+NAME = q[Algorithm::C3],
+VERSION_FROM = q[lib/Algorithm/C3.pm],
+INSTALLDIRS  = $] = 5.007003 ? 'perl' : 'site',
+PREREQ_PM= { 'Carp' = '0.01' },
+);

--- NEW FILE: class-c3-xs-pm.info ---
Info2: 
Package: class-c3-xs-pm%type_pkg[perl]
Version: 0.13
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: perl (5.8.6 5.8.8 5.10.0)
###
Depends: 

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods data-optlist-pm.info, NONE, 1.1 params-util-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv892

Added Files:
data-optlist-pm.info params-util-pm.info 
Log Message:
from unstable


--- NEW FILE: data-optlist-pm.info ---
Info3: 
Package: data-optlist-pm%type_pkg[perl]
Version: 0.106
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
Description: Parse and validate name/value option pairs
Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic
Maintainer: Benjamin Reed data-optlist...@fink.raccoonfink.com

Depends: 
fink (= 0.29.7-1),
params-util-pm%type_pkg[perl] (= 0.14-1),
perl%type_pkg[perl]-core,
sub-install-pm%type_pkg[perl] (= 0.921-1)

BuildDepends: 
fink (= 0.29.7-1),
params-util-pm%type_pkg[perl] (= 0.14-1),
perl%type_pkg[perl]-core,
sub-install-pm%type_pkg[perl] (= 0.921-1)


Source: mirror:cpan:modules/by-module/Data/Data-OptList-%v.tar.gz
Source-MD5: d2e2e74540f9a388a7d180849d63d03a

UseMaxBuildJobs: true

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

DocFiles: Changes LICENSE README

Homepage: http://search.cpan.org/dist/Data-OptList



--- NEW FILE: params-util-pm.info ---
Info2: 
Package: params-util-pm%type_pkg[perl]
Version: 1.01
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
Source: mirror:cpan:authors/id/A/AD/ADAMK/Params-Util-%v.tar.gz
Source-MD5: 624a29683d7ea89a0bda10d7aeddca33
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
UpdatePOD: true
Depends: perl%type_pkg[perl]-core, scalar-list-utils-pm%type_pkg[perl] (= 
1.14-1)
Conflicts: %N-man
Replaces: %N-man

# Disable auto-installation of optional packages
CompileScript: 
 #!/bin/sh -ev
 export PERL_EXTUTILS_AUTOINSTALL=--skip
 %{default_script}


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

DocFiles: Changes LICENSE README
License: Artistic/GPL
Description: Utility functions to aid parameter checking
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Params-Util
DescPackaging: 
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Params-Util

 Not sure what PERL_EXTUTILS_AUTOINSTALL does or if we still need it.




--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods sub-exporter-pm.info, NONE, 1.1 data-section-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv999

Added Files:
sub-exporter-pm.info data-section-pm.info 
Log Message:
from unstable


--- NEW FILE: data-section-pm.info ---
Info2: 
Package: data-section-pm%type_pkg[perl]
Version: 0.101620
Revision: 1
Description: Read data out of your DATA section
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic/GPL
Maintainer: None fink-de...@lists.sourceforge.net

Depends: 
fink (= 0.28.0-1),
perl%type_pkg[perl]-core

BuildDepends: 
extutils-makemaker-pm%type_pkg[perl] (= 6.31-1),
test-simple-pm%type_pkg[perl] (= 0.94-1),
mro-compat-pm%type_pkg[perl],
sub-exporter-pm%type_pkg[perl]


Source: mirror:cpan:authors/id/R/RJ/RJBS/Data-Section-%v.tar.gz
Source-MD5: ab3956489991b41a6604aad81a4d3a0b

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


#NoPerlTests: True
UpdatePOD: true
DocFiles: Changes README

DescPackaging: 
Former Maintainer: Koen van der Drift drift...@users.sourceforge.net

DescDetail: 
 Read multiple hunks of data out of your DATA section

Homepage: http://search.cpan.org/dist/Data-Section/


--- NEW FILE: sub-exporter-pm.info ---
Info3: 
Package: sub-exporter-pm%type_pkg[perl]
Version: 0.982
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
Description: Exporter for custom-built routines
Type: perl(5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic
Maintainer: Benjamin Reed sub-exporter...@fink.raccoonfink.com

Depends: 
data-optlist-pm%type_pkg[perl] (= 0.100-1),
fink (= 0.29.7-1),
params-util-pm%type_pkg[perl] (= 0.14-1),
perl%type_pkg[perl]-core,
sub-install-pm%type_pkg[perl] (= 0.92-1)

BuildDepends: fink (= 0.29.7-1)

Source: mirror:cpan:modules/by-module/Sub/Sub-Exporter-%v.tar.gz
Source-MD5: db90a0d73a5ca2d185dd6c6d2fc848f0

UseMaxBuildJobs: true

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

DocFiles: Changes LICENSE README

Homepage: http://search.cpan.org/dist/Sub-Exporter
DescDetail: 
Sub::Exporter builds a custom exporter which can then be installed
into your module.  It builds this method based on configuration
passed to its setup_exporter method.





--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods software-license-pm.info, NONE, 1.1 text-template-pm.info, NONE, 1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1128

Added Files:
software-license-pm.info text-template-pm.info 
Log Message:
from unstable


--- NEW FILE: text-template-pm.info ---
Package: text-template-pm
Version: 1.45
Revision: 1
Description: Expand template text with embedded Perl
Type: perl
License: Artistic
Maintainer: None fink-de...@lists.sourceforge.net

# Unpack Phase:
Source: mirror:cpan:authors/id/M/MJ/MJD/Text-Template-%v.tar.gz
Source-MD5: cd22441c1ab0870c012225c9a585e262

# Install Phase:
UpdatePOD: true
DocFiles: Artistic COPYING README

# Additional Data:
DescDetail: 
This is a library for generating form letters, building HTML pages, or
filling in templates generally.  A `template' is a piece of text that
has little Perl programs embedded in it here and there.  When you
`fill in' a template, you evaluate the little programs and replace
them with their values.  

Homepage: http://search.cpan.org/dist/Text-Template

--- NEW FILE: software-license-pm.info ---
Info2: 
Package: software-license-pm%type_pkg[perl]
Version: 0.102340
Revision: 1
Description: Common open source software licenses
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
License: Artistic/GPL
Maintainer: None fink-de...@lists.sourceforge.net

# Dependencies.
Depends: 
fink (= 0.28.0-1),
perl%type_pkg[perl]-core

BuildDepends: 
fink (= 0.28.0-1),
extutils-makemaker-pm%type_pkg[perl] (=6.31),
mro-compat-pm%type_pkg[perl],
data-section-pm%type_pkg[perl],
sub-exporter-pm%type_pkg[perl],
sub-install-pm%type_pkg[perl],
text-template-pm,
perl%type_pkg[perl]-core


# Unpack Phase:
Source: mirror:cpan:authors/id/R/RJ/RJBS/Software-License-%v.tar.gz
Source-MD5: 9370ee822b938c163a1ec73726788b28

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

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

UpdatePOD: true
DocFiles: Changes README

# Additional Data:
DescPackaging: 
Former Koen van der Drift drift...@users.sourceforge.net

DescDetail: 
 Software-License contains templates for common open source software
 licenses.

Homepage: http://search.cpan.org/dist/Software-License/



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel perl-tidy.info, NONE, 1.1 perltidy.info, 1.2, 1.3

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1699

Modified Files:
perltidy.info 
Added Files:
perl-tidy.info 
Log Message:
cleanup this naming mess (sync with unstable)


Index: perltidy.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/perltidy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- perltidy.info   12 May 2006 04:30:34 -  1.2
+++ perltidy.info   22 Oct 2010 20:27:24 -  1.3
@@ -1,13 +1,12 @@
 Package: perltidy
-Version: 20021130
-Revision: 1
-Source: mirror:sourceforge:%n/Perl-Tidy-%v.tar.gz
-Source-MD5: eed5305de796eaef210365851c73d28f
-UpdatePOD: true
-Type: perl
-DocFiles: BUGS CHANGES COPYING INSTALL MANIFEST README TODO
+Version: 20090616
+Revision: 2
+Conflicts: perl-tidy-pm
+Replaces: perl-tidy-pm
+Depends: fink-obsolete-packages, perl-tidy
+Type: bundle
 License: GPL
-Description: Improves Perl script formatting and indenting
+Description: OBSOLETE 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
@@ -15,4 +14,4 @@
 colored HTML output.
 
 Homepage: http://perltidy.sourceforge.net/
-Maintainer: None fink-de...@lists.sourceforge.net
+Maintainer: Matthew Berginski mberg...@unc.edu

--- 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


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 snownews.info,1.2,1.3

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1828

Modified Files:
snownews.info 
Log Message:
latest from unstable


Index: snownews.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/snownews.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- snownews.info   30 Sep 2009 17:51:36 -  1.2
+++ snownews.info   22 Oct 2010 20:28:23 -  1.3
@@ -1,13 +1,13 @@
 Package: snownews
 Version: 1.5.12
-Revision: 1
+Revision: 2
 Description: Text mode RSS/RDF newsreader
 License: GPL
 Maintainer: Daniel Macks dma...@netspace.org
 
 # Dependencies
 Depends: 
-   libgettext3-shlibs,
+   libgettext8-shlibs,
libiconv,
libncurses5-shlibs (= 5.4-20041023-1006),
libxml2-shlibs
@@ -15,7 +15,7 @@
 BuildDepends: 
fink (= 0.24.12-1),
gettext-tools,
-   libgettext3-dev,
+   libgettext8-dev,
libiconv-dev,
libncurses5 (= 5.4-20041023-1006),
libxml2,


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 libdap3.info,1.4,1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1988

Modified Files:
libdap3.info 
Log Message:
latest from unstable


Index: libdap3.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/libdap3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libdap3.info22 Jan 2010 07:47:52 -  1.4
+++ libdap3.info22 Oct 2010 20:29:17 -  1.5
@@ -1,13 +1,13 @@
 Package: libdap3
 Version: 3.5.2
-Revision: 1006
+Revision: 1007
 BuildDependsOnly: true
 GCC: 4.0
 Description: DAP 2.0 C++ SDK
 License: LGPL
 Maintainer: None fink-de...@lists.sourceforge.net
-Depends: %N-shlibs (= %v-%r), libcurl3-unified-shlibs, libxml2-shlibs, libiconv
-BuildDepends: libcurl3-unified, libxml2, libiconv-dev, system-openssl-dev
+Depends: %N-shlibs (= %v-%r), libcurl4-shlibs, libxml2-shlibs, libiconv
+BuildDepends: libcurl4, libxml2, libiconv-dev, system-openssl-dev
 Conflicts: libdap6, libdap8, libdap9, aplus-fsf-dev
 Replaces: libdap6, libdap8, libdap9, aplus-fsf-dev
 
@@ -36,7 +36,7 @@
 SplitOff: 
Package: %N-shlibs
Files: lib/libdap.*.dylib
-   Depends: libcurl3-unified-shlibs, libxml2-shlibs
+   Depends: libcurl4-shlibs, libxml2-shlibs
Shlibs: %p/lib/libdap.3.dylib 4.0.0 %n (= 3.5.2-1)
DocFiles: COPYING COPYRIGHT_* README README.* NEWS
 
@@ -47,7 +47,7 @@
implementation of the AIS.
 
 DescPackaging: 
-   libcurl3 now uses system-openssl, so we can also use
+   libcurl4 now uses system-openssl, so we can also use
system-openssl. By not inheriting or causing our own a
dependency on fink's openssl, we can stay out of
section:crpyto.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 scientificpython-py.info, 1.5, 1.6 scipy-py.info, 1.3, 1.4

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2018

Modified Files:
scientificpython-py.info scipy-py.info 
Log Message:
latest overhaul of this suite from unstable


Index: scipy-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/scipy-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scipy-py.info   14 Sep 2010 08:56:46 -  1.3
+++ scipy-py.info   22 Oct 2010 20:29:44 -  1.4
@@ -6,7 +6,7 @@
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Maintainer: Sebastien Maret bma...@users.sourceforge.net
-Type: python (2.4 2.5 2.6)
+Type: python (2.4 2.5 2.6 2.7)
 Depends: numpy-py%type_pkg[python] (= 1.3.0-2), python%type_pkg[python] | 
python%type_pkg[python]-nox, fftw3-shlibs, gcc44-shlibs | gcc45-shlibs, 
x11-shlibs
 BuildDepends: fink (= 0.24.12), fftw3, gcc44 | gcc45, djbfft (= 0.76-3), 
x11-dev, swig
 Source: mirror:sourceforge:scipy/scipy-%v.tar.gz

Index: scientificpython-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/scientificpython-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scientificpython-py.info22 Jan 2010 17:18:53 -  1.5
+++ scientificpython-py.info22 Oct 2010 20:29:44 -  1.6
@@ -1,15 +1,15 @@
 Info2: 
 
 Package: scientificpython-py%type_pkg[python]
-Version: 2.8
+Version: 2.9.0
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Type: python (2.3 2.4 2.5 2.6)
+Type: python (2.3 2.4 2.5 2.6 2.7)
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
 Depends: 
libdap9-shlibs,
libnc-dap3-shlibs (= 3.7.3-1),
-   scipy-core-py%type_pkg[python],
+   numpy-py%type_pkg[python],
python%type_pkg[python]
 
 BuildDepends: 
@@ -18,9 +18,13 @@
libnc-dap3 (= 3.7.3-1)
 
 Replaces: scientificpython
-#Source: 
http://sourcesup.cru.fr/frs/download.php/1835/ScientificPython-%v.tar.gz
-Source: 
http://sourcesup.cru.fr/frs/download.php/2309/ScientificPython-%v.tar.gz
-Source-MD5: 82d8592635d6ae8608b3073dacf9e694
+
+#
+# Warning!  There is this strange number right after the php that really 
controls what is downloaded!
+#
+Source: 
https://sourcesup.cru.fr/frs/download.php/2372/ScientificPython-%v.tar.gz
+
+Source-MD5: ba708d235094d75478bdeb8d4c7f
 PatchFile: %{ni}.patch
 PatchFile-MD5: ee9fdbc23b851d11cc86b0d94b1c2270
 CompileScript: 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/text djvulibre.patch, NONE, 1.1 libdjvulibre15-shlibs.info, NONE, 1.1 djvulibre.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2581

Modified Files:
djvulibre.info 
Added Files:
djvulibre.patch libdjvulibre15-shlibs.info 
Log Message:
latest libversion from unstable


--- NEW FILE: djvulibre.patch ---
diff -Nurd -x'*~' djvulibre-3.5.21.orig/configure djvulibre-3.5.21/configure
--- djvulibre-3.5.21.orig/configure 2008-07-02 18:43:52.0 -0400
+++ djvulibre-3.5.21/configure  2008-11-12 09:30:17.0 -0500
@@ -27343,12 +27343,8 @@
 if test x$ac_enable_djview != xno
 then
  NSDEJAVU_CFLAGS=${X_CFLAGS}
- case $host in
- *-cygwin* | *-mingw*)
NSDEJAVU_LIBS=`echo ${X_LIBS} | sed -e 's/-lXext/-lXt -lXext/'`
NSDEJAVU_LIBS=-no-undefined $NSDEJAVU_LIBS
-   ;;
- esac
 fi
 
 
diff -Nurd -x'*~' djvulibre-3.5.21.orig/gui/nsdejavu/Makefile.in 
djvulibre-3.5.21/gui/nsdejavu/Makefile.in
--- djvulibre-3.5.21.orig/gui/nsdejavu/Makefile.in  2007-04-20 
12:44:23.0 -0400
+++ djvulibre-3.5.21/gui/nsdejavu/Makefile.in   2008-11-12 09:09:27.0 
-0500
@@ -51,7 +51,7 @@
  -I${top_srcdir}/gui/shared/res \
  -I${top_srcdir}/gui/npsdk 
 
-CFLAGS = @CPPFLAGS@ ${DEFS} ${OPTS} ${INCS} ${NSDEJAVU_CFLAGS} 
+CFLAGS = ${DEFS} ${OPTS} ${INCS} ${NSDEJAVU_CFLAGS} @CPPFLAGS@
 
 LIBS = @LDFLAGS@ ${NSDEJAVU_LIBS} 
 
diff -Nurd -x'*~' djvulibre-3.5.21.orig/tools/jb2cmp/Makefile.in 
djvulibre-3.5.21/tools/jb2cmp/Makefile.in
--- djvulibre-3.5.21.orig/tools/jb2cmp/Makefile.in  2007-11-28 
18:55:29.0 -0500
+++ djvulibre-3.5.21/tools/jb2cmp/Makefile.in   2008-11-12 09:05:28.0 
-0500
@@ -49,8 +49,8 @@
 INCS = -I${top_builddir} -I${top_srcdir} -I${srcdir}
 FLAGS = ${DEFS} ${INCS} ${OPTS} ${THREAD_CFLAGS}
 LIBS= @LDFLAGS@ ${THREAD_LIBS} @LIBS@
-CFLAGS = @CPPFLAGS@ @CFLAGS@ ${FLAGS}
-CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ ${CXXRPOFLAGS} ${FLAGS}
+CFLAGS = ${FLAGS} @CPPFLAGS@ @CFLAGS@
+CXXFLAGS = ${FLAGS} @CPPFLAGS@ @CXXFLAGS@ ${CXXRPOFLAGS}
 
 
 OBJS = classify.o cuts.o frames.o patterns.o

Index: djvulibre.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/djvulibre.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- djvulibre.info  11 Nov 2008 21:55:47 -  1.4
+++ djvulibre.info  22 Oct 2010 20:30:51 -  1.5
@@ -1,45 +1,57 @@
 Package: djvulibre
-Version: 3.5.18
-Revision: 1001
+Version: 3.5.21
+Revision: 1002
 GCC: 4.0
 Source: mirror:sourceforge:djvu/%n-%v.tar.gz
-Source-MD5: 73fd6d4f92832b85a91529b7bb3b7710
-BuildDepends: libiconv-dev, qt3 (= 3.3.5-1023), x11-dev, libjpeg, libtiff, 
freetype219, xmkmf (= 1.0.2-3)
+Source-MD5: 4c6f3eb03ffbd067b6d2fe2344b0d9ad
+BuildDepends: libiconv-dev, qt3 (= 3.3.5-1023), x11-dev, libjpeg, libtiff, 
freetype219 (= 2.3.7-7), xmkmf (= 1.0.2-3), fink(= 0.24.12-1)
 BuildConflicts: djvulibre-dev
-Depends: libdjvulibre15-shlibs (= %v-%r), qt3-shlibs (= 3.3.5-1023), x11, 
libtiff-shlibs
-CompileScript: 
- #!/bin/sh -ev
- export PATH=%p/lib/xmkmf/bin:$PATH
- export IMAKEINCLUDE=-I%p/lib/X11/config
- ./configure %c
- make
-
+Depends: libdjvulibre21-shlibs (= %v-%r), qt3-shlibs (= 3.3.5-1023), x11, 
libtiff-shlibs, freetype219-shlibs (= 2.3.7-7)
+PatchFile: %n.patch
+PatchFile-MD5: b7f6e31edef4983415956883cba505c7
 PatchScript: 
+ %{default_script}
  perl -pi -e 's|/sw|%p|g' configure
+ perl -pi -e 's/__powerpc__./__powerpc__) || defined(__POWERPC__)/' 
gui/npsdk/prcpucfg.h
 
 ConfigureParams: --mandir='${prefix}/share/man'
-SetLDFLAGS: -framework OpenGL -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-SetCPPFLAGS: -I/usr/X11R6/include
+SetLDFLAGS: -Wl,-framework,OpenGL 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+NoSetCPPFLAGS: true
+SetCPPFLAGS: -I%p/include -I/usr/X11R6/include
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 DocFiles: NEWS README COPYING TODO COPYRIGHT INSTALL 
+CompileScript: 
+ #!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH
+ export IMAKEINCLUDE=-I%p/lib/X11/config
+ ./configure %c
+ make
+
 SplitOff: 
- Package: libdjvulibre15-shlibs
+ Package: libdjvulibre21-shlibs
  Depends: libjpeg-shlibs, libiconv
  Files: lib/libdjvulibre.*.dylib
- Shlibs: %p/lib/libdjvulibre.15.dylib 19.0.0 %n (= 3.5.18-1)
+ Shlibs: %p/lib/libdjvulibre.21.dylib 22.0.0 %n (= 3.5.21-1)
  DocFiles: NEWS README COPYING TODO COPYRIGHT INSTALL
  
 SplitOff2: 
- Package: libdjvulibre15-dev
- Depends: libdjvulibre15-shlibs (= %v-%r)
- Conflicts: djvulibre-dev
- Replaces: djvulibre-dev
+ Package: libdjvulibre21-dev
+ Depends: libdjvulibre21-shlibs (= %v-%r)
+ Conflicts: djvulibre, djvulibre-dev, libdjvulibre15-dev, libdjvulibre21-dev
+ Replaces: djvulibre, djvulibre-dev, libdjvulibre15-dev, 

[cvs] dists/10.4/stable/main/finkinfo/text openjade.info, 1.8, 1.9 opensp4.info, 1.7, 1.8

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2687

Modified Files:
openjade.info opensp4.info 
Log Message:
sync dep-fixes from unstable


Index: openjade.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/openjade.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openjade.info   14 Mar 2009 14:29:31 -  1.8
+++ openjade.info   22 Oct 2010 20:31:28 -  1.9
@@ -1,6 +1,6 @@
 Package: openjade
 Version: 1.3.2
-Revision: 1034
+Revision: 1035
 Maintainer: None fink-de...@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 PatchFile: %n.patch
@@ -12,9 +12,9 @@
 perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
 
 Source-MD5: 7df692e3186109cc00db6825b777201e
-Depends: opensp4-shlibs (= 1.5.1-1002), libgettext3-shlibs, libiconv
+Depends: opensp4-shlibs (= 1.5.1-1002), libgettext8-shlibs, libiconv
 BuildConflicts: openmcl-64bit (= 1.0-1), gmp-64bit (= 4.2.1-1005), 
gmp-64bit-shlibs (= 4.2.1-1005), libgmpxx4-64bit-shlibs (= 4.2.1-1005)
-BuildDepends: opensp4-dev (= 1.5.1-1002), opensp4 (= 1.5.1-1002), 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink (= 0.24.12-1)
+BuildDepends: opensp4-dev (= 1.5.1-1002), opensp4 (= 1.5.1-1002), 
libgettext8-dev, gettext-bin, gettext-tools, libiconv-dev, fink (= 0.24.12-1)
 ConfigureParams:  --enable-http --enable-html --enable-mif 
--enable-default-catalog=%p/share/sgml/catalog --disable-dependency-tracking 
--disable-shared
 GCC: 4.0
 SetCC: gcc

Index: opensp4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/opensp4.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- opensp4.info14 Oct 2009 20:10:48 -  1.7
+++ opensp4.info22 Oct 2010 20:31:28 -  1.8
@@ -1,6 +1,7 @@
 Package: opensp4
 Version: 1.5.1
-Revision: 1007
+Revision: 1010
+Epoch: 1
 Maintainer: None fink-de...@lists.sourceforge.net
 Source: mirror:sourceforge:openjade/OpenSP-%v.tar.gz
 PatchScript: 
@@ -14,8 +15,8 @@
 NoSetLDFlags: true
 SetLibs: -L%p/lib -lintl
 GCC: 4.0
-Depends: %N-shlibs (= %v-%r), libgettext3-shlibs, libiconv
-BuildDepends: libgettext3-dev, gettext-bin ( = 0.14.5-1 ), gettext-tools ( = 
0.14.5-1), libiconv-dev, fink (= 0.24.12-1)
+Depends: %N-shlibs (= %e:%v-%r), libgettext8-shlibs, libiconv
+BuildDepends: libgettext8-dev, gettext-bin ( = 0.14.5-1 ), gettext-tools ( = 
0.14.5-1), libiconv-dev, fink (= 0.24.12-1)
 Replaces: openjade ( 1.3.2-1), opensp, opensp3
 Conflicts: opensp, opensp3
 Provides: opensp3
@@ -56,7 +57,7 @@
 BuildDependsOnly: true
 Replaces: openjade ( 1.3.2-1), opensp, opensp3-dev
 Conflicts: opensp, opensp3-dev
-Depends: %N-shlibs (= %v-%r), %N (=%v-%r)
+Depends: %N-shlibs (= %e:%v-%r), %N (=%e:%v-%r)
 Description: Development package for opensp4
 Files: lib include
 DocFiles: COPYING


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/text hunspell.info,NONE,1.1

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2781

Added Files:
hunspell.info 
Log Message:
from unstable (needed by next gnome)


--- NEW FILE: hunspell.info ---
Package: hunspell
Version: 1.2.12
Revision: 1002
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 5ef2dc1026660d0ffb7eae7b511aee23
BuildDepends: libgettext8-dev, libiconv-dev, libncurses5, libncursesw5, 
readline5, gettext-tools
Depends: libgettext8-shlibs, libhunspell-shlibs, libiconv, libncurses5-shlibs, 
libncursesw5-shlibs, readline5-shlibs
SetCXXFLAGS: -Os
SetLDFLAGS: -liconv
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--with-experimental --with-ui --with-readline
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS* BUGS COPYING* ChangeLog* NEWS README* THANKS TODO
Splitoff: 
  Package: libhunspell-shlibs
  Depends: libiconv
  Files: 
lib/libhunspell-1.2.0.dylib
  
  Shlibs: 
%p/lib/libhunspell-1.2.0.dylib 1.0.0 %n (= 1.2.8-1002)
  
  DocFiles: COPYING

Splitoff2: 
  Package: libhunspell
  Depends: libhunspell-shlibs (= %v-%r)
  Replaces: hunspell ( %v-%r)
  BuildDependsOnly: true
  Files: 
include
lib/libhunspell-1.2.dylib
lib/*a
lib/pkgconfig

  DocFiles: COPYING

License: OSI-Approved
Homepage: http://hunspell.sourceforge.net
Maintainer: Jack Fink jackf...@users.sourceforge.net
GCC: 4.0
Description: Spell checker, default in OpenOffice


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/x11 xv.info,1.5,1.6

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2887

Modified Files:
xv.info 
Log Message:
dep-cleanups from unstable


Index: xv.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/xv.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xv.info 20 Jan 2010 22:56:30 -  1.5
+++ xv.info 22 Oct 2010 20:32:46 -  1.6
@@ -1,14 +1,14 @@
 Package: xv 
 
 Version: 3.10a
-Revision: 25
+Revision: 26
 
 #Maintainer: Eric Lee e...@cs.rwth-aachen.de
 Maintainer: Daniel Macks dma...@netspace.org
 BuildDepends: 
fink (= 0.24.12-1),
libjasper.1,
-   libjpeg, 
+   libjpeg8, 
libpng3, 
libtiff,
x11-dev
@@ -16,7 +16,7 @@
 Depends: 
ghostscript,
libjasper.1-shlibs,
-   libjpeg-shlibs, 
+   libjpeg8-shlibs, 
libpng3-shlibs,
libtiff-shlibs,
x11
@@ -82,6 +82,12 @@
 Patched xv.h and vdcomp.c to understand darwin headers
 
 Should re-incorporate parts of old .patch suite...eventually...
+
+   Doesn't seem to build against newer libpng14:
+   Undefined symbols:
+ _png_libpng_ver, referenced from:
+ _png_libpng_ver$non_lazy_ptr in xvpng.o
+(maybe you meant: _png_libpng_ver$non_lazy_ptr)
 
 License: Restrictive
 Homepage: http://www.trilon.com/xv/index.html


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/x11 kaptain.patch, NONE, 1.1 xdiskusage.info, 1.4, 1.5 kaptain.info, 1.4, 1.5

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2979

Modified Files:
xdiskusage.info kaptain.info 
Added Files:
kaptain.patch 
Log Message:
latest from unstable


--- NEW FILE: kaptain.patch ---
diff -Nurd -x'*~' kaptain-0.72.orig/doc/kaptain.info 
kaptain-0.72/doc/kaptain.info
--- kaptain-0.72.orig/doc/kaptain.info  2004-09-11 10:07:54.0 -0400
+++ kaptain-0.72/doc/kaptain.info   2010-08-01 13:51:21.0 -0400
@@ -5,6 +5,12 @@
 
Copyright (C) 2000-2004 Zsolt Tere'k
 
+INFO-DIR-SECTION Emacs
+
+START-INFO-DIR-ENTRY
+* Kaptain: (kaptain).   Universal graphical front-end
+END-INFO-DIR-ENTRY
+
 
 File: kaptain.info,  Node: Top,  Next: The Concepts of Kaptain,  Prev: (dir),  
Up: (dir)
 
diff -Nurd -x'*~' kaptain-0.72.orig/kaptain/intermediate.h 
kaptain-0.72/kaptain/intermediate.h
--- kaptain-0.72.orig/kaptain/intermediate.h2004-09-11 10:07:54.0 
-0400
+++ kaptain-0.72/kaptain/intermediate.h 2010-08-01 13:52:14.0 -0400
@@ -7,6 +7,7 @@
 using namespace std;
 
 class Grammar;
+class Kaptain;
 class Rule;
 class Conjunction;
 class Parameter;

Index: kaptain.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/kaptain.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- kaptain.info1 Aug 2010 17:57:17 -   1.4
+++ kaptain.info22 Oct 2010 20:33:28 -  1.5
@@ -1,20 +1,33 @@
 Package: kaptain
 Version: 0.72
-Revision: 1013
+Revision: 1014
 GCC: 4.0
 Source: mirror:sourceforge:kaptain/%n-%v.tar.gz
 Source-MD5: 2a3a9d6acaa74a517a088a3aba1b9696
-BuildDepends: x11-dev, qt3 (= 3.3.5-1023), libjpeg, libpng3
-Depends: qt3-shlibs (= 3.3.5-1023), libjpeg-shlibs, libpng3-shlibs
-DocFiles: README ChangeLog AUTHORS INSTALL COPYING
+BuildDepends: 
+   fink (= 0.24.12),
+   libjpeg8,
+   libpng14,
+   qt3 (= 3.3.8-2000),
+   x11-dev
+
+Depends: 
+   libjpeg8-shlibs,
+   libpng14-shlibs,
+   qt3-shlibs (= 3.3.8-2000),
+   x11
+
+DocFiles: README ChangeLog AUTHORS COPYING
+PatchFile: %n.patch
+PatchFile-MD5: a7d8ef38365c4932060c0d31b9467ba8
 PatchScript: 
+   %{default_script}
  perl -pi -e 's/install-info --version/false/' doc/Makefile.in
- perl -pi -e 's|(class Grammar;)|$1\nclass Kaptain;|' kaptain/intermediate.h
 
-#InfoDocs: kaptain.info
+InfoDocs: kaptain.info
 
 SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-ConfigureParams: --infodir=%p/share/info --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib/qt3  --with-qt-dir=%p 
--with-extra-includes=%p/include --with-extra-libs=%p/lib 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
+ConfigureParams: --infodir=%p/share/info --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib/qt3  --with-qt-dir=%p 
--with-extra-includes=%p/include --with-extra-libs=%p/lib 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--mandir=%p/share/man
 
 CompileScript: 
  ./configure %c
@@ -22,9 +35,6 @@
 
 InstallScript: 
  make install DESTDIR=%d
- mkdir -p %i/share
- mv %i/man %i/share
- rm %i/share/info/kaptain.info
 
 License: GPL
 Description: Universal graphical front-end
@@ -38,8 +48,6 @@
 
 DescPackaging: 
Former Maintainer: Koen van der Drift drift...@users.sourceforge.net
-
- infodoc removed due to bug in file.
 
 Maintainer: Daniel Macks dma...@netspace.org
 Homepage: http://kaptain.sourceforge.net

Index: xdiskusage.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/xdiskusage.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xdiskusage.info 26 Aug 2009 06:44:16 -  1.4
+++ xdiskusage.info 22 Oct 2010 20:33:28 -  1.5
@@ -1,6 +1,6 @@
 Package: xdiskusage
 Version: 1.47
-Revision: 1001
+Revision: 1002
 Architecture: i386, powerpc
 Description: Graphical disk usage utility
 DescPort: 
@@ -23,7 +23,6 @@
 PatchScript: 
   perl -pi.BAK -e 's#(\...@cxxflags.*)#$1 -I%p/include -L%p/lib#' 
makeinclude.in
 
-SetMACOSX_DEPLOYMENT_TARGET: 10.2
 SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 ConfigureParams: --mandir='${prefix}/share/man'
 CompileScript: 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 

[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce-taskbar.info, 1.3, 1.4

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3367

Modified Files:
xfce-taskbar.info 
Log Message:
desc-fix/sync with unstable


Index: xfce-taskbar.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce-taskbar.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-taskbar.info   7 Feb 2009 22:02:54 -   1.3
+++ xfce-taskbar.info   22 Oct 2010 20:35:11 -  1.4
@@ -34,7 +34,7 @@
  %p/etc/xfce/xtree.reg
 
 DocFiles: COPYING ChangeLog NEWS README TODO INSTALL
-Description: Lightweight desktop environment (with taskbar)
+Description: Lightweight x11 environment (with taskbar)
 DescDetail: 
 XFCE is a simple, light and efficient desktop environment for X-Windows. This
 version has the taskbar enabled.


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel git-archimport.info, NONE, 1.1 git-cvsimport.info, NONE, 1.1 git-svn-10.4.info, NONE, 1.1 git-svn-10.5.info, NONE, 1.1 git-svn.info, NONE, 1.1 git-10.4.info

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3337

Modified Files:
git-10.4.info git-10.5.info git.info git.patch 
Added Files:
git-archimport.info git-cvsimport.info git-svn-10.4.info 
git-svn-10.5.info git-svn.info 
Log Message:
Move to stable.


--- NEW FILE: git-archimport.info ---
Package: git-archimport
Version: 1.7.3.1
Revision: 1
Description: Tool to import an arch repository into git
Depends: git (= %v-1), arch-tla

Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
Source-MD5: 77e1611498919965fb65fd1f229ee155
Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
Source2-MD5: f9c9669fb00df38f1486763ace135666
Source2ExtractDir: doc
Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
Source3-MD5: 41a164c1ad025e0970b2365e27209a11

CompileScript: echo Nothing to compile.

InstallScript: 
#!/bin/bash -ev

mkdir -p %i/lib/git-core
mkdir -p %i/share/doc/git
mkdir -p %i/share/man/man1

cp %n.perl %i/lib/git-core/%n
cp ../doc/%n.* %i/share/doc/git
cp ../man1/%n.1 %i/share/man/man1

let version=`uname -r | cut -f 1 -d .`
if [ $version -ge 10 ]; then
perl -pi -e 's,/usr/bin/perl,/usr/bin/arch -%m /usr/bin/perl,' 
%i/lib/git-core/%n
fi


DocFiles: COPYING

License: GPL
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson dan...@daniel-johnson.org
CustomMirror: 
Primary: http://www.kernel.org/pub
asi-CN: http://www.cn.kernel.org/pub
asi-IN: http://www.in.kernel.org/pub
asi-JP: http://www.jp.kernel.org/pub
asi-KR: http://www.kr.kernel.org/pub
asi-MY: http://www.my.kernel.org/pub
asi-SG: http://www.sg.kernel.org/pub
asi-TW: http://www.tw.kernel.org/pub
aus-AU: http://www.au.kernel.org/pub
aus-NZ: http://www.nz.kernel.org/pub
eur-BA: http://www.ba.kernel.org/pub
eur-BE: http://www.be.kernel.org/pub
eur-BG: http://www.bg.kernel.org/pub
eur-CH: http://www.ch.kernel.org/pub
eur-CZ: http://www.cz.kernel.org/pub
eur-DE: http://www.de.kernel.org/pub
eur-DK: http://www.dk.kernel.org/pub
eur-EE: http://www.ee.kernel.org/pub
eur-ES: http://www.es.kernel.org/pub
eur-FI: http://www.fi.kernel.org/pub
eur-FR: http://www.fr.kernel.org/pub
eur-GR: http://www.gr.kernel.org/pub
eur-HR: http://www.hr.kernel.org/pub
eur-HU: http://www.hu.kernel.org/pub
eur-IE: http://www.ie.kernel.org/pub
eur-IL: http://www.il.kernel.org/pub
eur-IS: http://www.is.kernel.org/pub
eur-IT: http://www.it.kernel.org/pub
eur-LI: http://www.li.kernel.org/pub
eur-LT: http://www.lt.kernel.org/pub
eur-LU: http://www.lu.kernel.org/pub
eur-LV: http://www.lv.kernel.org/pub
eur-MD: http://www.md.kernel.org/pub
eur-MK: http://www.mk.kernel.org/pub
eur-NL: http://www.nl.kernel.org/pub
eur-NO: http://www.no.kernel.org/pub
eur-PL: http://www.pl.kernel.org/pub
eur-PT: http://www.pt.kernel.org/pub
eur-RO: http://www.ro.kernel.org/pub
eur-RU: http://www.ru.kernel.org/pub
eur-SE: http://www.se.kernel.org/pub
eur-SI: http://www.si.kernel.org/pub
eur-SK: http://www.sk.kernel.org/pub
eur-TR: ftp://ftp.tr.kernel.org/pub
eur-UA: http://www.ua.kernel.org/pub
eur-UK: http://www.uk.kernel.org/pub
nam-CA: http://www.ca.kernel.org/pub
nam-MX: http://www.mx.kernel.org/pub
nam-US: http://www.us.kernel.org/pub
sam-AR: http://www.ar.kernel.org/pub
sam-BR: http://www.br.kernel.org/pub
sam-CL: http://www.cl.kernel.org/pub
sam-VE: http://www.ve.kernel.org/pub


Index: git-10.4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-10.4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- git-10.4.info   2 Jul 2010 17:06:19 -   1.2
+++ git-10.4.info   22 Oct 2010 20:35:12 -  1.3
@@ -1,93 +1,121 @@
+Info2:
 Package: git
-Version: 1.7.1
-Revision: 2
+Version: 1.7.3.1
+Revision: 1+10.4
 Distribution: 10.4
-Depends: libcurl4-shlibs (= 7.18.2-1), expat1-shlibs, libiconv
-BuildDepends: system-openssl-dev, libcurl4 (= 7.18.2-1), expat1, 
libiconv-dev, fink (= 0.24.12)
-Replaces: git-core
-Source: mirror:custom:/software/scm/%n/%n-%v.tar.bz2
-Source-MD5: 3da231dbe82ad103373cb530ae7475d5
-Source2: mirror:custom:/software/scm/%n/%n-htmldocs-%v.tar.bz2
-Source2-MD5: bc4bdafdc1b257c40564d47bc5c97365
+Type: pm 5.8.6
+
+Depends: 
+   email-valid-pm%type_pkg[pm],
+   error-pm,
+   expat1-shlibs,
+   file-temp-pm%type_pkg[pm],
+   getopt-long-pm%type_pkg[pm],
+   libcurl4-shlibs 

[cvs] dists/10.4/stable/main/finkinfo/x11-wm enlightenment.info, 1.6, 1.7

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3899

Modified Files:
enlightenment.info 
Log Message:
build-fix from unstable


Index: enlightenment.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/enlightenment.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- enlightenment.info  27 Aug 2009 11:31:45 -  1.6
+++ enlightenment.info  22 Oct 2010 20:35:34 -  1.7
@@ -32,7 +32,7 @@
 PatchFile: %n.patch
 PatchFile-MD5: 392c3f921eba8353d6f40824e6983d0e
 SetCPPFLAGS: -I%p/lib/freetype219/include
-SetLDFLAGS: -L%p/lib/freetype219/lib
+SetLDFLAGS: -L%p/lib/freetype219/lib -laudiofile
 ConfigureParams: --disable-roothacklib --disable-composite 
--disable-dependency-tracking --libdir=%p/lib/%n
 InstallScript: 
make install DESTDIR=%d


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/x11-wm windowmaker.info, 1.4, 1.5 windowmaker.patch, 1.2, 1.3

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4027

Modified Files:
windowmaker.info windowmaker.patch 
Log Message:
build-fixes


Index: windowmaker.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/windowmaker.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- windowmaker.info14 Feb 2010 17:55:31 -  1.4
+++ windowmaker.info22 Oct 2010 20:36:07 -  1.5
@@ -16,35 +16,51 @@
 
 Package: windowmaker
 Version: 0.92.0
-Revision: 13
+Revision: 14
 Maintainer: Max Horn m...@quendi.de
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: x11-dev, hermes, giflib, libpng3, libjpeg, libtiff, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink (= 0.24.12)
+BuildDepends: 
+  x11-dev,
+  hermes,
+  giflib,
+  libpng3,
+  libjpeg,
+  libtiff,
+  libgettext3-dev,
+  gettext-bin,
+  gettext-tools,
+  libiconv-dev,
+  fink (= 0.24.12)
+
 Source: ftp://www.windowmaker.org/pub/source/release/WindowMaker-%v.tar.bz2
 Source-MD5: aaac5421b686ed2d3e6ab65229c98097
-SetLDFLAGS: -L/usr/X11R6/lib
-SetLIBS: -lintl -lX11
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-NoSetCPPFLAGS: true
-ConfigureParams: --enable-gnome --enable-xinerama --mandir=%p/share/man 
--with-gnustepdir=%p/lib/GNUstep
+ConfigureParams: 
+  --enable-gnome \
+  --enable-xinerama \
+  --mandir=%p/share/man \
+  --with-gnustepdir=%p/lib/GNUstep \
+  --x-includes=/usr/X11R6/include \
+  --x-libraries=/usr/X11R6/lib \
+  
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/xft2/lib/pkgconfig:$PKG_CONFIG_PATH
 \
+  ac_cv_c_inline_asm=no
+
 PatchFile: %n.patch
-PatchFile-MD5: 347b53272c7d519cb6a66db91e146a94
+PatchFile-MD5: d74f6135ab7894732ab12fc0a95a04cd
 PatchScript: 
   sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
-  perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
-  perl -pi.bak -e 's|/usr/local/Acrobat3/bin/acroread|open -b 
com.adobe.Reader|g' WindowMaker/plmenu*
-  perl -pi.bak -e 's|/usr/local/GNUstep|%p/GNUstep|g' WindowMaker/plmenu* 
WindowMaker/menu*
-  perl -pi.bak -e 's|/usr/local/share/WindowMaker|%p/share/WindowMaker|g' 
WindowMaker/plmenu* WindowMaker/menu*
-  perl -pi.bak -e 's|/usr/share/WindowMaker|%p/share/WindowMaker|g' 
doc/wmaker.1x doc/sk/wmaker.1x
-
-CompileScript: 
-  export CPATH=%p/include ; ./configure %c ac_cv_c_inline_asm=no; make
+  perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
+  perl -pi -e 's|/usr/local/Acrobat3/bin/acroread|open -b com.adobe.Reader|g' 
WindowMaker/plmenu*
+  perl -pi -e 's|/usr/local/GNUstep|%p/GNUstep|g' WindowMaker/plmenu* 
WindowMaker/menu*
+  perl -pi -e 's|/usr/local/share/WindowMaker|%p/share/WindowMaker|g' 
WindowMaker/plmenu* WindowMaker/menu*
+  perl -pi -e 's|/usr/share/WindowMaker|%p/share/WindowMaker|g' doc/wmaker.1x 
doc/sk/wmaker.1x
+  perl -pi -e 's/(AM_CPPFLAGS.*)/\1 \...@xftflags\@/' WPrefs.app/Makefile.in
 
 InstallScript: 
  make install-strip DESTDIR=%d
- (cd %i/share/man/man1 ; for i in geticonset getstyle seticons setstyle wcopy 
wdwrite wmaker wmsetbg wsetfont wxcopy wxpaste ; do mv $i.1x $i.1 ; done )
- (cd %i/share/man/sk/man1 ; for i in geticonset getstyle seticons setstyle 
wdwrite wmaker wmsetbg wsetfont wxcopy wxpaste ; do mv $i.1x $i.1 ; done )
+ (cd %i/share/man/man1 ; for i in geticonset getstyle seticons setstyle 
wdwrite wmaker wmsetbg wxcopy wxpaste ; do mv $i.1x $i.1 ; done )
+ (cd %i/share/man/sk/man1 ; for i in geticonset getstyle seticons setstyle 
wdwrite wmaker wmsetbg wxcopy wxpaste ; do mv $i.1x $i.1 ; done )
  rmdir %i/lib/locale
 
 ConfFiles: 
@@ -59,7 +75,7 @@
   Replaces: %N (= 0.80.0-5)
   Depends: x11, hermes-shlibs, giflib-bin, libpng3-shlibs, libjpeg-shlibs, 
libtiff-shlibs, libgettext3-shlibs
   Files: lib/libwraster.*.dylib
-  Shlibs: %p/lib/libwraster.2.dylib 5.0.0 %n (= 0.80.2-11)
+  Shlibs: %p/lib/libwraster.3.dylib 5.0.0 %n (= 0.92.0-14)
   DocFiles: COPYING* README* AUTHORS BUGS FAQ* NEWS
 
 SplitOff2: 
@@ -75,18 +91,16 @@
 The man pages must be renamed so that Darwin's man command can find
 them.
 
-The locale workaround in recent CVS versions of XFree86 requires that
-every program is linked with libX11. Window Maker detects the
-workaround, but doesn't add the link flags. So we add them to LDFLAGS
-and LIBS.
+We disable inline assembler (for Intel/MMX) code, because it causes
+a compiler error.
 
-Earlier versions by Christoph Pfisterer
+Needs help to link against the right library.
 
 DescPackaging: 
 The GNUstep directory, in which applications like WPrefs.app reside, is
 configured to be %p/lib/GNUstep/Applications.
 
-Needs help to link against the right library.
+Earlier versions by Christoph Pfisterer
 
 DescUsage: 
 Before you can use Window Maker, you must run 'wmaker.inst' to set up

Index: windowmaker.patch

[cvs] dists/10.4/unstable/main/finkinfo/sci dx-10.4.info, 1.1, 1.2 dx-samples.info, 1.2, 1.3 dx.info, 1.15, 1.16

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5466/unstable/main/finkinfo/sci

Modified Files:
dx-10.4.info dx-samples.info dx.info 
Log Message:
rm stray whitespace


Index: dx-10.4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/dx-10.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dx-10.4.info23 Sep 2010 16:44:23 -  1.1
+++ dx-10.4.info22 Oct 2010 20:41:53 -  1.2
@@ -79,4 +79,4 @@
embedded to make a simple change to solve it.
 
 Homepage: http://www.opendx.org
-Maintainer: Jeremy Erwin jer...@ponymail.com 
+Maintainer: Jeremy Erwin jer...@ponymail.com

Index: dx-samples.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/dx-samples.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dx-samples.info 1 Jun 2006 22:34:45 -   1.2
+++ dx-samples.info 22 Oct 2010 20:41:54 -  1.3
@@ -22,4 +22,4 @@
 inboard modules. 
 
 Homepage: http://www.opendx.org
-Maintainer: Jeremy Erwin jer...@ponymail.com 
+Maintainer: Jeremy Erwin jer...@ponymail.com

Index: dx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/dx.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dx.info 23 Sep 2010 17:46:24 -  1.15
+++ dx.info 22 Oct 2010 20:41:54 -  1.16
@@ -81,4 +81,4 @@
fink's gcc42 package (which is not available in 10.6).
 
 Homepage: http://www.opendx.org
-Maintainer: Jeremy Erwin jer...@ponymail.com 
+Maintainer: Jeremy Erwin jer...@ponymail.com


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 liferea.info,1.13,1.14

2010-10-22 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5646

Modified Files:
liferea.info 
Log Message:
rm stray whitespace


Index: liferea.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/liferea.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- liferea.info15 Jul 2010 17:03:58 -  1.13
+++ liferea.info22 Oct 2010 20:43:06 -  1.14
@@ -3,7 +3,7 @@
 Revision: 6
 Description: RSS feed aggregator for GNOME
 License: GPL
-Maintainer: None fink-de...@lists.sourceforge.net 
+Maintainer: None fink-de...@lists.sourceforge.net
 
 Depends: 
atk1-shlibs (= 1.28.0-1),


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods io-socket-ssl-pm.info, NONE, 1.1 net-idn-encode-pm.info, NONE, 1.1 net-idn-nameprep-pm.info, NONE, 1.1 net-smtp-ssl-pm.info, NONE, 1.1 net-ssleay-pm

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9572

Modified Files:
libnet-pm.info 
Added Files:
io-socket-ssl-pm.info net-idn-encode-pm.info 
net-idn-nameprep-pm.info net-smtp-ssl-pm.info 
net-ssleay-pm.info unicode-stringprep-pm.info 
Log Message:
Move to stable.


--- NEW FILE: unicode-stringprep-pm.info ---
Package: unicode-stringprep-pm
Version: 1.103
Revision: 1
Type: perl

Description: Preparation of Internationalized Strings
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Unicode-Stringprep/

BuildDepends: test-nowarnings-pm

InfoTest: TestDepends: test-pod-coverage-pm

Source: mirror:cpan:authors/id/C/CF/CFAERBER/Unicode-Stringprep-%v.tar.gz
Source-MD5: 38b37d58e8444832a8bb5b3c492726cd

UpdatePOD: true
DocFiles: Changes LICENSE README

--- NEW FILE: net-ssleay-pm.info ---
Info2: 
Package: net-ssleay-pm%type_pkg[perl]
Version: 1.36
Revision: 2
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
Replaces: net-ssleay-pm (= 1.22-2)
BuildDepends: fink (= 0.13.0-1), system-openssl-dev
Depends: perl%type_pkg[perl]-core, mime-base64-pm%type_pkg[perl]
Enhances: webmin
Source: mirror:cpan:authors/id/F/FL/FLORA/Net-SSLeay-%v.tar.gz
Source-MD5: 54061638720dd6a325395331c77f21d8
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
UpdatePOD: true
DocFiles: Changes Credits MANIFEST README TODO
Description: Perl module for using OpenSSL
DescDetail: 
 Works with webmin.

 See also: crypt-ssleay-pm

DescUsage: 
 Note that despite the name, SSLeay is no longer supported and OpenSSL
 is required. Use an older version of this module instead for SSLeay.

License: BSD
HomePage: http://search.cpan.org/dist/Net-SSLeay
CompileScript: 
#!/bin/bash -ev
export OPENSSL_PREFIX=%p/lib/system-openssl
export PERL_MM_USE_DEFAULT=1
#we need to set LDDFLAGS manually so that -L%p/lib doesn't come first.
%{default_script} LDDLFLAGS='-bundle -undefined dynamic_lookup'

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

DescPackaging: 
 Previous maintainer: Carsten Klapp carstenkl...@users.sourceforge.net
 and: Monic Polynomial moni...@users.sourceforge.net

 Same license as OpenSSL.

Maintainer: Daniel Johnson dan...@daniel-johnson.org


--- NEW FILE: net-idn-nameprep-pm.info ---
Package: net-idn-nameprep-pm
Version: 1.100
Revision: 2
Type: perl

Description: Stringprep Profile for Intl. Domain Names
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Net-IDN-Nameprep/

BuildDepends: test-nowarnings-pm
Depends: unicode-stringprep-pm

Source: mirror:cpan:authors/id/C/CF/CFAERBER/Net-IDN-Nameprep-%v.tar.gz
Source-MD5: e2f79e7d4defcdf6ab1a96c732b3fc0c

UpdatePOD: true
DocFiles: Changes LICENSE README

--- NEW FILE: net-idn-encode-pm.info ---
Package: net-idn-encode-pm
Version: 1.000
Revision: 2
Type: perl

Description: Internationalizing Domain Names in Apps
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Net-IDN-Encode/

BuildDepends: test-nowarnings-pm
Depends: net-idn-nameprep-pm

Source: mirror:cpan:authors/id/C/CF/CFAERBER/Net-IDN-Encode-%v.tar.gz
Source-MD5: 5b1c00ce7e6c7896b90f4435c650c99d

UpdatePOD: true
DocFiles: Changes LICENSE README

--- NEW FILE: net-smtp-ssl-pm.info ---
Info2: 
Package: net-smtp-ssl-pm%type_pkg[perl]
Version: 1.01
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: perl (5.8.6 5.8.8 5.10.0)

Description: SSL support for Net::SMTP
DescDetail: 
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations. Due to the nature of Net::SMTP's new method, it is
not overridden to make use of a default port for the SMTPS service.
Perhaps future versions will be smart like that. Port 465 is usually
what you want, and it's not a pain to specify that.

License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Net-SMTP-SSL/

Depends: libnet-pm%type_pkg[perl], io-socket-ssl-pm%type_pkg[perl], 
perl%type_pkg[perl]-core

Source: mirror:cpan:authors/id/C/CW/CWEST/Net-SMTP-SSL-%v.tar.gz
Source-MD5: ba039288ebf7a343feecacd374da8c1a

UpdatePOD: true
DocFiles: Changes README

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



--- NEW FILE: io-socket-ssl-pm.info ---
Info2: 
Package: io-socket-ssl-pm%type_pkg[perl]
version: 1.33
Revision: 1
Architecture: 

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods email-valid-pm.info, 1.8, 1.9 mailtools-pm.info, 1.8, 1.9

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10001

Modified Files:
email-valid-pm.info mailtools-pm.info 
Log Message:
Move to stable with maintainer's permission.


Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mailtools-pm.info   23 Aug 2009 04:24:13 -  1.8
+++ mailtools-pm.info   22 Oct 2010 20:59:27 -  1.9
@@ -1,20 +1,22 @@
-Info2: 
+Info3: 
 Package: mailtools-pm%type_pkg[perl]
-Version: 1.74
-Revision: 1021
+Version: 2.06
+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
+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
 Description: Perl modules related to mail applications
-Type: perl(5.8.1 5.8.6 5.8.8)
+Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 License: Artistic
-Maintainer: Benjamin Reed mailtools...@fink.racoonfink.com
+Maintainer: Benjamin Reed mailtools...@fink.raccoonfink.com
 
 Depends: 
-   perl%type_pkg[perl]-core,
-   libnet-pm%type_pkg[perl]
+   fink (= 0.29.7-1),
+   libnet-pm%type_pkg[perl],
+   perl%type_pkg[perl]-core
 
 BuildDepends: 
-   fink (= 0.26.0-1),
+   fink (= 0.29.7-1),
+   libnet-pm%type_pkg[perl],
perl%type_pkg[perl]-core
 
 Provides: mailtools-pm
@@ -31,13 +33,15 @@
 
 
 Source: mirror:cpan:authors/id/M/MA/MARKOV/MailTools-%v.tar.gz
-Source-MD5: aba82a7eb87906278d98174e10d838be
+Source-MD5: 3f90297c7f566cc0cc9c89ee47906abf
 SourceDirectory: MailTools-%v
 
+UseMaxBuildJobs: true
+
 UpdatePOD: true
 InstallScript: 
-   %{default_script}
-   mv %i/share/man %i/lib/perl5/%type_raw[perl]
+%{default_script}
+mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
 DocFiles: ChangeLog README README.demos examples/*
 

Index: email-valid-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/email-valid-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- email-valid-pm.info 23 Aug 2009 04:24:13 -  1.8
+++ email-valid-pm.info 22 Oct 2010 20:59:27 -  1.9
@@ -1,34 +1,40 @@
 Info2: 
 Package: email-valid-pm%type_pkg[perl]
-version: 0.179
+Version: 0.182
 Revision: 11
 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
-###
-Depends: perl%type_pkg[perl]-core, mailtools-pm%type_pkg[perl]
-BuildDepends: mailtools-pm%type_pkg[perl], perl%type_pkg[perl]-core
-###
+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
+Description: Determine if an email address is well-formed
+Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+License: Artistic
+Maintainer: Benjamin Reed email-valid...@fink.raccoonfink.com
+
+Depends: 
+   perl%type_pkg[perl]-core,
+   mailtools-pm%type_pkg[perl]
+
+BuildDepends: 
+   mailtools-pm%type_pkg[perl],
+   perl%type_pkg[perl]-core
+
+
 Source: mirror:cpan:modules/by-module/Email/Email-Valid-%v.tar.gz
-Source-MD5: 6cc996fef1e9005b5957b6da15f5b4ba
-###
-Type: perl (5.8.1 5.8.6 5.8.8)
+Source-MD5: c350766bff1e73aff4fe7ac6c96acdb8
+
+UseMaxBuildJobs: true
+
 UpdatePOD: true
-NoPerlTests: true
-###
-DocFiles: Changes README
-###
 InstallScript: 
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-Description: Determine if an email address is well-formed
+DocFiles: Changes README
+
+Homepage: http://search.cpan.org/dist/Email-Valid
 DescDetail: 
   This module determines whether an email address is well-formed, and
   optionally, whether a mail host exists for the domain or whether
-  the top level domain of the email address is valid.  
+  the top level domain of the email address is valid.
 
-###
-License: Artistic
-Maintainer: None fink-de...@lists.sourceforge.net
-Homepage: http://search.cpan.org/dist/Email-Valid
 
+


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 

[cvs] dists/10.4/stable/main/finkinfo/libs/pythonmods git-remote-helpers-py.info, NONE, 1.1

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12707

Added Files:
git-remote-helpers-py.info 
Log Message:
Move to stable.


--- NEW FILE: git-remote-helpers-py.info ---
Info2: 
Package: git-remote-helpers-py%type_pkg[python]
Version: 1.7.3.1
Revision: 1
Type: python (2.5 2.6 2.7 3.1)
Description: Git remote helper program for non-git repos
Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: GPL2+
Homepage: http://git-scm.com/

Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
Source-MD5: 77e1611498919965fb65fd1f229ee155

Depends: python%type_pkg[python], git (= %v-1)

CompileScript: 
#!/bin/bash -ev
cd git_remote_helpers
if [ %type_pkg[python] -ge 30 ]; then
2to3-%type_raw[python] --write --no-diffs .
fi
%p/bin/python%type_raw[python] setup.py build 

InstallScript: 
cd git_remote_helpers  %p/bin/python%type_raw[python] setup.py 
install --root %d

CustomMirror: 
Primary: http://www.kernel.org/pub
asi-CN: http://www.cn.kernel.org/pub
asi-IN: http://www.in.kernel.org/pub
asi-JP: http://www.jp.kernel.org/pub
asi-KR: http://www.kr.kernel.org/pub
asi-MY: http://www.my.kernel.org/pub
asi-SG: http://www.sg.kernel.org/pub
asi-TW: http://www.tw.kernel.org/pub
aus-AU: http://www.au.kernel.org/pub
aus-NZ: http://www.nz.kernel.org/pub
eur-BA: http://www.ba.kernel.org/pub
eur-BE: http://www.be.kernel.org/pub
eur-BG: http://www.bg.kernel.org/pub
eur-CH: http://www.ch.kernel.org/pub
eur-CZ: http://www.cz.kernel.org/pub
eur-DE: http://www.de.kernel.org/pub
eur-DK: http://www.dk.kernel.org/pub
eur-EE: http://www.ee.kernel.org/pub
eur-ES: http://www.es.kernel.org/pub
eur-FI: http://www.fi.kernel.org/pub
eur-FR: http://www.fr.kernel.org/pub
eur-GR: http://www.gr.kernel.org/pub
eur-HR: http://www.hr.kernel.org/pub
eur-HU: http://www.hu.kernel.org/pub
eur-IE: http://www.ie.kernel.org/pub
eur-IL: http://www.il.kernel.org/pub
eur-IS: http://www.is.kernel.org/pub
eur-IT: http://www.it.kernel.org/pub
eur-LI: http://www.li.kernel.org/pub
eur-LT: http://www.lt.kernel.org/pub
eur-LU: http://www.lu.kernel.org/pub
eur-LV: http://www.lv.kernel.org/pub
eur-MD: http://www.md.kernel.org/pub
eur-MK: http://www.mk.kernel.org/pub
eur-NL: http://www.nl.kernel.org/pub
eur-NO: http://www.no.kernel.org/pub
eur-PL: http://www.pl.kernel.org/pub
eur-PT: http://www.pt.kernel.org/pub
eur-RO: http://www.ro.kernel.org/pub
eur-RU: http://www.ru.kernel.org/pub
eur-SE: http://www.se.kernel.org/pub
eur-SI: http://www.si.kernel.org/pub
eur-SK: http://www.sk.kernel.org/pub
eur-TR: ftp://ftp.tr.kernel.org/pub
eur-UA: http://www.ua.kernel.org/pub
eur-UK: http://www.uk.kernel.org/pub
nam-CA: http://www.ca.kernel.org/pub
nam-MX: http://www.mx.kernel.org/pub
nam-US: http://www.us.kernel.org/pub
sam-AR: http://www.ar.kernel.org/pub
sam-BR: http://www.br.kernel.org/pub
sam-CL: http://www.cl.kernel.org/pub
sam-VE: http://www.ve.kernel.org/pub




--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 python31-10.6.info, NONE, 1.1 python31-10.6.patch, NONE, 1.1 python31.info, NONE, 1.1 python31.patch, NONE, 1.1

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13460

Added Files:
python31-10.6.info python31-10.6.patch python31.info 
python31.patch 
Log Message:
Move to stable.


--- NEW FILE: python31-10.6.info ---
Info2: 
Package: python%type_pkg[python]
Version: 3.1.2
Revision: 102
Distribution: 10.6
Type: python 3.1
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Depends: 
%N-shlibs (= %v-%r),
blt-shlibs,
bzip2-shlibs,
gdbm3-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
readline5-shlibs,
sqlite3-shlibs  (= 3.2.8-1001),
tcltk (= 8.4.1-1),
x11

BuildConflicts: libquicktime0
BuildDepends: 
blt-dev (= 2.4z-15),
bzip2-dev,
fink (= 0.24.12-1), 
gdbm3,
gettext-bin,
gettext-tools,
libgettext8-dev,
libncursesw5,
readline5,
sqlite3-dev (= 3.2.8-1001),
system-openssl-dev,
tcltk-dev (= 8.4.1-1),
x11-dev

Source: http://python.org/ftp/python/%v/Python-%v.tar.bz2
Source-MD5: 45350b51b58a46b029fb06c61257e350
Source2: http://www.python.org/ftp/python/doc/%v/python-%v-docs-html.tar.bz2
Source2-MD5: c9ccf8e9fc4d046c168af313706f159b
PatchFile: %n-10.6.patch
PatchFile-MD5: e3c50dcbb1970477b9a74bd82717f35c
PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --enable-shared
#GCC: 4.0
CompileScript: 
#!/bin/sh -ex
if [ %m = x86_64 ]; then
#perl -pi.bak -e 's|num_missing != 2:|num_missing != 2:|g' 
./setup.py
# Architecture:x86_64 has tcltk-8.5.x, other arch have 8.4.x
perl -pi.bak -e s/8.4\'/8.5\'/ ./setup.py
fi
%{default_script}

InfoTest: TestScript: ./runtests.sh || exit 2
InstallScript: 
#!/bin/sh -ex
make install DESTDIR=%d

# don't propagate our hackery
perl -pi -e 's|-L%p/lib/system-openssl/lib||' 
%i/lib/python%type_raw[python]/config/Makefile

# fix all main things to be python-versioned filenames with
# unversioned symlinks to them
pushd %i/bin
for f in 2to3 idle3 pydoc3; do
mv ${f} ${f}-%type_raw[python]
ln -s ${f}-%type_raw[python] %i/bin/${f}
done
#Remove this for now to avoid conflicting with 'python' package.
rm 2to3
popd

ln -s python%type_raw[python].1 %i/share/man/man1/python3.1

# install some docs and other useful tidbits
rm -rf Misc/RPM
/bin/cp -R Misc Tools %i/lib/python%type_raw[python]
mkdir -p %i/share/doc/%n
/bin/cp -R Demo Doc %i/share/doc/%n
mkdir -p %i/share/doc/%n/html
/bin/cp -R ../python-%v-docs-html/ %i/share/doc/%n/html

SplitOff: 
 Package: %N-shlibs
 Depends: libgettext8-shlibs
 Files: lib/python%type_raw[python]/config/libpython%type_raw[python].dylib
 Shlibs: %p/lib/python3.1/config/libpython3.1.dylib 3.1.0 %n (= 3.1-1)
 DocFiles: README LICENSE 

SplitOff2: 
 Package: python3
 Depends: %N (= %v-%r)
 Files: 
bin/idle3
bin/pydoc3
bin/python3
bin/python3-config
lib/pkgconfig/python3.pc
share/man/man1/python3.1

 DocFiles: README LICENSE
 Description: Generic python3 command that invokes python%type_pkg[python]

DocFiles: README LICENSE 
Description: Interpreted, object-oriented language
DescDetail: 
 Python is often compared to Tcl, Perl, Scheme or Java. 
 This package installs unix python - not the OSX Framework version.
 Builds a two-level namespace dynamic libpython (needed for koffice).

 The interpretter is installed as python%type_raw[python], and all associated
 commands are similarly named with the python-version in them. To get
 the simple python3 command, install the fink package python3 (note:
 the python3 command there is not guaranteed to be python%type_raw[python]!).

DescUsage: 
python%type_raw[python] changes the compiler options used to compile
third-party python modules. Please do not add %type_raw[python] variants
to them without actually testing that they build cleanly.


DescPackaging: 
Patch a lot of things to impliment shared-lib support for
non-Framework build on Darwin.

Static libpython is installed in lib/pythonX.X/config/ but
shared goes in %p/lib by default. Fink's packaging has always
placed manually-built shared lib in config/ along side static,
This gives consistency regardless of -search_paths_first.
Continue this practice so that -pyXX varianted packages don't
need special-casing for certain variants.

Make sure all compiled modules link against libpython%type_raw[python] 
(and
propagate this to third-party 

[cvs] dists/10.4/unstable/main/finkinfo/libs slang.info, 1.6, 1.7 slang2.info, 1.3, 1.4

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/unstable/main/finkinfo/libs

Modified Files:
slang.info slang2.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: slang2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/slang2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- slang2.info 15 Sep 2009 22:16:47 -  1.3
+++ slang2.info 22 Oct 2010 22:22:50 -  1.4
@@ -16,7 +16,7 @@
 
 Package: slang2
 Version: 2.2.1
-Revision: 1
+Revision: 2
 Maintainer: Max Horn m...@quendi.de
 License: Artistic
 Homepage: http://www.jedsoft.org/slang/
@@ -24,6 +24,7 @@
 # Dependencies:
 BuildDependsOnly: True
 BuildDepends: 
+  x11-dev,
   libpng3,
   pcre,
   libiconv-dev
@@ -42,10 +43,10 @@
 Source-MD5: 51b7e9c29c6812f304531713e2ebf969
 
 # Compile Phase:
-SetCFLAGS: -isystem %p/include
+SetCFLAGS: -isystem %p/include -I/usr/X11/include
 NoSetCFLAGS: true
 NoSetLDFLAGS: true
-SetLDFLAGS: -Wl,-search_paths_first -L../src/elfobjs -L%p/lib
+SetLDFLAGS: -Wl,-search_paths_first -L../src/elfobjs -L%p/lib -L/usr/X11/lib
 
 ConfigureParams: 
   --mandir=%p/share/man \
@@ -66,6 +67,7 @@
 SplitOff: 
   Package: %N-shlibs
   Depends: 
+x11,
 libpng3-shlibs,
 pcre-shlibs,
 libiconv
@@ -85,9 +87,11 @@
 S-Lang also provides a platform-independent interface for screen
 management, keymaps and low-level terminal I/O.
 
-DescPort: 
+DescPackaging: 
 CPPFLAGS is ignored, so we use CFLAGS instead.
 
 We use env tricks to make sure the include files and libs in the build dir
-are uesd, not any already installed ones.
+are used, not any already installed ones.
+
+To ensure it finds X11, we have to hack CFLAGS and LDFLAGS.
 

Index: slang.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/slang.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- slang.info  15 Sep 2009 22:16:47 -  1.6
+++ slang.info  22 Oct 2010 22:22:50 -  1.7
@@ -69,10 +69,6 @@
 
 DescPackaging: 
 Previous revisions by Jeremy Higgs and Christoph Pfisterer.
-
-DescPort: 
-Module loading should work thanks to dlcompat, but the shipped modules
-are not built right now.
 
 CPPFLAGS is ignored, so we use CFLAGS instead.
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/graphics netpbm10.info, 1.12, 1.13

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/unstable/main/finkinfo/graphics

Modified Files:
netpbm10.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: netpbm10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/netpbm10.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- netpbm10.info   5 Jul 2010 20:41:13 -   1.12
+++ netpbm10.info   22 Oct 2010 22:22:50 -  1.13
@@ -41,16 +41,9 @@
 DocFiles: README doc/*
 Description: Graphics manipulation programs and libraries
 DescPort: 
- Change by J-F Mertens:  pnmtopng.c extracted from old version of netpbm
- since the one in the current version does not work with, e.g., latex2html.
-
- Change undone in Feb. 2007 because the 'old' pnmtopng.c no longer compiles.
- Hopefully this does not break latex2html.
-
  Patches for gcc 4.0 compatibility thanks to Matt Sachs.
 
  Security patches thanks to Tomoaki Okayama:
-  CVE-2005-2471: netpbm-10.25-CAN-2005-2471.patch (from RedHat)
   CVE-2005-2978: netpbm-10.26.12-pnmtopng-CAN-2005-2978.patch (from SUSE)
   CVE-2005-3662: netpbm-10.26.12-pnmtopng-overflow.patch  (from SUSE)
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 slrn.info,1.5,1.6

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/unstable/main/finkinfo/net

Modified Files:
slrn.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: slrn.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/slrn.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- slrn.info   12 Jan 2009 04:18:05 -  1.5
+++ slrn.info   22 Oct 2010 22:22:50 -  1.6
@@ -16,7 +16,7 @@
 
 Package: slrn
 Version: 0.9.9
-Revision: 1
+Revision: 2
 Maintainer: Max Horn m...@quendi.de
 BuildDepends: 
   system-openssl-dev,
@@ -36,7 +36,9 @@
 Source-MD5: 87c0172887bf6e020759bf6241c003fc
 PatchFile: %n.patch
 PatchFile-MD5: 548263e3395c4d8daf068436444d22c1
+SetCFLAGS: -I/usr/X11/include
 NoSetLDFLAGS: True
+SetLDFLAGS: -L/usr/X11/lib
 ConfigureParams: 
   --mandir=%p/share/man \
   --with-ssl=%p/lib/system-openssl \
@@ -47,9 +49,11 @@
 DocFiles: doc/FAQ doc/FIRST_STEPS doc/README* doc/THANKS doc/*.txt
 Description: NNTP / spool based newsreader
 DescPackaging: 
-  Patch ensures that the correct version of OpenSSL gets linked in,
-  and that the 'install' Makefile target does not clash with the
-  file named 'INSTALL'.
+Patch ensures that the correct version of OpenSSL gets linked in,
+and that the 'install' Makefile target does not clash with the
+file named 'INSTALL'.
+
+To ensure it finds X11, we have to hack CFLAGS and LDFLAGS.
 
 Homepage: http://www.slrn.org/
 License: GPL


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/text sgml-entities-iso8879.info, 1.1, 1.2

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/stable/main/finkinfo/text

Modified Files:
sgml-entities-iso8879.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: sgml-entities-iso8879.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/text/sgml-entities-iso8879.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sgml-entities-iso8879.info  26 Jan 2006 03:37:13 -  1.1
+++ sgml-entities-iso8879.info  22 Oct 2010 22:22:49 -  1.2
@@ -1,63 +1,65 @@
 Package: sgml-entities-iso8879
 Version: 1986
-Revision: 3
+Revision: 4
 Maintainer: None fink-de...@lists.sourceforge.net
 Source: http://www.oasis-open.org/cover/ISOEnts.zip
 Source2: http://www.oasis-open.org/cover/isoENT-tar.gz
 NoSourceDirectory: True
+
+PatchScript: 
+#!/bin/sh -ev
+
+mv ISOgrk4 iso-grk4.ent
+
+cat EOCATALOG  catalog
+PUBLIC ISO 8879:1986//ENTITIES Diacritical Marks//EN iso-dia.gml
+PUBLIC ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN iso-num.gml
+PUBLIC ISO 8879:1986//ENTITIES Publishing//EN iso-pub.gml
+PUBLIC ISO 8879:1986//ENTITIES General Technical//EN iso-tech.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Latin 1//EN iso-lat1.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Latin 2//EN iso-lat2.gml
+PUBLIC ISO 8879:1986//ENTITIES Greek Letters//EN iso-grk1.gml
+PUBLIC ISO 8879:1986//ENTITIES Monotoniko Greek//EN iso-grk2.gml
+PUBLIC ISO 8879:1986//ENTITIES Greek Symbols//EN iso-grk3.gml
+PUBLIC ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN iso-grk4.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN 
iso-amsa.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN 
iso-amsb.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN 
iso-amsc.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN 
iso-amsn.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN 
iso-amso.gml
+PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN 
iso-amsr.gml
+PUBLIC ISO 8879:1986//ENTITIES Box and Line Drawing//EN iso-box.gml
+PUBLIC ISO 8879:1986//ENTITIES Russian Cyrillic//EN iso-cyr1.gml
+PUBLIC ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN iso-cyr2.gml
+EOCATALOG
+
+cat EOCOPYRIGHT  COPYRIGHT
+(C) International Organization for Standardization 1986
+Permission to copy in any form is granted for use with
+conforming SGML systems and applications as defined in
+ISO 8879, provided this notice is included in all copies.
+EOCOPYRIGHT
+
+
 CompileScript: 
 echo Compile Phase: nothing to do
 
+
 InstallScript: 
-cp calstbl.ent calstbl.gml
-cp iso-amsa.ent iso-amsa.gml
-cp iso-amsb.ent iso-amsb.gml
-cp iso-amsc.ent iso-amsc.gml
-cp iso-amsn.ent iso-amsn.gml
-cp iso-amso.ent iso-amso.gml
-cp iso-amsr.ent iso-amsr.gml
-cp iso-box.ent iso-box.gml
-cp iso-cyr1.ent iso-cyr1.gml
-cp iso-cyr2.ent iso-cyr2.gml
-cp iso-dia.ent iso-dia.gml
-cp iso-grk1.ent iso-grk1.gml
-cp iso-grk2.ent iso-grk2.gml
-cp iso-grk3.ent iso-grk3.gml
-cp ISOgrk4 iso-grk4.gml
-cp iso-lat1.ent iso-lat1.gml
-cp iso-lat2.ent iso-lat2.gml
-cp iso-num.ent iso-num.gml
-cp iso-pub.ent iso-pub.gml
-cp iso-tech.ent iso-tech.gml
-cp isomath.ent isomath.gml
-touch catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Diacritical Marks//EN iso-dia.gml'  
 catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN 
iso-num.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Publishing//EN iso-pub.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES General Technical//EN iso-tech.gml' 
 catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Latin 1//EN iso-lat1.gml'  
catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Latin 2//EN iso-lat2.gml'  
catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Greek Letters//EN iso-grk1.gml'  
catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Monotoniko Greek//EN iso-grk2.gml'  
catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Greek Symbols//EN iso-grk3.gml'  
catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN 
iso-grk4.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN 
iso-amsa.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Binary 
Operators//EN iso-amsb.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN 
iso-amsc.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Negated 
Relations//EN iso-amsn.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN 
iso-amso.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN 
iso-amsr.gml'  catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Box and Line Drawing//EN iso-box.gml' 
 catalog
-echo 'PUBLIC ISO 8879:1986//ENTITIES Russian 

[cvs] dists/10.4/unstable/main/finkinfo/games sdl-ttf.info,1.8,1.9

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/unstable/main/finkinfo/games

Modified Files:
sdl-ttf.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: sdl-ttf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sdl-ttf.info19 Jul 2008 23:47:54 -  1.8
+++ sdl-ttf.info22 Oct 2010 22:22:50 -  1.9
@@ -15,14 +15,14 @@
 # maintainership of) the affected package.
 
 Package: sdl-ttf
-Version: 2.0.9
-Revision: 2
+Version: 2.0.10
+Revision: 1
 Maintainer: Max Horn m...@quendi.de
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
 BuildDepends: sdl (= 1.2.9-1001), freetype219
 Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
-Source-MD5: 6dd5a85e4924689a35a5fb1cb3336156
+Source-MD5: 814e6e17e8879254208d23b3b7e0354b
 NoSetCPPFLAGS: true
 ConfigureParams: --disable-sdltest --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219
 InstallScript: make install DESTDIR=%d
@@ -31,7 +31,7 @@
   Depends: sdl-shlibs (= 1.2.11-1), freetype219-shlibs
   Replaces: %N (= 2.0.4-1)
   Files: lib/libSDL_ttf-*.dylib
-  Shlibs: %p/lib/libSDL_ttf-2.0.0.dylib 7.0.0 %n (= 2.0.9-2)
+  Shlibs: %p/lib/libSDL_ttf-2.0.0.dylib 11.0.0 %n (= 2.0.10-1)
   Docfiles: CHANGES COPYING README
 
 DocFiles: CHANGES COPYING README


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 netcdf-perl-pm.info, 1.9, 1.10 pari-gp.info, 1.15, 1.16

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32182/unstable/main/finkinfo/sci

Modified Files:
netcdf-perl-pm.info pari-gp.info 
Log Message:
Move sgml-entities-iso8879 to stable (this fixes building docbook-dtd as nobody 
on stable)

Index: pari-gp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pari-gp.info6 Feb 2010 00:21:21 -   1.15
+++ pari-gp.info22 Oct 2010 22:22:50 -  1.16
@@ -17,7 +17,6 @@
 
 BuildDepends: 
  fink (= 0.24.12-1),
- tetex-base, 
  readline5%type_pkg[-64bit] (= 5.0-1004), 
  libncurses5%type_pkg[-64bit] (= 5.4-20041023-1006),
  gmp%type_pkg[-64bit],

Index: netcdf-perl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf-perl-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- netcdf-perl-pm.info 23 Aug 2009 04:41:28 -  1.9
+++ netcdf-perl-pm.info 22 Oct 2010 22:22:50 -  1.10
@@ -1,18 +1,25 @@
 Info2: 
 Package: netcdf-perl-pm%type_pkg[perl]
-Type: perl (5.8.1 5.8.6 5.8.8)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 Version: 1.2.3
-Revision: 7
+# TODO: 1.2.4
+Revision: 8
 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
+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
 
 Description: Perl extension for netCDF datasets access
+DescDetail: 
+The netCDFPerl package is a perl extension for accessing netCDF
+datasets based on the netCDF package.
+
+
+Homepage: http://www.unidata.ucar.edu/software/decoders/
 License: OSI-Approved
 Maintainer: None fink-de...@lists.sourceforge.net
 
 # Prerequisites
-Depends: netcdf-shlibs (=3.6.0-2), perl%type_pkg[perl]-core
-BuildDepends: netcdf (=3.6.0-2) 
+Depends: netcdf-shlibs (= 3.6.0-2), perl%type_pkg[perl]-core
+BuildDepends: netcdf (= 3.6.0-2) 
 
 # Unpack Phase:
 Source: ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/netcdf-perl-%v.tar.Z
@@ -43,11 +50,4 @@
 UpdatePOD: true
 DocFiles: COPYRIGHT CUSTOMIZE HISTORY INSTALL README VERSION
 
-DescDetail: 
-The netCDFPerl package is a perl extension for accessingnetCDF
-datasets based on the netCDF package.
-
-
-Homepage: http://www.unidata.ucar.edu/software/decoders/index.html
-
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo wesnoth.info, 1.4, 1.5 wesnoth.patch, 1.1, 1.2

2010-10-22 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1838

Modified Files:
wesnoth.info wesnoth.patch 
Log Message:
upstream update 1.8.5, had to patch out an SDL test in configure.ac this time


Index: wesnoth.patch
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wesnoth.patch   18 Aug 2010 22:53:14 -  1.1
+++ wesnoth.patch   22 Oct 2010 22:32:43 -  1.2
@@ -1,24 +1,25 @@
-diff -Naur --exclude='*~' wesnoth-1.6.5/src/tools/cutter.cpp 
wesnoth-1.6.5.fink/src/tools/cutter.cpp
 wesnoth-1.6.5/src/tools/cutter.cpp 2009-01-01 10:27:41.0 +
-+++ wesnoth-1.6.5.fink/src/tools/cutter.cpp2009-11-15 23:20:37.0 
+
-@@ -95,6 +95,8 @@
-   } catch(exploder_failure err) {
-   std::cerr  Failed:   err.message  \n;
-   }
-+
-+  return 0;
- }
+--- wesnoth-1.8.5-orig/configure.ac2010-09-24 10:37:41.0 -0700
 wesnoth-1.8.5/configure.ac 2010-10-22 15:08:14.0 -0700
+@@ -755,6 +755,7 @@
  
+ AC_LANG([C])
+ AC_MSG_CHECKING([for PNG support in SDL_image])
++if test x$enable_sdltest = xyes ; then
  
-diff -Naur --exclude='*~' wesnoth-1.6.5/src/tools/exploder.cpp 
wesnoth-1.6.5.fink/src/tools/exploder.cpp
 wesnoth-1.6.5/src/tools/exploder.cpp   2009-01-01 10:27:41.0 
+
-+++ wesnoth-1.6.5.fink/src/tools/exploder.cpp  2009-11-15 23:20:31.0 
+
-@@ -69,6 +69,8 @@
-   } catch(exploder_failure err) {
-   std::cerr  Failed:   err.message  \n;
-   }
-+
-+  return 0;
- }
+ OLD_CPPFLAGS=$CPPFLAGS
+ OLD_CFLAGS=$CFLAGS
+@@ -789,11 +790,14 @@
+   [AC_MSG_ERROR([*** Either your test image has vanished, or SDL_image 
has no PNG support!])],
+   [AC_MSG_RESULT([not tested in cross-compiling])])
+ 
+ CPPFLAGS=$OLD_CPPFLAGS
+ CFLAGS=$OLD_CFLAGS
+ LIBS=$OLD_LIBS
++else
++  AC_MSG_RESULT([test disabled])
++fi
  
  
+ ###
+ # Check for OGG support in SDL_mixer  #
+ ###

Index: wesnoth.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wesnoth.info25 Aug 2010 02:16:15 -  1.4
+++ wesnoth.info22 Oct 2010 22:32:43 -  1.5
@@ -1,9 +1,9 @@
 Package: wesnoth
-Version: 1.8.4
+Version: 1.8.5
 Revision: 1
 Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: 2dce83f835ecce1d505ea60e46b7356f
+Source-MD5: a800285d1406690755dd0ea22b98b6df
 Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 BuildDepends: 
   autoconf (= 2.60),
@@ -74,11 +74,11 @@
   
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
 
-# PatchFile: %n.patch
-# PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
+PatchFile: %n.patch
+PatchFile-MD5: 69d07a787a28ab3d0865abc433528b04
 PatchScript: 
   #!/bin/sh -ev
-#  %{default_script}
+  %{default_script}
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
   # darwin10: msgmerge is screwy, disabling backup avoids permissions issues
   file=po/Makefile.in.in


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/graphics netpbm10.info, 1.13, 1.14

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4262/graphics

Modified Files:
netpbm10.info 
Log Message:
Revert most of my previous commit (in which I by accident/stupidity commited 
various local hacks :/)

Index: netpbm10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/netpbm10.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- netpbm10.info   22 Oct 2010 22:22:50 -  1.13
+++ netpbm10.info   22 Oct 2010 22:41:25 -  1.14
@@ -41,9 +41,16 @@
 DocFiles: README doc/*
 Description: Graphics manipulation programs and libraries
 DescPort: 
+ Change by J-F Mertens:  pnmtopng.c extracted from old version of netpbm
+ since the one in the current version does not work with, e.g., latex2html.
+
+ Change undone in Feb. 2007 because the 'old' pnmtopng.c no longer compiles.
+ Hopefully this does not break latex2html.
+
  Patches for gcc 4.0 compatibility thanks to Matt Sachs.
 
  Security patches thanks to Tomoaki Okayama:
+  CVE-2005-2471: netpbm-10.25-CAN-2005-2471.patch (from RedHat)
   CVE-2005-2978: netpbm-10.26.12-pnmtopng-CAN-2005-2978.patch (from SUSE)
   CVE-2005-3662: netpbm-10.26.12-pnmtopng-overflow.patch  (from SUSE)
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 slang.info, 1.7, 1.8 slang2.info, 1.4, 1.5

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4262/libs

Modified Files:
slang.info slang2.info 
Log Message:
Revert most of my previous commit (in which I by accident/stupidity commited 
various local hacks :/)

Index: slang2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/slang2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- slang2.info 22 Oct 2010 22:22:50 -  1.4
+++ slang2.info 22 Oct 2010 22:41:26 -  1.5
@@ -16,7 +16,7 @@
 
 Package: slang2
 Version: 2.2.1
-Revision: 2
+Revision: 1
 Maintainer: Max Horn m...@quendi.de
 License: Artistic
 Homepage: http://www.jedsoft.org/slang/
@@ -24,7 +24,6 @@
 # Dependencies:
 BuildDependsOnly: True
 BuildDepends: 
-  x11-dev,
   libpng3,
   pcre,
   libiconv-dev
@@ -43,10 +42,10 @@
 Source-MD5: 51b7e9c29c6812f304531713e2ebf969
 
 # Compile Phase:
-SetCFLAGS: -isystem %p/include -I/usr/X11/include
+SetCFLAGS: -isystem %p/include
 NoSetCFLAGS: true
 NoSetLDFLAGS: true
-SetLDFLAGS: -Wl,-search_paths_first -L../src/elfobjs -L%p/lib -L/usr/X11/lib
+SetLDFLAGS: -Wl,-search_paths_first -L../src/elfobjs -L%p/lib
 
 ConfigureParams: 
   --mandir=%p/share/man \
@@ -67,7 +66,6 @@
 SplitOff: 
   Package: %N-shlibs
   Depends: 
-x11,
 libpng3-shlibs,
 pcre-shlibs,
 libiconv
@@ -87,11 +85,9 @@
 S-Lang also provides a platform-independent interface for screen
 management, keymaps and low-level terminal I/O.
 
-DescPackaging: 
+DescPort: 
 CPPFLAGS is ignored, so we use CFLAGS instead.
 
 We use env tricks to make sure the include files and libs in the build dir
-are used, not any already installed ones.
-
-To ensure it finds X11, we have to hack CFLAGS and LDFLAGS.
+are uesd, not any already installed ones.
 

Index: slang.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/slang.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- slang.info  22 Oct 2010 22:22:50 -  1.7
+++ slang.info  22 Oct 2010 22:41:26 -  1.8
@@ -69,6 +69,10 @@
 
 DescPackaging: 
 Previous revisions by Jeremy Higgs and Christoph Pfisterer.
+
+DescPort: 
+Module loading should work thanks to dlcompat, but the shipped modules
+are not built right now.
 
 CPPFLAGS is ignored, so we use CFLAGS instead.
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/games sdl-ttf.info,1.9,1.10

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4262/games

Modified Files:
sdl-ttf.info 
Log Message:
Revert most of my previous commit (in which I by accident/stupidity commited 
various local hacks :/)

Index: sdl-ttf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sdl-ttf.info22 Oct 2010 22:22:50 -  1.9
+++ sdl-ttf.info22 Oct 2010 22:41:25 -  1.10
@@ -15,14 +15,14 @@
 # maintainership of) the affected package.
 
 Package: sdl-ttf
-Version: 2.0.10
-Revision: 1
+Version: 2.0.9
+Revision: 2
 Maintainer: Max Horn m...@quendi.de
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
 BuildDepends: sdl (= 1.2.9-1001), freetype219
 Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
-Source-MD5: 814e6e17e8879254208d23b3b7e0354b
+Source-MD5: 6dd5a85e4924689a35a5fb1cb3336156
 NoSetCPPFLAGS: true
 ConfigureParams: --disable-sdltest --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219
 InstallScript: make install DESTDIR=%d
@@ -31,7 +31,7 @@
   Depends: sdl-shlibs (= 1.2.11-1), freetype219-shlibs
   Replaces: %N (= 2.0.4-1)
   Files: lib/libSDL_ttf-*.dylib
-  Shlibs: %p/lib/libSDL_ttf-2.0.0.dylib 11.0.0 %n (= 2.0.10-1)
+  Shlibs: %p/lib/libSDL_ttf-2.0.0.dylib 7.0.0 %n (= 2.0.9-2)
   Docfiles: CHANGES COPYING README
 
 DocFiles: CHANGES COPYING README


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 netcdf-perl-pm.info, 1.10, 1.11 pari-gp.info, 1.16, 1.17

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4262/sci

Modified Files:
netcdf-perl-pm.info pari-gp.info 
Log Message:
Revert most of my previous commit (in which I by accident/stupidity commited 
various local hacks :/)

Index: pari-gp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pari-gp.info22 Oct 2010 22:22:50 -  1.16
+++ pari-gp.info22 Oct 2010 22:41:26 -  1.17
@@ -17,6 +17,7 @@
 
 BuildDepends: 
  fink (= 0.24.12-1),
+ tetex-base, 
  readline5%type_pkg[-64bit] (= 5.0-1004), 
  libncurses5%type_pkg[-64bit] (= 5.4-20041023-1006),
  gmp%type_pkg[-64bit],

Index: netcdf-perl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf-perl-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- netcdf-perl-pm.info 22 Oct 2010 22:22:50 -  1.10
+++ netcdf-perl-pm.info 22 Oct 2010 22:41:26 -  1.11
@@ -1,25 +1,18 @@
 Info2: 
 Package: netcdf-perl-pm%type_pkg[perl]
-Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
+Type: perl (5.8.1 5.8.6 5.8.8)
 Version: 1.2.3
-# TODO: 1.2.4
-Revision: 8
+Revision: 7
 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
+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
 
 Description: Perl extension for netCDF datasets access
-DescDetail: 
-The netCDFPerl package is a perl extension for accessing netCDF
-datasets based on the netCDF package.
-
-
-Homepage: http://www.unidata.ucar.edu/software/decoders/
 License: OSI-Approved
 Maintainer: None fink-de...@lists.sourceforge.net
 
 # Prerequisites
-Depends: netcdf-shlibs (= 3.6.0-2), perl%type_pkg[perl]-core
-BuildDepends: netcdf (= 3.6.0-2) 
+Depends: netcdf-shlibs (=3.6.0-2), perl%type_pkg[perl]-core
+BuildDepends: netcdf (=3.6.0-2) 
 
 # Unpack Phase:
 Source: ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/netcdf-perl-%v.tar.Z
@@ -50,4 +43,11 @@
 UpdatePOD: true
 DocFiles: COPYRIGHT CUSTOMIZE HISTORY INSTALL README VERSION
 
+DescDetail: 
+The netCDFPerl package is a perl extension for accessingnetCDF
+datasets based on the netCDF package.
+
+
+Homepage: http://www.unidata.ucar.edu/software/decoders/index.html
+
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 slrn.info,1.6,1.7

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4262/net

Modified Files:
slrn.info 
Log Message:
Revert most of my previous commit (in which I by accident/stupidity commited 
various local hacks :/)

Index: slrn.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/slrn.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- slrn.info   22 Oct 2010 22:22:50 -  1.6
+++ slrn.info   22 Oct 2010 22:41:26 -  1.7
@@ -16,7 +16,7 @@
 
 Package: slrn
 Version: 0.9.9
-Revision: 2
+Revision: 1
 Maintainer: Max Horn m...@quendi.de
 BuildDepends: 
   system-openssl-dev,
@@ -36,9 +36,7 @@
 Source-MD5: 87c0172887bf6e020759bf6241c003fc
 PatchFile: %n.patch
 PatchFile-MD5: 548263e3395c4d8daf068436444d22c1
-SetCFLAGS: -I/usr/X11/include
 NoSetLDFLAGS: True
-SetLDFLAGS: -L/usr/X11/lib
 ConfigureParams: 
   --mandir=%p/share/man \
   --with-ssl=%p/lib/system-openssl \
@@ -49,11 +47,9 @@
 DocFiles: doc/FAQ doc/FIRST_STEPS doc/README* doc/THANKS doc/*.txt
 Description: NNTP / spool based newsreader
 DescPackaging: 
-Patch ensures that the correct version of OpenSSL gets linked in,
-and that the 'install' Makefile target does not clash with the
-file named 'INSTALL'.
-
-To ensure it finds X11, we have to hack CFLAGS and LDFLAGS.
+  Patch ensures that the correct version of OpenSSL gets linked in,
+  and that the 'install' Makefile target does not clash with the
+  file named 'INSTALL'.
 
 Homepage: http://www.slrn.org/
 License: GPL


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics optipng.info,1.3,1.4

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/graphics

Modified Files:
optipng.info 
Log Message:
Moving a bunch of my packages to stable

Index: optipng.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/optipng.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- optipng.info1 Feb 2010 12:38:56 -   1.3
+++ optipng.info22 Oct 2010 22:57:39 -  1.4
@@ -15,11 +15,11 @@
 # maintainership of) the affected package.
 
 Package: optipng
-Version: 0.6.2
+Version: 0.6.3
 Revision: 1
 Maintainer: Max Horn m...@quendi.de
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 08b6195bb5895a7fe167fab16dcdf6d5
+Source-MD5: 6cef405197a878acff4c6216cf38e871
 CompileScript: cd src  make -f scripts/gcc.mak
 InstallScript: 
   /usr/bin/install -d -m 755 %i/bin


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel splint.info,NONE,1.1

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/devel

Added Files:
splint.info 
Log Message:
Moving a bunch of my packages to stable

--- NEW FILE: splint.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: splint
Version: 3.1.2
Revision: 1
Maintainer: Max Horn m...@quendi.de

Source: http://www.splint.org/downloads/%n-%v.src.tgz
Source-MD5: 25f47d70bd9c8bdddf6b03de5949c4fd
SourceDirectory: %n-%v
PatchScript: perl -pi -e 's/__pid_t/pid_t/' src/osd.c
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: make install DESTDIR=%d

DocFiles: README
Description: Statically checks C programs
DescDetail: 
 Splint is a tool for statically checking C programs
 for security vulnerabilities and programming mistakes.
 More powerful checks are made possible by additional
 information given in source code annotations.

DescPackaging: 
 Previous versions by Sylvain Cuaz.

 Patch a bug in osd.c (this used to be pid_t in 3.1.1 but
 for unexplicable reasons they switched this to the Linux
 specific __pid_t in 3.1.2).

Homepage: http://www.splint.org/
License: GPL


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 grep.patch, NONE, 1.1 unshield.patch, NONE, 1.1 diffutils.info, 1.2, 1.3 dosbox.info, 1.6, 1.7 dosbox.patch, 1.1, 1.2 grep.info, 1.2, 1.3 less.info, 1.4, 1.

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/utils

Modified Files:
diffutils.info dosbox.info dosbox.patch grep.info less.info 
unshield.info 
Added Files:
grep.patch unshield.patch 
Log Message:
Moving a bunch of my packages to stable

--- NEW FILE: unshield.patch ---
diff -ru unshield-0.5.1/lib/file.c unshield-0.5.1-patched/lib/file.c
--- unshield-0.5.1/lib/file.c   2009-05-26 00:42:18.0 +0200
+++ unshield-0.5.1-patched/lib/file.c   2009-05-26 00:43:00.0 +0200
@@ -266,7 +266,7 @@
 if (err != Z_OK) 
   return err;
 
-err = inflate(stream, Z_BLOCK);
+err = inflate(stream, Z_SYNC_FLUSH);
 if (err != Z_OK) 
 {
   inflateEnd(stream);
diff -ru unshield-0.5.1/lib/libunshield.c 
unshield-0.5.1-patched/lib/libunshield.c
--- unshield-0.5.1/lib/libunshield.c2009-05-26 00:42:18.0 +0200
+++ unshield-0.5.1-patched/lib/libunshield.c2009-05-26 00:42:54.0 
+0200
@@ -271,7 +271,7 @@
   
   header-major_version = (header-common.version  12)  0xf;
 
-#if 0
+#if 1
   if (header-major_version  5)
 header-major_version = 5;
 #endif

Index: dosbox.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/dosbox.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dosbox.patch27 Sep 2008 23:04:44 -  1.1
+++ dosbox.patch22 Oct 2010 22:57:40 -  1.2
@@ -1,158 +1,11 @@
-diff -ruN dosbox-0.72/configure dosbox-0.72-patched/configure
 dosbox-0.72/configure  2007-08-26 19:45:35.0 +0200
-+++ dosbox-0.72-patched/configure  2008-04-04 23:11:57.0 +0200
-@@ -12439,7 +12439,7 @@
- #define MACOSX 1
- _ACEOF
- 
--   LIBS=$LIBS -framework AudioUnit
-+   LIBS=$LIBS -framework AudioUnit -framework AudioToolbox
- 
- cat confdefs.h \_ACEOF
- #define C_DIRECTSERIAL 1
-diff -ruN dosbox-0.72/src/gui/midi_coreaudio.h 
dosbox-0.72-patched/src/gui/midi_coreaudio.h
 dosbox-0.72/src/gui/midi_coreaudio.h   2007-06-13 14:58:25.0 
+0200
-+++ dosbox-0.72-patched/src/gui/midi_coreaudio.h   2008-04-04 
22:34:23.0 +0200
-@@ -16,73 +16,90 @@
-  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+diff -ruN dosbox-0.73/src/gui/midi_coreaudio.h 
dosbox-0.73-patched/src/gui/midi_coreaudio.h
+--- dosbox-0.73/src/gui/midi_coreaudio.h   2009-05-25 20:44:46.0 
+0200
 dosbox-0.73-patched/src/gui/midi_coreaudio.h   2010-03-03 
13:53:44.0 +0100
+@@ -17,6 +17,7 @@
   */
  
--#include AudioUnit/AudioUnit.h
-+#include AudioToolbox/AUGraph.h
-+
-+// A macro to simplify error handling a bit.
-+#define RequireNoErr(error) \
-+do {\
-+  err = error;\
-+  if (err != noErr)   \
-+  goto bail;  \
-+} while (false)
- 
- class MidiHandler_coreaudio : public MidiHandler {
- private:
--  AudioUnit m_musicDevice;
--  AudioUnit m_outputUnit;
-+  AUGraph m_auGraph;
-+  AudioUnit m_synth;
- public:
--  MidiHandler_coreaudio() : m_musicDevice(0), m_outputUnit(0) {}
-+  MidiHandler_coreaudio() : m_auGraph(0), m_synth(0) {}
-   const char * GetName(void) { return coreaudio; }
-   bool Open(const char * conf) {
--  int err;
--  AudioUnitConnection auconnect;
--  ComponentDescription compdesc;
--  Component compid;
--  
--  if (m_outputUnit)
-+  OSStatus err = 0;
-+
-+  if (m_auGraph)
-   return false;
--  
--  // Open the Music Device
--  compdesc.componentType = kAudioUnitComponentType;
--  compdesc.componentSubType = kAudioUnitSubType_MusicDevice;
--  compdesc.componentManufacturer = kAudioUnitID_DLSSynth;
--  compdesc.componentFlags = 0;
--  compdesc.componentFlagsMask = 0;
--  compid = FindNextComponent(NULL, compdesc);
--  m_musicDevice = (AudioUnit) OpenComponent(compid);
--  
--  // open the output unit
--  m_outputUnit = (AudioUnit) 
OpenDefaultComponent(kAudioUnitComponentType, kAudioUnitSubType_Output);
--  
--  // connect the units
--  auconnect.sourceAudioUnit = m_musicDevice;
--  auconnect.sourceOutputNumber = 0;
--  auconnect.destInputNumber = 0;
--  err =
--  AudioUnitSetProperty(m_outputUnit, 
kAudioUnitProperty_MakeConnection, kAudioUnitScope_Input, 0,
--   

[cvs] dists/10.4/stable/main/finkinfo/crypto arj.info, NONE, 1.1 arj.patch, NONE, 1.1

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/crypto

Added Files:
arj.info arj.patch 
Log Message:
Moving a bunch of my packages to stable

--- NEW FILE: arj.patch ---
diff -ru arj-3.10.22/environ.c arj-3.10.22-patched/environ.c
--- arj-3.10.22/environ.c   2004-06-18 18:19:36.0 +0200
+++ arj-3.10.22-patched/environ.c   2010-09-28 12:51:48.0 +0200
@@ -58,7 +58,7 @@
   #include sys/ioctl.h
   #include sys/statfs.h
   #include sys/statvfs.h
- #elif defined(__FreeBSD__)||defined(__NetBSD__)
+ #elif defined(__APPLE__)||defined(__NetBSD__)
   #include sys/param.h
   #include sys/mount.h
  #elif defined(__QNXNTO__)
diff -ru arj-3.10.22/gnu/configure.in arj-3.10.22-patched/gnu/configure.in
--- arj-3.10.22/gnu/configure.in2005-06-21 20:27:20.0 +0200
+++ arj-3.10.22-patched/gnu/configure.in2010-09-28 12:51:48.0 
+0200
@@ -94,7 +94,7 @@
 
 case $host_cpu in
 alpha*)
-   AC_DEFINE(ALIGN_POINTERS)
+   AC_DEFINE(ALIGN_POINTERS, 1, [Used by encode.c])
;;
 sparc*)
AC_DEFINE(ALIGN_POINTERS)
@@ -176,7 +176,7 @@
 [color_output=yes],
 [color_output=no])
 AC_MSG_RESULT($color_output)
-test $color_output = yes  AC_DEFINE(USE_COLORS)
+AC_DEFINE(USE_COLORS, test $color_output = yes, [Enable color output])
 
 AC_SUBST(HAVE_MKDTEMP)
 AC_SUBST(HAVE_FCLOSEALL)
Nur in arj-3.10.22-patched/gnu: configure.in.orig.
diff -ru arj-3.10.22/integr.c arj-3.10.22-patched/integr.c
--- arj-3.10.22/integr.c2005-06-21 20:27:18.0 +0200
+++ arj-3.10.22-patched/integr.c2010-09-28 12:54:23.0 +0200
@@ -5,7 +5,7 @@
  *
  */
 
-static const char intergrity_identifier[] = {
+const char intergrity_identifier[] = {
0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03,
0xB0, 0x04, 0xB0, 0x05,
0x90, 0x90, 0x90, 0x90,

--- NEW FILE: arj.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: arj
Version: 3.10.22
Revision: 1
Maintainer: Max Horn m...@quendi.de

BuildDepends: autoconf (= 2.60), fink (= 0.24.12-1)

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: f263bf3cf6d42a8b7e85b4fb514336d3
UpdateConfigGuessInDirs: gnu
PatchFile: %n.patch
PatchFile-MD5: 39401c7e699463dd8f8ef28bd42d04d8

ConfigureParams: --mandir=%p/share/man
#SetCFlags: -Dlchown=chown
CompileScript: 
#!/bin/sh -ev
cd gnu
autoheader
autoconf
./configure %c
cd ..
make d=.so DLL_FLAGS='-bundle'

InstallScript: make install DESTDIR=%d d=.so DLL_FLAGS='-bundle'
DocFiles: doc/COPYING
Description: ARJ archiver
HomePage: http://arj.sourceforge.net/
License: GPL


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 httptype.info, NONE, 1.1 libpcap1.info, NONE, 1.1 libpcap.info, 1.2, 1.3

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/net

Modified Files:
libpcap.info 
Added Files:
httptype.info libpcap1.info 
Log Message:
Moving a bunch of my packages to stable

--- NEW FILE: libpcap1.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: libpcap1
Version: 1.1.1
Revision: 1
BuildDepends: 
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: libpcap, libpcap1
Replaces: libpcap, libpcap1
Source: http://www.tcpdump.org/release/libpcap-%v.tar.gz
Source-MD5: 1bca27d206970badae248cfa471bbb47
ConfigureParams: --mandir=%p/share/man --enable-ipv6
InstallScript: 
  make install install-shared DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Replaces: %N (= 0.6.2-4)
  Files: lib/libpcap.*.dylib
  Shlibs: %p/lib/libpcap.A.dylib 1.0.0 %n (= 1.0.0-1)
  DocFiles: CHANGES CREDITS LICENSE README TODO VERSION

DocFiles: CHANGES CREDITS LICENSE README TODO VERSION
Description: Network packet capture library
Maintainer: Max Horn m...@quendi.de
Homepage: http://www.tcpdump.org/
License: BSD

--- NEW FILE: httptype.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: httptype
Version: 1.2.3
Revision: 1
Maintainer: Max Horn m...@quendi.de
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 54ef7803f62bb6ec58d95ea009c6
CompileScript: true
InstallScript: 
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  install -m 775 httptype %i/bin
  install -m 644 httptype.1 %i/share/man/man1

DocFiles: Changelog Copying README
Description: Returns the http host software of a website 
Homepage: http://httptype.sourceforge.net
License: GPL

Index: libpcap.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libpcap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpcap.info25 Feb 2007 13:52:53 -  1.2
+++ libpcap.info22 Oct 2010 22:57:39 -  1.3
@@ -15,13 +15,15 @@
 # maintainership of) the affected package.
 
 Package: libpcap
-Version: 0.9.4
-Revision: 11
+Version: 0.9.8
+Revision: 13
 BuildDepends: 
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
+Conflicts: libpcap, libpcap1
+Replaces: libpcap, libpcap1
 Source: http://www.tcpdump.org/release/%n-%v.tar.gz
-Source-MD5: 79025766e8027df154cb1f32de8a7974
+Source-MD5: 5208f24d0328ee7c20b52c43eaa9aa0e
 ConfigureParams: --mandir=%p/share/man --enable-ipv6
 InstallScript: 
   make install install-shared DESTDIR=%d
@@ -30,7 +32,7 @@
   Package: %N-shlibs
   Replaces: %N (= 0.6.2-4)
   Files: lib/libpcap.*.dylib
-  Shlibs: %p/lib/libpcap.0.dylib 0.9.4 %n (= 0.9.4-1)
+  Shlibs: %p/lib/libpcap.0.dylib 0.9.8 %n (= 0.9.8-1)
   DocFiles: CHANGES CREDITS LICENSE README TODO VERSION
 
 DocFiles: CHANGES CREDITS LICENSE README TODO VERSION


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop 

[cvs] dists/10.4/stable/main/finkinfo/sound libao4.info, NONE, 1.1 libao4.patch, NONE, 1.1 libao2.info, 1.3, 1.4 libao2.patch, 1.2, 1.3 libogg.info, 1.6, 1.7 libogg.patch, 1.3, 1.4 libvorbis0.info, 1.

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8560/sound

Modified Files:
libao2.info libao2.patch libogg.info libogg.patch 
libvorbis0.info vorbis-tools.info 
Added Files:
libao4.info libao4.patch 
Log Message:
Moving a bunch of my packages to stable

Index: libogg.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libogg.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libogg.info 17 Nov 2009 12:06:40 -  1.6
+++ libogg.info 22 Oct 2010 22:57:39 -  1.7
@@ -15,38 +15,41 @@
 # maintainership of) the affected package.
 
 Package: libogg
-Version: 1.1.4
+Version: 1.2.0
 Revision: 1
 Maintainer: Max Horn m...@quendi.de
-Depends: %N-shlibs (= %v-%r)
+
+Depends: %N-shlibs (= %v-%r)
 BuildDepends: fink (= 0.24.12-1)
 Replaces: libogg ( 1.0rc3-2)
+BuildDependsOnly: True
+
 Source: http://downloads.xiph.org/releases/ogg/%n-%v.tar.gz
-Source-MD5: 10200ec22543841d9d1c23e0aed4e5e9
+Source-MD5: c95b73759acfc30712beef6ce4e88efa
 PatchFile: %n.patch
-PatchFile-MD5: 42c8b981c9ae5c9f6f9fd0142dd8104a
+PatchFile-MD5: b9567dcde68e129d90582e1bc9e2c630
+
 InstallScript: make -j1 install DESTDIR=%d
-BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
   Replaces: libogg ( 1.0rc3-2)
   Files: lib/libogg.*.dylib
-  Shlibs: %p/lib/libogg.0.dylib 7.0.0 %n (= 1.1.4-1)
+  Shlibs: %p/lib/libogg.0.dylib 8.0.0 %n (= 1.2.0-1)
   Description: Ogg bitstream shared libraries
   DocFiles: AUTHORS CHANGES COPYING README
 
 DocFiles: AUTHORS CHANGES COPYING README
+
 Description: Ogg bitstream headers and libs for devs
 DescDetail: 
 Libogg is a library for manipulating ogg bitstreams.  It handles
 both making ogg bitstreams and getting packets from ogg bitstreams.
 
 DescPort: 
-  Uses patch to change documentation location.
-  Patches os_types.h to work cleanly in all situations.
+- Uses patch to change documentation location.
 
 DescPackaging: 
  Originally packaged by Masanori Sekino.
 
-License: BSD
 Homepage: http://www.vorbis.com
+License: BSD

Index: libao2.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libao2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libao2.patch17 Jul 2008 17:00:53 -  1.2
+++ libao2.patch22 Oct 2010 22:57:39 -  1.3
@@ -1,29 +1,7 @@
 libao2-0.8.4/configure Fri Jan 16 16:58:56 2004
-+++ libao2-0.8.4-patched/configure Fri Jan 16 21:16:51 2004
-@@ -5873,7 +5873,7 @@
-   allow_undefined_flag='-undefined suppress'
-   ;;
- *) # Darwin 1.3 on
--  allow_undefined_flag='-flat_namespace -undefined suppress'
-+  allow_undefined_flag='-undefined dynamic_lookup'
-   ;;
- esac
- # FIXME: Relying on posixy $() will cause problems for
-@@ -8081,9 +8081,10 @@
- PROFILE=-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8 
;;
- *-darwin*)
- PLUGIN_LDFLAGS=-module -avoid-version
--DEBUG=-g -Wall -D__NO_MATH_INLINES -fsigned-char 
-Ddlsym=dlsym_auto_underscore
--CFLAGS=-D__NO_MATH_INLINES -fsigned-char 
-Ddlsym=dlsym_auto_underscore
--PROFILE=-g -pg -D__NO_MATH_INLINES -fsigned-char 
-Ddlsym=dlsym_auto_underscore ;;
-+DEBUG=-g -Wall -D__NO_MATH_INLINES -fsigned-char
-+CFLAGS=-D__NO_MATH_INLINES -fsigned-char
-+LIBS=-Wl,-framework -Wl,CoreAudio
-+PROFILE=-g -pg -D__NO_MATH_INLINES -fsigned-char ;;
- *)
- PLUGIN_LDFLAGS=-export-dynamic -avoid-version
- DEBUG=-g -Wall -D__NO_MATH_INLINES -fsigned-char
-@@ -8184,7 +8184,7 @@
+diff -ru libao-0.8.8/configure libao-0.8.8-patched/configure
+--- libao-0.8.8/configure  2007-05-24 12:51:52.0 +0200
 libao-0.8.8-patched/configure  2010-03-27 13:24:36.0 +0100
+@@ -20203,7 +20204,7 @@
DLOPEN_FLAG='(RTLD_LAZY)'
SHARED_LIB_EXT='.sl'
;;
@@ -32,8 +10,21 @@
DLOPEN_FLAG='(RTLD_LAZY)'
SHARED_LIB_EXT='.so'
;;
 libao2-0.8.4/src/plugins/macosx/ao_macosx.cFri Jan 16 16:58:56 2004
-+++ libao2-0.8.4-patched/src/plugins/macosx/ao_macosx.cFri Jan 16 
17:22:38 2004
+diff -ru libao-0.8.8/doc/Makefile.in libao-0.8.8-patched/doc/Makefile.in
+--- libao-0.8.8/doc/Makefile.in2007-05-24 12:51:43.0 +0200
 libao-0.8.8-patched/doc/Makefile.in2010-03-27 13:25:24.0 
+0100
+@@ -161,7 +161,7 @@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+diff -ru libao-0.8.8/src/plugins/macosx/ao_macosx.c 

[cvs] dists/10.4/stable/main/finkinfo/crypto wireshark-ssl.info, 1.1, 1.2

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12556/crypto

Modified Files:
wireshark-ssl.info 
Log Message:
Moving latest xchat  wireshark to stable

Index: wireshark-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/wireshark-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wireshark-ssl.info  1 Jul 2010 01:39:58 -   1.1
+++ wireshark-ssl.info  22 Oct 2010 23:14:35 -  1.2
@@ -15,11 +15,10 @@
 # maintainership of) the affected package.
 
 Package: wireshark-ssl
-Version: 1.2.6
+Version: 1.4.1
 Revision: 1
 Maintainer: Max Horn m...@quendi.de
 BuildDepends: 
-  libpng3,
   cairo (= 1.6-1),
   expat1,
   fink (= 0.28),
@@ -32,7 +31,7 @@
   libtasn1-3,
   libgpg-error,
   pkgconfig (= 0.21-1),
-  libpcap,
+  libpcap1,
   libcares2,
   lua51-dev,
   portaudio,
@@ -42,7 +41,7 @@
   pango1-xft2-ft219-dev (= 1.18.4-4),
   pixman (= 0.10.0-1),
   gtk+2-dev (= 2.12.0-1),
-  libgettext3-dev,
+  libgettext8-dev,
   gettext-bin,
   gettext-tools,
   libiconv-dev,
@@ -53,7 +52,7 @@
   libgcrypt-shlibs (= 1.2.4-2),
   gnutls26-shlibs (= 2.2.2-3),
   libgpg-error-shlibs,
-  libpcap-shlibs,
+  libpcap1-shlibs,
   libcares2-shlibs,
   lua51-shlibs,
   portaudio-shlibs,
@@ -61,12 +60,12 @@
   gtk+2 (= 2.12.0-1),
   glib2-shlibs (= 2.14.0-1),
   pango1-xft2-ft219 (= 1.18.4-4),
-  libgettext3-shlibs
+  libgettext8-shlibs
 
-Conflicts: wireshark, ethereal ( 1.0-1), ethereal-ssl ( 1.0-1)
-Replaces: wireshark, ethereal ( 1.0-1), ethereal-ssl ( 1.0-1)
+Conflicts: wireshark, wireshark-ssl, ethereal ( 1.0-1), ethereal-ssl ( 
1.0-1)
+Replaces: wireshark, wireshark-ssl, ethereal ( 1.0-1), ethereal-ssl ( 
1.0-1)
 Source: mirror:sourceforge:wireshark/wireshark-%v.tar.bz2
-Source-MD5: f3e0917ed393366bbf96c53b58cb0931
+Source-MD5: 1719d20a10990e7c2cb261df7021aab6
 ConfigureParams: 
   --mandir=%p/share/man \
   --with-lua=%p \


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 wireshark.info, 1.7, 1.8 xchat.info, 1.13, 1.14 xchat.patch, 1.4, 1.5

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12556/net

Modified Files:
wireshark.info xchat.info xchat.patch 
Log Message:
Moving latest xchat  wireshark to stable

Index: xchat.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/xchat.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xchat.patch 14 Jan 2010 22:30:54 -  1.4
+++ xchat.patch 22 Oct 2010 23:14:35 -  1.5
@@ -10,82 +10,3 @@
  PY_CFLAGS=-I$PY_INC
  echo $as_me:$LINENO: result: ok 5
  echo ${ECHO_T}ok 6
-#
-# Various small fixes from CVS that are considered safe to apply to 2.8.6.
-#
 xchat-2.8.6/src/common/cfgfiles.c  2008-02-05 21:02:47.0 +1100
-+++ xchat-2.8.6p1/src/common/cfgfiles.c2008-06-15 13:45:43.0 
+1000
-@@ -886,7 +886,6 @@
- set_showval (session *sess, const struct prefs *var, char *tbuf)
- {
-   int len, dots, j;
--  static const char *offon[] = { OFF, ON };
- 
-   len = strlen (var-name);
-   memcpy (tbuf, var-name, len);
-@@ -909,8 +908,10 @@
-   *((int *) prefs + var-offset));
-   break;
-   case TYPE_BOOL:
--  sprintf (tbuf + len, \0033:\017 %s\n, offon[
--  *((int *) prefs + var-offset)]);
-+  if (*((int *) prefs + var-offset))
-+  sprintf (tbuf + len, \0033:\017 %s\n, ON);
-+  else
-+  sprintf (tbuf + len, \0033:\017 %s\n, OFF);
-   break;
-   }
-   PrintText (sess, tbuf);
 xchat-2.8.6/src/common/chanopt.c   2008-06-10 22:00:55.0 +1000
-+++ xchat-2.8.6p1/src/common/chanopt.c 2008-06-15 13:48:04.0 +1000
-@@ -32,7 +32,7 @@
- 
- #define S_F(xx) STRUCT_OFFSET_STR(struct session,xx)
- 
--channel_options chanopt[] =
-+static const channel_options chanopt[] =
- {
-   {alert_beep, BEEP, S_F(alert_beep)},
-   {alert_taskbar, NULL, S_F(alert_taskbar)},
 xchat-2.8.6/src/common/servlist.c  2008-04-01 19:22:34.0 +1100
-+++ xchat-2.8.6p1/src/common/servlist.c2008-06-15 13:57:41.0 
+1000
-@@ -509,6 +509,8 @@
-   list = g_slist_nth (net-servlist, net-selected);
-   if (!list)
-   list = net-servlist;
-+  if (!list)
-+  return;
-   ircserv = list-data;
- 
-   /* incase a protocol switch is added to the servlist gui */
 xchat-2.8.6/src/common/text.c  2008-03-28 13:20:04.0 +1100
-+++ xchat-2.8.6p1/src/common/text.c2008-06-15 13:59:59.0 +1000
-@@ -216,7 +216,7 @@
- static void
- scrollback_save (session *sess, char *text)
- {
--  char buf[1024];
-+  char buf[512 * 4];
-   time_t stamp;
-   int len;
- 
-@@ -266,7 +266,7 @@
- scrollback_load (session *sess)
- {
-   int fh;
--  char buf[1024];
-+  char buf[512 * 4];
-   char *text;
-   time_t stamp;
-   int lines;
 xchat-2.8.6/src/fe-gtk/xtext.h.orig2008-02-24 05:48:02.0 
+0100
-+++ xchat-2.8.6/src/fe-gtk/xtext.h 2008-09-06 02:18:39.0 +0200
-@@ -270,6 +270,6 @@
- xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
- void gtk_xtext_buffer_free (xtext_buffer *buf);
- void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
--GtkType gtk_xtext_get_type (void);
-+GType gtk_xtext_get_type (void);
- 
- #endif
- 
\ No newline at end of file

Index: wireshark.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/wireshark.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- wireshark.info  1 Feb 2010 18:56:33 -   1.7
+++ wireshark.info  22 Oct 2010 23:14:35 -  1.8
@@ -15,11 +15,10 @@
 # maintainership of) the affected package.
 
 Package: wireshark
-Version: 1.2.6
+Version: 1.4.1
 Revision: 1
 Maintainer: Max Horn m...@quendi.de
 BuildDepends: 
-  libpng3,
   cairo (= 1.6-1),
   expat1,
   fink (= 0.28),
@@ -27,7 +26,7 @@
   freetype219 (= 2.3.5-1),
   glitz,
   pkgconfig (= 0.21-1),
-  libpcap,
+  libpcap1,
   libcares2,
   lua51-dev,
   portaudio,
@@ -37,7 +36,7 @@
   pango1-xft2-ft219-dev (= 1.18.4-4),
   pixman (= 0.10.0-1),
   gtk+2-dev (= 2.12.0-1),
-  libgettext3-dev,
+  libgettext8-dev,
   gettext-bin,
   gettext-tools,
   libiconv-dev,
@@ -45,7 +44,7 @@
   xft2-dev
 
 Depends: 
-  libpcap-shlibs,
+  libpcap1-shlibs,
   libcares2-shlibs,
   lua51-shlibs,
   portaudio-shlibs,
@@ -53,12 +52,12 @@
   gtk+2 (= 2.12.0-1),
   glib2-shlibs (= 2.14.0-1),
   pango1-xft2-ft219 (= 1.18.4-4),
-  libgettext3-shlibs
+  libgettext8-shlibs
 
-Conflicts: wireshark-ssl, ethereal ( 1.0-1), ethereal-ssl ( 1.0-1)
-Replaces: wireshark-ssl, ethereal ( 1.0-1), ethereal-ssl ( 

[cvs] dists/10.4/stable/main/finkinfo/gnome mc.info,1.3,1.4

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13335/gnome

Modified Files:
mc.info 
Log Message:
Moving latest slang2  mc to stable

Index: mc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/mc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mc.info 12 Jul 2008 09:51:10 -  1.3
+++ mc.info 22 Oct 2010 23:17:00 -  1.4
@@ -15,8 +15,8 @@
 # maintainership of) the affected package.
 
 Package: mc
-Version: 4.6.1
-Revision: 1001
+Version: 4.7.0.3
+Revision: 1
 Maintainer: Max Horn m...@quendi.de
 Depends: 
   glib2-shlibs,
@@ -31,11 +31,12 @@
   gettext-tools,
   libiconv-dev
 
-Source: http://www.ibiblio.org/pub/Linux/utils/file/managers/%n/%n-%v.tar.gz
-Source-MD5: 18b20db6e40480a53bac2870c56fc3c4
-ConfigureParams: --with-netrc --without-x --with-screen=ncurses 
--mandir=%p/share/man
+Source: http://www.midnight-commander.org/downloads/31
+SourceRename: %n-%v.tar.bz2
+Source-MD5: 4ad6ed6667ab2364992285712e3207ea
+ConfigureParams: --with-netrc --without-x --with-screen=ncurses 
--mandir=%p/share/man --libexecdir=%p/share/mc/bin
 InstallScript: make install DESTDIR=%d localedir=%p/share/locale
-DocFiles: README COPYING AUTHORS FAQ MAINTAINERS
+DocFiles: README COPYING AUTHORS NEWS doc/FAQ
 #ConfFiles: %p/etc/mc.global
 #
 Description: Midnight Commander File Manager
@@ -51,4 +52,4 @@
 sequence Esc-number, e.g. Esc-0 for F10.
 
 License: GPL
-Homepage: http://www.ibiblio.org/mc/
+Homepage: http://www.midnight-commander.org/


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs slang2.info,1.1,1.2

2010-10-22 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13335/libs

Modified Files:
slang2.info 
Log Message:
Moving latest slang2  mc to stable

Index: slang2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/slang2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- slang2.info 16 Apr 2009 14:41:03 -  1.1
+++ slang2.info 22 Oct 2010 23:17:00 -  1.2
@@ -15,7 +15,7 @@
 # maintainership of) the affected package.
 
 Package: slang2
-Version: 2.1.4
+Version: 2.2.1
 Revision: 1
 Maintainer: Max Horn m...@quendi.de
 License: Artistic
@@ -38,8 +38,8 @@
 B: ftp://ftp.fu-berlin.de/pub/unix/misc/slang/
 C: ftp://ftp.ntua.gr/pub/lang/slang/slang/
 
-Source: mirror:custom:v2.1/slang-%v.tar.bz2
-Source-MD5: 1299d5d3317e2aa7e2d75c8ce889474c
+Source: mirror:custom:v2.2/slang-%v.tar.bz2
+Source-MD5: 51b7e9c29c6812f304531713e2ebf969
 
 # Compile Phase:
 SetCFLAGS: -isystem %p/include
@@ -59,7 +59,9 @@
   ./configure %c
   make all install_doc_dir=%p/share/doc/%n
 
-InstallScript: make install DESTDIR=%d install_doc_dir=%p/share/doc/%n
+InstallScript: 
+  make install DESTDIR=%d install_doc_dir=%p/share/doc/%n
+
 
 SplitOff: 
   Package: %N-shlibs
@@ -74,7 +76,7 @@
   DocFiles: COPYING README
 
 DocFiles: COPYING README NEWS UPGRADE.txt
-Description: S-Lang programming library
+Description: S-Lang programming library, version 2
 DescDetail: 
 S-Lang is an interpreted language that was designed from the start to
 be easily embedded into a program to provide it with a powerful
@@ -83,9 +85,6 @@
 S-Lang also provides a platform-independent interface for screen
 management, keymaps and low-level terminal I/O.
 
-DescPackaging: 
-Previous revisions by Jeremy Higgs and Christoph Pfisterer.
-
 DescPort: 
 CPPFLAGS is ignored, so we use CFLAGS instead.
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/devel git-archimport.info, 1.1, NONE

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7842

Removed Files:
git-archimport.info 
Log Message:
There is no arch-tla in stable so this is pointless.


--- git-archimport.info DELETED ---


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 ppl.info,1.7,1.8

2010-10-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8207

Modified Files:
ppl.info 
Log Message:
Fix to work on both new and old java. Should add a BuildDepends on 
system-java-dev once there is a released fink that recognizes the new java.


Index: ppl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ppl.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ppl.info20 Sep 2009 20:28:41 -  1.7
+++ ppl.info23 Oct 2010 00:26:08 -  1.8
@@ -4,6 +4,8 @@
 Distribution: 10.5, 10.6
 BuildDependsOnly: True
 Depends: %N-shlibs (= %v-%r)
+# We should really depend on system-java-dev but there's no point until
+# there's a released fink that works with the new java.
 BuildDepends: gcc4.2, gmp (= 4.2.4-1000), fink (= 0.28)
 GCC: 4.0
 SetCC: gcc-4.2
@@ -11,6 +13,15 @@
 Source: ftp://ftp.cs.unipr.it/pub/%n/releases/%v/%n-%v.tar.bz2
 Source-MD5: 5667111f53150618b0fa522ffc53fc3e
 ConfigureParams: --mandir=%p/share/man
+CompileScript: 
+   #!/bin/bash -ev
+   if [ -e /usr/libexec/java_home ]; then
+   ./configure %c --with-java=`/usr/libexec/java_home`
+   else
+   ./configure %c
+   fi
+   make
+
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs
@@ -45,6 +56,8 @@
 DescPackaging: 
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
+
+Added CompileScript to deal with Apple's new java.
 
 Homepage: http://www.cs.unipr.it/ppl
 Maintainer: None fink-de...@lists.sourceforge.net


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs