[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info, 1.8, 1.9 monotone.patch, 1.4, 1.5

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12866/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
New upstream revision.



Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- monotone.info   18 Sep 2006 02:19:58 -  1.8
+++ monotone.info   15 Nov 2006 11:42:51 -  1.9
@@ -1,11 +1,11 @@
 Package: monotone
-Version: 0.30
+Version: 0.31
 Revision: 1001
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 94a1f8369162f7a7df8596b365a1d846
+Source-MD5: 5a5feb8d053a5993ab516a1186bb5883
 PatchScript: sed -e 's|@SW@|%p|g'  %a/%n.patch | patch -p1
 BuildDepends:
-  boost1.33, libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.33, libgettext3-dev, libiconv-dev
 
 BuildConflicts: sqlite3-dev
 Depends: 
@@ -17,6 +17,9 @@
 ConfigureParams: 
   --infodir=%i/share/info --mandir=%i/share/man --disable-dependency-tracking 
 
+InfoTest: 
+TestScript: make check || exit 2
+
 PreInstScript:
 if( test x`which monotone` != x ); then
 VERSION=`monotone --version | cut -d   -f 2 | sed -e 's/\.//g' `;

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- monotone.patch  3 Sep 2006 04:28:17 -   1.4
+++ monotone.patch  15 Nov 2006 11:42:51 -  1.5
@@ -1,18 +1,8 @@
-diff -ru monotone-0.29/cmd_automate.cc monotone-0.29-patched/cmd_automate.cc
 monotone-0.29/cmd_automate.cc  2006-08-20 20:46:05.0 -0500
-+++ monotone-0.29-patched/cmd_automate.cc  2006-09-02 21:11:50.0 
-0500
-@@ -13,6 +13,7 @@
- 
- #include boost/function.hpp
- #include boost/bind.hpp
-+#include boost/function.hpp
- 
- #include cmd.hh
- 
-diff -ru monotone-0.29/configure monotone-0.29-patched/configure
 monotone-0.29/configure2006-08-20 20:46:30.0 -0500
-+++ monotone-0.29-patched/configure2006-09-02 21:13:49.0 -0500
-@@ -3254,13 +3254,13 @@
+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
@@ -28,7 +18,7 @@
else
  CFLAGS=
fi
-@@ -4525,13 +4525,13 @@
+@@ -4527,13 +4527,13 @@
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
if test $GXX = yes; then
@@ -44,9 +34,10 @@
else
  CXXFLAGS=
fi
-diff -ru monotone-0.29/hash_map.hh monotone-0.29-patched/hash_map.hh
 monotone-0.29/hash_map.hh  2006-08-20 20:46:04.0 -0500
-+++ monotone-0.29-patched/hash_map.hh  2006-09-02 21:11:50.0 -0500
+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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info, 1.25, 1.26 monotone.patch, 1.7, 1.8

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12866/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
New upstream revision.



Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- monotone.info   18 Sep 2006 02:19:58 -  1.25
+++ monotone.info   15 Nov 2006 11:42:49 -  1.26
@@ -1,11 +1,11 @@
 Package: monotone
-Version: 0.30
+Version: 0.31
 Revision: 1
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 94a1f8369162f7a7df8596b365a1d846
+Source-MD5: 5a5feb8d053a5993ab516a1186bb5883
 PatchScript: sed -e 's|@SW@|%p|g'  %a/%n.patch | patch -p1
 BuildDepends:
-  boost1.33, libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.33, libgettext3-dev, libiconv-dev
 
 BuildConflicts: sqlite3-dev
 Depends: 
@@ -17,6 +17,9 @@
 ConfigureParams: 
   --infodir=%i/share/info --mandir=%i/share/man --disable-dependency-tracking 
 
+InfoTest: 
+TestScript: make check || exit 2
+
 PreInstScript:
 if( test x`which monotone` != x ); then
 VERSION=`monotone --version | cut -d   -f 2 | sed -e 's/\.//g' `;

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monotone.patch  3 Sep 2006 04:28:17 -   1.7
+++ monotone.patch  15 Nov 2006 11:42:49 -  1.8
@@ -1,18 +1,8 @@
-diff -ru monotone-0.29/cmd_automate.cc monotone-0.29-patched/cmd_automate.cc
 monotone-0.29/cmd_automate.cc  2006-08-20 20:46:05.0 -0500
-+++ monotone-0.29-patched/cmd_automate.cc  2006-09-02 21:11:50.0 
-0500
-@@ -13,6 +13,7 @@
- 
- #include boost/function.hpp
- #include boost/bind.hpp
-+#include boost/function.hpp
- 
- #include cmd.hh
- 
-diff -ru monotone-0.29/configure monotone-0.29-patched/configure
 monotone-0.29/configure2006-08-20 20:46:30.0 -0500
-+++ monotone-0.29-patched/configure2006-09-02 21:13:49.0 -0500
-@@ -3254,13 +3254,13 @@
+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
@@ -28,7 +18,7 @@
else
  CFLAGS=
fi
-@@ -4525,13 +4525,13 @@
+@@ -4527,13 +4527,13 @@
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
if test $GXX = yes; then
@@ -44,9 +34,10 @@
else
  CXXFLAGS=
fi
-diff -ru monotone-0.29/hash_map.hh monotone-0.29-patched/hash_map.hh
 monotone-0.29/hash_map.hh  2006-08-20 20:46:04.0 -0500
-+++ monotone-0.29-patched/hash_map.hh  2006-09-02 21:11:50.0 -0500
+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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo opencdk.info,1.4,1.5

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25870/10.4/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream revision.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opencdk.info13 Nov 2006 13:05:00 -  1.4
+++ opencdk.info15 Nov 2006 12:14:55 -  1.5
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.10
+Version: 0.5.11
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: 
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 
-Source-MD5: 6c5d37220ac5daec0af110164dcfaf36
+Source-MD5: de16f52a7f2215e3df9e81067ebae60d
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   libgpg-error, libgcrypt, gettext-dev,


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo opencdk.info,1.10,1.11

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25870/10.3/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream revision.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- opencdk.info13 Nov 2006 13:04:59 -  1.10
+++ opencdk.info15 Nov 2006 12:14:55 -  1.11
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.10
+Version: 0.5.11
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: 
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 
-Source-MD5: 6c5d37220ac5daec0af110164dcfaf36
+Source-MD5: de16f52a7f2215e3df9e81067ebae60d
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   libgpg-error, libgcrypt, gettext-dev,


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo gnutls14.info,1.2,1.3

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3793/10.4/unstable/crypto/finkinfo

Modified Files:
gnutls14.info 
Log Message:
New upstream revision.


Index: gnutls14.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnutls14.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnutls14.info   23 Sep 2006 17:59:00 -  1.2
+++ gnutls14.info   15 Nov 2006 12:41:44 -  1.3
@@ -1,12 +1,12 @@
 Package: gnutls14
-Version: 1.4.4
+Version: 1.4.5
 Revision: 1
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: 
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/
   nam-US: http://josefsson.org/gnutls/releases/
 
-Source-MD5: de5e060eeb2da36654e9e8af6b8b012a
+Source-MD5: 30b8449e079c50a952926fd288dc6773
 Depends: %N-shlibs (= %v-%r)
 Replaces: gnutls-dev, gnutls, gnutls12
 Conflicts: gnutls-dev, gnutls, gnutls12


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo gnutls14.info,1.2,1.3

2006-11-15 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3793/10.3/unstable/crypto/finkinfo

Modified Files:
gnutls14.info 
Log Message:
New upstream revision.


Index: gnutls14.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gnutls14.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnutls14.info   23 Sep 2006 17:59:00 -  1.2
+++ gnutls14.info   15 Nov 2006 12:41:44 -  1.3
@@ -1,12 +1,12 @@
 Package: gnutls14
-Version: 1.4.4
+Version: 1.4.5
 Revision: 1
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: 
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/
   nam-US: http://josefsson.org/gnutls/releases/
 
-Source-MD5: de5e060eeb2da36654e9e8af6b8b012a
+Source-MD5: 30b8449e079c50a952926fd288dc6773
 Depends: %N-shlibs (= %v-%r)
 Replaces: gnutls-dev, gnutls, gnutls12
 Conflicts: gnutls-dev, gnutls, gnutls12


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 qt3-mysql.info, 1.6, 1.7 qt3-postgresql.info, 1.6, 1.7 qt3.info, 1.14, 1.15

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.4/unstable/main/finkinfo/x11

Modified Files:
qt3-mysql.info qt3-postgresql.info qt3.info 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: qt3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/qt3.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- qt3.info3 Aug 2006 17:30:00 -   1.14
+++ qt3.info15 Nov 2006 13:35:43 -  1.15
@@ -1,6 +1,6 @@
 Package: qt3
-Version: 3.3.6
-Revision: 1029
+Version: 3.3.7
+Revision: 1021
 Description: Cross-Platform GUI application framework
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -30,7 +30,7 @@
 Source2: http://ranger.befunk.com/fink/qt-upstream-patches-0003.tar.bz2
 SourceDirectory: qt-x11-free-%v
 Source2ExtractDir: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
 Source2-MD5: cfe0cc6a7a8411bce151ebfaaa7e03e7
 PatchScript: 
#!/bin/sh -ex
@@ -179,26 +179,26 @@
# %p/bin
install -d -m 0755 %i/bin
for file in `cd %i/lib/%N/bin; ls`; do
-   ln -sf %p/lib/%N/bin/$file %i/bin/$file
+   ln -sf ../lib/%N/bin/$file %i/bin/$file
done
 
# %p/include/qt
install -d -m 0755 %i/include
-   ln -sf %p/include/qt %i/lib/%N/include
+   ln -sf ../../include/qt %i/lib/%N/include
 
# %p/lib
install -d -m 0755 %i/lib/%N/lib
mv %i/lib/*.* %i/lib/%N/lib/
 
for file in `cd %i/lib/%N/lib; ls`; do
-   [ $file != pkgconfig ]  ln -sf %p/lib/%N/lib/$file 
%i/lib/$file
+   [ $file != pkgconfig ]  ln -sf %N/lib/$file %i/lib/$file
done
 
# clean up some bad data in the .la and .pc files
perl -pi -e s,^libdir=.*,libdir='%p/lib/%N/lib',; s,-L..QTDIR./lib ,,; 
s,^includedir=.*,includedir='%p/lib/%N/include', %i/lib/%N/lib/*.la 
%i/lib/pkgconfig/*.pc
 
# %p/lib/%N/doc
-   ln -sf %p/share/doc/%N %i/lib/%N/doc
+   ln -sf ../../share/doc/%N %i/lib/%N/doc
 
# mkspecs bad symlink
rm -rf %i/lib/%N/mkspecs/default
@@ -296,7 +296,7 @@
 if [ -d %p/lib/%N-plugins ]  [ ! -L %p/lib/%N-plugins ]; then
if rsync -arL %p/lib/%N-plugins/ %p/lib/%N/plugins/; then
rm -rf %p/lib/%N-plugins
-   ln -sf %p/lib/%N/plugins %p/lib/%N-plugins
+   ln -sf %N/plugins %p/lib/%N-plugins
else
cat END;
 WARNING: I was unable to copy your plugins from the (deprecated)

Index: qt3-postgresql.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/qt3-postgresql.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- qt3-postgresql.info 22 May 2006 12:03:29 -  1.6
+++ qt3-postgresql.info 15 Nov 2006 13:35:43 -  1.7
@@ -1,12 +1,12 @@
 Package: qt3-postgresql
-Version: 3.3.6
-Revision: 1027
+Version: 3.3.7
+Revision: 1021
 Description: Cross-Platform GUI application framework (PostgreSQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: postgresql81-shlibs, qt3-shlibs (= 3.3.6-1024)
-BuildDepends: postgresql81-dev, qt3 (= 3.3.6-1024)
+Depends: postgresql81-shlibs, qt3-shlibs (= 3.3.6-1027)
+BuildDepends: postgresql81-dev, qt3 (= 3.3.6-1027)
 Replaces: qt3, qt3-shlibs
 GCC: 4.0
 
@@ -23,8 +23,8 @@
 
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
-PatchScript:   perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
+PatchScript:   perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
 
 CompileScript: 
 #!/bin/sh -ex

Index: qt3-mysql.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/qt3-mysql.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- qt3-mysql.info  22 May 2006 12:03:29 -  1.6
+++ qt3-mysql.info  15 Nov 2006 13:35:43 -  1.7
@@ -1,12 +1,12 @@
 Package: qt3-mysql
-Version: 3.3.6
-Revision: 1027
+Version: 3.3.7
+Revision: 1021
 Description: Cross-Platform GUI application framework (MySQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: mysql14-shlibs (= 4.1.10-1002), qt3-shlibs (= 3.3.6-1024)
-BuildDepends: mysql14-dev (= 4.1.10-1002), qt3 (= 3.3.6-1024)
+Depends: mysql14-shlibs (= 4.1.10-1002), qt3-shlibs (= 3.3.6-1027)
+BuildDepends: mysql14-dev (= 4.1.10-1002), qt3 (= 3.3.6-1027)
 Replaces: qt3, qt3-shlibs
 GCC: 4.0
 
@@ -23,8 +23,8 @@
 
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: 

[cvs] dists/10.4/unstable/main/finkinfo/libs libgpod0.info, 1.2, 1.3 libgpod0.patch, 1.1, 1.2 libmal10.info, 1.5, 1.6 libmal10.patch, 1.1, 1.2

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.4/unstable/main/finkinfo/libs

Modified Files:
libgpod0.info libgpod0.patch libmal10.info libmal10.patch 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: libmal10.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libmal10.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmal10.patch  20 Jan 2006 20:21:18 -  1.1
+++ libmal10.patch  15 Nov 2006 13:35:43 -  1.2
@@ -1,6 +1,6 @@
-diff -uNr libmal-0.40/configure libmal-0.40-new/configure
+
 --- libmal-0.40/configure  2004-01-29 22:00:34.0 -0500
-+++ libmal-0.40-new/configure  2005-03-14 09:43:44.0 -0500
 libmal-0.40-new/configure  2006-09-07 21:59:06.0 -0400
 @@ -8401,7 +8401,7 @@
  
  for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
@@ -10,9 +10,19 @@
pilotlibs=yes
PILOT_LIBS=-L$pilot_libs $PILOT_LIBS
break
-diff -uNr libmal-0.40/malsync/mal/common/AGNet.h 
libmal-0.40-new/malsync/mal/common/AGNet.h
+--- libmal-0.40/malsync/mal/common/AGBase64.c  2000-05-14 17:17:36.0 
-0400
 libmal-0.40-new/malsync/mal/common/AGBase64.c  2006-09-07 
21:59:38.0 -0400
+@@ -103,7 +103,7 @@
+ int ixtext;
+ int lentext;
+ char ch, *ptr, *tptr;
+-char inbuf [3];
++char inbuf [4];
+ int ixinbuf;
+ int ignorechar;
+ int endtext = 0;
 --- libmal-0.40/malsync/mal/common/AGNet.h 2003-08-09 14:52:30.0 
-0400
-+++ libmal-0.40-new/malsync/mal/common/AGNet.h 2005-03-14 09:44:05.0 
-0500
 libmal-0.40-new/malsync/mal/common/AGNet.h 2006-09-07 21:59:06.0 
-0400
 @@ -61,7 +61,7 @@
  #   include sys/filio.h
  #   include arpa/inet.h
@@ -22,9 +32,8 @@
  #   include sys/ioctl.h
  #   include arpa/inet.h
  #   else
-diff -uNr libmal-0.40/src/Makefile.in libmal-0.40-new/src/Makefile.in
 --- libmal-0.40/src/Makefile.in2004-01-29 22:00:33.0 -0500
-+++ libmal-0.40-new/src/Makefile.in2005-03-14 09:43:44.0 -0500
 libmal-0.40-new/src/Makefile.in2006-09-07 21:59:06.0 -0400
 @@ -198,7 +198,7 @@
  
  libmal_la_SOURCES = libmal.c libmal.h $(MAL_SRC) $(MAL_HDRS)
@@ -34,3 +43,64 @@
  
  c_header_DATA = libmal.h $(MAL_HDRS)
  c_headerdir = $(includedir)/libmal
+--- libmal-0.40/src/libmal.c   2004-01-29 15:58:55.0 -0500
 libmal-0.40-new/src/libmal.c   2006-09-08 18:28:15.0 -0400
+@@ -291,8 +291,7 @@
+ 
+ rc = dlp_ReadRecordByIndex(sd, database_id, 0, 
+(void *)dev_db_info_buffer, 
+-   id, dev_db_info_buffer_size, 
+-   attr, cat);
++   id, attr, cat);
+ 
+ 
+ if (rc = 0) {
+@@ -614,7 +613,7 @@
+ AGBufferReader * r = NULL;
+ 
+ rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (rc  0) {
+ if (verbose)
+@@ -652,7 +651,7 @@
+ AGBufferReader * r = NULL;
+ 
+ rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (rc  0) {
+ if (verbose)
+@@ -712,7 +711,7 @@
+ }
+ 
+ result = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void 
*)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (result  0)
+ id = 0;
+@@ -1027,11 +1026,11 @@
+ result = (modonly) ?
+ dlp_ReadNextModifiedRec (pInfo-sd, pInfo-pilot_rHandle, 
pInfo-pilot_buffer,
+  pInfo-id, idx,
+- size, att, cat)
++ att, cat)
+ :
+ dlp_ReadRecordByIndex(pInfo-sd, pInfo-pilot_rHandle, idx,
+   pInfo-pilot_buffer, pInfo-id,
+-  size, att, cat);
++  att, cat);
+ 
+ if (result  0) {
+ closeDatabase(pInfo);
+@@ -1388,7 +1387,6 @@
+0, 
+(void *)version_buffer, 
+id, 
+-   version_buffer_size,
+attr, 
+cat);
+ 

Index: libgpod0.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libgpod0.info,v

[cvs] dists/10.3/unstable/main/finkinfo/x11 qt3-mysql.info, 1.9, 1.10 qt3-postgresql.info, 1.10, 1.11 qt3.info, 1.34, 1.35

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.3/unstable/main/finkinfo/x11

Modified Files:
qt3-mysql.info qt3-postgresql.info qt3.info 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: qt3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3.info,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- qt3.info3 Aug 2006 17:30:00 -   1.34
+++ qt3.info15 Nov 2006 13:35:40 -  1.35
@@ -1,6 +1,6 @@
 Package: qt3
-Version: 3.3.6
-Revision: 19
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -30,7 +30,7 @@
 Source2: http://ranger.befunk.com/fink/qt-upstream-patches-0003.tar.bz2
 SourceDirectory: qt-x11-free-%v
 Source2ExtractDir: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
 Source2-MD5: cfe0cc6a7a8411bce151ebfaaa7e03e7
 PatchScript: 
#!/bin/sh -ex
@@ -179,26 +179,26 @@
# %p/bin
install -d -m 0755 %i/bin
for file in `cd %i/lib/%N/bin; ls`; do
-   ln -sf %p/lib/%N/bin/$file %i/bin/$file
+   ln -sf ../lib/%N/bin/$file %i/bin/$file
done
 
# %p/include/qt
install -d -m 0755 %i/include
-   ln -sf %p/include/qt %i/lib/%N/include
+   ln -sf ../../include/qt %i/lib/%N/include
 
# %p/lib
install -d -m 0755 %i/lib/%N/lib
mv %i/lib/*.* %i/lib/%N/lib/
 
for file in `cd %i/lib/%N/lib; ls`; do
-   [ $file != pkgconfig ]  ln -sf %p/lib/%N/lib/$file 
%i/lib/$file
+   [ $file != pkgconfig ]  ln -sf %N/lib/$file %i/lib/$file
done
 
# clean up some bad data in the .la and .pc files
perl -pi -e s,^libdir=.*,libdir='%p/lib/%N/lib',; s,-L..QTDIR./lib ,,; 
s,^includedir=.*,includedir='%p/lib/%N/include', %i/lib/%N/lib/*.la 
%i/lib/pkgconfig/*.pc
 
# %p/lib/%N/doc
-   ln -sf %p/share/doc/%N %i/lib/%N/doc
+   ln -sf ../../share/doc/%N %i/lib/%N/doc
 
# mkspecs bad symlink
rm -rf %i/lib/%N/mkspecs/default
@@ -296,7 +296,7 @@
 if [ -d %p/lib/%N-plugins ]  [ ! -L %p/lib/%N-plugins ]; then
if rsync -arL %p/lib/%N-plugins/ %p/lib/%N/plugins/; then
rm -rf %p/lib/%N-plugins
-   ln -sf %p/lib/%N/plugins %p/lib/%N-plugins
+   ln -sf %N/plugins %p/lib/%N-plugins
else
cat END;
 WARNING: I was unable to copy your plugins from the (deprecated)

Index: qt3-postgresql.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3-postgresql.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- qt3-postgresql.info 22 May 2006 12:03:29 -  1.10
+++ qt3-postgresql.info 15 Nov 2006 13:35:40 -  1.11
@@ -1,12 +1,12 @@
 Package: qt3-postgresql
-Version: 3.3.6
-Revision: 17
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework (PostgreSQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: postgresql81-shlibs, qt3-shlibs (= 3.3.6-14)
-BuildDepends: postgresql81-dev, qt3 (= 3.3.6-14)
+Depends: postgresql81-shlibs, qt3-shlibs (= 3.3.6-17)
+BuildDepends: postgresql81-dev, qt3 (= 3.3.6-17)
 Replaces: qt3, qt3-shlibs
 GCC: 3.3
 
@@ -23,8 +23,8 @@
 
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
-PatchScript:   perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
+PatchScript:   perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
 
 CompileScript: 
 #!/bin/sh -ex

Index: qt3-mysql.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3-mysql.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- qt3-mysql.info  22 May 2006 12:03:29 -  1.9
+++ qt3-mysql.info  15 Nov 2006 13:35:40 -  1.10
@@ -1,12 +1,12 @@
 Package: qt3-mysql
-Version: 3.3.6
-Revision: 17
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework (MySQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: mysql14-shlibs, qt3-shlibs (= 3.3.6-14)
-BuildDepends: mysql14-dev, qt3 (= 3.3.6-14)
+Depends: mysql14-shlibs, qt3-shlibs (= 3.3.6-17)
+BuildDepends: mysql14-dev, qt3 (= 3.3.6-17)
 Replaces: qt3, qt3-shlibs
 GCC: 3.3
 
@@ -23,8 +23,8 @@
 
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
-PatchScript:   perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' 

[cvs] dists/10.4/unstable/crypto/finkinfo bundle-kde-ssl.info, 1.5, 1.6 kdeaddons3.info, 1.12, 1.13 kdepim3.info, 1.21, 1.22 kdesdk3-svn-ssl.info, 1.15, 1.16 kgpg.info, 1.11, 1.12

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.4/unstable/crypto/finkinfo

Modified Files:
bundle-kde-ssl.info kdeaddons3.info kdepim3.info 
kdesdk3-svn-ssl.info kgpg.info 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: kgpg.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/kgpg.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kgpg.info   3 Aug 2006 20:43:24 -   1.11
+++ kgpg.info   15 Nov 2006 13:35:41 -  1.12
@@ -1,26 +1,28 @@
 Package: kgpg
-Version: 3.5.4
+Version: 3.5.5
 Revision: 1021
 Description: KDE - miscellaneous utilities
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: gnupg | gnupg-idea, kdelibs3-unified (= %v-1021)
-BuildDepends: arts-dev (= 1.5.3-1021), autoconf (= 2.59-3), 
cctools-single-module, expat, fink (= 0.24-1), freetype219, gnupg | 
gnupg-idea, kdebase3-unified-dev (= %v-1021), kdelibs3-unified-dev (= 
%v-1021), libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), 
pkgconfig, qt3 (= 3.3.6-1027), unsermake (= 0.4-0.20060316.1), x11-dev
+BuildDepends: arts-dev (= 1.5.5-1021), autoconf (= 2.60-1), 
cctools-single-module, expat1, fink (= 0.24-1), freetype219, gnupg | 
gnupg-idea, kdebase3-unified-dev (= %v-1021), kdelibs3-unified-dev (= 
%v-1021), libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), 
pkgconfig, qt3 (= 3.3.6-1027), unsermake (= 0.4-0.20060316.1), x11-dev
 Replaces: kdeutils3, kdeutils3-ssl, kdeutils3-dev, kdeutils3-ssl-dev
 GCC: 4.0
 
 CustomMirror: 
+   Primary: http://ranger.users.finkproject.org/distfiles
+   eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
 
 Source: mirror:kde:stable/%v/src/kdeutils-%v.tar.bz2
-Source2: mirror:custom:kde-admindir-252.tar.bz2
+Source2: mirror:custom:kde-admindir-429.tar.bz2
 SourceDirectory: kdeutils-%v
 Source2ExtractDir: kdeutils-%v
-Source-MD5: e24cd91576db3d2414fb30cab47e44e5
-Source2-MD5: 54a89925e71bd32f759c81b312ad0b9e
+Source-MD5: a20a732284a3dcb735665e45f5be532e
+Source2-MD5: 73186bf0bdabf96c9f7d559de56d3772
 PatchScript:   perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
 
 NoSetCPPFLAGS: true
@@ -114,8 +116,11 @@
 
   export KDEWM=quartz-wm
 
-Note that depending on your version of Apple's X11, this can cause
-strange resizing issues with the kicker (KDE task bar).
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+  export DISABLE_PROXY=1
 
 ---[ Startup ]
 

Index: kdesdk3-svn-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/kdesdk3-svn-ssl.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- kdesdk3-svn-ssl.info3 Aug 2006 20:43:24 -   1.15
+++ kdesdk3-svn-ssl.info15 Nov 2006 13:35:41 -  1.16
@@ -1,28 +1,30 @@
 Package: kdesdk3-svn-ssl
-Version: 3.5.4
+Version: 3.5.5
 Revision: 1021
 Description: KDE - svn ioslave (with SSL)
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: apr-ssl-shlibs (= 0.9.7-1011), cyrus-sasl2-shlibs, db42-ssl-shlibs 
(= 4.2.52-1017) | db42-shlibs (= 4.2.52-1017), expat-shlibs, gdbm3-shlibs, 
libgettext3-shlibs, kdelibs3-shlibs (= %v-1021) | kdelibs3-unified-shlibs (= 
%v-1021), libart2-shlibs, libiconv, libidn-shlibs, libpng3-shlibs, 
libxml2-shlibs, neon24-ssl-shlibs, openldap-ssl-shlibs, openssl097-shlibs, 
qt3-shlibs (= 3.3.6-1027), svn-ssl-shlibs (= 1.2.3-1012)
-BuildDepends: apache2-ssl-dev (= 2.0.55-1010), apache2-ssl-common (= 
2.0.55-1010), apr-ssl (= 0.9.7-1011), arts-dev (= 1.5.3-1021), autoconf (= 
2.59-3), cctools-single-module, cyrus-sasl2-dev, db42-ssl (= 4.2.52-1017) | 
db42 (= 4.2.52-1017), expat, fink (= 0.24-1), flex-devel (= 2.5.31-1), 
freetype219, gdbm3, libgettext3-dev, gettext-tools, kdelibs3-unified-dev (= 
%v-1021), libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), 
libxml2, neon24-ssl, openldap-ssl-dev, pcre, pkgconfig, qt3 (= 3.3.6-1027), 
svn-ssl-dev (= 1.2.3-1012), unsermake (= 0.4-0.20060316.1), x11-dev
+Depends: apr-ssl-shlibs (= 0.9.7-1011), cyrus-sasl2-shlibs, db42-ssl-shlibs 
(= 4.2.52-1017) | db42-shlibs (= 4.2.52-1017), expat1-shlibs, gdbm3-shlibs, 
libgettext3-shlibs, kdelibs3-shlibs (= %v-1021) | kdelibs3-unified-shlibs (= 
%v-1021), libart2-shlibs, libiconv, libidn-shlibs, libpng3-shlibs, 
libxml2-shlibs, neon24-ssl-shlibs, openldap-ssl-shlibs, openssl097-shlibs, 
qt3-shlibs (= 3.3.6-1027), 

[cvs] dists/10.3/unstable/crypto/finkinfo bundle-kde-ssl.info, 1.25, 1.26 kdeaddons3.info, 1.15, 1.16 kdepim3.info, 1.32, 1.33 kdesdk3-svn-ssl.info, 1.16, 1.17 kgpg.info, 1.11, 1.12

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.3/unstable/crypto/finkinfo

Modified Files:
bundle-kde-ssl.info kdeaddons3.info kdepim3.info 
kdesdk3-svn-ssl.info kgpg.info 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: kgpg.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/kgpg.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kgpg.info   7 Aug 2006 15:03:04 -   1.11
+++ kgpg.info   15 Nov 2006 13:35:38 -  1.12
@@ -1,26 +1,28 @@
 Package: kgpg
-Version: 3.5.4
+Version: 3.5.5
 Revision: 11
 Description: KDE - miscellaneous utilities
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: gnupg | gnupg-idea, kdelibs3-unified (= %v-11)
-BuildDepends: arts-dev (= 1.5.3-11), autoconf (= 2.59-3), 
cctools-single-module, expat, fink (= 0.24-1), freetype219, gnupg | 
gnupg-idea, kdebase3-unified-dev (= %v-11), kdelibs3-unified-dev (= %v-11), 
libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), pkgconfig, qt3 
(= 3.3.6-17), unsermake (= 0.4-0.20060316.1), x11-dev
+BuildDepends: arts-dev (= 1.5.5-11), autoconf (= 2.60-1), 
cctools-single-module, expat1, fink (= 0.24-1), freetype219, gnupg | 
gnupg-idea, kdebase3-unified-dev (= %v-11), kdelibs3-unified-dev (= %v-11), 
libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), pkgconfig, qt3 
(= 3.3.6-17), unsermake (= 0.4-0.20060316.1), x11-dev
 Replaces: kdeutils3, kdeutils3-ssl, kdeutils3-dev, kdeutils3-ssl-dev
 GCC: 3.3
 
 CustomMirror: 
+   Primary: http://ranger.users.finkproject.org/distfiles
+   eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
 
 Source: mirror:kde:stable/%v/src/kdeutils-%v.tar.bz2
-Source2: mirror:custom:kde-admindir-252.tar.bz2
+Source2: mirror:custom:kde-admindir-429.tar.bz2
 SourceDirectory: kdeutils-%v
 Source2ExtractDir: kdeutils-%v
-Source-MD5: e24cd91576db3d2414fb30cab47e44e5
-Source2-MD5: 54a89925e71bd32f759c81b312ad0b9e
+Source-MD5: a20a732284a3dcb735665e45f5be532e
+Source2-MD5: 73186bf0bdabf96c9f7d559de56d3772
 PatchScript:   perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
 
 NoSetCPPFLAGS: true
@@ -114,8 +116,11 @@
 
   export KDEWM=quartz-wm
 
-Note that depending on your version of Apple's X11, this can cause
-strange resizing issues with the kicker (KDE task bar).
+If you want to disable quartz-wm even for clipboard synchronization
+(proxying), put the following line before the startkde line in
+.xinitrc:
+
+  export DISABLE_PROXY=1
 
 ---[ Startup ]
 

Index: kdesdk3-svn-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/kdesdk3-svn-ssl.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- kdesdk3-svn-ssl.info7 Aug 2006 15:03:04 -   1.16
+++ kdesdk3-svn-ssl.info15 Nov 2006 13:35:38 -  1.17
@@ -1,28 +1,30 @@
 Package: kdesdk3-svn-ssl
-Version: 3.5.4
+Version: 3.5.5
 Revision: 11
 Description: KDE - svn ioslave (with SSL)
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: apr-ssl-shlibs, cyrus-sasl2-shlibs, db42-ssl-shlibs | db42-shlibs, 
expat-shlibs, gdbm3-shlibs, libgettext3-shlibs, kdelibs3-shlibs (= %v-11) | 
kdelibs3-unified-shlibs (= %v-11), libart2-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, libxml2-shlibs, neon24-ssl-shlibs, openldap-ssl-shlibs, 
openssl097-shlibs, qt3-shlibs (= 3.3.6-17), svn-ssl-shlibs
-BuildDepends: apache2-ssl-dev, apache2-ssl-common, apr-ssl, arts-dev (= 
1.5.3-11), autoconf (= 2.59-3), cctools-single-module, cyrus-sasl2-dev, 
db42-ssl | db42, expat, fink (= 0.24-1), flex-devel (= 2.5.31-1), 
freetype219, gdbm3, libgettext3-dev, gettext-tools, kdelibs3-unified-dev (= 
%v-11), libart2, libiconv-dev, libidn, libjpeg, libpng3 (= 1.2.5-4), libxml2, 
neon24-ssl, openldap-ssl-dev, pcre, pkgconfig, qt3 (= 3.3.6-17), svn-ssl-dev, 
unsermake (= 0.4-0.20060316.1), x11-dev
+Depends: apr-ssl-shlibs, cyrus-sasl2-shlibs, db42-ssl-shlibs | db42-shlibs, 
expat1-shlibs, gdbm3-shlibs, libgettext3-shlibs, kdelibs3-shlibs (= %v-11) | 
kdelibs3-unified-shlibs (= %v-11), libart2-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, libxml2-shlibs, neon24-ssl-shlibs, openldap-ssl-shlibs, 
openssl097-shlibs, qt3-shlibs (= 3.3.6-17), svn-ssl-shlibs
+BuildDepends: apache2-ssl-dev, apache2-ssl-common, apr-ssl, arts-dev (= 
1.5.5-11), autoconf (= 2.60-1), cctools-single-module, cyrus-sasl2-dev, 
db42-ssl | db42, expat1, fink (= 0.24-1), flex-devel (= 2.5.31-1), 
freetype219, gdbm3, 

[cvs] dists/10.3/unstable/main/finkinfo/libs libmal10.info, 1.5, 1.6 libmal10.patch, 1.3, 1.4

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.3/unstable/main/finkinfo/libs

Modified Files:
libmal10.info libmal10.patch 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: libmal10.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libmal10.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libmal10.patch  14 Mar 2005 22:07:03 -  1.3
+++ libmal10.patch  15 Nov 2006 13:35:40 -  1.4
@@ -1,6 +1,6 @@
-diff -uNr libmal-0.40/configure libmal-0.40-new/configure
+
 --- libmal-0.40/configure  2004-01-29 22:00:34.0 -0500
-+++ libmal-0.40-new/configure  2005-03-14 09:43:44.0 -0500
 libmal-0.40-new/configure  2006-09-07 21:59:06.0 -0400
 @@ -8401,7 +8401,7 @@
  
  for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
@@ -10,9 +10,19 @@
pilotlibs=yes
PILOT_LIBS=-L$pilot_libs $PILOT_LIBS
break
-diff -uNr libmal-0.40/malsync/mal/common/AGNet.h 
libmal-0.40-new/malsync/mal/common/AGNet.h
+--- libmal-0.40/malsync/mal/common/AGBase64.c  2000-05-14 17:17:36.0 
-0400
 libmal-0.40-new/malsync/mal/common/AGBase64.c  2006-09-07 
21:59:38.0 -0400
+@@ -103,7 +103,7 @@
+ int ixtext;
+ int lentext;
+ char ch, *ptr, *tptr;
+-char inbuf [3];
++char inbuf [4];
+ int ixinbuf;
+ int ignorechar;
+ int endtext = 0;
 --- libmal-0.40/malsync/mal/common/AGNet.h 2003-08-09 14:52:30.0 
-0400
-+++ libmal-0.40-new/malsync/mal/common/AGNet.h 2005-03-14 09:44:05.0 
-0500
 libmal-0.40-new/malsync/mal/common/AGNet.h 2006-09-07 21:59:06.0 
-0400
 @@ -61,7 +61,7 @@
  #   include sys/filio.h
  #   include arpa/inet.h
@@ -22,9 +32,8 @@
  #   include sys/ioctl.h
  #   include arpa/inet.h
  #   else
-diff -uNr libmal-0.40/src/Makefile.in libmal-0.40-new/src/Makefile.in
 --- libmal-0.40/src/Makefile.in2004-01-29 22:00:33.0 -0500
-+++ libmal-0.40-new/src/Makefile.in2005-03-14 09:43:44.0 -0500
 libmal-0.40-new/src/Makefile.in2006-09-07 21:59:06.0 -0400
 @@ -198,7 +198,7 @@
  
  libmal_la_SOURCES = libmal.c libmal.h $(MAL_SRC) $(MAL_HDRS)
@@ -34,3 +43,64 @@
  
  c_header_DATA = libmal.h $(MAL_HDRS)
  c_headerdir = $(includedir)/libmal
+--- libmal-0.40/src/libmal.c   2004-01-29 15:58:55.0 -0500
 libmal-0.40-new/src/libmal.c   2006-09-08 18:28:15.0 -0400
+@@ -291,8 +291,7 @@
+ 
+ rc = dlp_ReadRecordByIndex(sd, database_id, 0, 
+(void *)dev_db_info_buffer, 
+-   id, dev_db_info_buffer_size, 
+-   attr, cat);
++   id, attr, cat);
+ 
+ 
+ if (rc = 0) {
+@@ -614,7 +613,7 @@
+ AGBufferReader * r = NULL;
+ 
+ rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (rc  0) {
+ if (verbose)
+@@ -652,7 +651,7 @@
+ AGBufferReader * r = NULL;
+ 
+ rc = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void *)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (rc  0) {
+ if (verbose)
+@@ -712,7 +711,7 @@
+ }
+ 
+ result = dlp_ReadRecordByIndex(sd, userConfigDBHandle, 0, (void 
*)buffer, 
+-   id, bufferSize, attr, cat);
++   id, attr, cat);
+ 
+ if (result  0)
+ id = 0;
+@@ -1027,11 +1026,11 @@
+ result = (modonly) ?
+ dlp_ReadNextModifiedRec (pInfo-sd, pInfo-pilot_rHandle, 
pInfo-pilot_buffer,
+  pInfo-id, idx,
+- size, att, cat)
++ att, cat)
+ :
+ dlp_ReadRecordByIndex(pInfo-sd, pInfo-pilot_rHandle, idx,
+   pInfo-pilot_buffer, pInfo-id,
+-  size, att, cat);
++  att, cat);
+ 
+ if (result  0) {
+ closeDatabase(pInfo);
+@@ -1388,7 +1387,6 @@
+0, 
+(void *)version_buffer, 
+id, 
+-   version_buffer_size,
+attr, 
+cat);
+ 

Index: libmal10.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libmal10.info,v
retrieving revision 1.5

[cvs] dists/10.4/unstable/main/finkinfo/games sdl-ttf.info, 1.4, 1.5 sdl-ttf.patch, 1.1, 1.2

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31750/10.4/unstable/main/finkinfo/games

Modified Files:
sdl-ttf.info sdl-ttf.patch 
Log Message:
fix for new freetype219 (approved by maintainer)

Index: sdl-ttf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sdl-ttf.info27 Sep 2006 01:40:32 -  1.4
+++ sdl-ttf.info15 Nov 2006 13:49:27 -  1.5
@@ -1,6 +1,6 @@
 Package: sdl-ttf
 Version: 2.0.6
-Revision: 1018
+Revision: 1019
 Maintainer: None fink-devel@lists.sourceforge.net
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true

Index: sdl-ttf.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sdl-ttf.patch   20 Jan 2006 20:25:01 -  1.1
+++ sdl-ttf.patch   15 Nov 2006 13:49:27 -  1.2
@@ -1,11 +1,25 @@
-diff -Naur new/SDL_ttf.c SDL_ttf-2.0.6/SDL_ttf.c
 new/SDL_ttf.c  Fri Feb 21 12:38:15 2003
-+++ SDL_ttf-2.0.6/SDL_ttf.cThu Feb 24 15:57:42 2005
-@@ -39,6 +39,7 @@
+diff -uNr SDL_ttf-2.0.6/SDL_ttf.c SDL_ttf-2.0.6-new/SDL_ttf.c
+--- SDL_ttf-2.0.6/SDL_ttf.c2003-02-21 12:38:15.0 -0500
 SDL_ttf-2.0.6-new/SDL_ttf.c2006-11-14 17:53:21.0 -0500
+@@ -39,10 +39,8 @@
  #define FREEA(p) free(p)
  #endif
  
+-#include freetype/freetype.h
+-#include freetype/ftoutln.h
+-#include freetype/ttnameid.h
+-#include freetype/internal/ftobjs.h
 +#include ft2build.h
- #include freetype/freetype.h
- #include freetype/ftoutln.h
- #include freetype/ttnameid.h
++#include FT_FREETYPE_H
+ 
+ #include SDL.h
+ #include SDL_endian.h
+@@ -265,7 +263,7 @@
+   }
+   memset(stream, 0, sizeof(*stream));
+ 
+-  stream-memory = library-memory;
++  stream-memory = NULL; /* set by FT_Open_Face */
+   stream-read = RWread;
+   stream-descriptor.pointer = src;
+   stream-pos = (unsigned long)position;


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/games sdl-ttf.info, 1.6, 1.7 sdl-ttf.patch, 1.1, 1.2

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31750/10.3/unstable/main/finkinfo/games

Modified Files:
sdl-ttf.info sdl-ttf.patch 
Log Message:
fix for new freetype219 (approved by maintainer)

Index: sdl-ttf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sdl-ttf.info27 Sep 2006 01:46:10 -  1.6
+++ sdl-ttf.info15 Nov 2006 13:49:27 -  1.7
@@ -1,10 +1,10 @@
 Package: sdl-ttf
 Version: 2.0.6
-Revision: 18
+Revision: 19
 Maintainer: None fink-devel@lists.sourceforge.net
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
-BuildDepends: sdl, freetype219
+BuildDepends: sdl (= 1.2.9-1), freetype219
 Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
 Source-MD5: 880ca22ac3e8beb5cca2326cc8069733
 NoSetCPPFLAGS: true
@@ -12,7 +12,7 @@
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs
-  Depends: sdl-shlibs, freetype219-shlibs
+  Depends: sdl-shlibs (= 1.2.9-1), freetype219-shlibs
   Replaces: %N (= 2.0.4-1)
   Files: lib/libSDL_ttf-*.dylib
   Shlibs: %p/lib/libSDL_ttf-2.0.0.6.0.dylib 7.0.0 %n (= 2.0.6-1)

Index: sdl-ttf.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/sdl-ttf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sdl-ttf.patch   24 Feb 2005 21:06:25 -  1.1
+++ sdl-ttf.patch   15 Nov 2006 13:49:27 -  1.2
@@ -1,11 +1,25 @@
-diff -Naur new/SDL_ttf.c SDL_ttf-2.0.6/SDL_ttf.c
 new/SDL_ttf.c  Fri Feb 21 12:38:15 2003
-+++ SDL_ttf-2.0.6/SDL_ttf.cThu Feb 24 15:57:42 2005
-@@ -39,6 +39,7 @@
+diff -uNr SDL_ttf-2.0.6/SDL_ttf.c SDL_ttf-2.0.6-new/SDL_ttf.c
+--- SDL_ttf-2.0.6/SDL_ttf.c2003-02-21 12:38:15.0 -0500
 SDL_ttf-2.0.6-new/SDL_ttf.c2006-11-14 17:53:21.0 -0500
+@@ -39,10 +39,8 @@
  #define FREEA(p) free(p)
  #endif
  
+-#include freetype/freetype.h
+-#include freetype/ftoutln.h
+-#include freetype/ttnameid.h
+-#include freetype/internal/ftobjs.h
 +#include ft2build.h
- #include freetype/freetype.h
- #include freetype/ftoutln.h
- #include freetype/ttnameid.h
++#include FT_FREETYPE_H
+ 
+ #include SDL.h
+ #include SDL_endian.h
+@@ -265,7 +263,7 @@
+   }
+   memset(stream, 0, sizeof(*stream));
+ 
+-  stream-memory = library-memory;
++  stream-memory = NULL; /* set by FT_Open_Face */
+   stream-read = RWread;
+   stream-descriptor.pointer = src;
+   stream-pos = (unsigned long)position;


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r475 - in /trunk/experimental/3rdparty/common/main/finkinfo/net: ./ mtr.info

2006-11-15 Thread ranger
Author: ranger
Date: Wed Nov 15 18:25:53 2006
New Revision: 475

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=475repname=user%3a+ranger
Log:
for runelind

Added:
trunk/experimental/3rdparty/common/main/finkinfo/net/
trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info

Added: trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.inforev=475repname=user%3a+ranger
==
--- trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info (added)
+++ trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info Wed Nov 15 
18:25:53 2006
@@ -1,0 +1,28 @@
+Package: mtr
+Version: 0.72
+Revision: 24
+Maintainer: Mattias Lindgren [EMAIL PROTECTED]
+BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev
+Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11
+Source: ftp://ftp.bitwizard.nl/%n/%n-%v.tar.gz
+Source-MD5: d771061f8da96b80ecca2f69a3a2d594
+ConfigureParams: --mandir='${prefix}/share/man' --sbindir='${prefix}/bin'
+SetCPPFLAGS: -no-cpp-precomp -DBIND_8_COMPAT
+DocFiles: AUTHORS  COPYING ChangeLog FORMATS NEWS README SECURITY TODO
+Description: Combines 'traceroute' and 'ping'
+DescDetail: 
+mtr is a simple network diagnostic tool, which combines the functionality of 
+the 'traceroute' and 'ping' programs into one.
+
+DescPort: 
+Updated config.guess and config.sub scripts. '-no-cpp-precomp' flag added to 
+CPPFLAGS to compile source properly.
+
+DescPackaging: 
+ConfigureParams places manpages in correct directory.
+
+Homepage: http://www.bitwizard.nl/mtr/
+License: GPL
+
+
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r476 - /trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info

2006-11-15 Thread ranger
Author: ranger
Date: Wed Nov 15 18:26:40 2006
New Revision: 476

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=476repname=user%3a+ranger
Log:
to unstable

Removed:
trunk/experimental/3rdparty/common/main/finkinfo/net/mtr.info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/net mtr.info,1.2,1.3

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30004/10.4/unstable/main/finkinfo/net

Modified Files:
mtr.info 
Log Message:
new maintainer, from tracker #1595394

Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/mtr.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mtr.info18 Aug 2006 07:30:59 -  1.2
+++ mtr.info15 Nov 2006 17:27:37 -  1.3
@@ -1,11 +1,11 @@
 Package: mtr
-Version: 0.54
-Revision: 23
-Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-BuildDepends: glib, gtk+, gettext-dev, gettext-bin, gettext-tools, x11-dev
-Depends: glib-shlibs, gtk+-shlibs, gettext, x11
+Version: 0.72
+Revision: 24
+Maintainer: Mattias Lindgren [EMAIL PROTECTED]
+BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev
+Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11
 Source: ftp://ftp.bitwizard.nl/%n/%n-%v.tar.gz
-Source-MD5: 7f7ecb50fc37fedb13135a5ef80fda7d
+Source-MD5: d771061f8da96b80ecca2f69a3a2d594
 ConfigureParams: --mandir='${prefix}/share/man' --sbindir='${prefix}/bin'
 SetCPPFLAGS: -no-cpp-precomp -DBIND_8_COMPAT
 DocFiles: AUTHORS  COPYING ChangeLog FORMATS NEWS README SECURITY TODO
@@ -24,3 +24,5 @@
 Homepage: http://www.bitwizard.nl/mtr/
 License: GPL
 
+
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/net mtr.info,1.5,1.6

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30004/10.3/unstable/main/finkinfo/net

Modified Files:
mtr.info 
Log Message:
new maintainer, from tracker #1595394

Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/mtr.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mtr.info18 Aug 2006 07:30:59 -  1.5
+++ mtr.info15 Nov 2006 17:27:37 -  1.6
@@ -1,11 +1,11 @@
 Package: mtr
-Version: 0.54
-Revision: 23
-Maintainer: Jeremy Higgs [EMAIL PROTECTED]
-BuildDepends: glib, gtk+, gettext-dev, gettext-bin, gettext-tools, x11-dev
-Depends: glib-shlibs, gtk+-shlibs, gettext, x11
+Version: 0.72
+Revision: 24
+Maintainer: Mattias Lindgren [EMAIL PROTECTED]
+BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev
+Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11
 Source: ftp://ftp.bitwizard.nl/%n/%n-%v.tar.gz
-Source-MD5: 7f7ecb50fc37fedb13135a5ef80fda7d
+Source-MD5: d771061f8da96b80ecca2f69a3a2d594
 ConfigureParams: --mandir='${prefix}/share/man' --sbindir='${prefix}/bin'
 SetCPPFLAGS: -no-cpp-precomp -DBIND_8_COMPAT
 DocFiles: AUTHORS  COPYING ChangeLog FORMATS NEWS README SECURITY TODO
@@ -24,3 +24,5 @@
 Homepage: http://www.bitwizard.nl/mtr/
 License: GPL
 
+
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/sci boxshade.info,NONE,1.1

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1581/10.3/stable/main/finkinfo/sci

Added Files:
boxshade.info 
Log Message:
to stable

--- NEW FILE: boxshade.info ---
Package: boxshade
Version: 3.3.1
Revision: 2
Description: Pretty-prints multiple sequence alignments
License: Public Domain
Maintainer: Hanspeter Niederstrasser [EMAIL PROTECTED]
Recommends: clustalw
Source: ftp://www.isrec.isb-sib.ch/pub/software/unix/%n/%v/source.tar.Z
NoSourceDirectory: true
SourceRename: %n-%v.tar.Z
Source-MD5: bbddcde8cf1018246cf80aba820b574a
PatchScript: 
head -n 137 box.c  INFO

CompileScript: make -f makefile.unx
InstallScript: 
mkdir -p %i/bin
mkdir -p %i/share/%n
install -m 755 boxshade %i/bin/boxshade
install -m 644 *.grp %i/share/%n/
install -m 644 *.par %i/share/%n/
install -m 644 *.sim %i/share/%n/

DocFiles: INFO
RuntimeVars: 
 BOXDIR: %p/share/%n

Homepage: http://www.ch.embnet.org/software/BOX_form.html
DescDetail: 
BOXSHADE is a program for pretty-printing multiple sequence 
alignment output. The program itself doesn't do any 
alignment, you have to use a multiple alignment program 
like ClustalW or Pileup and use the output of these programs 
as input for BOXSHADE. Of course, you can also use manually 
aligned sequences.

DescUsage: 
See http://www.ch.embnet.org/software/BOX_faq.html for 
information and usage.  Use 'boxshade -help' for other useful 
command line options.

DescPackaging: 
BOXSHADE uses the environment variable BOXDIR to point to the location of the 
accessory data files.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/sci boxshade.info,NONE,1.2

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1581/dists/stable/main/finkinfo/sci

Added Files:
boxshade.info 
Log Message:
to stable

--- NEW FILE: boxshade.info ---
Package: boxshade
Version: 3.3.1
Revision: 2
Description: Pretty-prints multiple sequence alignments
License: Public Domain
Maintainer: Hanspeter Niederstrasser [EMAIL PROTECTED]
Recommends: clustalw
Source: ftp://www.isrec.isb-sib.ch/pub/software/unix/%n/%v/source.tar.Z
NoSourceDirectory: true
SourceRename: %n-%v.tar.Z
Source-MD5: bbddcde8cf1018246cf80aba820b574a
PatchScript: 
head -n 137 box.c  INFO

CompileScript: make -f makefile.unx
InstallScript: 
mkdir -p %i/bin
mkdir -p %i/share/%n
install -m 755 boxshade %i/bin/boxshade
install -m 644 *.grp %i/share/%n/
install -m 644 *.par %i/share/%n/
install -m 644 *.sim %i/share/%n/

DocFiles: INFO
RuntimeVars: 
 BOXDIR: %p/share/%n

Homepage: http://www.ch.embnet.org/software/BOX_form.html
DescDetail: 
BOXSHADE is a program for pretty-printing multiple sequence 
alignment output. The program itself doesn't do any 
alignment, you have to use a multiple alignment program 
like ClustalW or Pileup and use the output of these programs 
as input for BOXSHADE. Of course, you can also use manually 
aligned sequences.

DescUsage: 
See http://www.ch.embnet.org/software/BOX_faq.html for 
information and usage.  Use 'boxshade -help' for other useful 
command line options.

DescPackaging: 
BOXSHADE uses the environment variable BOXDIR to point to the location of the 
accessory data files.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/sci boxshade.info,NONE,1.1

2006-11-15 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1581/10.4/stable/main/finkinfo/sci

Added Files:
boxshade.info 
Log Message:
to stable

--- NEW FILE: boxshade.info ---
Package: boxshade
Version: 3.3.1
Revision: 2
Description: Pretty-prints multiple sequence alignments
License: Public Domain
Maintainer: Hanspeter Niederstrasser [EMAIL PROTECTED]
Recommends: clustalw
Source: ftp://www.isrec.isb-sib.ch/pub/software/unix/%n/%v/source.tar.Z
NoSourceDirectory: true
SourceRename: %n-%v.tar.Z
Source-MD5: bbddcde8cf1018246cf80aba820b574a
PatchScript: 
head -n 137 box.c  INFO

CompileScript: make -f makefile.unx
InstallScript: 
mkdir -p %i/bin
mkdir -p %i/share/%n
install -m 755 boxshade %i/bin/boxshade
install -m 644 *.grp %i/share/%n/
install -m 644 *.par %i/share/%n/
install -m 644 *.sim %i/share/%n/

DocFiles: INFO
RuntimeVars: 
 BOXDIR: %p/share/%n

Homepage: http://www.ch.embnet.org/software/BOX_form.html
DescDetail: 
BOXSHADE is a program for pretty-printing multiple sequence 
alignment output. The program itself doesn't do any 
alignment, you have to use a multiple alignment program 
like ClustalW or Pileup and use the output of these programs 
as input for BOXSHADE. Of course, you can also use manually 
aligned sequences.

DescUsage: 
See http://www.ch.embnet.org/software/BOX_faq.html for 
information and usage.  Use 'boxshade -help' for other useful 
command line options.

DescPackaging: 
BOXSHADE uses the environment variable BOXDIR to point to the location of the 
accessory data files.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r477 - in /trunk/kde-mac: Makefile make-packages.sh

2006-11-15 Thread ranger
Author: ranger
Date: Wed Nov 15 18:54:53 2006
New Revision: 477

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=477repname=user%3a+ranger
Log:
disabled kile, not ported to kde4 yet

Modified:
trunk/kde-mac/Makefile
trunk/kde-mac/make-packages.sh

Modified: trunk/kde-mac/Makefile
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/Makefilerev=477repname=user%3a+ranger
==
--- trunk/kde-mac/Makefile (original)
+++ trunk/kde-mac/Makefile Wed Nov 15 18:54:53 2006
@@ -2,7 +2,8 @@
 
 PACKAGEMAKER := 
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
 
-DAILY := packages/kdelibs-$(DATESTAMP).dmg 
packages/kdepimlibs-$(DATESTAMP).dmg packages/kdebase-$(DATESTAMP).dmg 
packages/kdeedu-$(DATESTAMP).dmg packages/kdegames-$(DATESTAMP).dmg 
packages/kdepim-$(DATESTAMP).dmg packages/koffice-$(DATESTAMP).dmg 
packages/kde.mpkg
+DISABLED := packages/kile-$(DATESTAMP).dmg
+DAILY := packages/kdelibs-$(DATESTAMP).dmg 
packages/kdepimlibs-$(DATESTAMP).dmg packages/kdebase-$(DATESTAMP).dmg 
packages/kdeedu-$(DATESTAMP).dmg packages/kdegames-$(DATESTAMP).dmg 
packages/kdenetwork-$(DATESTAMP).dmg packages/kdepim-$(DATESTAMP).dmg 
packages/koffice-$(DATESTAMP).dmg packages/kdevelop-$(DATESTAMP).dmg 
packages/kde.mpkg
 EVERYTHING := packages/qt-$(DATESTAMP).dmg 
packages/kdesupport-$(DATESTAMP).dmg $(DAILY)
 
 .PHONY: all daily
@@ -21,10 +22,10 @@
@./make-packages.sh
$(MAKE) packages/everything.dmg
 
-packages/everything-$(DATESTAMP).dmg: packages/qt.pkg packages/kdesupport.pkg 
packages/kdelibs.pkg packages/kdepimlibs.pkg packages/kdebase.pkg 
packages/kdeedu.pkg packages/kdegames.pkg packages/kdepim.pkg 
packages/koffice.pkg packages/kde.mpkg
+packages/everything-$(DATESTAMP).dmg: packages/qt.pkg packages/kdesupport.pkg 
packages/kdelibs.pkg packages/kdepimlibs.pkg packages/kdebase.pkg 
packages/kdeedu.pkg packages/kdegames.pkg packages/kdenetwork.pkg 
packages/kdepim.pkg packages/koffice.pkg packages/kdevelop.pkg packages/kde.mpkg
@/bin/sh $(PWD)/pkg-to-dmg.sh $@ packages/*.pkg packages/*.mpkg
 
-.PHONY: packages/everything.dmg packages/qt.dmg packages/kdesupport.dmg 
packages/kdelibs.dmg packages/kdepimlibs.dmg packages/kdebase.dmg 
packages/kdeedu.dmg packages/kdegames.dmg packages/kdepim.dmg 
packages/koffice.dmg
+.PHONY: packages/everything.dmg packages/qt.dmg packages/kdesupport.dmg 
packages/kdelibs.dmg packages/kdepimlibs.dmg packages/kdebase.dmg 
packages/kdeedu.dmg packages/kdegames.dmgpackages/kdenetwork.dmg  
packages/kdepim.dmg packages/koffice.dmg packages/kdevelop.dmg packages/kile.dmg
 packages/everything.dmg: packages/everything-$(DATESTAMP).dmg
 packages/qt.dmg: packages/qt-$(DATESTAMP).dmg
 packages/kdesupport.dmg: packages/kdesupport-$(DATESTAMP).dmg
@@ -34,8 +35,11 @@
 packages/kdeedu.dmg: packages/kdeedu-$(DATESTAMP).dmg
 packages/kdeedu.dmg: packages/kdeedu-$(DATESTAMP).dmg
 packages/kdegames.dmg: packages/kdegames-$(DATESTAMP).dmg
+packages/kdenetwork.dmg: packages/kdenetwork-$(DATESTAMP).dmg
 packages/kdepim.dmg: packages/kdepim-$(DATESTAMP).dmg
 packages/koffice.dmg: packages/koffice-$(DATESTAMP).dmg
+packages/kdevelop.dmg: packages/kdevelop-$(DATESTAMP).dmg
+packages/kile.dmg: packages/kile-$(DATESTAMP).dmg
 
 packages/%-$(DATESTAMP).dmg: packages/%.pkg
@/bin/sh $(PWD)/pkg-to-dmg.sh $@ $

Modified: trunk/kde-mac/make-packages.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/make-packages.shrev=477repname=user%3a+ranger
==
--- trunk/kde-mac/make-packages.sh (original)
+++ trunk/kde-mac/make-packages.sh Wed Nov 15 18:54:53 2006
@@ -5,7 +5,8 @@
 
 MAKE_DMGS=1
 DO_CLEAN=0
-PACKAGES=kdelibs:KDE/kdelibs kdepimlibs:KDE/kdepimlibs kdebase:KDE/kdebase 
kdeedu:KDE/kdeedu kdegames:KDE/kdegames kdepim:KDE/kdepim koffice:koffice
+DISABLED_PACKAGES=kile:extragear/office
+PACKAGES=kdelibs:KDE/kdelibs kdepimlibs:KDE/kdepimlibs kdebase:KDE/kdebase 
kdeedu:KDE/kdeedu kdegames:KDE/kdegames kdenetwork:KDE/kdenetwork 
kdepim:KDE/kdepim koffice:koffice kdevelop:KDE/kdevelop
 DO_PACKAGES=$PACKAGES
 
 do_help() {


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r478 - in /trunk/kde-mac: Makefile kde.pmproj kdewebdev.pmproj kdewebdev/ kdewebdev/resources/ kdewebdev/resources/ReadMe.rtf kdewebdev/root/ make-packages.sh

2006-11-15 Thread ranger
Author: ranger
Date: Wed Nov 15 18:57:26 2006
New Revision: 478

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=478repname=user%3a+ranger
Log:
added kdewebdev

Added:
trunk/kde-mac/kdewebdev/
trunk/kde-mac/kdewebdev.pmproj   (with props)
trunk/kde-mac/kdewebdev/resources/
trunk/kde-mac/kdewebdev/resources/ReadMe.rtf
trunk/kde-mac/kdewebdev/root/   (with props)
Modified:
trunk/kde-mac/Makefile
trunk/kde-mac/kde.pmproj
trunk/kde-mac/make-packages.sh

Modified: trunk/kde-mac/Makefile
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/Makefilerev=478repname=user%3a+ranger
==
--- trunk/kde-mac/Makefile (original)
+++ trunk/kde-mac/Makefile Wed Nov 15 18:57:26 2006
@@ -2,9 +2,9 @@
 
 PACKAGEMAKER := 
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
 
-DISABLED := packages/kile-$(DATESTAMP).dmg
-DAILY := packages/kdelibs-$(DATESTAMP).dmg 
packages/kdepimlibs-$(DATESTAMP).dmg packages/kdebase-$(DATESTAMP).dmg 
packages/kdeedu-$(DATESTAMP).dmg packages/kdegames-$(DATESTAMP).dmg 
packages/kdenetwork-$(DATESTAMP).dmg packages/kdepim-$(DATESTAMP).dmg 
packages/koffice-$(DATESTAMP).dmg packages/kdevelop-$(DATESTAMP).dmg 
packages/kde.mpkg
-EVERYTHING := packages/qt-$(DATESTAMP).dmg 
packages/kdesupport-$(DATESTAMP).dmg $(DAILY)
+DISABLED := packages/kile.dmg
+DAILY := packages/kdelibs.dmg packages/kdepimlibs.dmg packages/kdebase.dmg 
packages/kdeedu.dmg packages/kdegames.dmg packages/kdenetwork.dmg 
packages/kdepim.dmg packages/kdewebdev.dmg packages/koffice.dmg 
packages/kdevelop.dmg packages/kde.mpkg
+EVERYTHING := packages/qt.dmg packages/kdesupport.dmg $(DAILY)
 
 .PHONY: all daily
 all: $(EVERYTHING)
@@ -25,7 +25,7 @@
 packages/everything-$(DATESTAMP).dmg: packages/qt.pkg packages/kdesupport.pkg 
packages/kdelibs.pkg packages/kdepimlibs.pkg packages/kdebase.pkg 
packages/kdeedu.pkg packages/kdegames.pkg packages/kdenetwork.pkg 
packages/kdepim.pkg packages/koffice.pkg packages/kdevelop.pkg packages/kde.mpkg
@/bin/sh $(PWD)/pkg-to-dmg.sh $@ packages/*.pkg packages/*.mpkg
 
-.PHONY: packages/everything.dmg packages/qt.dmg packages/kdesupport.dmg 
packages/kdelibs.dmg packages/kdepimlibs.dmg packages/kdebase.dmg 
packages/kdeedu.dmg packages/kdegames.dmgpackages/kdenetwork.dmg  
packages/kdepim.dmg packages/koffice.dmg packages/kdevelop.dmg packages/kile.dmg
+.PHONY: packages/everything.dmg packages/qt.dmg packages/kdesupport.dmg 
packages/kdelibs.dmg packages/kdepimlibs.dmg packages/kdebase.dmg 
packages/kdeedu.dmg packages/kdegames.dmgpackages/kdenetwork.dmg 
packages/kdepim.dmg packages/kdewebdev.dmg packages/koffice.dmg 
packages/kdevelop.dmg packages/kile.dmg
 packages/everything.dmg: packages/everything-$(DATESTAMP).dmg
 packages/qt.dmg: packages/qt-$(DATESTAMP).dmg
 packages/kdesupport.dmg: packages/kdesupport-$(DATESTAMP).dmg
@@ -37,6 +37,7 @@
 packages/kdegames.dmg: packages/kdegames-$(DATESTAMP).dmg
 packages/kdenetwork.dmg: packages/kdenetwork-$(DATESTAMP).dmg
 packages/kdepim.dmg: packages/kdepim-$(DATESTAMP).dmg
+packages/kdewebdev.dmg: packages/kdewebdev-$(DATESTAMP).dmg
 packages/koffice.dmg: packages/koffice-$(DATESTAMP).dmg
 packages/kdevelop.dmg: packages/kdevelop-$(DATESTAMP).dmg
 packages/kile.dmg: packages/kile-$(DATESTAMP).dmg

Modified: trunk/kde-mac/kde.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kde.pmprojrev=478repname=user%3a+ranger
==
Binary files - no diff available.

Added: trunk/kde-mac/kdewebdev.pmproj
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdewebdev.pmprojrev=478repname=user%3a+ranger
==
Binary file - no diff available.

Propchange: trunk/kde-mac/kdewebdev.pmproj
--
svn:mime-type = application/octet-stream

Added: trunk/kde-mac/kdewebdev/resources/ReadMe.rtf
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/kdewebdev/resources/ReadMe.rtfrev=478repname=user%3a+ranger
==
--- trunk/kde-mac/kdewebdev/resources/ReadMe.rtf (added)
+++ trunk/kde-mac/kdewebdev/resources/ReadMe.rtf Wed Nov 15 18:57:26 2006
@@ -1,0 +1,40 @@
+{\rtf1\mac\ansicpg1\cocoartf824\cocoasubrtf410
+{\fonttbl\f0\fnil\fcharset77 LucidaGrande;\f1\fswiss\fcharset77 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\margl1440\margr1440\vieww13560\viewh13260\viewkind0
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
+
+\f0\fs22 \cf0 This is a collection of tools for web development.\
+\
+This package supports Mac OS X 10.4 (PowerPC and Intel) and is automatically 
generated from the snapshots 

[cvs] dists/10.4/unstable/crypto/finkinfo gwenhywfar38.info, NONE, 1.1 gwenhywfar38.patch, NONE, 1.1 gwenhywfar.info, 1.3, 1.4

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17431/crypto/finkinfo

Modified Files:
gwenhywfar.info 
Added Files:
gwenhywfar38.info gwenhywfar38.patch 
Log Message:
New lib_version of gwenhywfar from tracker 1579373

modify prior version to include appropriate Conflicts/Replaces.

--- NEW FILE: gwenhywfar38.info ---
Package: gwenhywfar38
Version: 2.4.1
Revision: 6
Description: Utility Library for AqBanking
License: LGPL
Maintainer: Dave Reiser [EMAIL PROTECTED]
Source: mirror:sourceforge:gwenhywfar/gwenhywfar-%v.tar.gz
Source-MD5: e6c30009e916e6147c6ada32d80555bc
Conflicts: gwenhywfar
Replaces: gwenhywfar
Patch: %n.patch
Depends: 
  %n-shlibs (= %v-%r), libgettext3-shlibs, libiconv

BuildDepends: 
  system-openssl-dev, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, 
  libncurses5 (= 5.4-20041023-1006), pkgconfig

BuildDependsOnly: True
ConfigureParams: --enable-ssl 
--with-openssl-includes=%p/lib/system-openssl/include 
--with-openssl-libs=%p/lib/system-openssl/lib --disable-dependency-tracking 
--sysconfdir=%p/etc/gwenhywfar38 --datarootdir=%p/share/gwenhywfar38
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
DocFiles: README README.DARWIN COPYING
InstallScript: make install DESTDIR=%d
SplitOff: 
  Package: %N-shlibs
  Files: 
lib/libgwenhywfar.38.7.1.dylib
lib/libgwenhywfar.38.dylib
lib/gwenhywfar
etc
  
  Shlibs: 
%p/lib/libgwenhywfar.38.dylib 46.0.0 %n (= 2.4.1-1001)
  
  DocFiles: COPYING

DescDetail: 
Gwenhywfar is a multi-platform helper library for networking and
security applications and libraries. It is used by AqBanking.

Homepage: http://gwenhywfar.sourceforge.net

Index: gwenhywfar.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gwenhywfar.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gwenhywfar.info 7 Aug 2006 06:12:00 -   1.3
+++ gwenhywfar.info 15 Nov 2006 18:20:03 -  1.4
@@ -1,6 +1,6 @@
 Package: gwenhywfar
 Version: 1.9.0
-Revision: 1002
+Revision: 1003
 Maintainer: None fink-devel@lists.sourceforge.net
 GCC: 4.0
 BuildDependsOnly: true
@@ -8,6 +8,8 @@
 SetCXXFLAGS: -Os
 BuildDepends: openssl097-dev, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, libncurses5 (= 5.4-20041023-1006)
 Depends: %N-shlibs (= %v-%r)
+Conflicts: gwenhywfar38
+Replaces: gwenhywfar38
 Patch: %n.patch
 PatchScript:
   perl -pi -e 's,(for dir in \$INCLUDE_DIRS)(; do),\1 %p/include \2,' 
configure

--- NEW FILE: gwenhywfar38.patch ---
Index: gwenhywfar-2.4.1/src/base/plugindescr.c
===
--- gwenhywfar-2.4.1/src/base/plugindescr.c (revision 1098)
+++ gwenhywfar-2.4.1/src/base/plugindescr.c (working copy)
@@ -165,9 +165,8 @@
   /* The following line has been disabled to allow GnuCash 1.8.12 to work with
* this version of Gwen. As soon as the next Gnucash release appears we will
* enable this line again.
-   * Martin Preuss, 2005/12/05
+   * Martin Preuss, 2005/12/05*/
GWEN_PluginDescription_List2_free(pdl);
-   */
 }
 
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r479 - in /trunk/experimental/common: crypto/finkinfo/kdepim3.info main/finkinfo/kde/kdebase3-unified.info main/finkinfo/kde/kdevelop.info

2006-11-15 Thread ranger
Author: ranger
Date: Wed Nov 15 20:20:10 2006
New Revision: 479

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=479repname=user%3a+ranger
Log:
for the future

Modified:
trunk/experimental/common/crypto/finkinfo/kdepim3.info
trunk/experimental/common/main/finkinfo/kde/kdebase3-unified.info
trunk/experimental/common/main/finkinfo/kde/kdevelop.info

Modified: trunk/experimental/common/crypto/finkinfo/kdepim3.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/kdepim3.inforev=479repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/kdepim3.info (original)
+++ trunk/experimental/common/crypto/finkinfo/kdepim3.info Wed Nov 15 20:20:10 
2006
@@ -445,6 +445,7 @@
Depends: %N-common (= %v-%r), %N-kfile-plugins (= %v-%r), %N-ioslaves 
(= %v-%r), kleopatra (= %v-%r), ktnef (= %v-%r)
Replaces: %N ( %v-%r), %N-dev ( %v-%r), %N-common
Recommends: %N (= %v-%r)
+   Suggests: klamav
Files: 
bin/kmail*
lib/kde3/kcm_kmail.*

Modified: trunk/experimental/common/main/finkinfo/kde/kdebase3-unified.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdebase3-unified.inforev=479repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/kde/kdebase3-unified.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdebase3-unified.info Wed Nov 
15 20:20:10 2006
@@ -5,6 +5,7 @@
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
+Suggests: krename
 Depends: %N-shlibs (= %v-%r), kdelibs3-unified (= %v-1), lesstif-shlibs, 
libart2-shlibs, libjpeg-shlibs, libpng3-shlibs (= 1.2.5-4), pcre-shlibs, 
qt3-shlibs (= 3.3.5-3), remap-bad-apple-keys, xfontpath
 BuildDepends: 
arts-dev (= 1.5.5-1),

Modified: trunk/experimental/common/main/finkinfo/kde/kdevelop.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdevelop.inforev=479repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/kde/kdevelop.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdevelop.info Wed Nov 15 
20:20:10 2006
@@ -5,6 +5,7 @@
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
+Recommends: kdiff3
 Depends: 
cervisia,db41-shlibs | db41-ssl-shlibs,
kdebase3-unified (= 3.5.5-1),


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/bmaret/finkinfo evince.info,1.8,1.9

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19189

Modified Files:
evince.info 
Log Message:
Dependencies fix.


Index: evince.info
===
RCS file: /cvsroot/fink/experimental/bmaret/finkinfo/evince.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- evince.info 28 Aug 2006 15:52:51 -  1.8
+++ evince.info 15 Nov 2006 19:42:49 -  1.9
@@ -5,8 +5,8 @@
 License: GPL
 Maintainer: Sebastien Maret [EMAIL PROTECTED]
 Depends: 
-  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus (= 0.92),
-  dbus-shlibs (= 0.92), esound-shlibs, expat-shlibs,
+  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus (= 1.0.0),
+  dbus-shlibs (= 1.0.0), esound-shlibs, expat-shlibs,
   fontconfig2-shlibs, freetype219-shlibs, gconf2, gconf2-shlibs,
   glib2-shlibs, glitz-shlibs, ghostscript | system-ghostscript8,
   gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs,
@@ -20,10 +20,10 @@
   tetex-base | system-tetex, x11-shlibs
 
 BuildDepends: 
-  atk1, audiofile, cairo, dbus-dev (= 0.92), esound, expat,
+  atk1, audiofile, cairo, dbus-dev (= 1.0.0), esound, expat,
   fontconfig2-dev, freetype219, gconf2-dev, gettext-tools, glitz,
   glib2-dev, gnome-doc-utils (= 0.3.2), gnome-keyring-dev,
-  dbus-dev (= 0.60-1), libhowl-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev,
+  libhowl-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev,
   gtk+2-dev, libart2, libbonobo2-dev, libbonoboui2-dev,
   libgettext3-dev, libglade2, libgnome2-dev, libgnomecanvas2-dev,
   libgnomeprint2.2-dev, libgnomeprintui2.2-dev, libgnomeui2-dev,


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/gnome evince.info, 1.7, 1.8 evince.patch, 1.2, NONE

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20752

Modified Files:
evince.info 
Removed Files:
evince.patch 
Log Message:
Use dbus = 1.0.0. The startup script is not needed anymore.


--- evince.patch DELETED ---

Index: evince.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/evince.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- evince.info 7 Aug 2006 10:24:52 -   1.7
+++ evince.info 15 Nov 2006 19:46:48 -  1.8
@@ -1,50 +1,40 @@
 Package: evince
 Version: 0.5.2
-Revision: 1008
+Revision: 1009
 Description: GNOME document viewer
 License: GPL
 Maintainer: Sebastien Maret [EMAIL PROTECTED]
 Depends: 
-  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus-shlibs, esound-shlibs,
-  expat-shlibs, fontconfig2-shlibs, freetype219-shlibs,
-  gconf2, gconf2-shlibs, glib2-shlibs, glitz-shlibs,
-  ghostscript | system-ghostscript8, gnome-keyring-shlibs, 
-  gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs, 
-  libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
-  libgettext3-shlibs, libglade2-shlibs, libgnome2-shlibs, 
-  libgnomecanvas2-shlibs, libgnomeprint2.2-shlibs, 
-  libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, libiconv, 
-  libjpeg-shlibs, libkpathsea4-shlibs | system-tetex, 
-  libtiff-shlibs, libxml2-shlibs, orbit2-shlibs, 
-  libnautilus-ext1-shlibs, 
-  pango1-xft2-shlibs, poppler1-shlibs, popt-shlibs, 
-  scrollkeeper, tetex-base | system-tetex, x11-shlibs
+  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus (= 1.0.0),
+  dbus-shlibs (= 1.0.0), esound-shlibs, expat-shlibs,
+  fontconfig2-shlibs, freetype219-shlibs, gconf2, gconf2-shlibs,
+  glib2-shlibs, glitz-shlibs, ghostscript | system-ghostscript8,
+  gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs,
+  gtk+2-shlibs, libart2-shlibs, libbonobo2-shlibs,
+  libbonoboui2-shlibs, libgettext3-shlibs, libglade2-shlibs,
+  libgnome2-shlibs, libgnomecanvas2-shlibs, libgnomeprint2.2-shlibs,
+  libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, libiconv,
+  libjpeg-shlibs, libkpathsea4-shlibs | system-tetex, libtiff-shlibs,
+  libxml2-shlibs, orbit2-shlibs, libnautilus-ext1-shlibs,
+  pango1-xft2-shlibs, poppler1-shlibs, popt-shlibs, scrollkeeper,
+  tetex-base | system-tetex, x11-shlibs
 
 BuildDepends: 
-  atk1, audiofile, cairo, dbus, dbus-dev, esound, expat, 
-  fontconfig2-dev, freetype219, gconf2-dev, gettext-tools, 
-  glitz, glib2-dev, gnome-doc-utils (= 0.3.2), gnome-keyring-dev,
-  dbus-dev (= 0.60-1), libhowl-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev,
-  libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, 
-  libglade2, libgnome2-dev, libgnomecanvas2-dev, 
-  libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
-  libgnomeui2-dev, libiconv-dev, libjpeg, 
-  libkpathsea4 | system-tetex, libtiff, libxml2,
-  libnautilus-ext1-dev, 
-  orbit2-dev, pango1-xft2-dev, pkgconfig (= 0.0.9),
-  poppler1, popt, intltool, x11-dev
+  atk1, audiofile, cairo, dbus-dev (= 1.0.0), esound, expat,
+  fontconfig2-dev, freetype219, gconf2-dev, gettext-tools, glitz,
+  glib2-dev, gnome-doc-utils (= 0.3.2), gnome-keyring-dev,
+  libhowl-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev,
+  gtk+2-dev, libart2, libbonobo2-dev, libbonoboui2-dev,
+  libgettext3-dev, libglade2, libgnome2-dev, libgnomecanvas2-dev,
+  libgnomeprint2.2-dev, libgnomeprintui2.2-dev, libgnomeui2-dev,
+  libiconv-dev, libjpeg, libkpathsea4 | system-tetex, libtiff,
+  libxml2, libnautilus-ext1-dev, orbit2-dev, pango1-xft2-dev,
+  pkgconfig (= 0.0.9), poppler1, popt, intltool, x11-dev
 
 Source: mirror:gnome:sources/%n/0.5/%n-%v.tar.bz2
 Source-MD5: 732df368435cebddd4cc8132a8a280bd
-Patch: %n.patch
 SetLDFLAGS: -lstdc++
-GCC: 4.0
 ConfigureParams: --disable-dependency-tracking --disable-schemas-install 
--disable-scrollkeeper --enable-dvi
-InstallScript: 
-  make install prefix=%i
-  mv %i/bin/evince %i/bin/evince.bin
-  install -m 755 fink/evince %i/bin
-
 DocFiles: README COPYING
 ConfFiles: 
   %p/etc/gconf/schemas/evince.schemas
@@ -73,5 +63,5 @@
 GNOME Desktop with a single simple application.
 
 DescPort: 
-The patch creates a script to start Evince with DBus daemon.
+Newer versions ( 0.5.2) need gtk+ = 2.8
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/gnome evince.info, 1.13, 1.14 evince.patch, 1.2, NONE

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1366

Modified Files:
evince.info 
Removed Files:
evince.patch 
Log Message:
Use dbus = 1.0.0. No startup script is needed anymore.


--- evince.patch DELETED ---

Index: evince.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/evince.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- evince.info 7 Aug 2006 10:24:48 -   1.13
+++ evince.info 15 Nov 2006 20:18:23 -  1.14
@@ -8,8 +8,8 @@
 License: GPL
 Maintainer: Sebastien Maret [EMAIL PROTECTED]
 Depends: 
-  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus-shlibs, esound-shlibs,
-  expat-shlibs, freetype219-shlibs,
+  atk1-shlibs, audiofile-shlibs, cairo-shlibs, dbus (= 1.0.0), 
+  dbus-shlibs (= 1.0.0), esound-shlibs, expat-shlibs, freetype219-shlibs,
   gconf2, gconf2-shlibs, glib2-shlibs, glitz-shlibs,
   ghostscript | system-ghostscript8, gnome-keyring-shlibs, 
   gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs, 
@@ -24,7 +24,7 @@
   scrollkeeper, tetex-base | system-tetex, x11-shlibs
 
 BuildDepends: 
-  atk1, audiofile, cairo, dbus, dbus-dev, esound, expat, 
+  atk1, audiofile, cairo, dbus-dev (= 1.0.0), esound, expat, 
   fontconfig2-dev, freetype219, gconf2-dev, gettext-tools, 
   glitz, glib2-dev, gnome-doc-utils (= 0.3.2), gnome-keyring-dev,
   dbus-dev (= 0.60-1), libhowl-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev,
@@ -39,7 +39,6 @@
 
 Source: mirror:gnome:sources/%n/0.5/%n-%v.tar.bz2
 Source-MD5: 732df368435cebddd4cc8132a8a280bd
-Patch: %n.patch
 SetLDFLAGS: -lstdc++
 GCC: 3.3
 ConfigureParams: --disable-dependency-tracking --disable-schemas-install 
--disable-scrollkeeper --enable-dvi
@@ -76,5 +75,5 @@
 GNOME Desktop with a single simple application.
 
 DescPort: 
-The patch creates a script to start Evince with DBus daemon.
+Newer versions ( 0.5.2) need gtk+ = 2.8
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/bmaret/finkinfo evince.info,1.9,NONE

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1879

Removed Files:
evince.info 
Log Message:
Moved to 10.4 and 10.3 unstable branches.


--- evince.info DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/gnome evince.info,1.14,1.15

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2721

Modified Files:
evince.info 
Log Message:
Forgot to bump revision number...


Index: evince.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/evince.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- evince.info 15 Nov 2006 20:18:23 -  1.14
+++ evince.info 15 Nov 2006 20:21:50 -  1.15
@@ -1,7 +1,7 @@
 Package: evince
 
 Version: 0.5.2
-Revision: 9
+Revision: 10
 # remember to leapfrog over 10.4T if get to revision 11
 
 Description: GNOME document viewer


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods xml-sax-pm.info, 1.6, 1.7 xml-sax-pm.patch, 1.4, 1.5 xml-simple-pm.info, 1.7, 1.8

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13618/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
xml-sax-pm.info xml-sax-pm.patch xml-simple-pm.info 
Log Message:
New upstream version of xml-simple-pm (2.16)
-  This version now uses XML::SAX::Expat, which needs to be the default
   parser for XML::SAX. Therefore the ordering in ParserDetails.ini had
   to be reversed
-  New revision of xml-sax-pm now uses variantized folders to store
   the ParserDetails.ini file


Index: xml-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/xml-simple-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xml-simple-pm.info  17 Feb 2006 01:41:12 -  1.7
+++ xml-simple-pm.info  15 Nov 2006 20:52:25 -  1.8
@@ -1,7 +1,7 @@
 Info2: 
 Package: xml-simple-pm%type_pkg[perl]
-Version: 2.14
-Revision: 2
+Version: 2.16
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Trivial API for reading and writing XML
@@ -9,16 +9,14 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl], 
xml-namespacesupport-pm, xml-sax-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl], 
xml-namespacesupport-pm, xml-sax-pm%type_pkg[perl] (= 0.14-2), 
xml-sax-expat-pm%type_pkg[perl]
 BuildDepends: fink (= 0.20.6-1), test-simple-pm%type_pkg[perl]
 Conflicts: %{Ni}560-man, %{Ni}561-man, %{Ni}580-man, %{Ni}581-man, 
%{Ni}582-man, %{Ni}584-man
 Replaces: %{Ni}560-man, %{Ni}561-man, %{Ni}580-man, %{Ni}581-man, 
%{Ni}582-man, %{Ni}584-man, xml-simple-pm (= 2.07-1)
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/G/GR/GRANTM/XML-Simple-%v.tar.gz
-Source-MD5: f321058271815de28d214c8efb9091f9
-
-NoPerlTests: true
+Source-MD5: 80c0980ff63d77b871de41acc7175df7
 
 # Install Phase:
 UpdatePOD: True

Index: xml-sax-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/xml-sax-pm.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xml-sax-pm.patch15 Nov 2006 03:12:55 -  1.4
+++ xml-sax-pm.patch15 Nov 2006 20:52:25 -  1.5
@@ -58,7 +58,7 @@
 +$class-add_parser($parser_module);
 +
 +# get parser's ParserDetails file
-+my $dir = '@PREFIX@/etc/perl/XML/SAX/ParserDetails.d';
++my $dir = '@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d';
 +my $file = File::Spec-catfile($dir, $parser_module);
  chmod 0644, $file;
  unlink($file);
@@ -100,7 +100,7 @@
 diff -Nurd -x'*~' XML-SAX-0.14.orig/update-perl-sax-parsers 
XML-SAX-0.14/update-perl-sax-parsers
 --- XML-SAX-0.14.orig/update-perl-sax-parsers  1969-12-31 19:00:00.0 
-0500
 +++ XML-SAX-0.14/update-perl-sax-parsers   2006-11-14 22:00:26.0 
-0500
-@@ -0,0 +1,150 @@
+@@ -0,0 +1,152 @@
 +#!/usr/bin/perl
 +## --
 +## Debian update-perl-sax-parsers version 0.1
@@ -184,8 +184,8 @@
 +if $debug  ! $quiet;
 +
 +## --
-+my $PARSER_DETAILS_DIR  = @PREFIX@/etc/perl/XML/SAX/ParserDetails.d;
-+my $PARSER_DETAILS_FILE = @PREFIX@/etc/perl/XML/SAX/ParserDetails.ini;
++my $PARSER_DETAILS_DIR  = 
@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d;
++my $PARSER_DETAILS_FILE = 
@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.ini;
 +
 +## --
 +if ( $add )
@@ -212,15 +212,17 @@
 +  || die Cannot write to $PARSER_DETAILS_FILE: $!;
 +opendir( PARSER_DETAILS_DIR, $PARSER_DETAILS_DIR )
 +  || die Cannot access $PARSER_DETAILS_DIR: $!;
-+while ( defined( $parser_details = readdir( PARSER_DETAILS_DIR ) ) )
-+{
++  opendir(DIR,$DirFile);
++  my @filearray = reverse readdir PARSER_DETAILS_DIR;
++  closedir( PARSER_DETAILS_DIR );
++  foreach $parser_details (@filearray)
++  {
 +  next if $parser_details =~ /^\.\.?$/; # skip . and ..
 +  open( PARSER_DETAILS, $PARSER_DETAILS_DIR/$parser_details )
 +  || die Cannot read from $parser_details: $!;
 +  while ( PARSER_DETAILS ) { print PARSER_DETAILS_FILE; }
 +  close( PARSER_DETAILS );
 +}
-+closedir( PARSER_DETAILS_DIR );
 +close( PARSER_DETAILS_FILE );
 +}
 +
@@ -291,25 +293,25 @@
 +.B update-perl-sax-parsers
 +inserts, updates and removes individual Perl SAX parser module info
 +files in the directory
-+.I @PREFIX@/etc/perl/XML/SAX/ParserDetails.d
++.I @PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d
 +and the overall Perl SAX parser modules info file
-+.IR 

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods xml-sax-pm.info, 1.4, 1.5 xml-sax-pm.patch, 1.2, 1.3 xml-simple-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13618/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
xml-sax-pm.info xml-sax-pm.patch xml-simple-pm.info 
Log Message:
New upstream version of xml-simple-pm (2.16)
-  This version now uses XML::SAX::Expat, which needs to be the default
   parser for XML::SAX. Therefore the ordering in ParserDetails.ini had
   to be reversed
-  New revision of xml-sax-pm now uses variantized folders to store
   the ParserDetails.ini file


Index: xml-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-simple-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml-simple-pm.info  17 Feb 2006 01:39:17 -  1.2
+++ xml-simple-pm.info  15 Nov 2006 20:52:25 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: xml-simple-pm%type_pkg[perl]
-Version: 2.14
-Revision: 2
+Version: 2.16
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Trivial API for reading and writing XML
@@ -9,16 +9,14 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl], 
xml-namespacesupport-pm, xml-sax-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl], 
xml-namespacesupport-pm, xml-sax-pm%type_pkg[perl] (= 0.14-2), 
xml-sax-expat-pm%type_pkg[perl]
 BuildDepends: fink (= 0.20.6-1), test-simple-pm%type_pkg[perl]
 Conflicts: %{Ni}560-man, %{Ni}561-man, %{Ni}580-man, %{Ni}581-man, 
%{Ni}582-man, %{Ni}584-man
 Replaces: %{Ni}560-man, %{Ni}561-man, %{Ni}580-man, %{Ni}581-man, 
%{Ni}582-man, %{Ni}584-man, xml-simple-pm (= 2.07-1)
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/G/GR/GRANTM/XML-Simple-%v.tar.gz
-Source-MD5: f321058271815de28d214c8efb9091f9
-
-NoPerlTests: true
+Source-MD5: 80c0980ff63d77b871de41acc7175df7
 
 # Install Phase:
 UpdatePOD: True

Index: xml-sax-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-sax-pm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml-sax-pm.patch15 Nov 2006 03:12:55 -  1.2
+++ xml-sax-pm.patch15 Nov 2006 20:52:25 -  1.3
@@ -58,7 +58,7 @@
 +$class-add_parser($parser_module);
 +
 +# get parser's ParserDetails file
-+my $dir = '@PREFIX@/etc/perl/XML/SAX/ParserDetails.d';
++my $dir = '@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d';
 +my $file = File::Spec-catfile($dir, $parser_module);
  chmod 0644, $file;
  unlink($file);
@@ -100,7 +100,7 @@
 diff -Nurd -x'*~' XML-SAX-0.14.orig/update-perl-sax-parsers 
XML-SAX-0.14/update-perl-sax-parsers
 --- XML-SAX-0.14.orig/update-perl-sax-parsers  1969-12-31 19:00:00.0 
-0500
 +++ XML-SAX-0.14/update-perl-sax-parsers   2006-11-14 22:00:26.0 
-0500
-@@ -0,0 +1,150 @@
+@@ -0,0 +1,152 @@
 +#!/usr/bin/perl
 +## --
 +## Debian update-perl-sax-parsers version 0.1
@@ -184,8 +184,8 @@
 +if $debug  ! $quiet;
 +
 +## --
-+my $PARSER_DETAILS_DIR  = @PREFIX@/etc/perl/XML/SAX/ParserDetails.d;
-+my $PARSER_DETAILS_FILE = @PREFIX@/etc/perl/XML/SAX/ParserDetails.ini;
++my $PARSER_DETAILS_DIR  = 
@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d;
++my $PARSER_DETAILS_FILE = 
@PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.ini;
 +
 +## --
 +if ( $add )
@@ -212,15 +212,17 @@
 +  || die Cannot write to $PARSER_DETAILS_FILE: $!;
 +opendir( PARSER_DETAILS_DIR, $PARSER_DETAILS_DIR )
 +  || die Cannot access $PARSER_DETAILS_DIR: $!;
-+while ( defined( $parser_details = readdir( PARSER_DETAILS_DIR ) ) )
-+{
++  opendir(DIR,$DirFile);
++  my @filearray = reverse readdir PARSER_DETAILS_DIR;
++  closedir( PARSER_DETAILS_DIR );
++  foreach $parser_details (@filearray)
++  {
 +  next if $parser_details =~ /^\.\.?$/; # skip . and ..
 +  open( PARSER_DETAILS, $PARSER_DETAILS_DIR/$parser_details )
 +  || die Cannot read from $parser_details: $!;
 +  while ( PARSER_DETAILS ) { print PARSER_DETAILS_FILE; }
 +  close( PARSER_DETAILS );
 +}
-+closedir( PARSER_DETAILS_DIR );
 +close( PARSER_DETAILS_FILE );
 +}
 +
@@ -291,25 +293,25 @@
 +.B update-perl-sax-parsers
 +inserts, updates and removes individual Perl SAX parser module info
 +files in the directory
-+.I @PREFIX@/etc/perl/XML/SAX/ParserDetails.d
++.I @PREFIX@/etc/perl5/@PERL_RAW@/XML/SAX/ParserDetails.d
 +and the overall Perl SAX parser modules info file
-+.IR 

[cvs] dists/10.4/unstable/main/finkinfo/sci gsl.patch,1.1,NONE

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17692

Removed Files:
gsl.patch 
Log Message:
Obsolete.


--- gsl.patch DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci gsl.info,1.9,1.10

2006-11-15 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19891

Modified Files:
gsl.info 
Log Message:
Add InfoTest.


Index: gsl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/gsl.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gsl.info5 May 2006 00:10:05 -   1.9
+++ gsl.info15 Nov 2006 21:04:05 -  1.10
@@ -9,6 +9,11 @@
 Source: mirror:gnu:gsl/%n-%v.tar.gz
 Source-MD5: c60a5d193cc6b472496ff191744fc306
 ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
+InfoTest: 
+  TestScript: 
+make check || exit 2
+  
+
 DocFiles: README COPYING
 Shlibs: 
   %p/lib/libgsl.0.dylib 10.0.0 gsl (= 1.8-1)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods pathtools-pm.info, 1.1, 1.2

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2960/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
pathtools-pm.info 
Log Message:
New upstream version (3.23)


Index: pathtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pathtools-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pathtools-pm.info   7 Sep 2006 23:21:23 -   1.1
+++ pathtools-pm.info   15 Nov 2006 21:42:29 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: pathtools-pm%type_pkg[perl]
-Version: 3.19
+Version: 3.23
 Revision: 1
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module for paths and file specs
@@ -13,7 +13,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/K/KW/KWILLIAMS/PathTools-%v.tar.gz
-Source-MD5: 03d17567cae023e8a13bf90eeb2c839c
+Source-MD5: db2b3b2e608df569a925986b04182ea2
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods pathtools-pm.info, 1.1, 1.2

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2960/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
pathtools-pm.info 
Log Message:
New upstream version (3.23)


Index: pathtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/pathtools-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pathtools-pm.info   7 Sep 2006 23:21:23 -   1.1
+++ pathtools-pm.info   15 Nov 2006 21:42:29 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: pathtools-pm%type_pkg[perl]
-Version: 3.19
+Version: 3.23
 Revision: 1
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module for paths and file specs
@@ -13,7 +13,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/K/KW/KWILLIAMS/PathTools-%v.tar.gz
-Source-MD5: 03d17567cae023e8a13bf90eeb2c839c
+Source-MD5: db2b3b2e608df569a925986b04182ea2
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods pathtools-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3732/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
pathtools-pm.info 
Log Message:
Add missing architecture field


Index: pathtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pathtools-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pathtools-pm.info   15 Nov 2006 21:42:29 -  1.2
+++ pathtools-pm.info   15 Nov 2006 21:44:14 -  1.3
@@ -2,6 +2,7 @@
 Package: pathtools-pm%type_pkg[perl]
 Version: 3.23
 Revision: 1
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module for paths and file specs
 License: Artistic


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods pathtools-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3732/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
pathtools-pm.info 
Log Message:
Add missing architecture field


Index: pathtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/pathtools-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pathtools-pm.info   15 Nov 2006 21:42:29 -  1.2
+++ pathtools-pm.info   15 Nov 2006 21:44:14 -  1.3
@@ -2,6 +2,7 @@
 Package: pathtools-pm%type_pkg[perl]
 Version: 3.23
 Revision: 1
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module for paths and file specs
 License: Artistic


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods module-refresh-pm.info, 1.3, 1.4

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7008/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
module-refresh-pm.info 
Log Message:
New upstream version (0.09)


Index: module-refresh-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/module-refresh-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- module-refresh-pm.info  22 Dec 2005 13:19:21 -  1.3
+++ module-refresh-pm.info  15 Nov 2006 21:52:51 -  1.4
@@ -1,5 +1,5 @@
 Package: module-refresh-pm
-Version: 0.08
+Version: 0.09
 Revision: 1
 Type: perl
 Description: Refresh INC files when updated on disk
@@ -8,7 +8,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/J/JE/JESSE/Module-Refresh-%v.tar.gz
-Source-MD5: 32303a4ba13a84fba61caaa706e7014a
+Source-MD5: f6168601b3be9cf59c0ed1698df954a6
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods module-refresh-pm.info, 1.1, 1.2

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7008/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
module-refresh-pm.info 
Log Message:
New upstream version (0.09)


Index: module-refresh-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/module-refresh-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-refresh-pm.info  20 Jan 2006 20:21:21 -  1.1
+++ module-refresh-pm.info  15 Nov 2006 21:52:51 -  1.2
@@ -1,5 +1,5 @@
 Package: module-refresh-pm
-Version: 0.08
+Version: 0.09
 Revision: 1
 Type: perl
 Description: Refresh INC files when updated on disk
@@ -8,7 +8,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/J/JE/JESSE/Module-Refresh-%v.tar.gz
-Source-MD5: 32303a4ba13a84fba61caaa706e7014a
+Source-MD5: f6168601b3be9cf59c0ed1698df954a6
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods locale-maketext-simple-pm.info, 1.1, 1.2

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10203/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
locale-maketext-simple-pm.info 
Log Message:
New upstream version (0.18)


Index: locale-maketext-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/locale-maketext-simple-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- locale-maketext-simple-pm.info  10 Jul 2004 16:35:01 -  1.1
+++ locale-maketext-simple-pm.info  15 Nov 2006 22:00:48 -  1.2
@@ -1,5 +1,5 @@
 Package: locale-maketext-simple-pm
-Version: 0.12
+Version: 0.18
 Revision: 1
 Type: perl
 Description: Perl module, i/f Locale::Maketext::Lexicon
@@ -10,8 +10,8 @@
 #Depends: locale-maketext-lexicon-pm%type_pkg[perl]
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%v.tar.gz
-Source-MD5: 9a65312da2ae8d59f898151f9c044383
+Source: mirror:cpan:authors/id/A/AU/AUDREYT/Locale-Maketext-Simple-%v.tar.gz
+Source-MD5: 51cc6dc109bf49cca063f3baa2cfd9e6
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods locale-maketext-simple-pm.info, 1.1, 1.2

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10203/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
locale-maketext-simple-pm.info 
Log Message:
New upstream version (0.18)


Index: locale-maketext-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/locale-maketext-simple-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- locale-maketext-simple-pm.info  20 Jan 2006 20:21:21 -  1.1
+++ locale-maketext-simple-pm.info  15 Nov 2006 22:00:48 -  1.2
@@ -1,5 +1,5 @@
 Package: locale-maketext-simple-pm
-Version: 0.12
+Version: 0.18
 Revision: 1
 Type: perl
 Description: Perl module, i/f Locale::Maketext::Lexicon
@@ -10,8 +10,8 @@
 #Depends: locale-maketext-lexicon-pm%type_pkg[perl]
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%v.tar.gz
-Source-MD5: 9a65312da2ae8d59f898151f9c044383
+Source: mirror:cpan:authors/id/A/AU/AUDREYT/Locale-Maketext-Simple-%v.tar.gz
+Source-MD5: 51cc6dc109bf49cca063f3baa2cfd9e6
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods locale-maketext-lexicon-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13792/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
locale-maketext-lexicon-pm.info 
Log Message:
New upstream version (0.62)


Index: locale-maketext-lexicon-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/locale-maketext-lexicon-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- locale-maketext-lexicon-pm.info 17 Feb 2006 01:39:17 -  1.2
+++ locale-maketext-lexicon-pm.info 15 Nov 2006 22:09:29 -  1.3
@@ -1,11 +1,11 @@
 Info2: 
 Package: locale-maketext-lexicon-pm%type_pkg[perl]
-Version: 0.53
+Version: 0.62
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module providing lexicon-handling
-License: Artistic/GPL
+License: OSI-Approved
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%v.tar.gz
-Source-MD5: c1bce07646a0d9bcd8a56a60235b63ec
+Source-MD5: 989642c1a83ddc7f1337d77422ee40cf
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods locale-maketext-lexicon-pm.info, 1.9, 1.10

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13792/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
locale-maketext-lexicon-pm.info 
Log Message:
New upstream version (0.62)


Index: locale-maketext-lexicon-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/locale-maketext-lexicon-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- locale-maketext-lexicon-pm.info 17 Feb 2006 01:41:12 -  1.9
+++ locale-maketext-lexicon-pm.info 15 Nov 2006 22:09:29 -  1.10
@@ -1,11 +1,11 @@
 Info2: 
 Package: locale-maketext-lexicon-pm%type_pkg[perl]
-Version: 0.53
+Version: 0.62
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl module providing lexicon-handling
-License: Artistic/GPL
+License: OSI-Approved
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%v.tar.gz
-Source-MD5: c1bce07646a0d9bcd8a56a60235b63ec
+Source-MD5: 989642c1a83ddc7f1337d77422ee40cf
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/web linkchecker.info,1.3,1.4

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18700/10.4/unstable/main/finkinfo/web

Modified Files:
linkchecker.info 
Log Message:
New upstream version (4.5)


Index: linkchecker.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/linkchecker.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- linkchecker.info12 Sep 2006 20:35:08 -  1.3
+++ linkchecker.info15 Nov 2006 22:21:53 -  1.4
@@ -1,5 +1,5 @@
 Package: linkchecker
-Version: 4.3
+Version: 4.5
 Revision: 10
 Description: Check websites and HTML docs for broken links
 License: GPL
@@ -10,12 +10,12 @@
 
 # Unpack Phase:
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 04a924a5fe7b0d688e5764dd0f64d0bc
+Source-MD5: 88685a632dd33d3e0dc852e87a9a1c23
 
 # Patch Phase:
 PatchScript: 
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi/*.cgi
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi/*.fcgi
+ perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi-bin/*.cgi
+ perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi-bin/*.fcgi
 
 
 # Compile Phase:


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/web linkchecker.info,1.4,1.5

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18700/10.3/unstable/main/finkinfo/web

Modified Files:
linkchecker.info 
Log Message:
New upstream version (4.5)


Index: linkchecker.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/linkchecker.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- linkchecker.info12 Sep 2006 20:35:09 -  1.4
+++ linkchecker.info15 Nov 2006 22:21:53 -  1.5
@@ -1,5 +1,5 @@
 Package: linkchecker
-Version: 4.3
+Version: 4.5
 Revision: 1
 Description: Check websites and HTML docs for broken links
 License: GPL
@@ -10,12 +10,12 @@
 
 # Unpack Phase:
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 04a924a5fe7b0d688e5764dd0f64d0bc
+Source-MD5: 88685a632dd33d3e0dc852e87a9a1c23
 
 # Patch Phase:
 PatchScript: 
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi/*.cgi
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi/*.fcgi
+ perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi-bin/*.cgi
+ perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.4;' cgi-bin/*.fcgi
 
 
 # Compile Phase:


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel asm.info,1.1,1.2

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25081/devel

Modified Files:
asm.info 
Log Message:
New version from tracker 1596728

Index: asm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/asm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- asm.info28 Sep 2006 01:11:38 -  1.1
+++ asm.info15 Nov 2006 22:36:46 -  1.2
@@ -1,8 +1,8 @@
 Package: asm
-Version: 3.0-rc1
+Version: 3.0
 Revision: 1
-Source: http://download.forge.objectweb.org/%n/%n-3.0_RC1.tar.gz
-Source-MD5: 4d54d0c3d15ad0615f34cbc37a19ce9f
+Source: http://download.forge.objectweb.org/%n/%n-%v.tar.gz
+Source-MD5: d07475c75f0c583b3ed5d6e015cc5255
 
 # Requires Java 1.5 or higher
 Depends: system-java (= 1.5)
@@ -33,7 +33,7 @@
  cp -R output/dist/examples/* %i/share/doc/%n/examples
 
 
-JarFiles: output/dist/lib/all/%n-all-3.0_RC1.jar
+JarFiles: output/dist/lib/all/%n-all-%v.jar
 DocFiles: LICENSE.txt README.txt
 
 Homepage: http://asm.objectweb.org/
@@ -57,3 +57,5 @@
 
 # The license appears to be BSD-style. (Or is it Restrictive/Distributable?)
 License: BSD
+
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods cgi-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11143/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
cgi-pm.info 
Log Message:
New upstream version (3.25)


Index: cgi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cgi-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cgi-pm.info 17 Feb 2006 01:41:12 -  1.2
+++ cgi-pm.info 15 Nov 2006 23:23:41 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: cgi-pm%type_pkg[perl]
-Version: 3.15
+Version: 3.25
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -13,7 +13,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/L/LD/LDS/CGI.pm-%v.tar.gz
-Source-MD5: 37db43e55cf2992f7e89e9ec9541ffec
+Source-MD5: 9aad2b7d0398bbd037b2f73e534378a1
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cgi-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11143/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
cgi-pm.info 
Log Message:
New upstream version (3.25)


Index: cgi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cgi-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cgi-pm.info 17 Feb 2006 01:39:16 -  1.2
+++ cgi-pm.info 15 Nov 2006 23:23:41 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: cgi-pm%type_pkg[perl]
-Version: 3.15
+Version: 3.25
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -13,7 +13,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/L/LD/LDS/CGI.pm-%v.tar.gz
-Source-MD5: 37db43e55cf2992f7e89e9ec9541ffec
+Source-MD5: 9aad2b7d0398bbd037b2f73e534378a1
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/net mtr.info,1.6,1.7

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15145/10.3/unstable/main/finkinfo/net

Modified Files:
mtr.info 
Log Message:
Add missing dep, remove obsolete Desc comment


Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/mtr.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mtr.info15 Nov 2006 17:27:37 -  1.6
+++ mtr.info15 Nov 2006 23:34:05 -  1.7
@@ -1,9 +1,9 @@
 Package: mtr
 Version: 0.72
-Revision: 24
+Revision: 25
 Maintainer: Mattias Lindgren [EMAIL PROTECTED]
-BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev
-Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11
+BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev, libncurses5
+Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11, libncurses5-shlibs
 Source: ftp://ftp.bitwizard.nl/%n/%n-%v.tar.gz
 Source-MD5: d771061f8da96b80ecca2f69a3a2d594
 ConfigureParams: --mandir='${prefix}/share/man' --sbindir='${prefix}/bin'
@@ -15,8 +15,7 @@
 the 'traceroute' and 'ping' programs into one.
 
 DescPort: 
-Updated config.guess and config.sub scripts. '-no-cpp-precomp' flag added to 
-CPPFLAGS to compile source properly.
+'-no-cpp-precomp' flag added to CPPFLAGS to compile source properly.
 
 DescPackaging: 
 ConfigureParams places manpages in correct directory.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/net mtr.info,1.3,1.4

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15145/10.4/unstable/main/finkinfo/net

Modified Files:
mtr.info 
Log Message:
Add missing dep, remove obsolete Desc comment


Index: mtr.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/mtr.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mtr.info15 Nov 2006 17:27:37 -  1.3
+++ mtr.info15 Nov 2006 23:34:05 -  1.4
@@ -1,9 +1,9 @@
 Package: mtr
 Version: 0.72
-Revision: 24
+Revision: 25
 Maintainer: Mattias Lindgren [EMAIL PROTECTED]
-BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev
-Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11
+BuildDepends: glib, gtk+, libgettext3-dev, gettext-tools, x11-dev, libncurses5
+Depends: glib-shlibs, gtk+-shlibs, libgettext3-shlibs, x11, libncurses5-shlibs
 Source: ftp://ftp.bitwizard.nl/%n/%n-%v.tar.gz
 Source-MD5: d771061f8da96b80ecca2f69a3a2d594
 ConfigureParams: --mandir='${prefix}/share/man' --sbindir='${prefix}/bin'
@@ -15,8 +15,7 @@
 the 'traceroute' and 'ping' programs into one.
 
 DescPort: 
-Updated config.guess and config.sub scripts. '-no-cpp-precomp' flag added to 
-CPPFLAGS to compile source properly.
+'-no-cpp-precomp' flag added to CPPFLAGS to compile source properly.
 
 DescPackaging: 
 ConfigureParams places manpages in correct directory.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods html-mason-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15930/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
html-mason-pm.info 
Log Message:
New upstream version (1.35)


Index: html-mason-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/html-mason-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-mason-pm.info  17 Feb 2006 01:39:16 -  1.2
+++ html-mason-pm.info  15 Nov 2006 23:35:51 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: html-mason-pm%type_pkg[perl]
-Version: 1.28
-Revision: 3
+Version: 1.35
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl-based web site development system
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -9,21 +9,53 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, file-spec-pm%type_pkg[perl], 
params-validate-pm%type_pkg[perl] (= 0.7-1), exception-class-pm%type_pkg[perl] 
(= 1.14-1), cache-cache-pm%type_pkg[perl], class-container-pm%type_pkg[perl] 
(= 0.07-1), scalar-list-utils-pm%type_pkg[perl], cgi-pm%type_pkg[perl]
-BuildDepends: fink (= 0.20.1-1), test-simple-pm%type_pkg[perl]
+Depends: 
+ perl%type_pkg[perl]-core,
+ file-spec-pm%type_pkg[perl],
+ params-validate-pm%type_pkg[perl] (= 0.7-1),
+ exception-class-pm%type_pkg[perl] (= 1.14-1),
+ cache-cache-pm%type_pkg[perl],
+ class-container-pm%type_pkg[perl] (= 0.07-1),
+ scalar-list-utils-pm%type_pkg[perl],
+ cgi-pm%type_pkg[perl] (= 3.04-1),
+ libapreq2-pm%type_pkg[perl],
+ html-parser-pm%type_pkg[perl]
+
+BuildDepends: 
+ fink (= 0.20.1-1),
+ test-simple-pm%type_pkg[perl],
+ module-build-pm%type_pkg[perl]
+
 Conflicts: %N-man
 Replaces: %N-man
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DR/DROLSKY/HTML-Mason-%v.tar.gz
-Source-MD5: 9d6d47349e8afe67f25539395a931ea6
+Source-MD5: c09f77e2af500b51d22e0238c0534994
+
+# Compile Phase:
+CompileScript: 
+#!/bin/sh -ex
+   exec 21
+   perlversion=%type_raw[perl]
+   eval `perl$perlversion -V:archname`
+   perl$perlversion Build.PL \
+   --install_path arch=%i/lib/perl5/$perlversion/$archname \
+   --install_path bin=%i/bin \
+   --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
+   --install_path lib=%i/lib/perl5/$perlversion \
+   --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
+   --install_path script=%i/bin
+   ./Build
+   ./Build test
+
 
 # Install Phase:
 UpdatePOD: true
 DocFiles: Changes CREDITS MANIFEST README UPGRADE
 InstallScript: 
-  %{default_script}
-  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+   ./Build install
+   find %d -name .packlist -exec rm -rf {} \;
 
 
 # Additional Data:


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods html-mason-pm.info, 1.4, 1.5

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15930/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
html-mason-pm.info 
Log Message:
New upstream version (1.35)


Index: html-mason-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/html-mason-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html-mason-pm.info  17 Feb 2006 01:41:12 -  1.4
+++ html-mason-pm.info  15 Nov 2006 23:35:51 -  1.5
@@ -1,7 +1,7 @@
 Info2: 
 Package: html-mason-pm%type_pkg[perl]
-Version: 1.28
-Revision: 3
+Version: 1.35
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl-based web site development system
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -9,21 +9,53 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, file-spec-pm%type_pkg[perl], 
params-validate-pm%type_pkg[perl] (= 0.7-1), exception-class-pm%type_pkg[perl] 
(= 1.14-1), cache-cache-pm%type_pkg[perl], class-container-pm%type_pkg[perl] 
(= 0.07-1), scalar-list-utils-pm%type_pkg[perl], cgi-pm%type_pkg[perl]
-BuildDepends: fink (= 0.20.1-1), test-simple-pm%type_pkg[perl]
+Depends: 
+ perl%type_pkg[perl]-core,
+ file-spec-pm%type_pkg[perl],
+ params-validate-pm%type_pkg[perl] (= 0.7-1),
+ exception-class-pm%type_pkg[perl] (= 1.14-1),
+ cache-cache-pm%type_pkg[perl],
+ class-container-pm%type_pkg[perl] (= 0.07-1),
+ scalar-list-utils-pm%type_pkg[perl],
+ cgi-pm%type_pkg[perl] (= 3.04-1),
+ libapreq2-pm%type_pkg[perl],
+ html-parser-pm%type_pkg[perl]
+
+BuildDepends: 
+ fink (= 0.20.1-1),
+ test-simple-pm%type_pkg[perl],
+ module-build-pm%type_pkg[perl]
+
 Conflicts: %N-man
 Replaces: %N-man
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DR/DROLSKY/HTML-Mason-%v.tar.gz
-Source-MD5: 9d6d47349e8afe67f25539395a931ea6
+Source-MD5: c09f77e2af500b51d22e0238c0534994
+
+# Compile Phase:
+CompileScript: 
+#!/bin/sh -ex
+   exec 21
+   perlversion=%type_raw[perl]
+   eval `perl$perlversion -V:archname`
+   perl$perlversion Build.PL \
+   --install_path arch=%i/lib/perl5/$perlversion/$archname \
+   --install_path bin=%i/bin \
+   --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
+   --install_path lib=%i/lib/perl5/$perlversion \
+   --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
+   --install_path script=%i/bin
+   ./Build
+   ./Build test
+
 
 # Install Phase:
 UpdatePOD: true
 DocFiles: Changes CREDITS MANIFEST README UPGRADE
 InstallScript: 
-  %{default_script}
-  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+   ./Build install
+   find %d -name .packlist -exec rm -rf {} \;
 
 
 # Additional Data:


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods extutils-makemaker-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21813/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
extutils-makemaker-pm.info 
Log Message:
New upstream version (6.31), also fixing some file locations


Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-makemaker-pm.info  17 Feb 2006 01:39:16 -  1.2
+++ extutils-makemaker-pm.info  15 Nov 2006 23:50:52 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.21
+Version: 6.31
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1)
@@ -13,11 +13,20 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: 551c73ed52a36a93af8c305c71a554e5
+Source-MD5: a42bdee764b92019cf00bb0515767889
 
 # Install Phase:
 UpdatePOD: True
 DocFiles: Changes MANIFEST README SIGNATURE
+InstallScript: 
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+SplitOff: 
+ Package: %N-bin
+ Depends: %N (= %v-%r)
+ Files: bin
+
 
 # Additional Info:
 Homepage: http://search.cpan.org/dist/ExtUtils-MakeMaker/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods extutils-makemaker-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21813/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
extutils-makemaker-pm.info 
Log Message:
New upstream version (6.31), also fixing some file locations


Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-makemaker-pm.info  17 Feb 2006 01:41:12 -  1.2
+++ extutils-makemaker-pm.info  15 Nov 2006 23:50:52 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.21
+Version: 6.31
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1)
@@ -13,11 +13,20 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: 551c73ed52a36a93af8c305c71a554e5
+Source-MD5: a42bdee764b92019cf00bb0515767889
 
 # Install Phase:
 UpdatePOD: True
 DocFiles: Changes MANIFEST README SIGNATURE
+InstallScript: 
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+SplitOff: 
+ Package: %N-bin
+ Depends: %N (= %v-%r)
+ Files: bin
+
 
 # Additional Info:
 Homepage: http://search.cpan.org/dist/ExtUtils-MakeMaker/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods error-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24907/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
error-pm.info 
Log Message:
New upstream version (0.17.008)


Index: error-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/error-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- error-pm.info   8 Sep 2006 19:27:14 -   1.2
+++ error-pm.info   15 Nov 2006 23:58:44 -  1.3
@@ -1,5 +1,5 @@
 Package: error-pm
-Version: 0.17.004
+Version: 0.17.008
 Revision: 1
 Description: Perl module for error/exception handling
 Type: perl
@@ -7,8 +7,8 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/P/PE/PEVANS/Error-0.17004.tar.gz
-Source-MD5: 4dfca8732331a4f79c6803c3bc6b722f
+Source: mirror:cpan:authors/id/S/SH/SHLOMIF/Error-0.17008.tar.gz
+Source-MD5: 647134e1aeb5893a4d08d711c858308b
 
 # Install Phase:
 UpdatePOD: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods error-pm.info, 1.4, 1.5

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24907/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
error-pm.info 
Log Message:
New upstream version (0.17.008)


Index: error-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/error-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- error-pm.info   8 Sep 2006 19:27:14 -   1.4
+++ error-pm.info   15 Nov 2006 23:58:44 -  1.5
@@ -1,5 +1,5 @@
 Package: error-pm
-Version: 0.17.004
+Version: 0.17.008
 Revision: 1
 Description: Perl module for error/exception handling
 Type: perl
@@ -7,8 +7,8 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/P/PE/PEVANS/Error-0.17004.tar.gz
-Source-MD5: 4dfca8732331a4f79c6803c3bc6b722f
+Source: mirror:cpan:authors/id/P/PE/PEVANS/Error-0.17008.tar.gz
+Source-MD5: 647134e1aeb5893a4d08d711c858308b
 
 # Install Phase:
 UpdatePOD: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods error-pm.info, 1.5, 1.6

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27090/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
error-pm.info 
Log Message:
Correct download url


Index: error-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/error-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- error-pm.info   15 Nov 2006 23:58:44 -  1.5
+++ error-pm.info   16 Nov 2006 00:03:32 -  1.6
@@ -7,7 +7,7 @@
 Maintainer: Christian Schaffner [EMAIL PROTECTED]
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/P/PE/PEVANS/Error-0.17008.tar.gz
+Source: mirror:cpan:authors/id/S/SH/SHLOMIF/Error-0.17008.tar.gz
 Source-MD5: 647134e1aeb5893a4d08d711c858308b
 
 # Install Phase:


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods font-ttf-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1974/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
font-ttf-pm.info 
Log Message:
new version, abolish -bin


Index: font-ttf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/font-ttf-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- font-ttf-pm.info20 Jan 2006 20:21:21 -  1.1
+++ font-ttf-pm.info16 Nov 2006 00:20:59 -  1.2
@@ -1,11 +1,13 @@
 Package: font-ttf-pm
-Version: 0.35
+Version: 0.40
 Revision: 1
 Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Font-TTF-%v.tar.gz
-Source-MD5: 98800eaa4803fa5531eb74ad04f6c429
+Source-MD5: 874f54894bf83a339dd3259b71cc4352
 Type: perl
+Conflicts: %N-bin ( 0.40-1)
+Replaces: %N-bin ( 0.40-1)
 UpdatePOD: true
-DocFiles: MANIFEST META.yml README.TXT
+DocFiles: COPYING MANIFEST META.yml README.TXT
 License: Artistic
 Description: TTF font support for Perl
 Maintainer: Chris Dolan [EMAIL PROTECTED]


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods font-ttf-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1974/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
font-ttf-pm.info 
Log Message:
new version, abolish -bin


Index: font-ttf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/font-ttf-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- font-ttf-pm.info5 Feb 2005 02:56:48 -   1.1
+++ font-ttf-pm.info16 Nov 2006 00:20:59 -  1.2
@@ -1,18 +1,14 @@
 Package: font-ttf-pm
-Version: 0.34
+Version: 0.40
 Revision: 1
 Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Font-TTF-%v.tar.gz
-Source-MD5: 3b0354a25650899cbec767f4b147f526
+Source-MD5: 874f54894bf83a339dd3259b71cc4352
 Type: perl
+Conflicts: %N-bin ( 0.40-1)
+Replaces: %N-bin ( 0.40-1)
 UpdatePOD: true
-DocFiles: MANIFEST README.TXT
+DocFiles: COPYING MANIFEST META.yml README.TXT
 License: Artistic
 Description: TTF font support for Perl
 Maintainer: Chris Dolan [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Font-TTF
-Splitoff: 
- Package: %N-bin
- Depends: %N (= %v-%r)
- Files: bin share/man/man1
- DocFiles: MANIFEST README.TXT
-


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods text-pdf-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3529/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
text-pdf-pm.info 
Log Message:
new version, abolish -man


Index: text-pdf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/text-pdf-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- text-pdf-pm.info17 Feb 2006 01:39:17 -  1.2
+++ text-pdf-pm.info16 Nov 2006 00:24:44 -  1.3
@@ -1,14 +1,20 @@
 Info2: 
 Package: text-pdf-pm%type_pkg[perl]
-Version: 0.25
-Revision: 3
+Version: 0.29a
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Text-PDF-%v.tar.gz
-Source-MD5: 8b120662c4c59154967908159156a83e
+Source-MD5: 2fdf4c3170e53a083715888237914a9b
 Type: perl (5.8.1 5.8.4 5.8.6)
 PatchScript: perl -0 
-pe's/^.*=head\d\s+(Licensing.*?)(=head\d.*|=cut.*|)$/$1/is' 
lib/Text/PDF/File.pm  COPYRIGHT
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, compress-zlib-pm%type_pkg[perl], font-ttf-pm
+Conflicts: %N-man ( 0.29a-1)
+Replaces: %N-man ( 0.29a-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: MANIFEST readme.txt COPYRIGHT
 License: Artistic
 Description: PDF Manipulation and generation
@@ -26,12 +32,4 @@
  Replaces: %{Ni}580-bin, %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
  DocFiles: MANIFEST readme.txt COPYRIGHT
 
-Splitoff2: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}580-man, %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}580-man, %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: MANIFEST readme.txt COPYRIGHT
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods text-pdf-pm.info, 1.4, 1.5

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3529/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
text-pdf-pm.info 
Log Message:
new version, abolish -man


Index: text-pdf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/text-pdf-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- text-pdf-pm.info17 Feb 2006 01:41:12 -  1.4
+++ text-pdf-pm.info16 Nov 2006 00:24:44 -  1.5
@@ -1,14 +1,20 @@
 Info2: 
 Package: text-pdf-pm%type_pkg[perl]
-Version: 0.25
-Revision: 3
+Version: 0.29a
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Text-PDF-%v.tar.gz
-Source-MD5: 8b120662c4c59154967908159156a83e
+Source-MD5: 2fdf4c3170e53a083715888237914a9b
 Type: perl (5.8.1 5.8.4 5.8.6)
 PatchScript: perl -0 
-pe's/^.*=head\d\s+(Licensing.*?)(=head\d.*|=cut.*|)$/$1/is' 
lib/Text/PDF/File.pm  COPYRIGHT
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, compress-zlib-pm%type_pkg[perl], font-ttf-pm
+Conflicts: %N-man ( 0.29a-1)
+Replaces: %N-man ( 0.29a-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: MANIFEST readme.txt COPYRIGHT
 License: Artistic
 Description: PDF Manipulation and generation
@@ -26,12 +32,4 @@
  Replaces: %{Ni}580-bin, %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
  DocFiles: MANIFEST readme.txt COPYRIGHT
 
-Splitoff2: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}580-man, %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}580-man, %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: MANIFEST readme.txt COPYRIGHT
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods dbix-searchbuilder-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14023/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
dbix-searchbuilder-pm.info 
Log Message:
New upstream version (1.45)
Tests are enabled again


Index: dbix-searchbuilder-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/dbix-searchbuilder-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbix-searchbuilder-pm.info  17 Feb 2006 01:39:16 -  1.2
+++ dbix-searchbuilder-pm.info  16 Nov 2006 00:51:44 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: dbix-searchbuilder-pm%type_pkg[perl]
-Version: 1.36
+Version: 1.45
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl extension for SQL SELECT Statements
@@ -16,11 +16,10 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/J/JE/JESSE/DBIx-SearchBuilder-%v.tar.gz
-Source-MD5: bef0e6a1affb4ad79bcf52205ca793a3
+Source-MD5: ee933efdd1e0478a9dea0d9cc997b8d5
 
 # Patch Phase:
 Patch: %{Ni}.patch
-NoPerlTests: true
 
 # Install Phase:
 UpdatePOD: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods dbix-searchbuilder-pm.info, 1.9, 1.10

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14023/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
dbix-searchbuilder-pm.info 
Log Message:
New upstream version (1.45)
Tests are enabled again


Index: dbix-searchbuilder-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/dbix-searchbuilder-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbix-searchbuilder-pm.info  17 Feb 2006 01:41:12 -  1.9
+++ dbix-searchbuilder-pm.info  16 Nov 2006 00:51:44 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: dbix-searchbuilder-pm%type_pkg[perl]
-Version: 1.36
+Version: 1.45
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl extension for SQL SELECT Statements
@@ -16,11 +16,10 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/J/JE/JESSE/DBIx-SearchBuilder-%v.tar.gz
-Source-MD5: bef0e6a1affb4ad79bcf52205ca793a3
+Source-MD5: ee933efdd1e0478a9dea0d9cc997b8d5
 
 # Patch Phase:
 Patch: %{Ni}.patch
-NoPerlTests: true
 
 # Install Phase:
 UpdatePOD: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kompile.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17049/kde

Added Files:
kompile.info 
Log Message:
New package from tracker  1581367

--- NEW FILE: kompile.info ---
Package: kompile
Version: 0.3-beta2
Revision: 1002
Source: 
http://archive.ubuntu.com/ubuntu/pool/universe/k/%n/%n_0.3~beta2.orig.tar.gz
Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs (= 2.3.17-1), 
freetype219-shlibs, libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, x11, 
x11-shlibs
BuildDepends: autoconf, arts-dev (= 1.4.3-1021), libart2 (= 2.3.17-1), 
freetype219, kdelibs3-unified-dev (= 3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 
(= 3.3.5-1026), x11-dev, libiconv-dev, libjpeg, libxml2-bin, gettext-tools
Recommends: kdebase3-unified (= 3.5-1)
GCC: 4.0
SourceDirectory: %n-%v
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://packages.ubuntulinux.org/edgy/kde/kompile
License: GPL
Description: Interface for automating compilation for KDE
Source-MD5: 187c8c53487c500b951f6c9f7a13b67c
SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
PatchScript: perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,g;s,-O2,-Os,g; 
configure
DocFiles: AUTHORS COPYING INSTALL README TODO

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kconfigure.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20288/main/finkinfo/kde

Added Files:
kconfigure.info 
Log Message:
New from tracker 1581368

--- NEW FILE: kconfigure.info ---
Package: kconfigure
Version: 2.1
Revision: 1003
Source: http://archive.ubuntu.com/ubuntu/pool/universe/k/%n/%n_%v.orig.tar.gz
Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs (= 2.3.17-1), 
freetype219-shlibs, libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, x11, 
x11-shlibs
BuildDepends: kdebase3-unified-dev, arts-dev (= 1.4.3-1021), libart2 (= 
2.3.17-1), freetype219, kdelibs3-unified-dev (= 3.5-1), libidn, libpng3 (= 
1.2.5-4), qt3 (= 3.3.5-1026), x11-dev, libiconv-dev, libxml2-bin, gettext-tools
Recommends: kdebase3-unified (= 3.5-1)
GCC: 4.0
SourceDirectory: %n
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://kconfigure.sourceforge.net
License: GPL
Description: Simplifies compiling and installing software
Source-MD5: 5b9094af94efdc65ec14fe7f5a7c7ef8
SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

DocFiles: AUTHORS COPYING INSTALL README TODO VERSION

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods dbd-mysql-pm.info, 1.6, 1.7

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24724/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
dbd-mysql-pm.info 
Log Message:
New upstream version (3.0008)
Now using mysql15 on Mac OS X 10.4


Index: dbd-mysql-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/dbd-mysql-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbd-mysql-pm.info   8 Sep 2006 19:27:14 -   1.6
+++ dbd-mysql-pm.info   16 Nov 2006 01:19:40 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: dbd-mysql-pm%type_pkg[perl]
-Version: 3.0006
+Version: 3.0008
 Revision: 10
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl5 Database Interface to MySQL
@@ -10,8 +10,8 @@
 #GCC: 3.3
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, mysql14-shlibs (= 4.1.10-1002), 
mysql-client (= 4.1.10-1002), dbi-pm%type_pkg[perl] (= 1.37-2), 
data-showtable-pm
-BuildDepends: mysql14-dev (= 4.1.10-1002), libxml2, readline (= 4.3-1028), 
fink (= 0.20.1-1)
+Depends: perl%type_pkg[perl]-core, mysql15-shlibs, mysql-client (= 
5.0.16-1001), dbi-pm%type_pkg[perl] (= 1.37-2), data-showtable-pm
+BuildDepends: mysql15-dev, libxml2, readline (= 4.3-1028), fink (= 0.20.1-1)
 Replaces: dbd-mysql-pm (= 2.1026-1), dbd-mysql-pm560, dbd-mysql-pm580, %N-man
 Conflicts: %N-man
 PostInstScript: 
@@ -26,7 +26,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/C/CA/CAPTTOFU/DBD-mysql-%v.tar.gz
-Source-MD5: b6d46ea7df99800082a2d2480056b0ce
+Source-MD5: 82b1f898ec26c1a12cc87e00b30f313f
 
 # Patch Phase:
 PatchScript: 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods dbd-mysql-pm.info, 1.14, 1.15

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24724/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
dbd-mysql-pm.info 
Log Message:
New upstream version (3.0008)
Now using mysql15 on Mac OS X 10.4


Index: dbd-mysql-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/dbd-mysql-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dbd-mysql-pm.info   8 Sep 2006 19:27:14 -   1.14
+++ dbd-mysql-pm.info   16 Nov 2006 01:19:40 -  1.15
@@ -1,6 +1,6 @@
 Info2: 
 Package: dbd-mysql-pm%type_pkg[perl]
-Version: 3.0006
+Version: 3.0008
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl5 Database Interface to MySQL
@@ -26,7 +26,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/C/CA/CAPTTOFU/DBD-mysql-%v.tar.gz
-Source-MD5: b6d46ea7df99800082a2d2480056b0ce
+Source-MD5: 82b1f898ec26c1a12cc87e00b30f313f
 
 # Patch Phase:
 PatchScript: 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kpl.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28184/main/finkinfo/kde

Added Files:
kpl.info 
Log Message:
New package from tracker 1581364

--- NEW FILE: kpl.info ---
Package: kpl
Version: 3.3
Revision: 1003
Description: KDE - Function plotter, 2D and 3D
License: GPL
Maintainer: Jack Fink [EMAIL PROTECTED]
Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs, libidn-shlibs, 
fontconfig2-shlibs, freetype219-shlibs, libiconv, libpng3-shlibs, qt3-shlibs, 
x11, x11-shlibs
BuildDepends: kdelibs3-unified-dev (= 3.5-1), qt3 (= 3.3.6-1024), x11-dev, 
libxml2-bin, gettext-tools, arts-dev, libart2, libjpeg, libidn, libpng3, 
freetype219, fontconfig2-dev, libiconv-dev
GCC: 4.0
Source: http://frsl06.physik.uni-freiburg.de/privat/stille/%n/%n-%v.tar.bz2
Source-MD5: 1b106bb8c542592a68cf6de0317cc530
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
ConfigureParams: --mandir=%{p}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
CompileScript: 
./configure %c
perl -pi -e s/ -shared / -bundle / examples/Makefile
make

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods pdf-api2-pm.info, 1.5, 1.6

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28233/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
pdf-api2-pm.info 
Log Message:
new version, abolish -man, disable doc-building (seems to hang)


Index: pdf-api2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/pdf-api2-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pdf-api2-pm.info17 Feb 2006 01:41:12 -  1.5
+++ pdf-api2-pm.info16 Nov 2006 01:29:16 -  1.6
@@ -1,14 +1,23 @@
 Info2: 
 Package: pdf-api2-pm%type_pkg[perl]
-Version: 0.41
-Revision: 2
+Version: 0.55
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/A/AR/AREIBENS/PDF-API2-%v.tar.gz
-Source-MD5: cdc7ba7b01c894920724d892aa6a85ad
+Source-MD5: b404493331131e31f2eb89f438e34e08
 Type: perl (5.8.1 5.8.4 5.8.6)
+PatchScript: 
+# # Re-enable building the documentation
+# perl -i -pe's/^.*MAN3POD.*$//m' Makefile.PL
+
+  # fix POD typo
+  perl -pi -e 's/ovar/over/' lib/PDF/API2/Content.pm
+
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, compress-zlib-pm%type_pkg[perl]
-DocFiles: AUTHORS CHANGELOG CONTACT COPYING LICENSE MANIFEST README TODO
+Conflicts: %N-man ( 0.55-1)
+Replaces: %N-man ( 0.55-1)
+DocFiles: AUTHORS CHANGELOG CONTACT COPYING LICENSE MANIFEST META.yml README 
TODO
 License: LGPL
 Description: TheNextGen PDF Create/Modify API
 Maintainer: Chris Dolan [EMAIL PROTECTED]
@@ -16,13 +25,7 @@
 DescPackaging: 
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=PDF-API2
-
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: AUTHORS CHANGELOG CONTACT COPYING LICENSE MANIFEST README TODO
+
+ Building docs takes over half an hour, so leave it disabled
 
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods pdf-api2-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28233/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
pdf-api2-pm.info 
Log Message:
new version, abolish -man, disable doc-building (seems to hang)


Index: pdf-api2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pdf-api2-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdf-api2-pm.info17 Feb 2006 01:39:17 -  1.2
+++ pdf-api2-pm.info16 Nov 2006 01:29:16 -  1.3
@@ -1,15 +1,22 @@
 Info2: 
 Package: pdf-api2-pm%type_pkg[perl]
-Version: 0.46
+Version: 0.55
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/A/AR/AREIBENS/PDF-API2-%v.tar.gz
-Source-MD5: a4ab9f358b5eea3edfeb55953f304509
+Source-MD5: b404493331131e31f2eb89f438e34e08
 Type: perl (5.8.1 5.8.4 5.8.6)
-# Re-enable building the documentation
-PatchScript: perl -i -pe's/^.*MAN3POD.*$//m' Makefile.PL
+PatchScript: 
+# # Re-enable building the documentation
+# perl -i -pe's/^.*MAN3POD.*$//m' Makefile.PL
+
+  # fix POD typo
+  perl -pi -e 's/ovar/over/' lib/PDF/API2/Content.pm
+
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, compress-zlib-pm%type_pkg[perl]
+Conflicts: %N-man ( 0.55-1)
+Replaces: %N-man ( 0.55-1)
 DocFiles: AUTHORS CHANGELOG CONTACT COPYING LICENSE MANIFEST META.yml README 
TODO
 License: LGPL
 Description: TheNextGen PDF Create/Modify API
@@ -18,13 +25,7 @@
 DescPackaging: 
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=PDF-API2
-
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: AUTHORS CHANGELOG CONTACT COPYING LICENSE MANIFEST META.yml README 
TODO
+
+ Building docs takes over half an hour, so leave it disabled
 
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde ksubtile.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31514/main/finkinfo/kde

Added Files:
ksubtile.info 
Log Message:
New package from tracker 1578528

--- NEW FILE: ksubtile.info ---
Package: ksubtile
Version: 1.2
Revision: 1003
Source: http://ftp.debian.org/debian/pool/main/k/%n/%n_%v.orig.tar.gz
Depends: mplayer | mplayer-altivec, kdelibs3-unified  (= 3.5-1), 
libart2-shlibs (= 2.3.17-1), freetype219-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, qt3-shlibs, x11, x11-shlibs
BuildDepends: arts-dev (= 1.4.3-1021), libart2 (= 2.3.17-1), freetype219, 
kdelibs3-unified-dev (= 3.5-1), libidn, qt3 (= 3.3.5-1026), x11-dev, 
libiconv-dev, gettext-tools, libxml2-bin, libjpeg, libpng3
Recommends: kdebase3-unified (= 3.5-1)
GCC: 4.0
SourceDirectory: %n-%v
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://ksubtile.sourceforge.net
License: GPL
Description: Editor for .srt subtitle files
Source-MD5: 2fa967e96090a1f95fb747912c5c5100
SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods xml-sax-pm.info, 1.5, 1.6

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2135/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
xml-sax-pm.info 
Log Message:
Fix upgrade path from old location of ParserDetails.ini file


Index: xml-sax-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-sax-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xml-sax-pm.info 15 Nov 2006 20:52:25 -  1.5
+++ xml-sax-pm.info 16 Nov 2006 01:45:23 -  1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: xml-sax-pm%type_pkg[perl]
 Version: 0.14
-Revision: 2
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Replaces: xml-sax-pm (= 0.12-16), %{Ni}560, %{Ni}580, %{Ni}581, %{Ni}584, 
%{Ni}586
 Source: mirror:cpan:authors/id/M/MS/MSERGEANT/XML-SAX-%v.tar.gz
@@ -33,10 +33,13 @@
 touch %p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.ini
 elif [ $1 = upgrade ]
 then
-install -d -m 755 %p/etc/perl/XML
+install -d -m 755 %p/etc/perl5/%type_raw[perl]/XML
 if [ -d %p/etc/xml/SAX ]
 then
-mv %p/etc/xml/SAX %p/etc/perl/XML
+mv %p/etc/xml/SAX %p/etc/perl5/%type_raw[perl]/XML
+elif [ -d %p/etc/perl/XML/SAX ]
+then
+mv %p/etc/perl/XML/SAX %p/etc/perl5/%type_raw[perl]/XML
 else
 install -d -m 755 %p/etc/perl5/%type_raw[perl]/XML/SAX
 install -d -m 755 
%p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.d
@@ -65,8 +68,8 @@
 if [ $1 = purge ]
 then
 rm -f %p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.ini
-cd %p/etc/perl  \
-rmdir -p XML/SAX/ParserDetails.d || true
+cd %p/etc/perl5  \
+rmdir -p %type_raw[perl]/XML/SAX/ParserDetails.d || true
 fi
 
 Description: Perl Simple API for XML


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods xml-sax-pm.info, 1.7, 1.8

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2135/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
xml-sax-pm.info 
Log Message:
Fix upgrade path from old location of ParserDetails.ini file


Index: xml-sax-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/xml-sax-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xml-sax-pm.info 15 Nov 2006 20:52:25 -  1.7
+++ xml-sax-pm.info 16 Nov 2006 01:45:23 -  1.8
@@ -1,7 +1,7 @@
 Info2: 
 Package: xml-sax-pm%type_pkg[perl]
 Version: 0.14
-Revision: 2
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Replaces: xml-sax-pm (= 0.12-16), %{Ni}560, %{Ni}580, %{Ni}581, %{Ni}584, 
%{Ni}586
 Source: mirror:cpan:authors/id/M/MS/MSERGEANT/XML-SAX-%v.tar.gz
@@ -33,10 +33,13 @@
 touch %p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.ini
 elif [ $1 = upgrade ]
 then
-install -d -m 755 %p/etc/perl/XML
+install -d -m 755 %p/etc/perl5/%type_raw[perl]/XML
 if [ -d %p/etc/xml/SAX ]
 then
-mv %p/etc/xml/SAX %p/etc/perl/XML
+mv %p/etc/xml/SAX %p/etc/perl5/%type_raw[perl]/XML
+elif [ -d %p/etc/perl/XML/SAX ]
+then
+mv %p/etc/perl/XML/SAX %p/etc/perl5/%type_raw[perl]/XML
 else
 install -d -m 755 %p/etc/perl5/%type_raw[perl]/XML/SAX
 install -d -m 755 
%p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.d
@@ -65,8 +68,8 @@
 if [ $1 = purge ]
 then
 rm -f %p/etc/perl5/%type_raw[perl]/XML/SAX/ParserDetails.ini
-cd %p/etc/perl  \
-rmdir -p XML/SAX/ParserDetails.d || true
+cd %p/etc/perl5  \
+rmdir -p %type_raw[perl]/XML/SAX/ParserDetails.d || true
 fi
 
 Description: Perl Simple API for XML


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel asm.info,1.2,1.3

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4163/main/finkinfo/devel

Modified Files:
asm.info 
Log Message:
3.0  3.0-rc1
3.0-rel  3.0-rc1

Index: asm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/asm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- asm.info15 Nov 2006 22:36:46 -  1.2
+++ asm.info16 Nov 2006 01:50:26 -  1.3
@@ -1,5 +1,5 @@
 Package: asm
-Version: 3.0
+Version: 3.0-rel
 Revision: 1
 Source: http://download.forge.objectweb.org/%n/%n-%v.tar.gz
 Source-MD5: d07475c75f0c583b3ed5d6e015cc5255


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods data-hierarchy-pm.info, 1.9, 1.10

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4989/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
data-hierarchy-pm.info 
Log Message:
New upstream version (0.34)


Index: data-hierarchy-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/data-hierarchy-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- data-hierarchy-pm.info  7 Sep 2006 23:21:23 -   1.9
+++ data-hierarchy-pm.info  16 Nov 2006 01:51:51 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: data-hierarchy-pm%type_pkg[perl]
-Version: 0.31
+Version: 0.34
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/C/CL/CLKAO/Data-Hierarchy-%v.tar.gz
-Source-MD5: 66ebc470c0b36ed58e451866d25d65d6
+Source-MD5: f4ac04c7f676cbfff9bbd1be118d4c66
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods data-hierarchy-pm.info, 1.3, 1.4

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4989/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
data-hierarchy-pm.info 
Log Message:
New upstream version (0.34)


Index: data-hierarchy-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/data-hierarchy-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- data-hierarchy-pm.info  7 Sep 2006 23:21:23 -   1.3
+++ data-hierarchy-pm.info  16 Nov 2006 01:51:51 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: data-hierarchy-pm%type_pkg[perl]
-Version: 0.31
+Version: 0.34
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/C/CL/CLKAO/Data-Hierarchy-%v.tar.gz
-Source-MD5: 66ebc470c0b36ed58e451866d25d65d6
+Source-MD5: f4ac04c7f676cbfff9bbd1be118d4c66
 
 # Install Phase:
 UpdatePOD: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/kde kpl.info,NONE,1.1

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10951/10.3/unstable/main/finkinfo/kde

Added Files:
kpl.info 
Log Message:
backport new package from 10.4


--- NEW FILE: kpl.info ---
Package: kpl
Version: 3.3
Revision: 3
Description: KDE - Function plotter, 2D and 3D
License: GPL
Maintainer: Jack Fink [EMAIL PROTECTED]
Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs, libidn-shlibs, 
freetype219-shlibs, libiconv, libpng3-shlibs, qt3-shlibs, x11, x11-shlibs
BuildDepends: kdelibs3-unified-dev (= 3.5-1), qt3 (= 3.3.6-1), x11-dev, 
libxml2-bin, gettext-tools, arts-dev, libart2, libjpeg, libidn, libpng3, 
freetype219, fontconfig2-dev, libiconv-dev
GCC: 3.3
Source: http://frsl06.physik.uni-freiburg.de/privat/stille/%n/%n-%v.tar.bz2
Source-MD5: 1b106bb8c542592a68cf6de0317cc530
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
ConfigureParams: --mandir=%{p}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
CompileScript: 
./configure %c
perl -pi -e s/ -shared / -bundle / examples/Makefile
make

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO
DescPackaging: 
  fontconfig2 is shared on 10.4, static-only on 10.3


 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde keep.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13394/main/finkinfo/kde

Added Files:
keep.info 
Log Message:
New package from tracker 1578236

--- NEW FILE: keep.info ---
Package: keep
Version: 0.4.0
Revision: 1003
Source: http://jr.falleri.free.fr/files/devel/%n/%n-%v.tar.gz
Depends: freetype219-shlibs, kdelibs3-unified (= 3.5-1), libart2-shlibs, 
libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, rdiff-backup, x11, 
x11-shlibs
BuildDepends: arts-dev (= 1.4.3-1021), libart2 (= 2.3.17-1), freetype219, 
kdelibs3-unified-dev (= 3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 (= 
3.3.5-1026), x11-dev, libiconv-dev, gettext-tools, libjpeg, libxml2-bin
Recommends: kdebase3-unified
GCC: 4.0
SourceDirectory: %n-%v
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://jr.falleri.free.fr/keep
License: GPL
Description: Backup system for KDE, based on rdiff
Source-MD5: d9ab1f84d67900bd5fff969036fd2ddc
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
DocFiles: AUTHORS COPYING INDEX INSTALL README TODO VERSION

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kynaptic.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16102/main/finkinfo/kde

Added Files:
kynaptic.info 
Log Message:
New package from tracker 1578516

--- NEW FILE: kynaptic.info ---
Package: kynaptic
Version: 0.55
Revision: 1004
Source: 
http://archive.ubuntu.com/ubuntu/pool/universe/k/%n/%n_%v+cvs20050115-0ubuntu8.tar.gz
Depends: qt3-shlibs, kdelibs3-unified (= 3.5-1), libart2-shlibs (= 2.3.17-1), 
freetype219-shlibs, apt-shlibs, x11, x11-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, kdebase3-unified (= 3.5-1)
BuildDepends: apt-dev, arts-dev (= 1.4.3-1021), qt3, libart2 (= 2.3.17-1), 
freetype219, kdelibs3-unified-dev (= 3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 
(= 3.3.5-1026), x11-dev, libiconv-dev, libxml2-bin, gettext-tools, libjpeg, 
libtiff, libjasper1, libgettext3-dev
GCC: 4.0
SourceDirectory: %n-%v+cvs20050115
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://kde-apps.org/content/show.php?content=22850
License: GPL
Description: Graphical package manager for KDE
Source-MD5: 281c228494818a1a6d4cf2f15a40c5e1
PatchScript: perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure
SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
DocFiles: AUTHORS COPYING ChangeLog NEWS README VERSION

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kompose.info,NONE,1.1

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18434/main/finkinfo/kde

Added Files:
kompose.info 
Log Message:
New package from tracker 1578354

--- NEW FILE: kompose.info ---
Package: kompose
Version: 0.5.3
Revision: 1003
Source: http://archive.ubuntu.com/ubuntu/pool/universe/k/%n/%n_%v.orig.tar.gz
Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs (= 2.3.17-1), 
freetype219-shlibs, imlib2-shlibs, libart2-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, qt3-shlibs, x11, x11-shlibs
BuildDepends: arts-dev (= 1.4.3-1021), libart2 (= 2.3.17-1), freetype219, 
kdelibs3-unified-dev (= 3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 (= 
3.3.5-1026), x11-dev, libiconv-dev, libidn, libjpeg, imlib2, gettext-tools, 
libxml2-bin
Recommends: kdebase3-unified
GCC: 4.0
SourceDirectory: %n-%v.orig
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://packages.ubuntulinux.org/dapper/kde/kompose
License: GPL
Description: Full screen task manager for KDE
Source-MD5: b1230d14af87145454420919d09a801c
PatchScript: 
perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure

SetLDFLAGS: -L%{p}/lib/freetype219/lib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --with-extra-includes=%{p}/include --with-extra-libs=%{p}/lib 
--disable-dependency-tracking
DocFiles: AUTHORS COPYING INSTALL NEWS README TODO

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods apache-session-pm.info, 1.2, 1.3

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19607/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
apache-session-pm.info 
Log Message:
New upstream version (1.81)


Index: apache-session-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/apache-session-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apache-session-pm.info  17 Feb 2006 01:39:16 -  1.2
+++ apache-session-pm.info  16 Nov 2006 02:28:46 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: apache-session-pm%type_pkg[perl]
-Version: 1.80
+Version: 1.81
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -10,13 +10,13 @@
 
 # Dependencies:
 Depends: dbi-pm%type_pkg[perl]
-BuildDepends: fink (= 0.20.6-1)
+BuildDepends: fink (= 0.20.6-1), test-deep-pm, test-exception-pm
 Replaces: apache-session-pm, %N-man
 Conflicts: %N-man
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/J/JB/JBAKER/Apache-Session-1.6.tar.gz
-Source-MD5: 3a373102e3ba49f93a76994c6599e1ff
+Source: mirror:cpan:authors/id/C/CW/CWEST/Apache-Session-%v.tar.gz
+Source-MD5: 942788df6c5e74cae5816551f203
 
 # Compile Phase:
 NoPerlTests: true
@@ -36,5 +36,9 @@
 abstracted to make all backing stores behave alike.  The programmer simply
 interacts with a tied hash.
 
+DescPackaging: 
+Tests disabled since they don't run as nobody and since it would need a
+running mysqld if dbd-mysql-pm is installed
+
 Homepage: http://search.cpan.org/dist/Apache-Session/
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods apache-session-pm.info, 1.5, 1.6

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19607/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
apache-session-pm.info 
Log Message:
New upstream version (1.81)


Index: apache-session-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/apache-session-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- apache-session-pm.info  17 Feb 2006 01:41:12 -  1.5
+++ apache-session-pm.info  16 Nov 2006 02:28:46 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: apache-session-pm%type_pkg[perl]
-Version: 1.80
+Version: 1.81
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -10,13 +10,13 @@
 
 # Dependencies:
 Depends: dbi-pm%type_pkg[perl]
-BuildDepends: fink (= 0.20.6-1)
+BuildDepends: fink (= 0.20.6-1), test-deep-pm, test-exception-pm
 Replaces: apache-session-pm, %N-man
 Conflicts: %N-man
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/J/JB/JBAKER/Apache-Session-1.6.tar.gz
-Source-MD5: 3a373102e3ba49f93a76994c6599e1ff
+Source: mirror:cpan:authors/id/C/CW/CWEST/Apache-Session-%v.tar.gz
+Source-MD5: 942788df6c5e74cae5816551f203
 
 # Compile Phase:
 NoPerlTests: true
@@ -36,5 +36,9 @@
 abstracted to make all backing stores behave alike.  The programmer simply
 interacts with a tied hash.
 
+DescPackaging: 
+Tests disabled since they don't run as nobody and since it would need a
+running mysqld if dbd-mysql-pm is installed
+
 Homepage: http://search.cpan.org/dist/Apache-Session/
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods apache-dbi-pm.info, 1.8, 1.9

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23533/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
apache-dbi-pm.info 
Log Message:
New upstream version (1.05)


Index: apache-dbi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/apache-dbi-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- apache-dbi-pm.info  8 Sep 2006 19:27:14 -   1.8
+++ apache-dbi-pm.info  16 Nov 2006 02:39:12 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: apache-dbi-pm%type_pkg[perl]
-Version: 1.03
+Version: 1.05
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module to link Apache and DBI
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/P/PG/PGOLLUCCI/Apache-DBI-%v.tar.gz
-Source-MD5: bce224e811b271525b321a24ac4a7b28
+Source-MD5: ba0b6e345870c052e8ce6d6d73b4bfe4
 
 # Compile Phase:
 NoPerlTests: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods apache-dbi-pm.info, 1.3, 1.4

2006-11-15 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23533/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
apache-dbi-pm.info 
Log Message:
New upstream version (1.05)


Index: apache-dbi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/apache-dbi-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apache-dbi-pm.info  8 Sep 2006 19:27:14 -   1.3
+++ apache-dbi-pm.info  16 Nov 2006 02:39:12 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: apache-dbi-pm%type_pkg[perl]
-Version: 1.03
+Version: 1.05
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module to link Apache and DBI
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/P/PG/PGOLLUCCI/Apache-DBI-%v.tar.gz
-Source-MD5: bce224e811b271525b321a24ac4a7b28
+Source-MD5: ba0b6e345870c052e8ce6d6d73b4bfe4
 
 # Compile Phase:
 NoPerlTests: true


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde katapult.info,1.1,1.2

2006-11-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17299/unstable/main/finkinfo/kde

Modified Files:
katapult.info 
Log Message:
Updated version from tracker 1594621

Index: katapult.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/katapult.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- katapult.info   5 Nov 2006 22:13:07 -   1.1
+++ katapult.info   16 Nov 2006 03:48:35 -  1.2
@@ -1,9 +1,9 @@
 Package: katapult
 Version: 0.3.1.3
-Revision: 1003
+Revision: 1004
 Source: mirror:sourceforge:%n/%n_%v.orig.tar.gz
-Depends: kdelibs3-unified-shlibs (= 3.4), libart2-shlibs, freetype219-shlibs, 
libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, x11-shlibs, x11, libjpeg
-BuildDepends: libart2 (= 2.3.17-1), fink (= 0.24-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libidn, libpng3 (= 1.2.5-4), qt3 (= 
3.3.5-1026), x11-dev, libiconv-dev, arts-dev, gettext-tools, libxml2-bin
+Depends: kdelibs3-unified (= 3.5-1), libart2-shlibs, freetype219-shlibs, 
libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, x11-shlibs, x11
+BuildDepends: libart2 (= 2.3.17-1), freetype219, kdelibs3-unified-dev (= 
3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 (= 3.3.5-1026), x11-dev, 
libiconv-dev, arts-dev, gettext-tools, libxml2-bin
 Recommends: kdebase3-unified, amarok
 GCC: 4.0
 SourceDirectory: %n-%v
@@ -12,11 +12,10 @@
 License: GPL
 Description: Universal app launcher for KDE
 Source-MD5: 09ef2951e6e861b32fc63121e281f1da
-PatchScript: 
-perl -pi -e s/-g -O/-O/;s/-O2/-Os/;s,doc/HTML,doc/kde, configure
-
+PatchScript: perl -pi -e s/-g -O/-O/g;s/-O2/-Os/g;s,doc/HTML,doc/kde, 
configure
 SetLDFLAGS: -L%{p}/lib/freetype219/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include
 ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
 DocFiles: AUTHORS COPYING INSTALL README TODO VERSION
-DescPackaging:  The various dylibs in this package are private.
\ No newline at end of file
+
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/sci fftw.info,1.2,1.3

2006-11-15 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22075

Modified Files:
fftw.info 
Log Message:
moved from unstable, mpi variant disabled (since gcc4 not availabe in stable)


Index: fftw.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fftw.info   22 Mar 2006 05:31:06 -  1.2
+++ fftw.info   16 Nov 2006 03:59:27 -  1.3
@@ -1,26 +1,54 @@
-Package: fftw
+Info2: 
+Package: fftw%type_pkg[-mpi]
+Type: -mpi (.)
 Version: 2.1.5
-Revision: 2
-Architecture: powerpc
-DescPackaging: Depends on g77, which doesn't compile on intel
+Revision: 1009
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
-Source:  ftp://ftp.fftw.org/pub/%n/old/%n-%v.tar.gz
+Source:  ftp://ftp.fftw.org/pub/%n/old/fftw-%v.tar.gz
 Source-MD5: 8d16a84f3ca02a785ef9eb36249ba433
-BuildDepends:  g77
-Depends: %N-shlibs (= %v-%r)
+BuildDepends:  g95 (= 0.50-20060413), (%type_raw[-mpi] = -mpi) lammpi-dev (= 
7.0.6-1011)
+Depends: %N-shlibs (= %v-%r), (%type_raw[-mpi] = -mpi) lammpi (= 7.0.6-1011)
 BuildDependsOnly: True
-Patch: %n.patch
-Conflicts: fftw-absoft
-Replaces: fftw-absoft
+Patch: fftw.patch
+Conflicts: fftw-absoft, fftw, fftw-mpi
+Replaces: fftw-absoft, fftw, ftw-mpi
+Provides: (%type_raw[-mpi] = -mpi)fftw
 License: GPL
 SetCFLAGS: -O3 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith 
-Wcast-align -pedantic -fno-schedule-insns -fschedule-insns2 -fstrict-aliasing 
-ConfigureParams: --enable-shared --enable-type-prefix --enable-threads 
--enable-fortran
+ConfigureParams: --enable-shared --enable-type-prefix --enable-threads 
--enable-fortran --infodir=%p/share/info
+CompileScript: echo No Compile Script
 InstallScript: 
- make install prefix=%i infodir=%i/share/info
+ #!/bin/bash -ev
+ if [ %type_raw[-mpi] == -mpi ]; then
+ if [ %m = i386 ]; then 
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --without-gcc-arch 
--enable-mpi
+ else
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --enable-mpi
+ fi
+ else
+ if [ %m = i386 ]; then 
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --without-gcc-arch 
+ else
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c 
+ fi
+ fi
+ make install DESTDIR=%d
  make clean
- ./configure %c --enable-float
+ if [ %type_raw[-mpi] == -mpi ]; then
+ if [ %m = i386 ]; then 
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --without-gcc-arch 
--enable-mpi --enable-float
+ else
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --enable-float 
--enable-altivec --enable-mpi
+ fi
+ else
+ if [ %m = i386 ]; then 
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --without-gcc-arch 
--enable-float
+ else
+ FC=%p/bin/g95 FLIBS=-L%p/lib -lg95 ./configure %c --enable-float 
--enable-altivec 
+ fi
+ fi
  make
- make install prefix=%i infodir=%i/share/info
+ make install DESTDIR=%d
  (cd %i/lib; ln -s %p/lib/libdfftw.2.0.7.dylib libfftw.dylib)
  (cd %i/lib; ln -s %p/lib/libdrfftw.2.0.7.dylib librfftw.dylib)
  (cd %i/include; ln -s %p/include/dfftw.h fftw.h)
@@ -28,9 +56,10 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Replaces: %N (= 2.1.3-9), fftw-absoft-shlibs
-  Conflicts: fftw-absoft
-  Files: lib/libdfftw.*.dylib lib/libdfftw_threads.*.dylib 
lib/libdrfftw.*.dylib lib/libdrfftw_threads.*.dylib lib/libsfftw.*.dylib 
lib/libsfftw_threads.*.dylib lib/libsrfftw.*.dylib lib/libsrfftw_threads.*.dylib
+  Conflicts: %N (= 2.1.3-9), fftw-absoft-shlibs, fftw-shlibs, fftw-mpi-shlibs
+  Replaces: fftw-absoft-shlibs, fftw-shlibs, fftw-mpi-shlibs
+  Provides: (%type_raw[-mpi] = -mpi)fftw-shlibs
+  Files: lib/lib*.*.dylib
   Shlibs: 
%p/lib/libsrfftw.2.dylib 3.0.0 %n (= 2.1.3-12)
%p/lib/libdrfftw.2.dylib 3.0.0 %n (= 2.1.3-12)
@@ -40,13 +69,18 @@
%p/lib/libdrfftw_threads.2.dylib 3.0.0 %n (= 2.1.3-12)
%p/lib/libdfftw_threads.2.dylib 3.0.0 %n (= 2.1.3-12)
%p/lib/libsfftw_threads.2.dylib 3.0.0 %n (= 2.1.3-12)
+   %p/lib/libsrfftw_mpi.2.dylib 3.0.0 fftw-mpi (= 2.1.3-12)
+   %p/lib/libdrfftw_mpi.2.dylib 3.0.0 fftw-mpi (= 2.1.3-12)
+   %p/lib/libdfftw_mpi.2.dylib 3.0.0 fftw-mpi (= 2.1.3-12)
+   %p/lib/libsfftw_mpi.2.dylib 3.0.0 fftw-mpi (= 2.1.3-12)
   
   DocFiles: README COPYING INSTALL COPYRIGHT NEWS README.hacks AUTHORS
 
 DocFiles: README COPYING INSTALL COPYRIGHT NEWS README.hacks AUTHORS
-Description: Library for computing the Discrete Fourier Transform
+Description: Discrete Fourier Transform Library
 DescDetail: 
  Performs the DFT in one or more dimensions, of both real and complex data, 
  for arbitrary input size. 
 
 Homepage: http://www.fftw.org
+


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions 

[cvs] dists/10.4/unstable/main/finkinfo/x11 pcb.info, 1.4, 1.5 pcb.patch, 1.2, 1.3

2006-11-15 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28910

Modified Files:
pcb.info pcb.patch 
Log Message:
Patched PCB to accept focus for all windows.


Index: pcb.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/pcb.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcb.patch   5 Oct 2006 12:15:03 -   1.2
+++ pcb.patch   16 Nov 2006 04:17:19 -  1.3
@@ -9,3 +9,36 @@
  
gtk_widget_show_all (library_window);
  }
+--- pcb-20060822/src/hid/gtk/gui-log-window.c.orig 2006-04-17 
21:48:11.0 -0400
 pcb-20060822/src/hid/gtk/gui-log-window.c  2006-11-15 22:55:19.0 
-0500
+@@ -113,7 +113,7 @@
+* don't want.
+*/
+   gtk_widget_realize (log_window);
+-  gdk_window_set_accept_focus (log_window-window, FALSE);
++  //gdk_window_set_accept_focus (log_window-window, FALSE);
+   if (Settings.AutoPlace)
+ gtk_widget_set_uposition (GTK_WIDGET (log_window), 10, 10);
+   gtk_widget_show_all (log_window);
+--- pcb-20060822/src/hid/gtk/gui-netlist-window.c.orig 2006-04-17 
21:48:11.0 -0400
 pcb-20060822/src/hid/gtk/gui-netlist-window.c  2006-11-15 
22:55:45.0 -0500
+@@ -640,7 +640,7 @@
+  |  don't want.
+*/
+   gtk_widget_realize (netlist_window);
+-  gdk_window_set_accept_focus (netlist_window-window, FALSE);
++  //gdk_window_set_accept_focus (netlist_window-window, FALSE);
+   if (Settings.AutoPlace)
+ gtk_widget_set_uposition (GTK_WIDGET (netlist_window), 10, 10);
+ 
+--- pcb-20060822/src/hid/gtk/gui-pinout-window.c.orig  2006-03-22 
18:05:41.0 -0500
 pcb-20060822/src/hid/gtk/gui-pinout-window.c   2006-11-15 
22:55:57.0 -0500
+@@ -217,7 +217,7 @@
+  |  don't want.
+*/
+   gtk_widget_realize (pinout-top_window);
+-  gdk_window_set_accept_focus (pinout-top_window-window, FALSE);
++  //gdk_window_set_accept_focus (pinout-top_window-window, FALSE);
+   if (Settings.AutoPlace)
+ gtk_widget_set_uposition (GTK_WIDGET (pinout-top_window), 10, 10);
+   gtk_widget_show_all (pinout-top_window);

Index: pcb.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/pcb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pcb.info9 Nov 2006 03:52:36 -   1.4
+++ pcb.info16 Nov 2006 04:17:19 -  1.5
@@ -1,7 +1,7 @@
 Package: pcb
 # Remember to change snapshot version below as well:
 Version: 1.99.20060822
-Revision: 2
+Revision: 3
 
 Depends: libstroke-shlibs, app-defaults, tcltk, gtk+2-shlibs, glib2-shlibs, 
x11-shlibs, gd2-shlibs, libjpeg-shlibs, libpng3-shlibs, libgettext3-shlibs
 BuildDepends: libstroke, gawk, gtk+2-dev, x11-dev, atk1 (= 1.6.0-1), 
glib2-dev (= 2.4.0-1), pango1-xft2-dev (= 1.4.0-1), gd2, libjpeg, libpng3, 
netpbm-bin, libgettext3-dev, libiconv-dev


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods test-subcalls-pm.info, 1.3, 1.4

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25992/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
test-subcalls-pm.info 
Log Message:
new version, abolish -man


Index: test-subcalls-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-subcalls-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-subcalls-pm.info   17 Feb 2006 01:39:17 -  1.3
+++ test-subcalls-pm.info   16 Nov 2006 05:35:49 -  1.4
@@ -1,14 +1,20 @@
 Info2: 
 Package: test-subcalls-pm%type_pkg[perl]
-Version: 0.03
+Version: 1.06
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/A/AD/ADAMK/Test-SubCalls-%v.tar.gz
-Source-MD5: 2e55c0c0871693d38383a7084d9d51c9
+Source-MD5: 207801b2f5b109cfe804289f066ba896
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, hook-lexwrap-pm
 BuildDepends: test-simple-pm%type_pkg[perl] (= 0.60-1)
+Conflicts: %N-man ( 1.06-1)
+Replaces: %N-man ( 1.06-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: Changes LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Test number of times a subroutine is called
@@ -17,13 +23,10 @@
 DescPackaging: 
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-SubCalls
-
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: Changes LICENSE MANIFEST META.yml README
+
+ Makefile.PL and Changes claim to want Test::Builder::Tester at a
+ higher version than fink presently has (1.02 vs 1.01) but
+ test-simple-pmXXX also provides T::B::T, and that appears to satisfy
+ Makefile.PL at compile-time.
 
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods test-subcalls-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25992/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
test-subcalls-pm.info 
Log Message:
new version, abolish -man


Index: test-subcalls-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/test-subcalls-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-subcalls-pm.info   17 Feb 2006 01:41:12 -  1.2
+++ test-subcalls-pm.info   16 Nov 2006 05:35:48 -  1.3
@@ -1,14 +1,20 @@
 Info2: 
 Package: test-subcalls-pm%type_pkg[perl]
-Version: 0.03
+Version: 1.06
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/A/AD/ADAMK/Test-SubCalls-%v.tar.gz
-Source-MD5: 2e55c0c0871693d38383a7084d9d51c9
+Source-MD5: 207801b2f5b109cfe804289f066ba896
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, hook-lexwrap-pm
 BuildDepends: test-simple-pm%type_pkg[perl] (= 0.60-1)
+Conflicts: %N-man ( 1.06-1)
+Replaces: %N-man ( 1.06-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: Changes LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Test number of times a subroutine is called
@@ -17,13 +23,10 @@
 DescPackaging: 
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-SubCalls
-
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: Changes LICENSE MANIFEST META.yml README
+
+ Makefile.PL and Changes claim to want Test::Builder::Tester at a
+ higher version than fink presently has (1.02 vs 1.01) but
+ test-simple-pmXXX also provides T::B::T, and that appears to satisfy
+ Makefile.PL at compile-time.
 
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods cam-template-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv494/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-template-pm.info 
Log Message:
new version


Index: cam-template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cam-template-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cam-template-pm.info24 Apr 2005 05:20:04 -  1.1
+++ cam-template-pm.info16 Nov 2006 05:53:36 -  1.2
@@ -1,8 +1,8 @@
 Package: cam-template-pm
-Version: 0.91
+Version: 0.93
 Revision: 1
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-%v.tgz
-Source-MD5: e8a84ea5b92671b00dba8a33d8508f0a
+Source-MD5: 43f3e29ae6b357e1ddf42991fb03039b
 Type: perl
 UpdatePOD: true
 DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cam-template-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv494/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-template-pm.info 
Log Message:
new version


Index: cam-template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cam-template-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cam-template-pm.info20 Jan 2006 20:21:21 -  1.1
+++ cam-template-pm.info16 Nov 2006 05:53:36 -  1.2
@@ -1,8 +1,8 @@
 Package: cam-template-pm
-Version: 0.91
+Version: 0.93
 Revision: 1
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-%v.tgz
-Source-MD5: e8a84ea5b92671b00dba8a33d8508f0a
+Source-MD5: 43f3e29ae6b357e1ddf42991fb03039b
 Type: perl
 UpdatePOD: true
 DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/sci coot.info,NONE,1.1

2006-11-15 Thread William Scott
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv557

Added Files:
coot.info 
Log Message:
coot move into stable

--- NEW FILE: coot.info ---
Package:coot
Version: 0.1.2
Revision: 1006
GCC: 4.0 
Source: http://www.ysbl.york.ac.uk/~emsley/software/%n-%v.tar.gz
Source-MD5: 10289f909d6824ef4923a97cfb0e63a4  
SourceDirectory: %n-%v
Source2: 
http://www.ysbl.york.ac.uk/~emsley/software/extras/refmac-lib-data-monomers.tar.gz
Source2-MD5: 88cdbabf47914740f2d13e6960eea3c6
Source3: 
http://www.ysbl.york.ac.uk/~emsley/software/extras/reference-structures.tar.gz
Source3-MD5: c09bb6b5524901cb0fde14589546224e 
###
BuildDepends: ccp4-onlylibs-dev (= 6.0-1011), glib, gtk+2, freeglut, 
gtkglarea, guile16, guile16-dev, gsl, libglade2,  gtk-canvas (= 0.1.1-20), 
libart2 (= 2.3.16-2), libart2-shlibs (= 2.3.16-2), guile16-net-http, 
gtk+2-dev, libgettext3-dev, imlib, libjpeg, giflib, libpng3, gnome-libs-dev, 
libiconv-dev
#
Depends: guile16-shlibs, gsl-shlibs, libglade2-shlibs, guile16-gtk, 
guile16-www, guile16-gui, guile16-goosh (= 1.3-2), guile16, guile16-net-http, 
freeglut-shlibs, libart2-shlibs (= 2.3.16-2), coot-shlibs (= %v-%r), 
imlib-shlibs, libjpeg-shlibs, giflib-shlibs, libpng3-shlibs, glib-shlibs, 
gtk+2-shlibs, gnome-libs-shlibs
#
BuildDependsOnly: false
NoSetLDFLAGS: true
###
Description: Crystallographic molecular graphics
DescDetail: 
Coot stands for Crystallograhic Object Oriented Toolkit. It is a testbest 
toolkit for (Protein) Crystallography. Coot uses professional (and free) 
widgets (with the gui builder glade), mmdb, clipper, and OpenGL, together 
with a new approach to map contouring and importing/creation and other
(modelling) operations. The mmdb, clipper, ssm and mccp4 libraries are now
provided in the ccp4-onlylibs-dev fink package. On-line documentation is 
available from the coot Web site (see below) and is updated regularly.

###
PatchScript:  
#!/bin/zsh -ef
perl -pi.bak -e 's|use-modules \(goosh\)|use-modules \(goosh goosh\)|g' 
scheme/coot-utils.scm
perl -pi.bak -e 's/include malloc.h//g' **/*.c
#perl -pi -e 's|no_tips = _coot.no_tips|#no_tips = _coot.no_tips|g' src/coot.py
#perl -pi -e 's|_coot.set_ncs_homology_leve|_coot.set_ncs_homology_level|g' 
src/coot.py

###
ConfigureParams:  --with-mmdb-prefix=$CCP4  --with-clipper-prefix=$CCP4 
--with-fftw=$CCP4 --with-glut-prefix=%p --with-gl-prefix=/usr/X11R6 
--with-gtkcanvas-prefix=%p --with-ssmlib-prefix=$CCP4  --with-imlib-prefix=%p 
--with-gtkgl-prefix=%p --with-glib-prefix=%p --with-gsl-prefix=%p --with-guile 
--with-python
###
CompileScript: 
#!/bin/zsh -ef
alias 
python=/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.3
source %p/share/xtal/ccp4-onlylibs-dev-6.0/include/ccp4.setup-zsh
export 
PATH=/System/Library/Frameworks/Python.framework/Versions/Current/bin:%p/bin:%p/share/guile/1.6/scripts/binoverride:$PATH
export SED=/usr/bin/sed
export 
PYTHONPATH=/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.3
FLIBS=-L/System/Library/Frameworks/Python.framework/Versions/Current/lib 
-L%p/lib \
CPPFLAGS=-I$CCP4/lib/clipper/clipper/mmdbold 
-I/System/Library/Frameworks/Python.framework/Versions/Current/include/python2.3
 \
LDFLAGS=-L$CLIB -L/usr/lib -lSystemStubs -flat_namespace 
-L/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.3/config
 \
CXX=g++ \
CC=gcc \
py_path=/System/Library/Frameworks/Python.framework/Versions/Current/bin/python2.3
 \
./configure %c
rm src/coot_wrap_python.cc
#
make

###
InstallScript: 
#!/bin/zsh -ef
source %p/share/xtal/ccp4-onlylibs-dev-6.0/include/ccp4.setup-zsh 
export PATH=%p/bin:%p/share/guile/1.6/scripts/binoverride:$PATH
export PYTHONPATH=
export SED=/usr/bin/sed
cp src/coot.py python/coot.py
make install prefix=%i
#
# Clean up the 120 MB  mess, which zsh makes so much fun:
/bin/rm -f **/*.o
# enable coot to use its own refmac library:
#
perl -pi.bak -e 's|\# COOT_REFMAC_LIB|COOT_REFMAC_LIB|g' setup/coot.sh
perl -pi.bak -e 's|\# export COOT_REFMAC_LIB_DIR|export COOT_REFMAC_LIB_DIR|g' 
setup/coot.sh  
perl -pi.bak -e 's|\# PYTHONPATH|PYTHONPATH|g' setup/coot.sh
perl -pi.bak -e 's|\# PYTHONPATH|PYTHONPATH|g' setup/coot.csh
perl -pi.bak -e 's|\# setenv COOT_REFMAC_LIB_DIR|setenv COOT_REFMAC_LIB_DIR|g' 
setup/coot.csh  
#
# Add ancillary files to %i/share/coot:
#
mkdir -p %i/share/coot/etc
mkdir -p %i/share/coot/python
cp src/coot.py %i/share/coot/python/coot.py
cp -R setup %i/share/coot/. 
cp -R ../lib %i/share/coot/. 
# 

[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods cam-template-cache-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv742/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-template-cache-pm.info 
Log Message:
abolish -man


Index: cam-template-cache-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cam-template-cache-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cam-template-cache-pm.info  17 Feb 2006 01:41:12 -  1.2
+++ cam-template-cache-pm.info  16 Nov 2006 05:54:12 -  1.3
@@ -1,13 +1,19 @@
 Info2: 
 Package: cam-template-cache-pm%type_pkg[perl]
 Version: 0.91
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-Cache-%v.tgz
 Source-MD5: 86bcd5fd7e7ff9c2aa8065554a925b10
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, cam-template-pm, dbi-pm%type_pkg[perl]
+Conflicts: %N-man ( 0.91-2)
+Replaces: %N-man ( 0.91-2)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Template files with database storage
@@ -17,12 +23,4 @@
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-Template-Cache
 
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cam-template-cache-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv742/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-template-cache-pm.info 
Log Message:
abolish -man


Index: cam-template-cache-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cam-template-cache-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cam-template-cache-pm.info  5 Apr 2006 01:44:07 -   1.2
+++ cam-template-cache-pm.info  16 Nov 2006 05:54:12 -  1.3
@@ -1,13 +1,19 @@
 Info2: 
 Package: cam-template-cache-pm%type_pkg[perl]
 Version: 0.91
-Revision: 1
+Revision: 2
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-Template-Cache-%v.tgz
 Source-MD5: 86bcd5fd7e7ff9c2aa8065554a925b10
 Type: perl (5.8.1 5.8.4 5.8.6)
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, cam-template-pm, dbi-pm%type_pkg[perl]
+Conflicts: %N-man ( 0.91-2)
+Replaces: %N-man ( 0.91-2)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Template files with database storage
@@ -17,12 +23,4 @@
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-Template-Cache
 
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods cam-xml-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3364/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-xml-pm.info 
Log Message:
new version, abolish -man


Index: cam-xml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cam-xml-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cam-xml-pm.info 17 Feb 2006 01:41:12 -  1.2
+++ cam-xml-pm.info 16 Nov 2006 06:01:34 -  1.3
@@ -1,14 +1,20 @@
 Info2: 
 Package: cam-xml-pm%type_pkg[perl]
-Version: 1.12
+Version: 1.14
 Revision: 1
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-XML-%v.tgz
-Source-MD5: 8131740f1f2d6bce731c2a9587eae588
+Source-MD5: c6898b1d487a0d6916db9f7faaae7d5f
 Type: perl (5.8.1 5.8.4 5.8.6)
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl]
-DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+Conflicts: %N-man ( 1.14-1)
+Replaces: %N-man ( 1.14-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Encapsulation of a simple XML data structure
 Maintainer: Chris Dolan [EMAIL PROTECTED]
@@ -17,12 +23,4 @@
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-XML
 
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cam-xml-pm.info, 1.2, 1.3

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3364/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-xml-pm.info 
Log Message:
new version, abolish -man


Index: cam-xml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cam-xml-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cam-xml-pm.info 5 Apr 2006 01:44:07 -   1.2
+++ cam-xml-pm.info 16 Nov 2006 06:01:34 -  1.3
@@ -1,14 +1,20 @@
 Info2: 
 Package: cam-xml-pm%type_pkg[perl]
-Version: 1.12
+Version: 1.14
 Revision: 1
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-XML-%v.tgz
-Source-MD5: 8131740f1f2d6bce731c2a9587eae588
+Source-MD5: c6898b1d487a0d6916db9f7faaae7d5f
 Type: perl (5.8.1 5.8.4 5.8.6)
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl]
-DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+Conflicts: %N-man ( 1.14-1)
+Replaces: %N-man ( 1.14-1)
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Encapsulation of a simple XML data structure
 Maintainer: Chris Dolan [EMAIL PROTECTED]
@@ -17,12 +23,4 @@
  Report bugs to the maintainer or the CPAN bug tracker:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=CAM-XML
 
-Splitoff: 
- Package: %N-man
- Depends: %N (= %v-%r)
- Files: share/man
- Conflicts: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- Replaces: %{Ni}581-man, %{Ni}584-man, %{Ni}586-man
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
-
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods cam-dbf-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6861/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-dbf-pm.info 
Log Message:
new version


Index: cam-dbf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/cam-dbf-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cam-dbf-pm.info 24 Apr 2005 04:13:27 -  1.1
+++ cam-dbf-pm.info 16 Nov 2006 06:10:49 -  1.2
@@ -1,11 +1,11 @@
 Package: cam-dbf-pm
-Version: 1.01
+Version: 1.02
 Revision: 1
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-DBF-%v.tgz
-Source-MD5: 13c1d5060946fb2bd0c3d7f989ab6b2d
+Source-MD5: 4c8561dd0dc5bb17f8f1585aa4490ace
 Type: perl
 UpdatePOD: true
-DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Read and write dBASE III DBF files
 Maintainer: Chris Dolan [EMAIL PROTECTED]
@@ -18,5 +18,5 @@
  Package: %N-bin
  Depends: %N (= %v-%r)
  Files: bin share/man/man1
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+ DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cam-dbf-pm.info, 1.1, 1.2

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6861/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
cam-dbf-pm.info 
Log Message:
new version


Index: cam-dbf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cam-dbf-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cam-dbf-pm.info 20 Jan 2006 20:21:21 -  1.1
+++ cam-dbf-pm.info 16 Nov 2006 06:10:50 -  1.2
@@ -1,11 +1,11 @@
 Package: cam-dbf-pm
-Version: 1.01
+Version: 1.02
 Revision: 1
 Source: mirror:cpan:authors/id/C/CL/CLOTHO/CAM-DBF-%v.tgz
-Source-MD5: 13c1d5060946fb2bd0c3d7f989ab6b2d
+Source-MD5: 4c8561dd0dc5bb17f8f1585aa4490ace
 Type: perl
 UpdatePOD: true
-DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 License: Artistic/GPL
 Description: Read and write dBASE III DBF files
 Maintainer: Chris Dolan [EMAIL PROTECTED]
@@ -18,5 +18,5 @@
  Package: %N-bin
  Depends: %N (= %v-%r)
  Files: bin share/man/man1
- DocFiles: ChangeLog index.html LICENSE MANIFEST META.yml README
+ DocFiles: CHANGES index.html LICENSE MANIFEST META.yml README
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods text-pdf-pm.info, 1.5, 1.6

2006-11-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12431/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
text-pdf-pm.info 
Log Message:
fix build
future-proof version string (no problem with technical downgrade from this
commit b/c previous wasn't even buildable at all)


Index: text-pdf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/text-pdf-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- text-pdf-pm.info16 Nov 2006 00:24:44 -  1.5
+++ text-pdf-pm.info16 Nov 2006 06:21:56 -  1.6
@@ -1,16 +1,17 @@
 Info2: 
 Package: text-pdf-pm%type_pkg[perl]
-Version: 0.29a
+Version: 0.29
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Text-PDF-%v.tar.gz
+Source: mirror:cpan:authors/id/M/MH/MHOSKEN/Text-PDF-%{v}a.tar.gz
 Source-MD5: 2fdf4c3170e53a083715888237914a9b
+SourceDirectory: Text-PDF-%v
 Type: perl (5.8.1 5.8.4 5.8.6)
 PatchScript: perl -0 
-pe's/^.*=head\d\s+(Licensing.*?)(=head\d.*|=cut.*|)$/$1/is' 
lib/Text/PDF/File.pm  COPYRIGHT
 UpdatePOD: true
 Depends: perl%type_pkg[perl]-core, compress-zlib-pm%type_pkg[perl], font-ttf-pm
-Conflicts: %N-man ( 0.29a-1)
-Replaces: %N-man ( 0.29a-1)
+Conflicts: %N-man ( 0.29-1)
+Replaces: %N-man ( 0.29-1)
 InstallScript: 
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
@@ -23,6 +24,9 @@
 DescPackaging: 
  Found a bug?  Please check if it has already been reported:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-PDF
+
+ Upstream version is 0.29a, we'll call it 0.29-1 in case a means
+ alpha and a real 0.29 follows so we won't have ordering problems.
 
 Splitoff: 
  Package: %N-bin


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   >