experimental/michga firefox.info,1.3,NONE firefox.patch,1.3,NONE

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/experimental/michga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29235

Removed Files:
firefox.info firefox.patch 
Log Message:
Removed firefox since it is now in the normal tree

--- firefox.info DELETED ---

--- firefox.patch DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo firefox.info,1.1,1.2

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25583

Modified Files:
firefox.info 
Log Message:
Adds the pixmap during install and uses full paths, adapted tracker from 
HansPeter for 10.4 tree

Index: firefox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- firefox.info4 Feb 2006 03:58:50 -   1.1
+++ firefox.info15 Mar 2006 07:21:23 -  1.2
@@ -1,6 +1,6 @@
 Package: firefox
 Version: 1.0.7
-Revision: 1007
+Revision: 1008
 Description: Lightweight browser from mozilla.org
 License: OSI-Approved
 Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
@@ -51,15 +51,19 @@
 
 # These folders are redundant.
 for f in %i/lib/firefox/chrome/*.jar; do
-  rm -rf ${f/.jar/}
+  /bin/rm -rf ${f/.jar/}
 done
 
 # Install the GNOME .desktop launcher.
-install -d -m 755 %i/share/applications
-install -c -m 644 fink/applications/* %i/share/applications/
+/usr/bin/install -d -m 755 %i/share/applications
+/usr/bin/install -c -m 644 fink/applications/* %i/share/applications/
+
+# Install the GNOME pixmap for launcher
+/usr/bin/install -d -m 755 %i/share/pixmaps
+/usr/bin/install -c -m 644 dist/bin/chrome/icons/default/default.xpm 
%i/share/pixmaps/firefox.xpm
 
 # install the Fink specific prefs file
-install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
+/usr/bin/install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
 <<
 DocFiles: LEGAL LICENSE README.txt
 SplitOff: <<
@@ -141,8 +145,7 @@
 w/out the need for setting missing LDFLAGS.
 
 Building with freetype2 is disabled because of incompatabilities with
-Xorg X11 (Apple's X11 and Xfree4.4 work though).  FF1.1 should already
-have fixed this in the trunk.
+Xorg X11 (Apple's X11 and Xfree4.4 work though).
 
 ac_add_options --enable-macos-target=10.3 in patch file (.mozconfig) is 
 for the minimum OS version that this will compile in.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo firefox.info,1.14,1.15

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18782

Modified Files:
firefox.info 
Log Message:
Adds the pixmap during install and uses full paths, tracker from HansPeter

Index: firefox.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/firefox.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- firefox.info16 Jan 2006 16:39:57 -  1.14
+++ firefox.info15 Mar 2006 07:05:32 -  1.15
@@ -1,6 +1,6 @@
 Package: firefox
 Version: 1.0.7
-Revision: 7
+Revision: 8
 Description: Lightweight browser from mozilla.org
 License: OSI-Approved
 Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
@@ -51,15 +51,19 @@
 
 # These folders are redundant.
 for f in %i/lib/firefox/chrome/*.jar; do
-  rm -rf ${f/.jar/}
+  /bin/rm -rf ${f/.jar/}
 done
 
 # Install the GNOME .desktop launcher.
-install -d -m 755 %i/share/applications
-install -c -m 644 fink/applications/* %i/share/applications/
+/usr/bin/install -d -m 755 %i/share/applications
+/usr/bin/install -c -m 644 fink/applications/* %i/share/applications/
+
+# Install the GNOME pixmap for launcher
+/usr/bin/install -d -m 755 %i/share/pixmaps
+/usr/bin/install -c -m 644 dist/bin/chrome/icons/default/default.xpm 
%i/share/pixmaps/firefox.xpm
 
 # install the Fink specific prefs file
-install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
+/usr/bin/install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
 <<
 DocFiles: LEGAL LICENSE README.txt
 SplitOff: <<
@@ -141,8 +145,7 @@
 w/out the need for setting missing LDFLAGS.
 
 Building with freetype2 is disabled because of incompatabilities with
-Xorg X11 (Apple's X11 and Xfree4.4 work though).  FF1.1 should already
-have fixed this in the trunk.
+Xorg X11 (Apple's X11 and Xfree4.4 work though).
 
 ac_add_options --enable-macos-target=10.3 in patch file (.mozconfig) is 
 for the minimum OS version that this will compile in.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo firefox.info,1.13,1.14

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17995

Modified Files:
firefox.info 
Log Message:
Adds the pixmap during install and uses full paths, tracker from HansPeter

Index: firefox.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/firefox.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- firefox.info16 Jan 2006 16:38:23 -  1.13
+++ firefox.info15 Mar 2006 07:03:38 -  1.14
@@ -1,6 +1,6 @@
 Package: firefox
 Version: 1.0.7
-Revision: 7
+Revision: 8
 Description: Lightweight browser from mozilla.org
 License: OSI-Approved
 Maintainer: Hanspeter Niederstrasser <[EMAIL PROTECTED]>
@@ -51,15 +51,19 @@
 
 # These folders are redundant.
 for f in %i/lib/firefox/chrome/*.jar; do
-  rm -rf ${f/.jar/}
+  /bin/rm -rf ${f/.jar/}
 done
 
 # Install the GNOME .desktop launcher.
-install -d -m 755 %i/share/applications
-install -c -m 644 fink/applications/* %i/share/applications/
+/usr/bin/install -d -m 755 %i/share/applications
+/usr/bin/install -c -m 644 fink/applications/* %i/share/applications/
+
+# Install the GNOME pixmap for launcher
+/usr/bin/install -d -m 755 %i/share/pixmaps
+/usr/bin/install -c -m 644 dist/bin/chrome/icons/default/default.xpm 
%i/share/pixmaps/firefox.xpm
 
 # install the Fink specific prefs file
-install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
+/usr/bin/install -c -m 644 fink/prefs.js %i/lib/firefox/defaults/pref/fink.js
 <<
 DocFiles: LEGAL LICENSE README.txt
 SplitOff: <<
@@ -141,8 +145,7 @@
 w/out the need for setting missing LDFLAGS.
 
 Building with freetype2 is disabled because of incompatabilities with
-Xorg X11 (Apple's X11 and Xfree4.4 work though).  FF1.1 should already
-have fixed this in the trunk.
+Xorg X11 (Apple's X11 and Xfree4.4 work though).
 
 ac_add_options --enable-macos-target=10.3 in patch file (.mozconfig) is 
 for the minimum OS version that this will compile in.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods params-validate-pm.info,1.9,1.10

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17109/unstable/main/finkinfo/libs/perlmods

Modified Files:
params-validate-pm.info 
Log Message:
Missing variant needed by datetime-format-builder


Index: params-validate-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- params-validate-pm.info 17 Feb 2006 01:41:12 -  1.9
+++ params-validate-pm.info 15 Mar 2006 07:01:38 -  1.10
@@ -4,7 +4,7 @@
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module to validate parameters
-Type: perl (5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl (5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods class-dbi-loader-pm.info,1.2,1.3 class-dbi-pg-pm.info,1.2,1.3

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15389/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
class-dbi-loader-pm.info class-dbi-pg-pm.info 
Log Message:
Remove old perl variants that depend on packages that don't exist


Index: class-dbi-loader-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/class-dbi-loader-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- class-dbi-loader-pm.info28 Feb 2006 04:15:30 -  1.2
+++ class-dbi-loader-pm.info15 Mar 2006 06:57:31 -  1.3
@@ -3,7 +3,7 @@
 Version: 0.31
 Revision: 11
 Description: Dynamic definition of Class::DBI sub classes
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: class-dbi-pg-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/class-dbi-pg-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- class-dbi-pg-pm.info28 Feb 2006 04:15:30 -  1.2
+++ class-dbi-pg-pm.info15 Mar 2006 06:57:31 -  1.3
@@ -3,7 +3,7 @@
 Version: 0.07
 Revision: 12
 Description: Class::DBI extension for PostgreSQL
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/editors bluefish.info,1.19,1.20

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12211

Modified Files:
bluefish.info 
Log Message:
I don't understand why Depends is commented out, so put it again

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- bluefish.info   15 Mar 2006 01:40:58 -  1.19
+++ bluefish.info   15 Mar 2006 06:49:56 -  1.20
@@ -2,10 +2,10 @@
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2 -gnomevfs2)
 Version: 1.0.4
-Revision: 3
+Revision: 4
 Source: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-%v.tar.bz2
 Source-MD5: 8d5c1b7315cdc935aa024954093d2b32
-#Depends: aspell-shlibs (>= 0.50.5-1), default-icon-theme, gettext (>= 
0.10.40-19), glib2 (>= 2.4.6-7), glib2-shlibs (>= 2.4.6-7), gnome-icon-theme 
(>= 1.2.3-5), libjpeg-shlibs (>= 6b-16), libtiff-shlibs (>= 3.6.1-4), 
pango1-xft2 (>= 1.6.0-1), pango1-xft2-shlibs (>= 1.6.0-1), pcre-shlibs (>= 
4.5-1), popt-shlibs (>= 1.7-5), libxml2-shlibs (>= 2.6.22-1), libxml2-bin (>= 
2.6.22-1), shared-mime-info (>= 0.14-6), atk1-shlibs (>= 1.6.1-3), 
libpng3-shlibs (>= 1:1.2.8), gtk+2 (>= 2.4.9-8), gtk+2-shlibs (>= 2.4.9-8), 
libiconv (>= 1.9.1-11), x11, (%type_raw[bluefish] = -gnomevfs2) gnome-base (>= 
2.4.1-1), (%type_raw[bluefish] = -gnome2) gnome-base (>= 2.4.1-1), 
(%type_raw[bluefish] = -gnomevfs2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnome2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnomevfs2) libidl2-shlibs (>= 0.8.3-2), 
(%type_raw[bluefish] = -gnome2) libidl2-shlibs (>= 0.8.3-2), 
(%type_raw[bluefish] = -gnomevfs2) orbit2 (>= 2.10.3-9), (%type_raw[bluefish]
  = -gnome2) orbit2 (>= 2.10.3-9), (%type_raw[bluefish] = -gnomevfs2) 
orbit2-shlibs (>= 2.10.3-9), (%type_raw[bluefish] = -gnome2) orbit2-shlibs (>= 
2.10.3-9), (%type_raw[bluefish] = -gnomevfs2) gconf2 (>= 2.6.3-10), 
(%type_raw[bluefish] = -gnome2) gconf2 (>= 2.6.3-10), (%type_raw[bluefish] = 
-gnomevfs2) gconf2-shlibs (>= 2.6.3-10), (%type_raw[bluefish] = -gnome2) 
gconf2-shlibs (>= 2.6.3-10), (%type_raw[bluefish] = -gnomevfs2) libbonobo2 (>= 
2.6.2-9), (%type_raw[bluefish] = -gnome2) libbonobo2 (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnomevfs2) libbonobo2-shlibs (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnome2) libbonobo2-shlibs (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2 (>= 2.6.1.1-17) | 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-ssl (>= 2.6.1.1-15), 
(%type_raw[bluefish] = -gnome2) gnome-vfs2 (>= 2.6.1.1-17) | 
(%type_raw[bluefish] = -gnome2) gnome-vfs2-ssl (>= 2.6.1.1-15), 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-shlibs (>= 2.6.1.1-17) | 
(%type_raw[bluefish
 ] = -gnomevfs2) gnome-vfs2-ssl-shlibs (>= 2.6.1.1-15), (%type_raw[bluefish] = 
-gnome2) gnome-vfs2-shlibs (>= 2.6.1.1-17) | (%type_raw[bluefish] = -gnome2) 
gnome-vfs2-ssl-shlibs (>= 2.6.1.1-15), (%type_raw[bluefish] = -gnome2) 
audiofile-shlibs, (%type_raw[bluefish] = -gnome2) audiofile-bin,  
(%type_raw[bluefish] = -gnome2) esound, (%type_raw[bluefish] = -gnome2) 
esound-bin, (%type_raw[bluefish] = -gnome2) esound-common, (%type_raw[bluefish] 
= -gnome2) esound-shlibs, (%type_raw[bluefish] = -gnome2) libart2-shlibs (>= 
2.3.16-2), (%type_raw[bluefish] = -gnome2) libgnome2 (>= 2.6.1.2-21), 
(%type_raw[bluefish] = -gnome2) libgnome2-shlibs (>= 2.6.1.2-21), 
(%type_raw[bluefish] = -gnome2) libglade2-shlibs (>= 2.3.6-17), 
(%type_raw[bluefish] = -gnome2) libgnomecanvas2 (>= 2.6.1.1-7), 
(%type_raw[bluefish] = -gnome2) libgnomecanvas2-shlibs (>= 2.6.1.1-7),  
(%type_raw[bluefish] = -gnome2) gnome-keyring-shlibs (>= 0.2.1-4), 
(%type_raw[bluefish] = -gnome2) gnome-keyring (>= 0.2.1-4), (%typ
 e_raw[bluefish] = -gnome2) libbonoboui2 (>= 2.6.1-10), (%type_raw[bluefish] = 
-gnome2) libbonoboui2-shlibs (>= 2.6.1-10), (%type_raw[bluefish] = -gnome2) 
libgnomeui2 (>= 2.6.1.1-9), (%type_raw[bluefish] = -gnome2) libgnomeui2-shlibs 
(>= 2.6.1.1-9)
+Depends: aspell-shlibs (>= 0.50.5-1), default-icon-theme, gettext (>= 
0.10.40-19), glib2 (>= 2.4.6-7), glib2-shlibs (>= 2.4.6-7), gnome-icon-theme 
(>= 1.2.3-5), libjpeg-shlibs (>= 6b-16), libtiff-shlibs (>= 3.6.1-4), 
pango1-xft2 (>= 1.6.0-1), pango1-xft2-shlibs (>= 1.6.0-1), pcre-shlibs (>= 
4.5-1), popt-shlibs (>= 1.7-5), libxml2-shlibs (>= 2.6.22-1), libxml2-bin (>= 
2.6.22-1), shared-mime-info (>= 0.14-6), atk1-shlibs (>= 1.6.1-3), 
libpng3-shlibs (>= 1:1.2.8), gtk+2 (>= 2.4.9-8), gtk+2-shlibs (>= 2.4.9-8), 
libiconv (>= 1.9.1-11), x11, (%type_raw[bluefish] = -gnomevfs2) gnome-base (>= 
2.4.1-1), (%type_raw[bluefish] = -gnome2) gnome-base (>= 2.4.1-1), 
(%type_raw[bluefish] = -gnomevfs2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnome2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnomevfs2) libidl2-shlibs (>= 0.8.3-2), 
(%

dists/10.3/unstable/main/finkinfo/sci clipper.info,1.8,NONE clipper.patch,1.1,NONE

2006-03-14 Thread William Scott
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8030

Removed Files:
clipper.info clipper.patch 
Log Message:
remove obsolete package clipper

--- clipper.patch DELETED ---

--- clipper.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/languages librep.info,1.3,1.4

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26786

Modified Files:
librep.info 
Log Message:
fix aclocal directory problem


Index: librep.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/librep.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- librep.info 15 Mar 2006 05:42:20 -  1.3
+++ librep.info 15 Mar 2006 06:08:53 -  1.4
@@ -9,7 +9,7 @@
   mv doc docs
   perl -pi -e 's/(-install-info)/#\1/' man/Makefile.in
 <<
-ConfigureParams: --without-gmp --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --without-gmp --infodir=%p/share/info --libexecdir=%p/lib 
--with-aclocaldir=%p/share/aclocal
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -g -O0
 CompileScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/libs/perlmods xml-filter-buffertext-pm.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23617

Modified Files:
xml-filter-buffertext-pm.info 
Log Message:
add missing Architecture field


Index: xml-filter-buffertext-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/xml-filter-buffertext-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml-filter-buffertext-pm.info   14 Mar 2006 05:33:07 -  1.1
+++ xml-filter-buffertext-pm.info   15 Mar 2006 06:01:03 -  1.2
@@ -3,6 +3,7 @@
 Package: xml-filter-buffertext-pm%type_pkg[perl]
 Version: 1.01
 Revision: 3
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/R/RB/RBERJON/XML-Filter-BufferText-%v.tar.gz
 Source-MD5: 2992c0387632583b966ab9c965b25512
 Replaces: xml-filter-buffertext-pm581 (<= 1.01-2)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs/perlmods xml-filter-buffertext-pm.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23911

Modified Files:
xml-filter-buffertext-pm.info 
Log Message:
add missing Architecture field


Index: xml-filter-buffertext-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-filter-buffertext-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml-filter-buffertext-pm.info   20 Jan 2006 20:21:22 -  1.1
+++ xml-filter-buffertext-pm.info   15 Mar 2006 06:01:33 -  1.2
@@ -3,6 +3,7 @@
 Package: xml-filter-buffertext-pm%type_pkg[perl]
 Version: 1.01
 Revision: 3
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/R/RB/RBERJON/XML-Filter-BufferText-%v.tar.gz
 Source-MD5: 2992c0387632583b966ab9c965b25512
 Replaces: xml-filter-buffertext-pm581 (<= 1.01-2)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/gnome gnome-backgrounds.info,NONE,1.1

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21662

Added Files:
gnome-backgrounds.info 
Log Message:
Backgrounds for gnome 2.12 and higher

--- NEW FILE: gnome-backgrounds.info ---
Package: gnome-backgrounds
Version: 2.14.0
Revision: 1
Source: mirror:gnome:sources/%n/2.14/%n-%v.tar.bz2
Source-MD5: d3fb874ff82ed231df614c276bb7f191
Depends: libgettext3-shlibs
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (>= 0.31-1)
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
Description: Backgrounds for GNOME
DescDetail: <<
The gnome-backgrounds package contains a set of backgrounds used in the GNOME 
desktop
<<
License: GPL
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
Homepage: http://www.gtk.org



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gnome-backgrounds.info,NONE,1.1

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21189

Added Files:
gnome-backgrounds.info 
Log Message:
Backgrounds for gnome 2.12 and higher

--- NEW FILE: gnome-backgrounds.info ---
Package: gnome-backgrounds
Version: 2.14.0
Revision: 1
Source: mirror:gnome:sources/%n/2.14/%n-%v.tar.bz2
Source-MD5: d3fb874ff82ed231df614c276bb7f191
Depends: libgettext3-shlibs
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (>= 0.31-1)
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
Description: Backgrounds for GNOME
DescDetail: <<
The gnome-backgrounds package contains a set of backgrounds used in the GNOME 
desktop
<<
License: GPL
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
Homepage: http://www.gtk.org



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome gnome-backgrounds.info,NONE,1.1

2006-03-14 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20157

Added Files:
gnome-backgrounds.info 
Log Message:
Backgrounds for gnome 2.12 and higher

--- NEW FILE: gnome-backgrounds.info ---
Package: gnome-backgrounds
Version: 2.14.0
Revision: 1
Source: mirror:gnome:sources/%n/2.14/%n-%v.tar.bz2
Source-MD5: d3fb874ff82ed231df614c276bb7f191
Depends: libgettext3-shlibs
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (>= 0.31-1)
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
Description: Backgrounds for GNOME
DescDetail: <<
The gnome-backgrounds package contains a set of backgrounds used in the GNOME 
desktop
<<
License: GPL
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
Homepage: http://www.gtk.org



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/languages librep.info,1.2,1.3

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14881

Modified Files:
librep.info 
Log Message:
remove libgettext3-shlibs dependency


Index: librep.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/librep.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- librep.info 7 Mar 2006 05:22:28 -   1.2
+++ librep.info 15 Mar 2006 05:42:20 -  1.3
@@ -1,6 +1,6 @@
 Package: librep
 Version: 0.17
-Revision: 1001
+Revision: 1002
 BuildDepends: gdbm, libiconv-dev, libncurses5 (>= 5.4-20041023-1006), 
readline5 (>= 5.0-1004)
 Depends: gdbm-shlibs, libiconv, libncurses5-shlibs (>= 5.4-20041023-1006), 
%N-shlibs (= %v-%r), readline5-shlibs (>= 5.0-1004)
 Source: mirror:sourceforge:librep/librep-%v.tar.gz
@@ -21,7 +21,7 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libgettext3-shlibs, libiconv
+  Depends: libiconv
   Replaces: %N (<= 0.16.2-10)
   Files: lib/librep.*.dylib
   Shlibs: %p/lib/librep.9.dylib 14.0.0 %n (>= 0.17-1)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sci gsl.patch,NONE,1.1 gsl.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19704

Modified Files:
gsl.info 
Added Files:
gsl.patch 
Log Message:
latest version to stable


Index: gsl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gsl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gsl.info20 Jan 2006 20:12:58 -  1.1
+++ gsl.info15 Mar 2006 04:40:15 -  1.2
@@ -1,36 +1,42 @@
 Package: gsl
-Version: 1.4
-Revision: 1
+Version: 1.7
+Revision: 3
+Description: GNU Scientific Library
+License: GPL
 Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
-Depends: %N-shlibs (= %v-%r)
-Source: ftp://mirrors.rcn.net/pub/sourceware/gsl/%n-%v.tar.gz
-Source-MD5: 7513e13525c073dc07e02cc4354294e2
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info'
-DocFiles: AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
-InfoDocs: gsl-ref.info
+Depends: %n-shlibs (= %v-%r)
 BuildDependsOnly: True
-SplitOff: <<
- Package: %N-shlibs
- Files: <<
-  lib/libgsl.*.dylib 
-  lib/libgslcblas.*.dylib
- <<
- Shlibs: <<
-  %p/lib/libgsl.0.dylib 6.0.0 gsl (>= 1.4-1)
+Source: mirror:gnu:gsl/%n-%v.tar.gz
+Source-MD5: 521b9aa094a3dc2cb088f29efca0bda3
+Patch: %n.patch
+ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
+DocFiles: README COPYING
+Shlibs: <<
+  %p/lib/libgsl.0.dylib 9.0.0 gsl (>= 1.7-1)
   %p/lib/libgslcblas.0.dylib 1.0.0 gsl (>= 1.4-1)
- <<
- DocFiles: README
 <<
-Description: Routines for numerical computing
+SplitOff: <<
+  Package: %n-shlibs
+  Files: <<
+lib/libgsl.0.8.0.dylib
+lib/libgsl.0.dylib
+lib/libgslcblas.0.0.0.dylib
+lib/libgslcblas.0.dylib
+  <<
+  DocFiles: COPYING
+<<
 DescDetail: <<
- The GNU Scientific Library (GSL) is a collection of routines for numerical
- computing. The routines are written from scratch by the GSL team in ANSI C,
- and are meant to present a modern API for C programmer, while allowing
- wrappers to be written for very high level languages.
+The GNU Scientific Library (GSL) is a numerical library for C and C++
+programmers. The library provides a wide range of mathematical
+routines such as random number generators, special functions and
+least-squares fitting. There are over 1000 functions in total.
 <<
-License: GPL
-Homepage: http://sources.redhat.com/gsl
+InfoDocs: gsl-ref.info
+Homepage: http://www.gnu.org/software/gsl/
 DescPackaging: <<
-Originally packaged by Jeffrey Whitaker
+Originally packaged by Jeffrey Whitaker.
 <<
-
+DescPort: <<
+Patched to compile on Intel Macs. See:
+http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html
+<<
\ No newline at end of file

--- NEW FILE: gsl.patch ---
diff -ruN -x '*~' gsl-1.7/configure gsl-1.7.patched/configure
--- gsl-1.7/configure   2005-09-13 06:17:14.0 -0400
+++ gsl-1.7.patched/configure   2006-03-02 18:51:04.0 -0500
@@ -10248,7 +10248,7 @@
 *-*-irix*)
 ac_cv_c_ieee_interface=irix
 ;;
-*-*-*darwin*)
+powerpc-*-*darwin*)
 ac_cv_c_ieee_interface=darwin
 ;;
 *-*-*netbsd*)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/games gnuboy.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13824

Modified Files:
gnuboy.info 
Log Message:
enable building on intel by disabling asm (go figure!)


Index: gnuboy.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/gnuboy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnuboy.info 11 Feb 2006 15:53:14 -  1.1
+++ gnuboy.info 15 Mar 2006 04:26:46 -  1.2
@@ -9,7 +9,7 @@
 Source-MD5: 9947162a208ebfe699a1bfe98c437ac3
 DocFiles: COPYING Rules Version INSTALL README
 SetCFLAGS: -I%p/include -L%p/lib
-ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --with-sdl
+ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --with-sdl 
--disable-asm
 Description: Nintendo GameBoy Emulator
 DescDetail: <<
 gnuboy (all lowercase) is a portable program for emulating the Nintendo 
GameBoy Color software platform. gnuboy is Free Software, distributed under the 
terms of the GNU General Public License. Our goal is to provide a great 
emulator that runs on many platforms and is accessible for everyone's enjoyment.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/games gnuboy.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13407

Modified Files:
gnuboy.info 
Log Message:
enable building on intel by disabling asm (go figure!)


Index: gnuboy.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/gnuboy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnuboy.info 11 Feb 2006 15:52:24 -  1.1
+++ gnuboy.info 15 Mar 2006 04:26:17 -  1.2
@@ -9,7 +9,7 @@
 Source-MD5: 9947162a208ebfe699a1bfe98c437ac3
 DocFiles: COPYING Rules Version INSTALL README
 SetCFLAGS: -I%p/include -L%p/lib
-ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --with-sdl
+ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man --with-sdl 
--disable-asm
 Description: Nintendo GameBoy Emulator
 DescDetail: <<
 gnuboy (all lowercase) is a portable program for emulating the Nintendo 
GameBoy Color software platform. gnuboy is Free Software, distributed under the 
terms of the GNU General Public License. Our goal is to provide a great 
emulator that runs on many platforms and is accessible for everyone's enjoyment.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari uim-mactsm.info,1.1,1.2

2006-03-14 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8482

Modified Files:
uim-mactsm.info 
Log Message:
passes build-as-nobody and fink validate

Index: uim-mactsm.info
===
RCS file: /cvsroot/fink/experimental/asari/uim-mactsm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- uim-mactsm.info 14 Mar 2006 19:58:10 -  1.1
+++ uim-mactsm.info 15 Mar 2006 04:14:53 -  1.2
@@ -6,7 +6,7 @@
 Source: http://www.freedesktop.org/~ekato/download/%n-%v.tar.gz
 Source-MD5: 6375e9bc75959e986fb6b0f6f973d434
 
-#InstallScript: make install DESTDIR=%d
+InstallScript: make install DESTDIR=%d
 
 PostInstScript: <<
 if [ configure = "$1" ]; then



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods template-pm.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29670/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Add -pm584 variant


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- template-pm.info17 Feb 2006 01:40:19 -  1.3
+++ template-pm.info15 Mar 2006 03:49:34 -  1.4
@@ -1,10 +1,10 @@
 Info2: <<
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.10
-Revision: 19
+Revision: 20
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Fast extensible template processing system
-Type: perl (5.8.1 5.8.6), -notex (boolean)
+Type: perl (5.8.1 5.8.4 5.8.6), -notex (boolean)
 License: Artistic
 Maintainer: None 
 
@@ -49,11 +49,13 @@
 %N,
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Conflicts: <<
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Files: bin share/man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs/perlmods template-pm.info,1.2,1.3

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29670/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Add -pm584 variant


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- template-pm.info17 Feb 2006 01:39:17 -  1.2
+++ template-pm.info15 Mar 2006 03:49:34 -  1.3
@@ -1,10 +1,10 @@
 Info2: <<
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.10
-Revision: 19
+Revision: 20
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Fast extensible template processing system
-Type: perl (5.8.1 5.8.6), -notex (boolean)
+Type: perl (5.8.1 5.8.4 5.8.6), -notex (boolean)
 License: Artistic
 Maintainer: None 
 
@@ -49,11 +49,13 @@
 %N,
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Conflicts: <<
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Files: bin share/man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods template-pm.info,1.12,1.13

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29670/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Add -pm584 variant


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- template-pm.info17 Feb 2006 01:41:12 -  1.12
+++ template-pm.info15 Mar 2006 03:49:34 -  1.13
@@ -1,10 +1,10 @@
 Info2: <<
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.10
-Revision: 19
+Revision: 20
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Fast extensible template processing system
-Type: perl (5.8.0 5.8.1 5.8.6), -notex (boolean)
+Type: perl (5.8.0 5.8.1 5.8.4 5.8.6), -notex (boolean)
 License: Artistic
 Maintainer: None 
 
@@ -49,11 +49,13 @@
 %N,
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Conflicts: <<
 template-notex-pm580-bin, template-pm580-bin,
 template-notex-pm581-bin, template-pm581-bin,
+template-notex-pm584-bin, template-pm584-bin,
 template-notex-pm586-bin, template-pm586-bin
   <<
   Files: bin share/man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/languages gcc4.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28068

Modified Files:
gcc4.info 
Log Message:
does not compile on intel


Index: gcc4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/gcc4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcc4.info   20 Jan 2006 20:12:54 -  1.1
+++ gcc4.info   15 Mar 2006 03:45:58 -  1.2
@@ -2,6 +2,7 @@
 Version: 4.0.2
 Revision: 2
 Epoch: 2
+Architecture: powerpc
 Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.0.2/gcc-%v.tar.bz2
 Source-MD5: a659b8388cac9db2b13e056e574ceeb0
 NoSetCPPFLAGS: True
@@ -73,6 +74,7 @@
 <<
 License: GPL
 Description: GNU Compiler Collection Version 4
+DescPackaging: Does not compile on intel.
 DescDetail: <<
  GCC, the GNU Compiler Collection, includes front ends for
  C, C++, Objective-C, Objective-C++, Fortran, Java, and Ada.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods catalyst-pm.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26311/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
catalyst-pm.info 
Log Message:
class-inspector-pm is -pmXXX varianted


Index: catalyst-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- catalyst-pm.info15 Mar 2006 03:38:16 -  1.3
+++ catalyst-pm.info15 Mar 2006 03:42:30 -  1.4
@@ -1,14 +1,14 @@
 Info2: <<
 Package: catalyst-pm%type_pkg[perl]
 Version: 5.65
-Revision: 11
+Revision: 12
 Description: An MVC web application framework for perl
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm, cgi-pm%type_pkg[perl], 
file-modified-pm, html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, class-inspector-pm, 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm%type_pkg[perl], 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, 
class-inspector-pm%type_pkg[perl], cgi-pm%type_pkg[perl], file-modified-pm, 
html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
 Replaces: catalyst-pm560, catalyst-pm561, catalyst-pm580, catalyst-pm581, 
catalyst-pm584, catalyst-pm586
 
 Source: mirror:cpan:authors/id/M/MR/MRAMBERG/Catalyst-%v.tar.gz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Att

dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods catalyst-pm.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26311/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
catalyst-pm.info 
Log Message:
class-inspector-pm is -pmXXX varianted


Index: catalyst-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- catalyst-pm.info1 Mar 2006 01:53:07 -   1.3
+++ catalyst-pm.info15 Mar 2006 03:42:30 -  1.4
@@ -1,15 +1,15 @@
 Info2: <<
 Package: catalyst-pm%type_pkg[perl]
 Version: 5.65
-Revision: 21
+Revision: 22
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: An MVC web application framework for perl
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm, cgi-pm%type_pkg[perl], 
file-modified-pm, html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, class-inspector-pm, 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm%type_pkg[perl], 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, 
class-inspector-pm%type_pkg[perl], cgi-pm%type_pkg[perl], file-modified-pm, 
html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
 Replaces: catalyst-pm560, catalyst-pm561, catalyst-pm580, catalyst-pm581, 
catalyst-pm584, catalyst-pm586
 
 Source: mirror:cpan:authors/id/M/MR/MRAMBERG/Catalyst-%v.tar.gz



---
This SF.Net 

dists/10.4/unstable/main/finkinfo/libs/perlmods catalyst-pm.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26311/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
catalyst-pm.info 
Log Message:
class-inspector-pm is -pmXXX varianted


Index: catalyst-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- catalyst-pm.info1 Mar 2006 01:53:08 -   1.3
+++ catalyst-pm.info15 Mar 2006 03:42:30 -  1.4
@@ -1,15 +1,15 @@
 Info2: <<
 Package: catalyst-pm%type_pkg[perl]
 Version: 5.65
-Revision: 1021
+Revision: 1022
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: An MVC web application framework for perl
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm, cgi-pm%type_pkg[perl], 
file-modified-pm, html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, class-inspector-pm, 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm, 
class-data-inheritable-pm, class-inspector-pm%type_pkg[perl], 
cgi-pm%type_pkg[perl], file-modified-pm, html-parser-pm%type_pkg[perl], 
http-body-pm (>= 0.5-1), libwww-pm%type_pkg[perl] (>= 5.79-1), 
http-request-ascgi-pm%type_pkg[perl] (>= 0.5-1), mime-types-pm%type_pkg[perl], 
module-pluggable-fast-pm%type_pkg[perl] (>= 0.16-1), 
universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, path-class-pm (>= 
0.9-1), scalar-list-utils-pm%type_pkg[perl], template-pm%type_pkg[perl], 
text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, class-data-inheritable-pm, 
class-inspector-pm%type_pkg[perl], cgi-pm%type_pkg[perl], file-modified-pm, 
html-parser-pm%type_pkg[perl], http-body-pm (>= 0.5-1), 
libwww-pm%type_pkg[perl] (>= 5.79-1), http-request-ascgi-pm%type_pkg[perl] (>= 
0.5-1), mime-types-pm%type_pkg[perl], module-pluggable-fast-pm%type_pkg[perl] 
(>= 0.16-1), universal-require-pm%type_pkg[perl] (>= 0.10-1), next-pm, 
path-class-pm (>= 0.9-1), scalar-list-utils-pm%type_pkg[perl], 
template-pm%type_pkg[perl], text-simpletable-pm%type_pkg[perl] (>= 0.03-1), 
test-mockobject-pm%type_pkg[perl], test-nowarnings-pm (>= 0.082-1), 
tree-simple-pm (>= 1.15-1), tree-simple-visitorfactory-pm, 
uri-pm%type_pkg[perl] (>= 1.35-1), file-copy-recursive-pm, 
module-install-pm%type_pkg[perl] (>= 0.54-1), yaml-pm (>= 0.55-1), 
catalyst-engine-apache-pm%type_pkg[perl] (>= 1.05-1), file-slurp-pm
 Replaces: catalyst-pm560, catalyst-pm561, catalyst-pm580, catalyst-pm581, 
catalyst-pm584, catalyst-pm586
 
 Source: mirror:cpan:authors/id/M/MR/MRAMBERG/Catalyst-%v.tar.gz



---
This SF.Net email is sponsored by xPML, a ground

dists/10.3/unstable/main/finkinfo/libs/perlmods catalyst-engine-apache-pm.info,1.1,1.2 catalyst-model-cdbi-pm.info,1.2,1.3 catalyst-plugin-authentication-pm.info,1.2,1.3 catalyst-plugin-authorization-

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24452/unstable/main/finkinfo/libs/perlmods

Modified Files:
catalyst-engine-apache-pm.info catalyst-model-cdbi-pm.info 
catalyst-plugin-authentication-pm.info 
catalyst-plugin-authorization-roles-pm.info 
catalyst-plugin-defaultend-pm.info 
catalyst-plugin-session-pm.info 
catalyst-plugin-session-state-cookie-pm.info 
catalyst-plugin-session-store-file-pm.info catalyst-pm.info 
catalyst-view-tt-pm.info 
Log Message:
Removing old'n'crusty perl variants that depend on modules that don't exist in 
those variants


Index: catalyst-plugin-defaultend-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-defaultend-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-defaultend-pm.info  22 Feb 2006 02:54:06 -  1.1
+++ catalyst-plugin-defaultend-pm.info  15 Mar 2006 03:38:16 -  1.2
@@ -3,7 +3,7 @@
 Version: 0.04
 Revision: 11
 Description: Sensible default end action
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-plugin-session-state-cookie-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-state-cookie-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-session-state-cookie-pm.info22 Feb 2006 02:54:06 
-  1.1
+++ catalyst-plugin-session-state-cookie-pm.info15 Mar 2006 03:38:16 
-  1.2
@@ -3,7 +3,7 @@
 Version: 0.02
 Revision: 11
 Description: Maintain session IDs using cookies
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-view-tt-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-view-tt-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-view-tt-pm.info28 Feb 2006 04:15:30 -  1.2
+++ catalyst-view-tt-pm.info15 Mar 2006 03:38:16 -  1.3
@@ -3,7 +3,7 @@
 Version: 0.22
 Revision: 12
 Description: Template view class for Catalyst
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-plugin-session-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-session-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-session-pm.info 22 Feb 2006 02:54:06 -  1.1
+++ catalyst-plugin-session-pm.info 15 Mar 2006 03:38:16 -  1.2
@@ -3,7 +3,7 @@
 Version: 0.05
 Revision: 11
 Description: generic session plugin
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-model-cdbi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-model-cdbi-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-model-cdbi-pm.info 28 Feb 2006 04:15:30 -  1.2
+++ catalyst-model-cdbi-pm.info 15 Mar 2006 03:38:16 -  1.3
@@ -3,7 +3,7 @@
 Version: 0.11
 Revision: 12
 Description: CDBI model class for Catalyst
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:45 -  
1.2
+++ catalyst-plugin-authorization-roles-pm.info 15 Mar 2006 03:38:16 -  
1.3
@@ -3,7 +3,7 @@
 Version: 0.03
 Revision: 12
 Description: Role based authorization for Catalyst
-Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 

Index: catalyst-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/catalyst-pm.info,v
retrieving revision 1.2
retrievi

dists/10.3/unstable/main/finkinfo/kde amarok-kde.info,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20071/10.3/unstable/main/finkinfo/kde

Modified Files:
amarok-kde.info 
Log Message:
fix deps

Index: amarok-kde.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/kde/amarok-kde.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- amarok-kde.info 11 Feb 2006 05:05:24 -  1.2
+++ amarok-kde.info 15 Mar 2006 03:27:33 -  1.3
@@ -1,14 +1,14 @@
 Info2: <<
 Package: amarok-kde%type_pkg[amarok]
 Version: 1.3.8
-Revision: 11
+Revision: 12
 Description: KDE - music player
 Type: amarok (-gstreamer -xine -gstreamer-xine)
 License: GPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: (%type_raw[amarok] = -gstreamer-xine) gstreamer-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer-xine) gst-plugins-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gstreamer-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gst-plugins-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -xine) libxine$1, expat-shlibs, flac-shlibs, 
libgettext3-shlibs, glib-shlibs, glib2-shlibs (>= 2.2.1-4), gtk+-shlibs, 
kdebase3-unified-shlibs (>= 3.4.0-11), kdelibs3-unified-shlibs (>= 3.4.0-11), 
libart2-shlibs, libiconv, libidn-shlibs, libjpeg-shlibs, libmad-shlibs, 
libmusicbrainz4-shlibs, libogg-shlibs, libpng3-shlibs, libtunepimp2-shlibs, 
libvorbis0-shlibs, libxml2-shlibs (>= 2.6.1-1), pcre-shlibs, popt-shlibs, 
qt3-shlibs (>= 3.3.1-11), taglib-shlibs (>= 1.4-1), x11-shlibs, xmms-shlibs
-BuildDepends: (%type_raw[amarok] = -gstreamer-xine) gstreamer-dev (>= 
0.8.11-2), (%type_raw[amarok] = -gstreamer-xine) gst-plugins-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gstreamer-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gst-plugins-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -xine) libxine$1, arts-dev (>= 1.4.0-11), autoconf2.5, 
automake1.7, cctools-single-module, expat, flac, freetype219, gettext-tools, 
libgettext3-dev, glib, glib2, glib2-dev, gtk+, kdebase3-unified-dev (>= 
3.4.0-11), kdelibs3-unified-dev (>= 3.4.0-11), libart2, libiconv-dev, libidn, 
libjpeg, libmad, libmusicbrainz4, libogg, libpng3, libtunepimp2, libvorbis0, 
libxml2, pcre, pkgconfig, popt, qt3 (>= 3.3.5-13), taglib (>= 1.4-1), x11-dev, 
xmms
+Depends: (%type_raw[amarok] = -gstreamer-xine) gstreamer-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer-xine) gst-plugins-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gstreamer-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gst-plugins-shlibs (>= 0.8.11-2), 
(%type_raw[amarok] = -xine) libxine-shlibs, expat-shlibs, flac-shlibs, 
libgettext3-shlibs, glib-shlibs, glib2-shlibs (>= 2.2.1-4), gtk+-shlibs, 
kdebase3-unified-shlibs (>= 3.4.0-11), kdelibs3-unified-shlibs (>= 3.4.0-11), 
libart2-shlibs, libiconv, libidn-shlibs, libjpeg-shlibs, libmad-shlibs, 
libmusicbrainz4-shlibs, libogg-shlibs, libpng3-shlibs, libtunepimp2-shlibs, 
libvorbis0-shlibs, libxml2-shlibs (>= 2.6.1-1), pcre-shlibs, popt-shlibs, 
qt3-shlibs (>= 3.3.1-11), taglib-shlibs (>= 1.4-1), x11-shlibs, xmms-shlibs
+BuildDepends: (%type_raw[amarok] = -gstreamer-xine) gstreamer-dev (>= 
0.8.11-2), (%type_raw[amarok] = -gstreamer-xine) gst-plugins-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gstreamer-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -gstreamer) gst-plugins-dev (>= 0.8.11-2), 
(%type_raw[amarok] = -xine) libxine, arts-dev (>= 1.4.0-11), autoconf2.5, 
automake1.7, cctools-single-module, expat, flac, freetype219, gettext-tools, 
libgettext3-dev, glib, glib2, glib2-dev, gtk+, kdebase3-unified-dev (>= 
3.4.0-11), kdelibs3-unified-dev (>= 3.4.0-11), libart2, libiconv-dev, libidn, 
libjpeg, libmad, libmusicbrainz4, libogg, libpng3, libtunepimp2, libvorbis0, 
libxml2, pcre, pkgconfig, popt, qt3 (>= 3.3.5-13), taglib (>= 1.4-1), x11-dev, 
xmms
 Conflicts: amarok-kde-xine, amarok-kde-gstreamer, amarok-kde-gstreamer-xine, 
amarok (<< %v-%r)
 Replaces: amarok-kde-xine, amarok-kde-gstreamer, amarok-kde-gstreamer-xine, 
amarok (<< %v-%r)
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/net postfix.info,1.3,1.4

2006-03-14 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9339

Modified Files:
postfix.info 
Log Message:
Moved to stable.

Index: postfix.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postfix.info3 Feb 2006 17:34:10 -   1.3
+++ postfix.info15 Mar 2006 03:02:47 -  1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postfix%type_pkg[-mysql]
-Version: 2.2.4
-Revision: 1002
+Version: 2.2.8
+Revision: 1012
 Type: -mysql (boolean)
 
 Homepage: http://www.postfix.org/
@@ -13,15 +13,16 @@
 enough to not upset existing users. Thus, the outside has a sendmail-ish
 flavor, but the inside is completely different. 
 
-This package does not provide TLS encryption or SASL authentication.
-Please see the postfix-tls package for these features.
+This package provides TLS encryption and SASL authentication. 
 <<
 DescUsage: <<
 You need to do a few things to set Postfix up before you can use it:
 
  1) Edit %p/etc/postfix/main.cf. In particular, edit myorigin,
 mydestination and mynetworks in that file. The file is well commented.
-More configuration options are documented in postconf(5).
+More configuration options are documented in postconf(5). Information
+on setting up TLS encryption can be found in
+%p/share/doc/postfix/tls.
  
  2) Edit the aliases in %p/etc/postfix/aliases so that mail to root,
 and your user, go to your real email address. Run 'sudo newaliases'
@@ -50,18 +51,22 @@
 NetInfo support disabled since Apple has depreciated it and no longer supplies
 the necessary header files.
 
+Now uses system's OpenSSL (via system-openssl-dev) and removed from crypto
+tree. Yay!
+
 Original maintainer: Daniel Parks <[EMAIL PROTECTED]>
 <<
 License: OSI-Approved
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
-Depends: daemonic, db43-ssl-shlibs (>= 4.3.29-1001) | db43-shlibs (>= 
4.3.29-1001), pcre-shlibs, (%type_raw[-mysql] = -mysql) mysql14-shlibs (>= 
4.1.10-1002)
-BuildDepends: db43-ssl (>= 4.3.29-1001) | db43 (>= 4.3.29-1001), pcre, 
(%type_raw[-mysql] = -mysql) mysql14-dev (>= 4.1.10-1002)
-Conflicts: postfix-release, postfix, postfix-mysql, postfix-tls, 
postfix-mysql-tls
-Replaces: postfix-release, postfix, postfix-mysql, postfix-tls, 
postfix-mysql-tls
+Depends: daemonic, db44-aes-shlibs (>= 4.4.16-1001) | db44-shlibs (>= 
4.4.16-1001), pcre-shlibs, cyrus-sasl2-shlibs, (%type_raw[-mysql] = -mysql) 
mysql14-shlibs (>= 4.1.10-1002)
+BuildDepends: db44-aes (>= 4.4.16-1001) | db44 (>= 4.4.16-1001), pcre, 
cyrus-sasl2-dev, system-openssl-dev, (%type_raw[-mysql] = -mysql) mysql14-dev 
(>= 4.1.10-1002)
+Conflicts: postfix-release, postfix, postfix-mysql
+Replaces: postfix-release, postfix, postfix-mysql, postfix-tls (<< %v-%r), 
postfix-mysql-tls (<< %v-%r), postfix-unified (<< %v-%r), postfix-mysql-unified 
(<< %v-%r)
+Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: 77394db3a4ebe578fa453502040698ac
+Source-MD5: 971bf94de3e8433c8965c27b42d56b9a
 
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g ' <%a/%{ni}.patch | patch -p1
@@ -83,8 +88,9 @@
-DDEF_HTML_DIR=\"%p/share/doc/%n/html\" \
-DDEF_QUEUE_DIR=\"%p/var/spool/postfix\" \
-DDEF_SENDMAIL_PATH=\"%p/sbin/sendmail\" \
-   -I. -I../../include -I%p/include/mysql -I%p/include/db4 -I%p/include' \
-   AUXLIBS="-L%p/lib -ldb -lmysqlclient"
+   -DUSE_TLS -DUSE_SASL_AUTH -DHAS_MYSQL \
+   -I. -I../../include -I%p/include/mysql -I%p/lib/system-openssl/include 
-I%p/include/db4 -I%p/include/sasl -I%p/include' \
+   AUXLIBS="-L%p/lib/system-openssl/lib -L%p/lib -lssl -lcrypto -ldb 
-lsasl2 -lmysqlclient"
 else
   make makefiles CCARGS='-DDEF_COMMAND_DIR=\"%p/sbin\" \
-DDEF_CONFIG_DIR=\"%p/etc/postfix\" \
@@ -96,8 +102,9 @@
-DDEF_HTML_DIR=\"%p/share/doc/%n/html\" \
-DDEF_QUEUE_DIR=\"%p/var/spool/postfix\" \
-DDEF_SENDMAIL_PATH=\"%p/sbin/sendmail\" \
-   -I. -I../../include -I%p/include/db4 -I%p/include' \
-   AUXLIBS="-L%p/lib -ldb"
+   -DUSE_TLS -DUSE_SASL_AUTH \
+   -I. -I../../include -I%p/lib/system-openssl/include -I%p/include/db4 
-I%p/include/sasl -I%p/include' \
+   AUXLIBS="-L%p/lib/system-openssl/lib -L%p/lib -lssl -lcrypto -ldb 
-lsasl2"
 fi
 make
 <<
@@ -144,10 +151,22 @@
 <<
 PreRmScript: <<
if [ $1 != "upgrade" ]; then
-   daemonic remove %{ni}
+   daemonic remove postfix
echo "Stopping postfix..."
%p/sbin/postfix stop >& /dev/null || true
yes 'n' | mta-switch apple
fi
 <<
+SplitOff: <<
+  Package: postfix%type_pkg[-mysql]-tls
+  Description: Upgrade package for postfix%type_pkg[-mysql]-tls
+  Depends: %N (= %v-%r)
+  DocFiles: LICEN

dists/10.3/stable/crypto/finkinfo gnucash-hbci.info,1.5,NONE gnucash-hbci.patch,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32401/crypto/finkinfo

Removed Files:
gnucash-hbci.info gnucash-hbci.patch 
Log Message:
Sorry, gnucash is no longer stable


--- gnucash-hbci.patch DELETED ---

--- gnucash-hbci.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs libnids.patch,NONE,1.1 libnids.info,1.1,1.2

2006-03-14 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31668

Modified Files:
libnids.info 
Added Files:
libnids.patch 
Log Message:
Patched checksum.c to use C code on Intel instead of assembly. Now builds.

--- NEW FILE: libnids.patch ---
diff -ru libnids-1.18.orig/src/checksum.c libnids-1.18/src/checksum.c
--- libnids-1.18.orig/src/checksum.c2003-09-20 16:40:44.0 -0400
+++ libnids-1.18/src/checksum.c 2006-03-14 21:32:36.0 -0500
@@ -3,7 +3,8 @@
 #include 
 #include 
 #include 
-
+#undef __i386__
+#undef __i386
 #if ( __i386__ || __i386 )
 // all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels
 

Index: libnids.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libnids.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libnids.info20 Jan 2006 20:21:18 -  1.1
+++ libnids.info15 Mar 2006 02:40:41 -  1.2
@@ -7,6 +7,7 @@
 BuildDepends: libpcap, libnet1.0
 Source: http://www.packetfactory.net/Projects/libnids/dist/libnids-%v.tar.gz
 Source-MD5: 9ee6dcdfac97bae6fe611aa27d2594a5
+Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man 
 InstallScript: <<
make install install_prefix=%d
@@ -29,3 +30,6 @@
  low-level network code. If you decide to use libnids, you have got
  E-component ready - you can focus on implementing other parts of NIDS.
 <<
+DescPackaging: <<
+ Added patch to disable assembly code on Intel Macs to allow building.
+<<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/web tomcat4.info,1.1,NONE tomcat4.patch,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29877/web

Removed Files:
tomcat4.info tomcat4.patch 
Log Message:
No commons-modeler


--- tomcat4.patch DELETED ---

--- tomcat4.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/net opennms.info,1.1,NONE opennms.patch,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28945/net

Removed Files:
opennms.info opennms.patch 
Log Message:
Depends on rrdtool and commons-*, which aren't in stable


--- opennms.patch DELETED ---

--- opennms.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs libdvdread4.info,NONE,1.1

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26465/libs

Added Files:
libdvdread4.info 
Log Message:
>From unstable (needed by libdvdnav2)


--- NEW FILE: libdvdread4.info ---
Package: libdvdread4
Version: 0.9.4
Revision: 13
###
Depends: libdvdcss-shlibs, %N-shlibs (= %v-%r)
BuildDepends: libdvdcss
BuildDependsOnly: true
Conflicts: libdvdread
Replaces: libdvdread
###
Source: http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-%v.tar.gz
Source-MD5: 06353d7b14541ff8b431e69ad404db84
###
PatchScript: <<
  ### Two level
  perl -pi.bak -e 's,-flat_namespace -undefined suppress,,g' configure
  ### dlopen fix
  perl -pi.bak -e 's,libdvdcss.so.2,libdvdcss.2.dylib,g' dvdread/dvd_input.c
<<
###
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
###
ConfigureParams: --with-libdvdcss --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
SplitOff: <<
  Package: %N-shlibs
  Depends: libdvdcss-shlibs
  Files: <<
lib/libdvdread.*.dylib
  <<
  Shlibs: <<
%p/lib/libdvdread.3.dylib 4.0.0 %n (>= 0.9.4-1)
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: COPYING
###
Description: Library which provides functions for reading DVD video disks
DescDetail: <<
  libdvdread provides a simple foundation for reading DVD video disks. It
  provides the functionality that is required to access many DVDs. It parses
  IFO files, reads NAV-blocks, and performs CSS authentication and descrambling.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.dtek.chalmers.se/~dvd/downloads.shtml



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1258,1.1259 PkgVersion.pm,1.529,1.530

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25127

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
Stop duplicate BDO warnings


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -d -r1.529 -r1.530
--- PkgVersion.pm   1 Mar 2006 06:15:27 -   1.529
+++ PkgVersion.pm   15 Mar 2006 02:26:48 -  1.530
@@ -2179,6 +2179,10 @@
 # In "conflicts" mode, must have none of any sublist installed
 # (but makes no sense to have logical OR in a *Conflicts field)
 
+{
+   # track which BuildDependsOnly violation warnings we've issued
+   my $bdo_warning_cache = {};  # hash of "$pkg\0$dependency"=>1
+
 sub resolve_depends {
my $self = shift;
my $include_build = shift || 0;
@@ -2275,13 +2279,21 @@
# loop through all PkgVersion 
that supply $pkg
 
if 
($dependent->param_boolean("BuildDependsOnly")) {
-   # whine if BDO violation
-   my $dep_providername = 
$dependent->get_name();
-   print "\nWARNING: The 
package " . $self->get_name() . " Depends on $depname";
-   if ($dep_providername 
ne $depname) {  # virtual pkg
-   print "\n\t 
(which is provided by $dep_providername)";
+   my $cache_key = 
$self->get_name() . "\0" . $depname;
+   if (!exists 
$bdo_warning_cache->{$cache_key}) {
+   
$bdo_warning_cache->{$cache_key} = 1;
+
+   # whine if this 
BDO violation hasn't
+   # been 
whined-about before
+   my 
$dep_providername = $dependent->get_name();
+   print 
"\nWARNING: The package " . $self->get_name() . " Depends on $depname";
+   if 
($dep_providername ne $depname) {
+   # 
virtual pkg
+   print 
"\n\t (which is provided by $dep_providername)";
+   }
+   print ",\n\t 
but $depname only allows things to BuildDepend on it.\n\n";
}
-   print ",\n\t but 
$depname only allows things to BuildDepend on it.\n\n";
+
if 
(Fink::Config::get_option("maintainermode")) {
die "Please 
correct the above problems and try again!\n";
}
@@ -2371,6 +2383,9 @@
return @deplist;
 }
 
+# resolve_depends has lexical private variables
+}
+
 sub get_altspec {
my $self = shift;
my $altspecs = shift;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1258
retrieving revision 1.1259
diff -u -d -r1.1258 -r1.1259
--- ChangeLog   6 Mar 2006 23:20:43 -   1.1258
+++ ChangeLog   15 Mar 2006 02:26:46 -  1.1259
@@ -1,3 +1,8 @@
+2006-03-14  Daniel Macks  <[EMAIL PROTECTED]>
+
+   * PkgVersion.pm: Do not issue repeated warnings about the same
+   BuildDependsOnly violation
+
 2006-03-06  Daniel Macks  <[EMAIL PROTECTED]>
 
* Validation.pm: Fix *SetPATH handler



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs commons-modeler.info,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14308/libs

Removed Files:
commons-modeler.info 
Log Message:
No mx4j, so...


--- commons-modeler.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs mx4j.info,1.1,NONE mx4j.patch,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13420/libs

Removed Files:
mx4j.info mx4j.patch 
Log Message:
Depends on jython, which isn't in stable and depends on lots of other !stable 
stuff.


--- mx4j.info DELETED ---

--- mx4j.patch DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/gnome gnucash-docs.info,1.3,NONE gnucash.info,1.14,NONE gnucash.patch,1.1,NONE

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9567/stable/main/finkinfo/gnome

Removed Files:
gnucash-docs.info gnucash.info gnucash.patch 
Log Message:
depends on opensp3, which doesn't exist in stable and is only a deprecated 
compatibility package in unstable


--- gnucash.patch DELETED ---

--- gnucash.info DELETED ---

--- gnucash-docs.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs/perlmods curses-pm.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6706/libs/perlmods

Modified Files:
curses-pm.info 
Log Message:
Rewmove inappropriate pm variants


Index: curses-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/curses-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- curses-pm.info  18 Feb 2006 23:21:00 -  1.3
+++ curses-pm.info  15 Mar 2006 01:44:26 -  1.4
@@ -5,7 +5,7 @@
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/G/GI/GIRAFFED/Curses-%v.tgz
 Source-MD5: 33f6a17f9ece7efda2dde3431e1540f6
-Type: perl (5.8.1 5.8.4 5.8.6)
+Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: Artistic Copying HISTORY INSTALL README
 License: Artistic/GPL



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs/perlmods ipc-run-pm.info,NONE,1.1

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6182/10.3/stable/main/finkinfo/libs/perlmods

Added Files:
ipc-run-pm.info 
Log Message:
Add missing dep of class-methodmaker-pm


--- NEW FILE: ipc-run-pm.info ---
Package: ipc-run-pm
Version: 0.79
Revision: 1
Type: perl

Source: mirror:cpan:authors/id/R/RS/RSOD/IPC-Run-%v.tar.gz
Source-MD5: a1044306a9669b376f58315884c13392
PatchScript: <<
  head -n 6 lib/IPC/Run.pm > LICENSE
<<

DocFiles: Changes LICENSE TODO

UpdatePOD: true

DescPackaging: <<
  IPC::Run will use IO::Pty if it is present but it is apparently not
  required. If it is present, it must be >= 1.00. Fink doesn't have a
  clean way to express that dependency, and io-tty-pm (which contains
  IO::Pty) hasn't been < 1.00 in a long time, so not gonna worry about
  it. NB: io-tty-pm is perl-versioned, so we would have to be perl-
  versioned ourselves if we started messing with it explicitly.
<<
Description: Perl module for creating generic methods
License: Artistic/GPL
Maintainer: Daniel Macks <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/IPC-Run



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/editors bluefish.info,1.18,1.19

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5139/10.3/stable/main/finkinfo/editors

Modified Files:
bluefish.info 
Log Message:
Fix BuildDepends syntax error


Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- bluefish.info   21 Feb 2006 08:11:51 -  1.18
+++ bluefish.info   15 Mar 2006 01:40:58 -  1.19
@@ -5,8 +5,8 @@
 Revision: 3
 Source: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/bluefish-%v.tar.bz2
 Source-MD5: 8d5c1b7315cdc935aa024954093d2b32
-Depends: aspell-shlibs (>= 0.50.5-1), default-icon-theme, gettext (>= 
0.10.40-19), glib2 (>= 2.4.6-7), glib2-shlibs (>= 2.4.6-7), gnome-icon-theme 
(>= 1.2.3-5), libjpeg-shlibs (>= 6b-16), libtiff-shlibs (>= 3.6.1-4), 
pango1-xft2 (>= 1.6.0-1), pango1-xft2-shlibs (>= 1.6.0-1), pcre-shlibs (>= 
4.5-1), popt-shlibs (>= 1.7-5), libxml2-shlibs (>= 2.6.22-1), libxml2-bin (>= 
2.6.22-1), shared-mime-info (>= 0.14-6), atk1-shlibs (>= 1.6.1-3), 
libpng3-shlibs (>= 1:1.2.8), gtk+2 (>= 2.4.9-8), gtk+2-shlibs (>= 2.4.9-8), 
libiconv (>= 1.9.1-11), x11, (%type_raw[bluefish] = -gnomevfs2) gnome-base (>= 
2.4.1-1), (%type_raw[bluefish] = -gnome2) gnome-base (>= 2.4.1-1), 
(%type_raw[bluefish] = -gnomevfs2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnome2) gnome-mime-data (>= 2.4.1-4), 
(%type_raw[bluefish] = -gnomevfs2) libidl2-shlibs (>= 0.8.3-2), 
(%type_raw[bluefish] = -gnome2) libidl2-shlibs (>= 0.8.3-2), 
(%type_raw[bluefish] = -gnomevfs2) orbit2 (>= 2.10.3-9), (%type_raw[bluefish] 
 = -gnome2) orbit2 (>= 2.10.3-9), (%type_raw[bluefish] = -gnomevfs2) 
orbit2-shlibs (>= 2.10.3-9), (%type_raw[bluefish] = -gnome2) orbit2-shlibs (>= 
2.10.3-9), (%type_raw[bluefish] = -gnomevfs2) gconf2 (>= 2.6.3-10), 
(%type_raw[bluefish] = -gnome2) gconf2 (>= 2.6.3-10), (%type_raw[bluefish] = 
-gnomevfs2) gconf2-shlibs (>= 2.6.3-10), (%type_raw[bluefish] = -gnome2) 
gconf2-shlibs (>= 2.6.3-10), (%type_raw[bluefish] = -gnomevfs2) libbonobo2 (>= 
2.6.2-9), (%type_raw[bluefish] = -gnome2) libbonobo2 (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnomevfs2) libbonobo2-shlibs (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnome2) libbonobo2-shlibs (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2 (>= 2.6.1.1-17) | 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-ssl (>= 2.6.1.1-15), 
(%type_raw[bluefish] = -gnome2) gnome-vfs2 (>= 2.6.1.1-17) | 
(%type_raw[bluefish] = -gnome2) gnome-vfs2-ssl (>= 2.6.1.1-15), 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-shlibs (>= 2.6.1.1-17) | 
(%type_raw[bluefish]
  = -gnomevfs2) gnome-vfs2-ssl-shlibs (>= 2.6.1.1-15), (%type_raw[bluefish] = 
-gnome2) gnome-vfs2-shlibs (>= 2.6.1.1-17) | (%type_raw[bluefish] = -gnome2) 
gnome-vfs2-ssl-shlibs (>= 2.6.1.1-15), (%type_raw[bluefish] = -gnome2) 
audiofile-shlibs, (%type_raw[bluefish] = -gnome2) audiofile-bin,  
(%type_raw[bluefish] = -gnome2) esound, (%type_raw[bluefish] = -gnome2) 
esound-bin, (%type_raw[bluefish] = -gnome2) esound-common, (%type_raw[bluefish] 
= -gnome2) esound-shlibs, (%type_raw[bluefish] = -gnome2) libart2-shlibs (>= 
2.3.16-2), (%type_raw[bluefish] = -gnome2) libgnome2 (>= 2.6.1.2-21), 
(%type_raw[bluefish] = -gnome2) libgnome2-shlibs (>= 2.6.1.2-21), 
(%type_raw[bluefish] = -gnome2) libglade2-shlibs (>= 2.3.6-17), 
(%type_raw[bluefish] = -gnome2) libgnomecanvas2 (>= 2.6.1.1-7), 
(%type_raw[bluefish] = -gnome2) libgnomecanvas2-shlibs (>= 2.6.1.1-7),  
(%type_raw[bluefish] = -gnome2) gnome-keyring-shlibs (>= 0.2.1-4), 
(%type_raw[bluefish] = -gnome2) gnome-keyring (>= 0.2.1-4), (%type
 _raw[bluefish] = -gnome2) libbonoboui2 (>= 2.6.1-10), (%type_raw[bluefish] = 
-gnome2) libbonoboui2-shlibs (>= 2.6.1-10), (%type_raw[bluefish] = -gnome2) 
libgnomeui2 (>= 2.6.1.1-9), (%type_raw[bluefish] = -gnome2) libgnomeui2-shlibs 
(>= 2.6.1.1-9)
-BuildDepends: autoconf2.5, aspell-dev (>= 0.50.5-1), gettext-dev (>= 
0.10.40-19), gettext-tools (>= 0.10.40-19), gettext-bin (>= 0.10.40-19), 
glib2-dev (>= 2.4.6-7), libiconv-dev (>= 1.9.1-11), libjpeg (>= 6b-16), libtiff 
(>= 3.6.1-4), pango1-xft2-dev (>= 1.6.0-1), pcre (>= 4.5-1), pcre-bin (>= 
4.5-1), pkgconfig, atk1 (>= 1.6.1-3), autoconf2.5,  libpng3 (>= 1:1.2.8), 
gtk+2-dev (>= 2.4.9-8), x11-dev, libxml2 (>= 2.6.22-1), (%type_raw[bluefish] = 
-gnomevfs2) orbit2-dev (>= 2.10.3-9), (%type_raw[bluefish] = -gnome2) 
orbit2-dev (>= 2.10.3-9), (%type_raw[bluefish] = -gnomevfs2) gconf2-dev (>= 
2.6.3-10), (%type_raw[bluefish] = -gnome2) gconf2-dev (>= 2.6.3-10), 
(%type_raw[bluefish] = -gnomevfs2) libbonobo2-dev (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnome2) libbonobo2-dev (>= 2.6.2-9), 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-dev (>= 2.6.1.1-17) | 
(%type_raw[bluefish] = -gnomevfs2) gnome-vfs2-ssl-dev (>= 2.6.1.1-15), 
(%type_raw[bluefish] = -gnome2) 

dists/10.3/stable/main/finkinfo/libs/perlmods berkeleydb-pm.info,1.4,1.5

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24150/stable/main/finkinfo/libs/perlmods

Modified Files:
berkeleydb-pm.info 
Log Message:
Remove inappropriate variant


Index: berkeleydb-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/berkeleydb-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- berkeleydb-pm.info  18 Feb 2006 23:21:00 -  1.4
+++ berkeleydb-pm.info  15 Mar 2006 01:09:06 -  1.5
@@ -10,7 +10,7 @@
 Source: mirror:cpan:authors/id/P/PM/PMQS/BerkeleyDB-%v.tar.gz
 Source-MD5: 43aa72c0c6941af0d656d749ad543e96
 PatchScript: sed 's|@PREFIX@|%p|g ' <%a/%{ni}.patch | patch -p1
-Type: perl (5.8.1 5.8.4 5.8.6)
+Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: Changes MANIFEST README Todo
 InstallScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/languages ruby18.info,1.8,1.9

2006-03-14 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6122

Modified Files:
ruby18.info 
Log Message:
Fix the fix of the fix for Intel. :)

Index: ruby18.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ruby18.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ruby18.info 14 Mar 2006 21:18:18 -  1.8
+++ ruby18.info 14 Mar 2006 23:43:36 -  1.9
@@ -1,6 +1,6 @@
 Package: ruby18
 Version: 1.8.4
-Revision: 1002
+Revision: 1003
 Description: Interpreted, object-oriented language (binaries)
 License: GPL
 Homepage: http://www.ruby-lang.org/
@@ -81,7 +81,8 @@
 lib/libruby-static.a
 lib/libruby.a
 lib/ruby/1.8/mkmf.rb
-lib/ruby/1.8/%m-darwin/*.h
+(%m = i386) lib/ruby/1.8/i686-darwin/*.h
+(%m = powerpc) lib/ruby/1.8/powerpc-darwin/*.h
   <<
   DocFiles: COPYING COPYING.ja ChangeLog GPL LEGAL LGPL README README.EXT 
README.EXT.ja README.ja ToDo
 <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/libs pilot-link9.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20080/10.4-transitional/stable/main/finkinfo/libs

Modified Files:
pilot-link9.info 
Log Message:
Propagate fixes


Index: pilot-link9.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pilot-link9.info7 Aug 2005 19:12:15 -   1.3
+++ pilot-link9.info14 Mar 2006 23:05:08 -  1.4
@@ -1,9 +1,9 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 34
+Revision: 36
 ###
 Depends: x11, libpng3-shlibs, readline5-shlibs, tcltk-shlibs, %N-shlibs (= 
%v-%r)
-BuildDepends: fink (>= 0.9.9), libpng3, readline5, tcltk, tcltk-dev, python23 
| python23-nox, libiconv-dev, ncurses, x11-dev
+BuildDepends: fink (>= 0.9.9), libpng3, readline5, tcltk, tcltk-dev, python23 
| python23-nox, libiconv-dev, libncurses5, x11-dev
 BuildDependsOnly: true
 Conflicts: pilot-link
 Replaces: pilot-link
@@ -14,6 +14,7 @@
 Patch: %n.patch
 PatchScript: <<
  perl -pi -e "s/python2.2/python2.3/" configure
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
 ###
 GCC: 3.3
@@ -26,6 +27,10 @@
 ###
 # --with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home
 ConfigureParams: --without-perl --with-pic --with-readline --enable-shared 
--enable-static --with-tcl=%p/lib --without-itcl --with-tk --without-java 
--with-python --with-libiconv --with-libpng --disable-debug 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+CompileScript: <<
+  PYTHON=%p/bin/python2.3 ./configure %c
+  make
+<<
 ###
 Splitoff: <<
   Package: %N-shlibs



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs pilot-link9.info,1.6,1.7

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20080/10.3/stable/main/finkinfo/libs

Modified Files:
pilot-link9.info 
Log Message:
Propagate fixes


Index: pilot-link9.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pilot-link9.info12 Sep 2005 16:56:46 -  1.6
+++ pilot-link9.info14 Mar 2006 23:05:07 -  1.7
@@ -1,9 +1,9 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 12
+Revision: 14
 ###
-Depends: x11, libpng3-shlibs, readline-shlibs (>= 4.3-15), tcltk-shlibs, 
%N-shlibs (= %v-%r)
-BuildDepends: fink (>= 0.9.9), libpng3, readline (>= 4.3-15), tcltk, 
tcltk-dev, python22 | python22-nox, libiconv-dev, libncurses5, x11-dev
+Depends: x11, libpng3-shlibs, readline5-shlibs, tcltk-shlibs, %N-shlibs (= 
%v-%r)
+BuildDepends: fink (>= 0.9.9), libpng3, readline5, tcltk, tcltk-dev, python22 
| python22-nox, libiconv-dev, libncurses5, x11-dev
 BuildDependsOnly: true
 Conflicts: pilot-link
 Replaces: pilot-link
@@ -12,6 +12,9 @@
 Source-MD5: 586f84add601e8b86da3093ab784e997
 ###
 Patch: %n.patch
+PatchScript: <<
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
+<<
 ###
 GCC: 3.3
 ###
@@ -23,10 +26,14 @@
 ###
 # --with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home
 ConfigureParams: --without-perl --with-pic --with-readline --enable-shared 
--enable-static --with-tcl=%p/lib --without-itcl --with-tk --without-java 
--with-python --with-libiconv --with-libpng --disable-debug 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+CompileScript: <<
+  PYTHON=%p/bin/python2.2 ./configure %c
+  make
+<<
 ###
 Splitoff: <<
   Package: %N-shlibs
-  Depends: readline-shlibs (>= 4.3-15), ncurses, libncurses5-shlibs
+  Depends: readline5-shlibs, ncurses (>= 5.3-12), libncurses5-shlibs
   Conflicts: pilot-link-shlibs
   Replaces: pilot-link-shlibs
   Files: <<
@@ -45,7 +52,7 @@
 <<
 Splitoff2: <<
   Package: %N-bin
-  Depends: libpng3-shlibs, readline-shlibs (>= 4.3-15), tcltk-shlibs, 
%N-shlibs (= %v-%r)
+  Depends: libpng3-shlibs, readline5-shlibs, tcltk-shlibs, %N-shlibs (= %v-%r)
   Replaces: pilot-link-bin
   Conflicts: pilot-link-bin
   Files: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs pilot-link9.info,1.7,1.8

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18276/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
pilot-link9.info 
Log Message:
backport drm's fixes from 10.4


Index: pilot-link9.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pilot-link9.info28 Oct 2005 21:33:18 -  1.7
+++ pilot-link9.info14 Mar 2006 23:01:40 -  1.8
@@ -1,6 +1,6 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 35
+Revision: 36
 ###
 Depends: x11, libpng3-shlibs, readline5-shlibs, tcltk-shlibs, %N-shlibs (= 
%v-%r)
 BuildDepends: fink (>= 0.9.9), libpng3, readline5, tcltk, tcltk-dev, python23 
| python23-nox, libiconv-dev, libncurses5, x11-dev
@@ -14,6 +14,7 @@
 Patch: %n.patch
 PatchScript: <<
  perl -pi -e "s/python2.2/python2.3/" configure
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
 ###
 GCC: 3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs pilot-link9.info,1.7,1.8

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18276/10.3/unstable/main/finkinfo/libs

Modified Files:
pilot-link9.info 
Log Message:
backport drm's fixes from 10.4


Index: pilot-link9.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pilot-link9.info28 Oct 2005 21:33:18 -  1.7
+++ pilot-link9.info14 Mar 2006 23:01:39 -  1.8
@@ -1,6 +1,6 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 13
+Revision: 14
 ###
 Depends: x11, libpng3-shlibs, readline5-shlibs, tcltk-shlibs, %N-shlibs (= 
%v-%r)
 BuildDepends: fink (>= 0.9.9), libpng3, readline5, tcltk, tcltk-dev, python22 
| python22-nox, libiconv-dev, libncurses5, x11-dev
@@ -12,6 +12,9 @@
 Source-MD5: 586f84add601e8b86da3093ab784e997
 ###
 Patch: %n.patch
+PatchScript: <<
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
+<<
 ###
 GCC: 3.3
 ###



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/games nethack.info,1.3,1.4 nethack.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12738

Modified Files:
nethack.info nethack.patch 
Log Message:
latest version to stable


Index: nethack.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/nethack.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nethack.info23 Feb 2006 20:41:13 -  1.3
+++ nethack.info14 Mar 2006 22:49:53 -  1.4
@@ -1,11 +1,11 @@
 Info2: <<
 Package: nethack%type_pkg[-x11]%type_pkg[-gnome]%type_pkg[-qt]
 Version: 3.4.3
-Revision: 1001
+Revision: 1002
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
 Type: -x11 (boolean), -gnome (boolean), -qt (boolean)
 BuildDepends: <<
-gettext-dev,
+gettext-dev, 
 (%type_raw[-x11] = -x11) x11-dev,
 (%type_raw[-gnome] = -gnome) libjpeg, (%type_raw[-gnome] = -gnome) libpng3, 
 (%type_raw[-gnome] = -gnome) libtiff, (%type_raw[-gnome] = -gnome) netpbm, 
@@ -51,7 +51,7 @@
 <<
 CompileScript: <<
  (cd sys/unix; sh ./setup.sh)
- make GAMEDIR=%p/lib/nethack HACKDIR=%p/lib/nethack CC=gcc-3.3 CXX=g++-3.3
+ make GAMEDIR=%p/lib/nethack HACKDIR=%p/lib/nethack
 <<
 InstallScript: <<
  make HACKDIR=%p/lib/nethack GAMEDIR=%i/lib/nethack SHELLDIR=%i/bin install

Index: nethack.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/nethack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack.patch   20 Jan 2006 20:12:53 -  1.1
+++ nethack.patch   14 Mar 2006 22:49:53 -  1.2
@@ -1,6 +1,6 @@
 diff -ru nethack-3.4.3-orig/include/config.h nethack-3.4.3/include/config.h
 nethack-3.4.3-orig/include/config.hSun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/config.h Sun Mar 28 21:22:39 2004
+--- nethack-3.4.3-orig/include/config.h2005-12-19 15:34:20.0 
-0800
 nethack-3.4.3/include/config.h 2005-12-19 15:34:30.0 -0800
 @@ -103,6 +103,12 @@
  # endif
  #endif
@@ -15,8 +15,8 @@
  # ifdef TTY_GRAPHICS
  # undef TTY_GRAPHICS
 diff -ru nethack-3.4.3-orig/include/system.h nethack-3.4.3/include/system.h
 nethack-3.4.3-orig/include/system.hSun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/system.h Sun Mar 28 19:06:48 2004
+--- nethack-3.4.3-orig/include/system.h2005-12-19 15:34:20.0 
-0800
 nethack-3.4.3/include/system.h 2005-12-19 15:34:30.0 -0800
 @@ -72,7 +72,7 @@
  
  #if !defined(__cplusplus) && !defined(__GO32__)
@@ -27,8 +27,8 @@
  # undef random
  # endif
 diff -ru nethack-3.4.3-orig/include/unixconf.h nethack-3.4.3/include/unixconf.h
 nethack-3.4.3-orig/include/unixconf.h  Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/unixconf.h   Tue Mar 30 00:59:08 2004
+--- nethack-3.4.3-orig/include/unixconf.h  2005-12-19 15:34:20.0 
-0800
 nethack-3.4.3/include/unixconf.h   2005-12-19 15:34:31.0 -0800
 @@ -19,20 +19,20 @@
   */
  
@@ -72,8 +72,8 @@
   * [ALI] We assume that SVR4 means we can safely include syscall.h
   * (although it's really a BSDism). This is certainly true for Solaris 2.5,
 diff -ru nethack-3.4.3-orig/src/files.c nethack-3.4.3/src/files.c
 nethack-3.4.3-orig/src/files.c Sun Mar 28 17:51:03 2004
-+++ nethack-3.4.3/src/files.c  Tue Mar 30 00:28:39 2004
+--- nethack-3.4.3-orig/src/files.c 2005-12-19 15:34:20.0 -0800
 nethack-3.4.3/src/files.c  2005-12-19 15:34:31.0 -0800
 @@ -1341,7 +1341,7 @@
nesting--;
return FALSE;
@@ -102,8 +102,8 @@
char *details;
  
 diff -ru nethack-3.4.3-orig/sys/unix/Makefile.src 
nethack-3.4.3/sys/unix/Makefile.src
 nethack-3.4.3-orig/sys/unix/Makefile.src   Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/Makefile.srcSun Mar 28 22:54:47 2004
+--- nethack-3.4.3-orig/sys/unix/Makefile.src   2005-12-19 15:34:20.0 
-0800
 nethack-3.4.3/sys/unix/Makefile.src2005-12-19 15:34:31.0 
-0800
 @@ -146,13 +146,13 @@
  # directories.  The ones given below is the usual spot for linux systems.
  # The paths are for glibconfig.h and gnomesupport.h respectively.
@@ -152,8 +152,8 @@
  # libraries for Gem port
  WINGEMLIB = -le_gem -lgem
 diff -ru nethack-3.4.3-orig/sys/unix/Makefile.top 
nethack-3.4.3/sys/unix/Makefile.top
 nethack-3.4.3-orig/sys/unix/Makefile.top   Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/Makefile.topMon Mar 29 01:08:47 2004
+--- nethack-3.4.3-orig/sys/unix/Makefile.top   2005-12-19 15:34:20.0 
-0800
 nethack-3.4.3/sys/unix/Makefile.top2005-12-19 15:34:31.0 
-0800
 @@ -40,7 +40,7 @@
  SHELLDIR = $(PREFIX)/games
  
@@ -182,8 +182,8 @@
< sys/unix/nethack.sh \
> $(SHELLDIR)/$(GAME)
 diff -ru nethack-3.4.3-orig/sys/unix/unixmain.c 
nethac

dists/10.3/unstable/main/finkinfo/sound libmusicbrainz4.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6603/10.3/unstable/main/finkinfo/sound

Modified Files:
libmusicbrainz4.info 
Log Message:
Missing BDO


Index: libmusicbrainz4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/libmusicbrainz4.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libmusicbrainz4.info9 Feb 2006 18:33:33 -   1.3
+++ libmusicbrainz4.info14 Mar 2006 22:37:42 -  1.4
@@ -1,6 +1,7 @@
 Package: libmusicbrainz4
 Version: 2.1.2
-Revision: 11
+Revision: 12
+BuildDependsOnly: True
 Description: Library for accessing musicbrainz database
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sound libmusicbrainz4.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6603/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
libmusicbrainz4.info 
Log Message:
Missing BDO


Index: libmusicbrainz4.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/libmusicbrainz4.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libmusicbrainz4.info9 Feb 2006 18:33:33 -   1.3
+++ libmusicbrainz4.info14 Mar 2006 22:37:43 -  1.4
@@ -1,6 +1,7 @@
 Package: libmusicbrainz4
 Version: 2.1.2
-Revision: 21
+Revision: 22
+BuildDependsOnly: True
 Description: Library for accessing musicbrainz database
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sound libtunepimp2.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5368/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
libtunepimp2.info 
Log Message:
Missing BDO


Index: libtunepimp2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/libtunepimp2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libtunepimp2.info   9 Feb 2006 18:33:33 -   1.3
+++ libtunepimp2.info   14 Mar 2006 22:35:29 -  1.4
@@ -1,6 +1,7 @@
 Package: libtunepimp2
 Version: 0.3.0
-Revision: 23
+Revision: 24
+BuildDependsOnly: True
 Description: Library for musicbrainz tagging
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sound libtunepimp2.info,1.3,1.4

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5368/10.3/unstable/main/finkinfo/sound

Modified Files:
libtunepimp2.info 
Log Message:
Missing BDO


Index: libtunepimp2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/libtunepimp2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libtunepimp2.info   9 Feb 2006 18:33:33 -   1.3
+++ libtunepimp2.info   14 Mar 2006 22:35:29 -  1.4
@@ -1,6 +1,7 @@
 Package: libtunepimp2
 Version: 0.3.0
-Revision: 13
+Revision: 14
+BuildDependsOnly: True
 Description: Library for musicbrainz tagging
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/kde filelight.info,1.1,1.2

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/unstable/main/finkinfo/kde

Modified Files:
filelight.info 
Log Message:
Tag gcc3.3 users as Arch:ppc


Index: filelight.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/filelight.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- filelight.info  13 Feb 2006 03:41:26 -  1.1
+++ filelight.info  14 Mar 2006 22:23:30 -  1.2
@@ -39,6 +39,7 @@
 BuildDepends: arts-dev (>= 1.4.0-11), autoconf2.5 (>= 2.58-1), automake1.9, 
cctools (>= 446-1) | cctools-single-module, fink (>= 0.20.2.1-1), freetype219, 
kdelibs3-ssl-dev (>= 3.5.1-1021) | kdelibs3-dev (>= 3.5.1-1021), libart2, 
libjpeg, libpng3 (>= 1.2.5-4), qt3 (>= 3.3.5-1023), x11-dev, libidn, 
libiconv-dev, gettext-dev, gettext-tools, gcc3.3
 BuildConflicts: unsermake
 GCC: 4.0
+Architecture: powerpc
 
 Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
 Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo irssi-ssl.info,1.4,1.5

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/unstable/crypto/finkinfo

Modified Files:
irssi-ssl.info 
Log Message:
Tag gcc3.3 users as Arch:ppc


Index: irssi-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/irssi-ssl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- irssi-ssl.info  8 Mar 2006 09:42:36 -   1.4
+++ irssi-ssl.info  14 Mar 2006 22:23:30 -  1.5
@@ -1,6 +1,7 @@
 Package: irssi-ssl
 Version: 0.8.9
 Revision: 1039
+Architecture: powerpc
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: glib2-dev (>= 2.6.6-), fink (>= 0.13.0-1), libncurses5 (>= 
5.4-20041023-1006), openssl097-dev, pkgconfig, libgettext3-dev, libiconv-dev, 
gcc3.3
 Depends: glib2-shlibs (>= 2.6.6-), libncurses5-shlibs (>= 
5.4-20041023-1006), perl586-core, openssl097-shlibs



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net bitchx.info,1.2,1.3

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/unstable/main/finkinfo/net

Modified Files:
bitchx.info 
Log Message:
Tag gcc3.3 users as Arch:ppc


Index: bitchx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/bitchx.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bitchx.info 21 Jan 2006 17:50:30 -  1.2
+++ bitchx.info 14 Mar 2006 22:23:30 -  1.3
@@ -1,6 +1,7 @@
 Package: bitchx
 Version: 1.0c19
 Revision: 1032
+Architecture: powerpc
 BuildDepends: libncurses5 (>= 5.4-20041023-1006), gcc3.3
 Depends: %N-common, libncurses5-shlibs (>= 5.4-20041023-1006)
 Provides: irc-client



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci plotutils.info,1.1,1.2

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/unstable/main/finkinfo/sci

Modified Files:
plotutils.info 
Log Message:
Tag gcc3.3 users as Arch:ppc


Index: plotutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/plotutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plotutils.info  20 Jan 2006 20:30:40 -  1.1
+++ plotutils.info  14 Mar 2006 22:23:29 -  1.2
@@ -3,6 +3,7 @@
 Revision: 7
 GCC: 3.3
 BuildDepends: x11-dev, libpng3, gcc3.3
+Architecture: powerpc
 Depends: x11, libpng3-shlibs, %N-shlibs (= %v-%r)
 Description: C/C++ function library for exporting 2-D vector graphics  
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/graphics xrmap.info,1.2,1.3

2006-03-14 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/unstable/main/finkinfo/graphics

Modified Files:
xrmap.info 
Log Message:
Tag gcc3.3 users as Arch:ppc


Index: xrmap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xrmap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xrmap.info  3 Mar 2006 16:37:05 -   1.2
+++ xrmap.info  14 Mar 2006 22:23:30 -  1.3
@@ -11,6 +11,7 @@
 BuildDepends: x11-dev, imagemagick, gcc3.3, libjpeg, libpng3
 Depends: x11-shlibs, libjpeg-shlibs, libpng3-shlibs
 Suggests: qtplay, libjpeg, libpng3, inkscape, dillo, gv
+Architecture: powerpc
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include
 SetCC: gcc-3.3 -Wall



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.1,1.2 rose-db-object-pm.info,1.1,1.2 rose-html-objects-pm.info,1.1,1.2 rose-object-pm.info,1.1,1.2

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18071/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose packages

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-db-object-pm.info  28 Feb 2006 04:15:30 -  1.1
+++ rose-db-object-pm.info  14 Mar 2006 21:57:37 -  1.2
@@ -1,17 +1,17 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 12
+Version: 0.69
+Revision: 11
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-html-objects-pm.info   28 Feb 2006 04:15:30 -  1.1
+++ rose-html-objects-pm.info   14 Mar 2006 21:57:37 -  1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 11
 Description: Object-oriented interfaces for HTML
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-datetime-pm.info   28 Feb 2006 04:15:30 -  1.1
+++ rose-datetime-pm.info   14 Mar 2006 21:57:37 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 12
+Version: 0.50
+Revision: 11
 Description: DateTime helper functions and objects
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-object-pm.info 28 Feb 2006 04:15:30 -  1.1
+++ rose-object-pm.info 14 Mar 2006 21:57:37 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 12
+Version: 0.80
+Revision: 11
 Description: A simple object base class
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-Object-%v.t

dists/10.4/unstable/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.2,1.3 rose-db-object-pm.info,1.2,1.3 rose-html-objects-pm.info,1.2,1.3 rose-object-pm.info,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18071/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose packages

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-db-object-pm.info  1 Mar 2006 01:53:08 -   1.2
+++ rose-db-object-pm.info  14 Mar 2006 21:57:43 -  1.3
@@ -1,18 +1,18 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 1022
+Version: 0.69
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-html-objects-pm.info   1 Mar 2006 01:53:08 -   1.2
+++ rose-html-objects-pm.info   14 Mar 2006 21:57:43 -  1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Object-oriented interfaces for HTML
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-datetime-pm.info   1 Mar 2006 01:53:08 -   1.2
+++ rose-datetime-pm.info   14 Mar 2006 21:57:43 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 1022
+Version: 0.50
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: DateTime helper functions and objects
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-object-pm.info 1 Mar 2006 01:53:08 -   1.2
+++ rose-object-pm.info 14 Mar 2006 21:57:43 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 1022
+Version: 0.80
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: A simple object ba

dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.2,1.3 rose-db-object-pm.info,1.2,1.3 rose-html-objects-pm.info,1.2,1.3 rose-object-pm.info,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18071/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose packages

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-db-object-pm.info  1 Mar 2006 01:53:08 -   1.2
+++ rose-db-object-pm.info  14 Mar 2006 21:57:41 -  1.3
@@ -1,18 +1,18 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 22
+Version: 0.69
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-html-objects-pm.info   1 Mar 2006 01:53:08 -   1.2
+++ rose-html-objects-pm.info   14 Mar 2006 21:57:41 -  1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Object-oriented interfaces for HTML
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-datetime-pm.info   1 Mar 2006 01:53:08 -   1.2
+++ rose-datetime-pm.info   14 Mar 2006 21:57:41 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 22
+Version: 0.50
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: DateTime helper functions and objects
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-object-pm.info 1 Mar 2006 01:53:08 -   1.2
+++ rose-object-pm.info 14 Mar 2006 21:57:41 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 22
+Version: 0.80
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc,

experimental/rangerrick/10.3/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.1,1.2 rose-db-object-pm.info,1.1,1.2 rose-html-objects-pm.info,1.2,1.3 rose-object-pm.info,1.1,1.2

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11810/10.3/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-db-object-pm.info  26 Feb 2006 23:03:35 -  1.1
+++ rose-db-object-pm.info  14 Mar 2006 21:45:45 -  1.2
@@ -1,17 +1,17 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 12
+Version: 0.69
+Revision: 11
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-html-objects-pm.info   28 Feb 2006 03:34:41 -  1.2
+++ rose-html-objects-pm.info   14 Mar 2006 21:45:45 -  1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 11
 Description: Object-oriented interfaces for HTML
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-datetime-pm.info   26 Feb 2006 23:03:35 -  1.1
+++ rose-datetime-pm.info   14 Mar 2006 21:45:42 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 12
+Version: 0.50
+Revision: 11
 Description: DateTime helper functions and objects
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-object-pm.info 26 Feb 2006 23:03:35 -  1.1
+++ rose-object-pm.info 14 Mar 2006 21:45:45 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 12
+Version: 0.80
+Revision: 11
 Description: A simple object base class
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -11,7 +11,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS

experimental/rangerrick/10.4/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.2,1.3 rose-db-object-pm.info,1.2,1.3 rose-html-objects-pm.info,1.3,1.4 rose-object-pm.info,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11810/10.4/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-db-object-pm.info  28 Feb 2006 21:06:23 -  1.2
+++ rose-db-object-pm.info  14 Mar 2006 21:45:48 -  1.3
@@ -1,18 +1,18 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 1022
+Version: 0.69
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rose-html-objects-pm.info   28 Feb 2006 21:06:23 -  1.3
+++ rose-html-objects-pm.info   14 Mar 2006 21:45:49 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Object-oriented interfaces for HTML
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-datetime-pm.info   28 Feb 2006 21:06:23 -  1.2
+++ rose-datetime-pm.info   14 Mar 2006 21:45:48 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 1022
+Version: 0.50
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: DateTime helper functions and objects
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-object-pm.info 28 Feb 2006 21:06:23 -  1.2
+++ rose-object-pm.info 14 Mar 2006 21:45:49 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 1022
+Version: 0.80
+Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Desc

experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.2,1.3 rose-db-object-pm.info,1.2,1.3 rose-html-objects-pm.info,1.3,1.4 rose-object-pm.info,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11810/10.4-transitional/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-db-object-pm.info  28 Feb 2006 21:06:23 -  1.2
+++ rose-db-object-pm.info  14 Mar 2006 21:45:47 -  1.3
@@ -1,18 +1,18 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 22
+Version: 0.69
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Extensible, high performance RDBMS-OO mapper
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rose-html-objects-pm.info   28 Feb 2006 21:06:23 -  1.3
+++ rose-html-objects-pm.info   14 Mar 2006 21:45:47 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Object-oriented interfaces for HTML
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
uri-pm%type_pkg[perl], image-size-pm%type_pkg[perl], 
email-valid-pm%type_pkg[perl], scalar-list-utils-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-datetime-pm%type_pkg[perl], 
rose-uri-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-datetime-pm.info   28 Feb 2006 21:06:23 -  1.2
+++ rose-datetime-pm.info   14 Mar 2006 21:45:47 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 22
+Version: 0.50
+Revision: 21
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: DateTime helper functions and objects
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -12,7 +12,7 @@
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 InstallScript: <<

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-object-pm.info 28 Feb 2006 21:06:23 -  1.2
+++ rose-object-pm.info 14 Mar 2006 21:45:47 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 22
+Version: 0.80
+Revision: 21
 Architecture: (%typ

experimental/rangerrick/common/main/finkinfo/libs/perlmods rose-datetime-pm.info,1.1,1.2 rose-db-object-pm.info,1.1,1.2 rose-html-objects-pm.info,1.2,1.3 rose-object-pm.info,1.1,1.2

2006-03-14 Thread Benjamin Reed
Update of 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11810/common/main/finkinfo/libs/perlmods

Modified Files:
rose-datetime-pm.info rose-db-object-pm.info 
rose-html-objects-pm.info rose-object-pm.info 
Log Message:
new rose

Index: rose-db-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods/rose-db-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-db-object-pm.info  26 Feb 2006 23:03:37 -  1.1
+++ rose-db-object-pm.info  14 Mar 2006 21:45:49 -  1.2
@@ -1,17 +1,17 @@
 Info2: <<
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.681
-Revision: 2
+Version: 0.69
+Revision: 1
 Description: Extensible, high performance RDBMS-OO mapper
-Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm, rose-datetime-pm%type_pkg[perl], 
rose-object-pm%type_pkg[perl], rose-db-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
test-simple-pm%type_pkg[perl], clone-pp-pm (>= 1.02-1), 
rose-datetime-pm%type_pkg[perl], rose-object-pm%type_pkg[perl] (>= 0.016-1), 
rose-db-pm%type_pkg[perl] (>= 0.63-1)
 
 Type: perl(5.6.0 5.6.1 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DB-Object-%v.tar.gz
-Source-MD5: 7cf3d5d65f2c5c57b0d720933b293194
+Source-MD5: 9271b90b40350ddba0c1d62ad257d0a7
 
 NoPerlTests: true
 UpdatePOD: true

Index: rose-html-objects-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods/rose-html-objects-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rose-html-objects-pm.info   28 Feb 2006 03:34:42 -  1.2
+++ rose-html-objects-pm.info   14 Mar 2006 21:45:50 -  1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rose-html-objects-pm%type_pkg[perl]
-Version: 0.50
+Version: 0.52
 Revision: 1
 Description: Object-oriented interfaces for HTML
 Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), uri-pm%type_pkg[perl], 
image-size-pm%type_pkg[perl], email-valid-pm%type_pkg[perl], 
scalar-list-utils-pm%type_pkg[perl], rose-object-pm%type_pkg[perl], 
rose-datetime-pm%type_pkg[perl], rose-uri-pm%type_pkg[perl]
@@ -12,7 +12,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-HTML-Objects-%v.tar.gz
-Source-MD5: 82e7cdc13b44ca88b976784bcb7ac597
+Source-MD5: 27640179cb85bf3249e763798fb76340
 
 UpdatePOD: true
 DocFiles: Changes MANIFEST

Index: rose-datetime-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods/rose-datetime-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-datetime-pm.info   26 Feb 2006 23:03:37 -  1.1
+++ rose-datetime-pm.info   14 Mar 2006 21:45:49 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-datetime-pm%type_pkg[perl]
-Version: 0.0134
-Revision: 2
+Version: 0.50
+Revision: 1
 Description: DateTime helper functions and objects
 Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
rose-object-pm%type_pkg[perl], datetime-pm%type_pkg[perl]
@@ -11,7 +11,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-DateTime-%v.tar.gz
-Source-MD5: bb2853900c72adc09ab710df65b4e4a2
+Source-MD5: eb65205626aaace2327631f009249b32
 
 UpdatePOD: true
 DocFiles: Changes MANIFEST

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rose-object-pm.info 26 Feb 2006 23:03:37 -  1.1
+++ rose-object-pm.info 14 Mar 2006 21:45:51 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.016
-Revision: 2
+Version: 0.80
+Revision: 1
 Description: A simple object base class
 Depends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
test-simple-pm%type_pkg[perl]

experimental/rangerrick/10.4-transitional/main/finkinfo/base apt.info,1.4,1.5 dpkg.info,1.2,1.3 dpkg.patch,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7122/10.4-transitional/main/finkinfo/base

Modified Files:
apt.info dpkg.info dpkg.patch 
Log Message:
apt/dpkg updates

Index: dpkg.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.patch  14 Mar 2006 03:59:30 -  1.2
+++ dpkg.patch  14 Mar 2006 21:36:43 -  1.3
@@ -68,7 +68,7 @@
pkgtop.cc
  
 -dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a $(CURSES_LIBS)
-+dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a -lSystemStubs 
$(CURSES_LIBS)
++dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a $(CURSES_LIBS)
  EXTRA_DIST = keyoverride mkcurkeys.pl
  CLEANFILES = curkeys.h
  all: all-recursive

Index: dpkg.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base/dpkg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.info   14 Mar 2006 03:59:30 -  1.2
+++ dpkg.info   14 Mar 2006 21:36:43 -  1.3
@@ -1,12 +1,12 @@
 Package: dpkg
 Version: 1.13.16
-Revision: 21
+Revision: 22
 Description: The Debian package manager
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
-Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs
-BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev, libncurses5
+Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs
+BuildDepends: gettext-dev, gettext-tools, libiconv-dev, libncurses5
 Essential: yes
 GCC: 3.3
 

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base/apt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apt.info14 Mar 2006 19:56:40 -  1.4
+++ apt.info14 Mar 2006 21:36:43 -  1.5
@@ -1,12 +1,12 @@
 Package: apt
 Version: 0.6.43.3
-Revision: 21
+Revision: 22
 Description: Advanced front-end for dpkg
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
 Depends: libapt3-shlibs (>= %v-%r), gzip, libftw0-shlibs
-BuildDepends: fink-prebinding, libftw0, libiconv-dev, libgettext3-dev, 
gettext-tools
+BuildDepends: fink-prebinding, libftw0, libiconv-dev, gettext-dev
 Conflicts: apt-ftparchive
 Replaces: apt-ftparchive
 GCC: 3.3
@@ -85,7 +85,7 @@
 DocFiles: COPYING* AUTHORS
 SplitOff: <<
Package: libapt3-shlibs
-   Depends: dpkg, fink (>= 0.20.6-1), libgettext3-shlibs
+   Depends: dpkg, fink (>= 0.20.6-1), gettext
Replaces: apt-shlibs
DocFiles: COPYING* AUTHORS
Files: lib/lib*.3*.dylib



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4/main/finkinfo/base apt.info,1.4,1.5 dpkg.info,1.2,1.3 dpkg.patch,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7122/10.4/main/finkinfo/base

Modified Files:
apt.info dpkg.info dpkg.patch 
Log Message:
apt/dpkg updates

Index: dpkg.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.patch  14 Mar 2006 03:59:30 -  1.2
+++ dpkg.patch  14 Mar 2006 21:36:43 -  1.3
@@ -68,7 +68,7 @@
pkgtop.cc
  
 -dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a $(CURSES_LIBS)
-+dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a -lSystemStubs 
$(CURSES_LIBS)
++dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a $(CURSES_LIBS)
  EXTRA_DIST = keyoverride mkcurkeys.pl
  CLEANFILES = curkeys.h
  all: all-recursive

Index: dpkg.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base/dpkg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.info   14 Mar 2006 03:59:30 -  1.2
+++ dpkg.info   14 Mar 2006 21:36:43 -  1.3
@@ -1,12 +1,12 @@
 Package: dpkg
 Version: 1.13.16
-Revision: 1021
+Revision: 1022
 Description: The Debian package manager
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
-Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs (>= 
5.4-20041023-1006)
-BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev, libncurses5 (>= 
5.4-20041023-1006)
+Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs (>= 
5.4-20041023-1006)
+BuildDepends: gettext-dev, gettext-tools, libiconv-dev, libncurses5 (>= 
5.4-20041023-1006)
 Essential: yes
 GCC: 4.0
 

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base/apt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apt.info14 Mar 2006 19:56:41 -  1.4
+++ apt.info14 Mar 2006 21:36:43 -  1.5
@@ -1,12 +1,12 @@
 Package: apt
 Version: 0.6.43.3
-Revision: 1021
+Revision: 1022
 Description: Advanced front-end for dpkg
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
 Depends: libapt3-shlibs (>= %v-%r), gzip, libftw0-shlibs
-BuildDepends: fink-prebinding, libftw0, libiconv-dev, libgettext3-dev, 
gettext-tools
+BuildDepends: fink-prebinding, libftw0, libiconv-dev, gettext-dev
 Conflicts: apt-ftparchive
 Replaces: apt-ftparchive
 GCC: 4.0
@@ -85,7 +85,7 @@
 DocFiles: COPYING* AUTHORS
 SplitOff: <<
Package: libapt3-shlibs
-   Depends: dpkg (>= 1.10.21-1217), fink (>= 0.20.6-1), libgettext3-shlibs
+   Depends: dpkg (>= 1.10.21-1217), fink (>= 0.20.6-1), gettext
Replaces: apt-shlibs
DocFiles: COPYING* AUTHORS
Files: lib/lib*.3*.dylib



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/base apt.info,1.4,1.5 dpkg.info,1.2,1.3 dpkg.patch,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7122/10.3/main/finkinfo/base

Modified Files:
apt.info dpkg.info dpkg.patch 
Log Message:
apt/dpkg updates

Index: dpkg.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.patch  14 Mar 2006 03:59:30 -  1.2
+++ dpkg.patch  14 Mar 2006 21:36:42 -  1.3
@@ -68,7 +68,7 @@
pkgtop.cc
  
 -dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a $(CURSES_LIBS)
-+dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a -lSystemStubs 
$(CURSES_LIBS)
++dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a $(CURSES_LIBS)
  EXTRA_DIST = keyoverride mkcurkeys.pl
  CLEANFILES = curkeys.h
  all: all-recursive

Index: dpkg.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/dpkg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.info   14 Mar 2006 03:59:30 -  1.2
+++ dpkg.info   14 Mar 2006 21:36:42 -  1.3
@@ -1,12 +1,12 @@
 Package: dpkg
 Version: 1.13.16
-Revision: 11
+Revision: 12
 Description: The Debian package manager
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
-Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs
-BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev, libncurses5
+Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs
+BuildDepends: gettext-dev, gettext-tools, libiconv-dev, libncurses5
 Essential: yes
 GCC: 3.3
 

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/apt.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apt.info14 Mar 2006 19:56:40 -  1.4
+++ apt.info14 Mar 2006 21:36:42 -  1.5
@@ -1,12 +1,12 @@
 Package: apt
 Version: 0.6.43.3
-Revision: 11
+Revision: 12
 Description: Advanced front-end for dpkg
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
 Depends: libapt3-shlibs (>= %v-%r), gzip, libftw0-shlibs
-BuildDepends: fink-prebinding, libftw0, libiconv-dev, libgettext3-dev, 
gettext-tools
+BuildDepends: fink-prebinding, libftw0, libiconv-dev, gettext-dev
 Conflicts: apt-ftparchive
 Replaces: apt-ftparchive
 GCC: 3.3
@@ -85,7 +85,7 @@
 DocFiles: COPYING* AUTHORS
 SplitOff: <<
Package: libapt3-shlibs
-   Depends: dpkg, fink (>= 0.20.6-1), libgettext3-shlibs
+   Depends: dpkg, fink (>= 0.20.6-1), gettext
Replaces: apt-shlibs
DocFiles: COPYING* AUTHORS
Files: lib/lib*.3*.dylib



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/base apt.info,1.18,1.19 dpkg.info,1.8,1.9 dpkg.patch,1.5,1.6

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7122/common/main/finkinfo/base

Modified Files:
apt.info dpkg.info dpkg.patch 
Log Message:
apt/dpkg updates

Index: dpkg.patch
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dpkg.patch  14 Mar 2006 03:59:30 -  1.5
+++ dpkg.patch  14 Mar 2006 21:36:44 -  1.6
@@ -68,7 +68,7 @@
pkgtop.cc
  
 -dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a $(CURSES_LIBS)
-+dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a -lSystemStubs 
$(CURSES_LIBS)
++dselect_LDADD = $(LIBINTL) ../lib/libdpkg.a ../getopt/libopt.a $(CURSES_LIBS)
  EXTRA_DIST = keyoverride mkcurkeys.pl
  CLEANFILES = curkeys.h
  all: all-recursive

Index: dpkg.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/dpkg.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dpkg.info   14 Mar 2006 03:59:30 -  1.8
+++ dpkg.info   14 Mar 2006 21:36:44 -  1.9
@@ -1,9 +1,9 @@
 Package: dpkg
 Version: 1.13.16
-Revision: 1
+Revision: 2
 GCC: 3.3
-BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev, libncurses5
-Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs
+BuildDepends: gettext-dev, gettext-tools, libiconv-dev, libncurses5
+Depends: gettext, libiconv, gzip, tar, libncurses5-shlibs
 Essential: yes
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 #Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
@@ -15,8 +15,6 @@
 PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p1
 SetCPPFLAGS: -fconstant-cfstrings
 SetCFLAGS: -no-cpp-precomp -I%p/include
-#NoSetMAKEFLAGS: true
-#SetMAKEFLAGS: -j1
 CompileScript: <<
 #!/bin/sh -ev
 

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/apt.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- apt.info14 Mar 2006 19:56:41 -  1.18
+++ apt.info14 Mar 2006 21:36:43 -  1.19
@@ -1,9 +1,9 @@
 Package: apt
 Version: 0.6.43.3
-Revision: 1
+Revision: 2
 GCC: 3.3
 Depends: libapt3-shlibs (>= %v-%r), gzip, libftw0-shlibs
-BuildDepends: fink-prebinding, libftw0, libiconv-dev, libgettext3-dev, 
gettext-tools
+BuildDepends: fink-prebinding, libftw0, libiconv-dev, gettext-dev
 #Source: mirror:sourceforge:fink/%n_%v.tar.gz
 Source: http://debian.ethz.ch/debian/pool/main/a/%n/%n_%v.tar.gz
 Source-MD5: 7d607342ffce8ba8705ae7797cb1a15c
@@ -78,7 +78,7 @@
 <<
 SplitOff: <<
Package: libapt3-shlibs
-   Depends: dpkg, fink (>= 0.20.6-1), libgettext3-shlibs
+   Depends: dpkg, fink (>= 0.20.6-1), gettext
Replaces: apt-shlibs
Files: lib/lib*.3*.dylib
Shlibs: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/languages ruby18.info,1.7,1.8

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29249/10.4/unstable/main/finkinfo/languages

Modified Files:
ruby18.info 
Log Message:
can't use wildcards in that way; some versions of fink end up with a directory 
called '*-darwin' (literally!) in it

Index: ruby18.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ruby18.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ruby18.info 11 Mar 2006 23:50:23 -  1.7
+++ ruby18.info 14 Mar 2006 21:18:18 -  1.8
@@ -81,7 +81,7 @@
 lib/libruby-static.a
 lib/libruby.a
 lib/ruby/1.8/mkmf.rb
-lib/ruby/1.8/*-darwin/*.h
+lib/ruby/1.8/%m-darwin/*.h
   <<
   DocFiles: COPYING COPYING.ja ChangeLog GPL LEGAL LGPL README README.EXT 
README.EXT.ja README.ja ToDo
 <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/languages ruby18.info,1.11,1.12

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29249/10.3/unstable/main/finkinfo/languages

Modified Files:
ruby18.info 
Log Message:
can't use wildcards in that way; some versions of fink end up with a directory 
called '*-darwin' (literally!) in it

Index: ruby18.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/ruby18.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ruby18.info 26 Feb 2006 00:46:24 -  1.11
+++ ruby18.info 14 Mar 2006 21:18:17 -  1.12
@@ -1,6 +1,6 @@
 Package: ruby18
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Description: Interpreted, object-oriented language (binaries)
 License: GPL
 Homepage: http://www.ruby-lang.org/
@@ -82,7 +82,7 @@
 lib/libruby-static.a
 lib/libruby.a
 lib/ruby/1.8/mkmf.rb
-lib/ruby/1.8/*-darwin/*.h
+lib/ruby/1.8/%m-darwin/*.h
   <<
   DocFiles: COPYING COPYING.ja ChangeLog GPL LEGAL LGPL README README.EXT 
README.EXT.ja README.ja ToDo
 <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/languages ruby18.info,1.10,1.11

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29249/10.4-transitional/unstable/main/finkinfo/languages

Modified Files:
ruby18.info 
Log Message:
can't use wildcards in that way; some versions of fink end up with a directory 
called '*-darwin' (literally!) in it

Index: ruby18.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/ruby18.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ruby18.info 26 Feb 2006 00:47:28 -  1.10
+++ ruby18.info 14 Mar 2006 21:18:18 -  1.11
@@ -1,6 +1,6 @@
 Package: ruby18
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Description: Interpreted, object-oriented language (binaries)
 License: GPL
@@ -83,7 +83,7 @@
 lib/libruby-static.a
 lib/libruby.a
 lib/ruby/1.8/mkmf.rb
-lib/ruby/1.8/*-darwin/*.h
+lib/ruby/1.8/%m-darwin/*.h
   <<
   DocFiles: COPYING COPYING.ja ChangeLog GPL LEGAL LGPL README README.EXT 
README.EXT.ja README.ja ToDo
 <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick generate-infofiles.pl,1.4,1.5

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1162

Modified Files:
generate-infofiles.pl 
Log Message:
dpkg/apt and strip USE_EXCEPTIONS on 10.4

Index: generate-infofiles.pl
===
RCS file: /cvsroot/fink/experimental/rangerrick/generate-infofiles.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- generate-infofiles.pl   2 Mar 2006 05:34:51 -   1.4
+++ generate-infofiles.pl   14 Mar 2006 20:28:10 -  1.5
@@ -23,7 +23,7 @@
 my @files = @ARGV;
 my %files;
 
-my $translate = 
'(openexr|gst.*0.10.*|gstreamer|gst-plugins|kde|postgres|libpq|libpg|wv2|icecream|qt3|qca|kgpg|xfree86|xorg|\\/mono\\.|libgdiplus|monodevelop|cocoa-sharp|perlmods|libsmoke|fung-calc|.*-pm.info$|libagg|doxygen1.3|piklab|poppler-qt3|distcc|gtk-sharp|gecko-sharp|gtksourceview-sharp|ikvm|ekg|gconfmm2|gnomoradio|libmusicbrainz4|libtunepimp|^taglib|dbus|libmath|glibmm|gconfmm|gtkmm|libxml\\\+\\\+|qca|libxine|imlib|libcapsi|libwpd|libpostproc|ffmpeg|enblend|gemrb)';
+my $translate = 
'(openexr|gst.*0.10.*|gstreamer|gst-plugins|kde|postgres|libpq|libpg|wv2|icecream|qt3|qca|kgpg|xfree86|xorg|\\/mono\\.|libgdiplus|monodevelop|cocoa-sharp|perlmods|libsmoke|fung-calc|.*-pm.info$|libagg|doxygen1.3|piklab|poppler-qt3|distcc|gtk-sharp|gecko-sharp|gtksourceview-sharp|ikvm|ekg|gconfmm2|gnomoradio|libmusicbrainz4|libtunepimp|^taglib|dbus|libmath|glibmm|gconfmm|gtkmm|libxml\\\+\\\+|qca|libxine|imlib|libcapsi|libwpd|libpostproc|ffmpeg|enblend|gemrb|apt|dpkg)';
 
 my $package_lookup = {
'10.3' => {
@@ -563,7 +563,7 @@
# I really don't like having these hardcoded here, need to 
figure out a way to
# make it more configurable
$compilescript =~ s/(gcc|g\+\+)-3.3/$1/gs;
-   $compilescript =~ s/-fno-coalesce//gs;
+   $compilescript =~ s/USE_EXCEPTIONS=\"[^\"]+\"//gs;
}
 
return $compilescript;



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs libfame1.info,1.1,1.2 libfame1.patch,1.1,1.2

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24286/10.3/unstable/main/finkinfo/libs

Modified Files:
libfame1.info libfame1.patch 
Log Message:
new (well, old, but newer than ours ;) upstream

Index: libfame1.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.info   9 Nov 2003 23:59:07 -   1.1
+++ libfame1.info   14 Mar 2006 20:13:02 -  1.2
@@ -1,6 +1,6 @@
 Package: libfame1
-Version: 0.9.0
-Revision: 3
+Version: 0.9.1
+Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
@@ -8,14 +8,14 @@
 Replaces: libfame
 ###
 Source: mirror:sourceforge:fame/libfame-%v.tar.gz
-Source-MD5: 256d93f51820e5ec5e1ba97a67ef4d20
+Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
 ###
 Patch: %n.patch
 ###
 UpdateLibTool: true
 UpdateConfigGuess: true
 ###
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
 ###
 SplitOff: <<
   Package: %N-shlibs

Index: libfame1.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.patch  9 Nov 2003 23:59:07 -   1.1
+++ libfame1.patch  14 Mar 2006 20:13:02 -  1.2
@@ -1,12 +1,34 @@
-diff -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
 libfame-0.9.0.orig/src/Makefile.in Thu May 30 13:26:15 2002
-+++ libfame-0.9.0/src/Makefile.in  Wed Feb 26 20:53:16 2003
-@@ -89,7 +89,7 @@
- libfame_la_include_HEADERS =  fame.h  
fame_version.h  fame_bitbuffer.h
fame_profile.h  
fame_profile_mpeg.h fame_profile_mpeg1.h
fame_profile_mpeg4_simple.h 
fame_profile_mpeg4_shape.h  fame_profile_stats.h
fame_encoder.h  
fame_encoder_mpeg.h fame_decoder.h  
fame_decoder_mpeg.h fame_syntax.h   
fame_syntax_mpeg1.h 
fame_syntax_mpeg4.h fame_shape.h
fame_rate_simple.h  
fame_rate_1param.h  fame_rate.h 
fame_monitor.h  fame_motion.h   
fame_motion_none.h  
fame_motion_fourstep.h  fame_motion_pmvfast.h   
fame_malloc.h
+diff -uNr libfame-0.9.1/configure libfame-0.9.1-new/configure
+--- libfame-0.9.1/configure2004-02-11 08:12:28.0 -0500
 libfame-0.9.1-new/configure2006-03-14 14:44:18.0 -0500
+@@ -1288,8 +1288,8 @@
+ MAJOR_VERSION=0
+ MINOR_VERSION=9
+ MICRO_VERSION=1
+-INTERFACE_AGE=0
+-BINARY_AGE=0
++INTERFACE_AGE=1
++BINARY_AGE=1
+ VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
  
  
--libfame_la_LDFLAGS =  -release $(LT_RELEASE) -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libfame_la_LDFLAGS =  -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+@@ -4605,7 +4605,7 @@
+ 
+ 
+ if test x$ac_cv_c_compiler_gnu = xyes; then
+-  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
++  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
+ 
+   gcc_major_version=`$CC --version | \
+  sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+diff -uNr libfame-0.9.1/src/Makefile.in libfame-0.9.1-new/src/Makefile.in
+--- libfame-0.9.1/src/Makefile.in  2004-02-11 08:12:27.0 -0500
 libfame-0.9.1-new/src/Makefile.in  2006-03-14 14:39:20.0 -0500
+@@ -186,7 +186,6 @@
+ 
+ 
+ libfame_la_LDFLAGS = \
+--release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
  
- EXTRA_DIST =  ac_int.h
ac_mmx.hbilinear_int.h  
cpuflags.h  dct_float.h 
dct_mmx.h   
fetch_float.h   fetch_mmx.h 
 

dists/10.4-transitional/unstable/main/finkinfo/libs libfame1.info,1.1,1.2 libfame1.patch,1.1,1.2

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24286/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
libfame1.info libfame1.patch 
Log Message:
new (well, old, but newer than ours ;) upstream

Index: libfame1.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.info   27 Apr 2005 03:26:03 -  1.1
+++ libfame1.info   14 Mar 2006 20:13:03 -  1.2
@@ -1,6 +1,6 @@
 Package: libfame1
-Version: 0.9.0
-Revision: 3
+Version: 0.9.1
+Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
@@ -8,14 +8,14 @@
 Replaces: libfame
 ###
 Source: mirror:sourceforge:fame/libfame-%v.tar.gz
-Source-MD5: 256d93f51820e5ec5e1ba97a67ef4d20
+Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
 ###
 Patch: %n.patch
 ###
 UpdateLibTool: true
 UpdateConfigGuess: true
 ###
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
 ###
 SplitOff: <<
   Package: %N-shlibs

Index: libfame1.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.patch  27 Apr 2005 03:26:03 -  1.1
+++ libfame1.patch  14 Mar 2006 20:13:03 -  1.2
@@ -1,12 +1,34 @@
-diff -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
 libfame-0.9.0.orig/src/Makefile.in Thu May 30 13:26:15 2002
-+++ libfame-0.9.0/src/Makefile.in  Wed Feb 26 20:53:16 2003
-@@ -89,7 +89,7 @@
- libfame_la_include_HEADERS =  fame.h  
fame_version.h  fame_bitbuffer.h
fame_profile.h  
fame_profile_mpeg.h fame_profile_mpeg1.h
fame_profile_mpeg4_simple.h 
fame_profile_mpeg4_shape.h  fame_profile_stats.h
fame_encoder.h  
fame_encoder_mpeg.h fame_decoder.h  
fame_decoder_mpeg.h fame_syntax.h   
fame_syntax_mpeg1.h 
fame_syntax_mpeg4.h fame_shape.h
fame_rate_simple.h  
fame_rate_1param.h  fame_rate.h 
fame_monitor.h  fame_motion.h   
fame_motion_none.h  
fame_motion_fourstep.h  fame_motion_pmvfast.h   
fame_malloc.h
+diff -uNr libfame-0.9.1/configure libfame-0.9.1-new/configure
+--- libfame-0.9.1/configure2004-02-11 08:12:28.0 -0500
 libfame-0.9.1-new/configure2006-03-14 14:44:18.0 -0500
+@@ -1288,8 +1288,8 @@
+ MAJOR_VERSION=0
+ MINOR_VERSION=9
+ MICRO_VERSION=1
+-INTERFACE_AGE=0
+-BINARY_AGE=0
++INTERFACE_AGE=1
++BINARY_AGE=1
+ VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
  
  
--libfame_la_LDFLAGS =  -release $(LT_RELEASE) -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libfame_la_LDFLAGS =  -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+@@ -4605,7 +4605,7 @@
+ 
+ 
+ if test x$ac_cv_c_compiler_gnu = xyes; then
+-  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
++  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
+ 
+   gcc_major_version=`$CC --version | \
+  sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+diff -uNr libfame-0.9.1/src/Makefile.in libfame-0.9.1-new/src/Makefile.in
+--- libfame-0.9.1/src/Makefile.in  2004-02-11 08:12:27.0 -0500
 libfame-0.9.1-new/src/Makefile.in  2006-03-14 14:39:20.0 -0500
+@@ -186,7 +186,6 @@
+ 
+ 
+ libfame_la_LDFLAGS = \
+--release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
  
- EXTRA_DIST =  ac_int.h
ac_mmx.hbilinear_int.h  
cpuflags.h  dct_float.h 
dct_mmx.h   
fetch_float.h   

dists/10.4/unstable/main/finkinfo/libs libfame1.info,1.2,1.3 libfame1.patch,1.2,1.3

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24286/10.4/unstable/main/finkinfo/libs

Modified Files:
libfame1.info libfame1.patch 
Log Message:
new (well, old, but newer than ours ;) upstream

Index: libfame1.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libfame1.info   3 Mar 2006 14:12:25 -   1.2
+++ libfame1.info   14 Mar 2006 20:13:03 -  1.3
@@ -1,6 +1,6 @@
 Package: libfame1
-Version: 0.9.0
-Revision: 3
+Version: 0.9.1
+Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
@@ -8,7 +8,7 @@
 Replaces: libfame
 ###
 Source: mirror:sourceforge:fame/libfame-%v.tar.gz
-Source-MD5: 256d93f51820e5ec5e1ba97a67ef4d20
+Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
 ###
 Patch: %n.patch
 ###

Index: libfame1.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libfame1.patch  3 Mar 2006 14:12:25 -   1.2
+++ libfame1.patch  14 Mar 2006 20:13:03 -  1.3
@@ -1,31 +1,34 @@
-diff -ruN libfame-0.9.0.orig/configure libfame-0.9.0/configure
 libfame-0.9.0.orig/configure   2002-05-26 13:15:19.0 -0400
-+++ libfame-0.9.0/configure2006-03-02 22:03:01.0 -0500
-@@ -2243,7 +2243,14 @@
+diff -uNr libfame-0.9.1/configure libfame-0.9.1-new/configure
+--- libfame-0.9.1/configure2004-02-11 08:12:28.0 -0500
 libfame-0.9.1-new/configure2006-03-14 14:44:18.0 -0500
+@@ -1288,8 +1288,8 @@
+ MAJOR_VERSION=0
+ MINOR_VERSION=9
+ MICRO_VERSION=1
+-INTERFACE_AGE=0
+-BINARY_AGE=0
++INTERFACE_AGE=1
++BINARY_AGE=1
+ VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
  
  
- if test x$ac_cv_prog_gcc = xyes; then
+@@ -4605,7 +4605,7 @@
+ 
+ 
+ if test x$ac_cv_c_compiler_gnu = xyes; then
 -  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
-+  case "$target" in
-+i386-*-*)
-+CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
-+;;
-+*)
-+CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
-+;;
-+  esac
++  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
  
gcc_major_version=`$CC --version | \
   sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
-diff -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
 libfame-0.9.0.orig/src/Makefile.in 2002-05-30 15:26:15.0 -0400
-+++ libfame-0.9.0/src/Makefile.in  2006-03-02 21:55:53.0 -0500
-@@ -89,7 +89,7 @@
- libfame_la_include_HEADERS =  fame.h  
fame_version.h  fame_bitbuffer.h
fame_profile.h  
fame_profile_mpeg.h fame_profile_mpeg1.h
fame_profile_mpeg4_simple.h 
fame_profile_mpeg4_shape.h  fame_profile_stats.h
fame_encoder.h  
fame_encoder_mpeg.h fame_decoder.h  
fame_decoder_mpeg.h fame_syntax.h   
fame_syntax_mpeg1.h 
fame_syntax_mpeg4.h fame_shape.h
fame_rate_simple.h  
fame_rate_1param.h  fame_rate.h 
fame_monitor.h  fame_motion.h   
fame_motion_none.h  
fame_motion_fourstep.h  fame_motion_pmvfast.h   
fame_malloc.h
+diff -uNr libfame-0.9.1/src/Makefile.in libfame-0.9.1-new/src/Makefile.in
+--- libfame-0.9.1/src/Makefile.in  2004-02-11 08:12:27.0 -0500
 libfame-0.9.1-new/src/Makefile.in  2006-03-14 14:39:20.0 -0500
+@@ -186,7 +186,6 @@
  
  
--libfame_la_LDFLAGS =  -release $(LT_RELEASE) -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libfame_la_LDFLAGS =  -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libfame_la_LDFLAGS = \
+--release $(LT_RELEASE) \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
  
- EXTRA_DIST =  ac_int.h
ac_mmx.hbilinear_int.h  
cpuflags.h 

experimental/asari uim-mactsm.info,NONE,1.1 uim.info,NONE,1.1

2006-03-14 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15758

Added Files:
uim-mactsm.info uim.info 
Log Message:
New package: uim-mactsm

--- NEW FILE: uim.info ---
Package: uim
Version: 1.0.1
Revision: 1001l
Depends: <<
  %N-shlibs (=%v-%r), x11, gtk+2, gtk+2-shlibs, glib2-shlibs,
  pango1-xft2-shlibs, atk1-shlibs, libgettext3-shlibs, libiconv,
  libncurses5-shlibs
<<
BuildDepends: <<
  x11-dev, gtk+2-dev, glib2-dev, pango1-xft2-dev,
  atk1, libgettext3-dev, libiconv-dev, libncurses5,
  intltool, pkgconfig, gettext-bin, gettext-tools
<<
Recommends: skk-dict, prime, canna-server
Source: http://uim.freedesktop.org/releases/%n-%v.tar.gz
Source-MD5: 1de96cb9ca0c570c0d04678a95f9c75a
Source2: http://www.freedesktop.org/~ekato/download/%n-mactsm-0.2.5.tar.gz
Source2-MD5: 6375e9bc75959e986fb6b0f6f973d434

PatchScript: /usr/bin/patch -p1 < ../%n-mactsm-0.2.5/%n-%v-carbon-event.diff

GCC: 4.0
SetLDFLAGS: -L/usr/X11R6/lib -lX11
ConfigureParams: --libexecdir=%p/lib/%n --without-anthy
InstallScript: make install DESTDIR=%d

PostInstScript: <<
if [ configure = "$1" ]; then
%p/sbin/update-gtk-immodules
fi
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
%p/sbin/update-gtk-immodules
fi
<<

SplitOff: <<
Package: %N-shlibs
Replaces: %N (<< 0.4.6-6)
Depends: libgettext3-shlibs, libiconv
Files: <<
  lib/libuim{,-custom}.*.dylib
  share/locale
<<
Shlibs: <<
  %p/lib/libuim-custom.0.dylib 2.0.0 %n (>= 1.0.1-1)
  %p/lib/libuim.0.dylib 2.0.0 %n (>= 1.0.1-1)
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README*
<<

SplitOff2: <<
Package: %N-dev
Replaces: %N (<< 0.4.6-6)
Depends: %N-shlibs (= %v-%r)
Files: <<
  include
  lib/libuim{,-custom}.*a lib/libuim{,-custom}.dylib
  lib/pkgconfig
  lib/gtk-2.0/2.4.0/immodules/*.*a
  lib/uim/plugin/*.*a
<<
BuildDependsOnly: true
DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README*
<<

DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README*
Description: Light-weight, full-featured input method lib
DescDetail: <<
UIM is a light weight and full featured input method library.

Most of the functionalites in this library are implemented
with Scheme. Thus it is simple, secure and flexible.
<<
License: BSD
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>

--- NEW FILE: uim-mactsm.info ---
Package: uim-mactsm
Version: 0.2.5
Revision: 1
Depends: x11, uim-shlibs (>=1.0.1)
BuildDepends: uim-dev (>=1.0.1)
Source: http://www.freedesktop.org/~ekato/download/%n-%v.tar.gz
Source-MD5: 6375e9bc75959e986fb6b0f6f973d434

#InstallScript: make install DESTDIR=%d

PostInstScript: <<
if [ configure = "$1" ]; then
%p/bin/uim-module-manager --register mactsm
fi
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
%p/bin/uim-module-manager --unregister mactsm
fi
<<

DocFiles: COPYING README
Description: Enable the use of MacTSM via UIM
License: BSD
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/3rdparty/main/finkinfo/libs libfame1.info,NONE,1.1 libfame1.patch,NONE,1.1

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/3rdparty/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15034

Added Files:
libfame1.info libfame1.patch 
Log Message:
update that works on intel

--- NEW FILE: libfame1.info ---
Package: libfame1
Version: 0.9.1
Revision: 1
###
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libfame
Replaces: libfame
###
Source: mirror:sourceforge:fame/libfame-%v.tar.gz
Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
###
Patch: %n.patch
###
UpdateLibTool: true
UpdateConfigGuess: true
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
###
SplitOff: <<
  Package: %N-shlibs
  Replaces: libfame-shlibs
  Conflicts: libfame-shlibs
  Files: <<
lib/libfame.*.dylib
  <<
  Shlibs: <<
%p/lib/libfame.0.dylib 1.0.0 libfame1 (>= 0.9.0-2)
  <<
  DocFiles: AUTHORS BUGS CHANGES COPYING INSTALL README TODO
<<
###
DocFiles: COPYING
###
SetCFLAGS: -no-cpp-precomp
###
Description: Fast Assembly Mpeg Encoding library
DescDetail: <<
libfame is a video encoding library.

It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as
MPEG-4 video with arbitrary shape.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://fame.sourceforge.net/

--- NEW FILE: libfame1.patch ---
diff -uNr libfame-0.9.1/configure libfame-0.9.1-new/configure
--- libfame-0.9.1/configure 2004-02-11 08:12:28.0 -0500
+++ libfame-0.9.1-new/configure 2006-03-14 14:44:18.0 -0500
@@ -1288,8 +1288,8 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=1
-INTERFACE_AGE=0
-BINARY_AGE=0
+INTERFACE_AGE=1
+BINARY_AGE=1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 
 
@@ -4605,7 +4605,7 @@
 
 
 if test x$ac_cv_c_compiler_gnu = xyes; then
-   CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
+   CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
 
gcc_major_version=`$CC --version | \
   sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
diff -uNr libfame-0.9.1/src/Makefile.in libfame-0.9.1-new/src/Makefile.in
--- libfame-0.9.1/src/Makefile.in   2004-02-11 08:12:27.0 -0500
+++ libfame-0.9.1-new/src/Makefile.in   2006-03-14 14:39:20.0 -0500
@@ -186,7 +186,6 @@
 
 
 libfame_la_LDFLAGS = \
--release $(LT_RELEASE) \
 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/base apt.info,1.17,1.18

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14908/common/main/finkinfo/base

Modified Files:
apt.info 
Log Message:
use db4

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/base/apt.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- apt.info14 Mar 2006 13:58:30 -  1.17
+++ apt.info14 Mar 2006 19:56:41 -  1.18
@@ -8,8 +8,8 @@
 Source: http://debian.ethz.ch/debian/pool/main/a/%n/%n_%v.tar.gz
 Source-MD5: 7d607342ffce8ba8705ae7797cb1a15c
 SourceDirectory: %n-%v
-Source2: http://downloads.sleepycat.com/db-4.3.29.tar.gz
-Source2-MD5: 13585a20ce32f113b8e8cdb57f52e3bb
+Source2: http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz
+Source2-MD5: afd9243ea353bbaa04421488d3b37900
 Conflicts: apt-ftparchive
 Replaces: apt-ftparchive
 PatchScript: <<
@@ -26,7 +26,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-   export DBDIR=`pwd`/../db-4.3.29
+   export DBDIR=`pwd`/../db-4.4.20.NC
pushd $DBDIR/build_unix
LIBS="" LDFLAGS="" CFLAGS="" CXXFLAGS="" F77=no ../dist/configure 
--enable-static=yes --enable-shared=no
make libdb.a



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/base apt.info,1.3,1.4

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14908/10.3/main/finkinfo/base

Modified Files:
apt.info 
Log Message:
use db4

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/apt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apt.info14 Mar 2006 13:58:29 -  1.3
+++ apt.info14 Mar 2006 19:56:40 -  1.4
@@ -12,10 +12,10 @@
 GCC: 3.3
 
 Source: http://debian.ethz.ch/debian/pool/main/a/%n/%n_%v.tar.gz
-Source2: http://downloads.sleepycat.com/db-4.3.29.tar.gz
+Source2: http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz
 SourceDirectory: %n-%v
 Source-MD5: 7d607342ffce8ba8705ae7797cb1a15c
-Source2-MD5: 13585a20ce32f113b8e8cdb57f52e3bb
+Source2-MD5: afd9243ea353bbaa04421488d3b37900
 PatchScript: <<
#!/bin/sh -ex
DISTRIBUTION=`grep -i -E '^Distribution:' %p/etc/fink.conf | awk '{ 
print $2 }'`
@@ -31,7 +31,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-   export DBDIR=`pwd`/../db-4.3.29
+   export DBDIR=`pwd`/../db-4.4.20.NC
pushd $DBDIR/build_unix
LIBS="" LDFLAGS="" CFLAGS="" CXXFLAGS="" F77=no ../dist/configure 
--enable-static=yes --enable-shared=no
make libdb.a



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4-transitional/main/finkinfo/base apt.info,1.3,1.4

2006-03-14 Thread Benjamin Reed
Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14908/10.4-transitional/main/finkinfo/base

Modified Files:
apt.info 
Log Message:
use db4

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/base/apt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apt.info14 Mar 2006 13:58:30 -  1.3
+++ apt.info14 Mar 2006 19:56:40 -  1.4
@@ -12,10 +12,10 @@
 GCC: 3.3
 
 Source: http://debian.ethz.ch/debian/pool/main/a/%n/%n_%v.tar.gz
-Source2: http://downloads.sleepycat.com/db-4.3.29.tar.gz
+Source2: http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz
 SourceDirectory: %n-%v
 Source-MD5: 7d607342ffce8ba8705ae7797cb1a15c
-Source2-MD5: 13585a20ce32f113b8e8cdb57f52e3bb
+Source2-MD5: afd9243ea353bbaa04421488d3b37900
 PatchScript: <<
#!/bin/sh -ex
DISTRIBUTION=`grep -i -E '^Distribution:' %p/etc/fink.conf | awk '{ 
print $2 }'`
@@ -31,7 +31,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-   export DBDIR=`pwd`/../db-4.3.29
+   export DBDIR=`pwd`/../db-4.4.20.NC
pushd $DBDIR/build_unix
LIBS="" LDFLAGS="" CFLAGS="" CXXFLAGS="" F77=no ../dist/configure 
--enable-static=yes --enable-shared=no
make libdb.a



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4/main/finkinfo/base apt.info,1.3,1.4

2006-03-14 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14908/10.4/main/finkinfo/base

Modified Files:
apt.info 
Log Message:
use db4

Index: apt.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/base/apt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apt.info14 Mar 2006 13:58:30 -  1.3
+++ apt.info14 Mar 2006 19:56:41 -  1.4
@@ -12,10 +12,10 @@
 GCC: 4.0
 
 Source: http://debian.ethz.ch/debian/pool/main/a/%n/%n_%v.tar.gz
-Source2: http://downloads.sleepycat.com/db-4.3.29.tar.gz
+Source2: http://downloads.sleepycat.com/db-4.4.20.NC.tar.gz
 SourceDirectory: %n-%v
 Source-MD5: 7d607342ffce8ba8705ae7797cb1a15c
-Source2-MD5: 13585a20ce32f113b8e8cdb57f52e3bb
+Source2-MD5: afd9243ea353bbaa04421488d3b37900
 PatchScript: <<
#!/bin/sh -ex
DISTRIBUTION=`grep -i -E '^Distribution:' %p/etc/fink.conf | awk '{ 
print $2 }'`
@@ -31,7 +31,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-   export DBDIR=`pwd`/../db-4.3.29
+   export DBDIR=`pwd`/../db-4.4.20.NC
pushd $DBDIR/build_unix
LIBS="" LDFLAGS="" CFLAGS="" CXXFLAGS="" F77=no ../dist/configure 
--enable-static=yes --enable-shared=no
make libdb.a



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari openoffice.org.info.m4,1.11,1.12

2006-03-14 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6928

Modified Files:
openoffice.org.info.m4 
Log Message:
Avoid explicit mkfifo on logging

Index: openoffice.org.info.m4
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.info.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- openoffice.org.info.m4  11 Mar 2006 14:54:50 -  1.11
+++ openoffice.org.info.m4  14 Mar 2006 19:42:36 -  1.12
@@ -419,12 +419,7 @@
   esac
 
   # Create a log file
-  tmpdir=`/sw/sbin/mktemp -d /tmp/fink-ooo.XX`
-  test -n "$tmpdir"
-  trap 'rm -rf "$tmpdir"' 0
-  /usr/bin/mkfifo "$tmpdir/log"
-  /usr/bin/tee -i %n-%v-%r.buildlog < "$tmpdir/log" &
-  exec 3>"$tmpdir/log"
+  exec 3> >(/usr/bin/tee -i %n-%v-%r.buildlog)
 
   # $X_LDFLAGS is needed to configure with X correctly.  
   export X_LDFLAGS=$LDFLAGS



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/languages odcctools.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1838

Modified Files:
odcctools.info 
Log Message:
latest version to stable


Index: odcctools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/odcctools.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- odcctools.info  20 Jan 2006 20:12:54 -  1.1
+++ odcctools.info  14 Mar 2006 19:33:45 -  1.2
@@ -1,9 +1,9 @@
 Package: odcctools
 Version: 576
-Revision: 20050327
+Revision: 20060226
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Source: http://www.opendarwin.org/downloads/odcctools-%r.tar.bz2
-Source-MD5: 0a8ea13792792c4bcafdf543b96fa639
+Source-MD5: bdb3ebadb308235153f2a22c02c1036e
 SourceDirectory: %N-%r
 SetCPPFLAGS: -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_
 CompileScript: ./configure --prefix=%p/lib/odcctools; make



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/graphics xvidcore.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31517

Modified Files:
xvidcore.info 
Log Message:
sync with unstable


Index: xvidcore.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/xvidcore.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xvidcore.info   20 Jan 2006 20:12:53 -  1.1
+++ xvidcore.info   14 Mar 2006 19:27:56 -  1.2
@@ -12,10 +12,11 @@
 ###
 PatchScript: perl -pi -e 's, \-freduce\-all\-givs,,' build/generic/configure
 ###
+ConfigureParams: (%m = i386) --disable-assembly
 CompileScript: <<
 #!/bin/sh -ex
   cd build/generic
-  ./configure --prefix=%p
+  ./configure %c
   make
 <<
 ###



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sound flac-nox.info,1.1,1.2 flac-nox.patch,1.1,1.2 flac.info,1.1,1.2 flac.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29674

Modified Files:
flac-nox.info flac-nox.patch flac.info flac.patch 
Log Message:
latest version to stable


Index: flac.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/flac.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flac.patch  9 Feb 2006 01:08:54 -   1.1
+++ flac.patch  14 Mar 2006 19:24:27 -  1.2
@@ -1,6 +1,7 @@
 flac-1.1.0/configure.orig  Sun Nov  2 23:33:50 2003
-+++ flac-1.1.0/configure   Sun Nov  2 23:38:30 2003
-@@ -2530,13 +2530,13 @@
+diff -ru flac-1.1.1.orig/configure flac-1.1.1/configure
+--- flac-1.1.1.orig/configure  2004-09-29 00:17:41.0 -0400
 flac-1.1.1/configure   2006-03-09 18:51:05.0 -0500
+@@ -5858,13 +5858,13 @@
allow_undefined_flag='-undefined suppress'
;;
  *) # Darwin 1.3 on
@@ -16,11 +17,12 @@
  # We need to add '_' to the symbols in $export_symbols first
  #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
  hardcode_direct=yes
 flac-1.1.1/ltmain.sh.orig  Sat Nov  6 14:12:46 2004
-+++ flac-1.1.1/ltmain.sh   Sat Nov  6 14:14:23 2004
+diff -ru flac-1.1.1.orig/ltmain.sh flac-1.1.1/ltmain.sh
+--- flac-1.1.1.orig/ltmain.sh  2004-09-29 00:17:31.0 -0400
 flac-1.1.1/ltmain.sh   2006-03-09 18:51:05.0 -0500
 @@ -54,6 +54,10 @@
- # configuration script generated by Autoconf, you may include it under
- # the same distribution terms that you use for the rest of that program.
+ TIMESTAMP=" (1.1220.2.94 2004/04/10 16:27:27)"
+ 
  
 +SED=sed
 +EGREP=egrep
@@ -29,16 +31,16 @@
  # Check that we have a working $echo.
  if test "X$1" = X--no-reexec; then
# Discard the --no-reexec flag, and continue.
-@@ -2280,7 +2280,7 @@
- 
+@@ -2280,7 +2284,7 @@
+  { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
  if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
 -  need_relink=yes
 + # need_relink=yes
  fi
+ # This is a shared library
  
- if test -n "$old_archive_from_expsyms_cmds"; then
-@@ -3883,6 +3883,11 @@
+@@ -3883,6 +3887,11 @@
  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
cmds=$archive_expsym_cmds
  else
@@ -50,8 +52,24 @@
cmds=$archive_cmds
fi
  fi
 flac-1.1.1/src/plugin_common/canonical_tag.c.orig  Sat Nov  6 16:37:55 2004
-+++ flac-1.1.1/src/plugin_common/canonical_tag.c   Sat Nov  6 16:38:12 2004
+diff -ru flac-1.1.1.orig/src/libFLAC/ia32/nasm.h 
flac-1.1.1/src/libFLAC/ia32/nasm.h
+--- flac-1.1.1.orig/src/libFLAC/ia32/nasm.h2004-01-16 22:58:40.0 
-0500
 flac-1.1.1/src/libFLAC/ia32/nasm.h 2006-03-09 19:03:30.0 -0500
+@@ -49,6 +49,11 @@
+   %idefine code_section section .text align=16
+   %idefine data_section section .data align=32
+   %idefine bss_section  section .bss  align=32
++%elifdef OBJ_FORMAT_macho
++  %define FLAC__PUBLIC_NEEDS_UNDERSCORE
++  %idefine code_section section .text
++  %idefine data_section section .data
++  %idefine bss_section  section .bss
+ %else
+   %error unsupported object format!
+ %endif
+diff -ru flac-1.1.1.orig/src/plugin_common/canonical_tag.c 
flac-1.1.1/src/plugin_common/canonical_tag.c
+--- flac-1.1.1.orig/src/plugin_common/canonical_tag.c  2004-09-27 
21:00:55.0 -0400
 flac-1.1.1/src/plugin_common/canonical_tag.c   2006-03-09 
18:51:05.0 -0500
 @@ -66,7 +66,7 @@
  wcsdup (s)
   const wchar_t *s;
@@ -61,8 +79,9 @@
void *new = malloc (len);
  
if (new == NULL)
 flac-1.1.1/src/plugin_xmms/Makefile.in.bak Tue Dec  7 20:47:20 2004
-+++ flac-1.1.1/src/plugin_xmms/Makefile.in Tue Dec  7 20:47:32 2004
+diff -ru flac-1.1.1.orig/src/plugin_xmms/Makefile.in 
flac-1.1.1/src/plugin_xmms/Makefile.in
+--- flac-1.1.1.orig/src/plugin_xmms/Makefile.in2004-09-29 
00:18:47.0 -0400
 flac-1.1.1/src/plugin_xmms/Makefile.in 2006-03-09 18:51:05.0 
-0500
 @@ -278,7 +278,6 @@

$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/share/utf8/libutf8.la \

Index: flac-nox.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/flac-nox.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flac-nox.patch  9 Feb 2006 01:08:54 -   1.1
+++ flac-nox.patch  14 Mar 2006 19:24:27 -  1.2
@@ -1,6 +1,7 @@
 flac-1.1.0/configure.orig  Sun Nov  2 23:33:50 2003
-+++ flac-1.1.0/configure   Sun Nov  2 23:38:30 2003
-@@ -2530,13 +2530,13 @@
+diff -ru flac-1.1.1.orig/configure flac-1.1.1/configure
+--- 

dists/10.4/stable/main/finkinfo/libs libfame1.info,1.1,1.2 libfame1.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23798

Modified Files:
libfame1.info libfame1.patch 
Log Message:
sync with unstable


Index: libfame1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.info   20 Jan 2006 20:12:55 -  1.1
+++ libfame1.info   14 Mar 2006 19:13:48 -  1.2
@@ -15,7 +15,7 @@
 UpdateLibTool: true
 UpdateConfigGuess: true
 ###
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
 ###
 SplitOff: <<
   Package: %N-shlibs

Index: libfame1.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfame1.patch  20 Jan 2006 20:12:55 -  1.1
+++ libfame1.patch  14 Mar 2006 19:13:48 -  1.2
@@ -1,6 +1,25 @@
+diff -ruN libfame-0.9.0.orig/configure libfame-0.9.0/configure
+--- libfame-0.9.0.orig/configure   2002-05-26 13:15:19.0 -0400
 libfame-0.9.0/configure2006-03-02 22:03:01.0 -0500
+@@ -2243,7 +2243,14 @@
+ 
+ 
+ if test x$ac_cv_prog_gcc = xyes; then
+-  CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
++  case "$target" in
++i386-*-*)
++CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
++;;
++*)
++CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
++;;
++  esac
+ 
+   gcc_major_version=`$CC --version | \
+  sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 diff -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
 libfame-0.9.0.orig/src/Makefile.in Thu May 30 13:26:15 2002
-+++ libfame-0.9.0/src/Makefile.in  Wed Feb 26 20:53:16 2003
+--- libfame-0.9.0.orig/src/Makefile.in 2002-05-30 15:26:15.0 -0400
 libfame-0.9.0/src/Makefile.in  2006-03-02 21:55:53.0 -0500
 @@ -89,7 +89,7 @@
  libfame_la_include_HEADERS =  fame.h  
fame_version.h  fame_bitbuffer.h
fame_profile.h  
fame_profile_mpeg.h fame_profile_mpeg1.h
fame_profile_mpeg4_simple.h 
fame_profile_mpeg4_shape.h  fame_profile_stats.h
fame_encoder.h  
fame_encoder_mpeg.h fame_decoder.h  
fame_decoder_mpeg.h fame_syntax.h   
fame_syntax_mpeg1.h 
fame_syntax_mpeg4.h fame_shape.h
fame_rate_simple.h  
fame_rate_1param.h  fame_rate.h 
fame_monitor.h  fame_motion.h   
fame_motion_none.h  
fame_motion_fourstep.h  fame_motion_pmvfast.h   
fame_malloc.h
  



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sound xmms.info,1.1,1.2 xmms.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22060

Modified Files:
xmms.info xmms.patch 
Log Message:
latest version to stable (but modified to use old gettext)


Index: xmms.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/xmms.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmms.info   20 Jan 2006 20:12:58 -  1.1
+++ xmms.info   14 Mar 2006 19:11:02 -  1.2
@@ -1,9 +1,8 @@
 Package: xmms
 Version: 1.2.8
-Revision: 2
-Architecture: powerpc
+Revision: 1003
 Depends: %N-bin (>= %v-%r)
-BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(>= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile, gcc3.3
+BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(>= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
 Replaces: %N (<< 1.2.7)
 Source: http://www.xmms.org/files/1.2.x/%n-%v.tar.bz2
 Source-MD5: d523735b59232f0eedd45dc2b7a4f5ad
@@ -13,19 +12,19 @@
 SetLIBS: -L%p/lib
 ConfigureParams: --mandir=%p/share/man --without-gnome
 CompileScript: <<
-  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
+  ./configure %c
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' config.h
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' libxmms/config.h
-  make IR_SYSCONF_DIR=%p/etc CC=gcc-3.3 CXX=g++-3.3
+  make IR_SYSCONF_DIR=%p/etc
 <<
 InstallScript: <<
   make install DESTDIR=%d
-  rm -f %p/share/locale/locale.alias
+  rm -f %i/share/locale/locale.alias
 <<
 BuildDependsOnly: True
 SplitOff: <<
   Package: %N-shlibs
-  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs
+  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs, 
gettext
   Replaces: %N (<< 1.2.7)
   Description: Multimedia player shared libraries
   Files: lib/libxmms.*.dylib

Index: xmms.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/xmms.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmms.patch  20 Jan 2006 20:12:58 -  1.1
+++ xmms.patch  14 Mar 2006 19:11:02 -  1.2
@@ -1,6 +1,22 @@
-diff -Naur xmms-1.2.8.old/configure xmms-1.2.8.new/configure
 xmms-1.2.8.old/configure   Fri Sep  5 06:00:38 2003
-+++ xmms-1.2.8.new/configure   Mon Dec  8 03:04:01 2003
+diff -ru xmms-1.2.8.orig/General/ir/ir.c xmms-1.2.8/General/ir/ir.c
+--- xmms-1.2.8.orig/General/ir/ir.c2001-03-05 09:15:13.0 -0500
 xmms-1.2.8/General/ir/ir.c 2006-02-26 22:07:59.0 -0500
+@@ -16,10 +16,10 @@
+ #include "ir.h"
+ 
+ /* Important stuff to know */
+-static gboolean keepGoing = FALSE;
++gboolean keepGoing = FALSE;
+ 
+ /* The thread handle */
+-static pthread_t irapp_thread;
++pthread_t irapp_thread;
+ 
+ /* Declarations for calls that we need to mention in the plugin struct */
+ static void init(void);
+diff -ru xmms-1.2.8.orig/configure xmms-1.2.8/configure
+--- xmms-1.2.8.orig/configure  2003-09-04 17:00:38.0 -0400
 xmms-1.2.8/configure   2006-02-26 22:07:35.0 -0500
 @@ -3918,7 +3918,7 @@
  # FIXME: Relying on posixy $() will cause problems for
  #cross-compilation, but unfortunately the echo tests do not
@@ -10,9 +26,18 @@
  # We need to add '_' to the symbols in $export_symbols first
  #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
  hardcode_direct=yes
-diff -Naur xmms-1.2.8.old/gnomexmms/gnomexmms.desktop 
xmms-1.2.8.new/gnomexmms/gnomexmms.desktop
 xmms-1.2.8.old/gnomexmms/gnomexmms.desktop Tue Nov 28 07:20:58 2000
-+++ xmms-1.2.8.new/gnomexmms/gnomexmms.desktop Mon Dec  8 03:04:01 2003
+@@ -13060,7 +13060,7 @@
+   i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
+   arch_type=ix86
+   case "$host" in
+-  *-*-netbsd* | *-*openbsd*)
++  *-*-netbsd* | *-*openbsd* | *-*-darwin*)
+   ;;
+   *)
+   ARCH_DEFINES="-DI386_ASSEM"
+diff -ru xmms-1.2.8.orig/gnomexmms/gnomexmms.desktop 
xmms-1.2.8/gnomexmms/gnomexmms.desktop
+--- xmms-1.2.8.orig/gnomexmms/gnomexmms.desktop2000-11-27 
17:20:58.0 -0500
 xmms-1.2.8/gnomexmms/gnomexmms.desktop 2006-02-26 22:07:35.0 
-0500
 @@ -9,6 +9,6 @@
  Name[sv]=XMMS-panelprogram
  Name[pt_BR]=Applet do XMMS
@@ -21,9 +46,9 @@
 +Icon=gnomexmms.xpm
  Terminal=0
  Type=Application
-diff -Naur xmms-1.2.8.old/libxmms/util.c xmms-1.2.8.new/libxmms/util.c
 xmms-1.2.8.old/libxmms/util.c  Wed Jan 15 00:09:18 2003
-+++ xmms-1.2.8.new/libxmms/util.c  Mon Dec  8 03:04:01 2003
+diff -ru xmms-1.2.8.orig/libxmms/util.c xmms-1.2.8/libxmms/util.c
+--- xmms-1.2.8

dists/10.4/stable/main/finkinfo/graphics graphviz.patch,NONE,1.1 graphviz.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18685

Modified Files:
graphviz.info 
Added Files:
graphviz.patch 
Log Message:
latest version to stable


--- NEW FILE: graphviz.patch ---
diff -uNr graphviz-1.16/lefty/common.h graphviz-1.16-new/lefty/common.h
--- graphviz-1.16/lefty/common.hTue Aug 24 18:52:28 2004
+++ graphviz-1.16-new/lefty/common.hThu Nov  4 16:27:16 2004
@@ -50,6 +50,9 @@
 #endif
 /* */
 
+#ifdef HAVE_SYS_TYPES_H
+#include 
+#endif
 #ifdef FEATURE_CS
 #include 
 #else
@@ -67,9 +70,6 @@
 #endif
 #ifdef HAVE_LIMITS_H
 #include 
-#endif
-#ifdef HAVE_SYS_TYPES_H
-#include 
 #endif
 #ifdef HAVE_SYS_STAT_H
 #include 
diff -uNr graphviz-1.16/lefty/os/unix/io.c graphviz-1.16-new/lefty/os/unix/io.c
--- graphviz-1.16/lefty/os/unix/io.cWed Jul 21 13:27:56 2004
+++ graphviz-1.16-new/lefty/os/unix/io.cThu Nov  4 16:27:16 2004
@@ -1,5 +1,12 @@
 /* Lefteris Koutsofios - AT&T Bell Laboratories */
 
+#ifdef __APPLE__
+#include 
+#ifndef MAC_OS_X_VERSION_10_3
+#define socklen_t int
+#endif
+#endif
+
 #include "common.h"
 #include "io.h"
 #ifdef FEATURE_CS
diff -uNr graphviz-1.16/ns/ns.c graphviz-1.16-new/ns/ns.c
--- graphviz-1.16/ns/ns.c   Fri Jul 16 08:29:12 2004
+++ graphviz-1.16-new/ns/ns.c   Thu Nov  4 16:28:25 2004
@@ -10,18 +10,24 @@
 
 #ifdef HAVE_VALUES_H
 #include 
-#else
+#endif
+
+#ifdef HAVE_LIMITS_H
 #include 
+#endif
+
 #ifndef MAXINT
 #define MAXINT INT_MAX
 #endif
+
 #include 
+
 #ifndef MAXDOUBLE
 #define MAXDOUBLE DBL_MAX
 #endif
+
 #ifndef MAXFLOAT
 #define MAXFLOAT FLT_MAX
-#endif
 #endif
 
 static int NS_run;

Index: graphviz.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/graphviz.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- graphviz.info   24 Jan 2006 16:14:57 -  1.1
+++ graphviz.info   14 Mar 2006 19:05:33 -  1.2
@@ -1,27 +1,21 @@
 Package: graphviz
-Version: 1.9
-Revision: 11
-Architecture: powerpc
+Version: 1.16
+Revision: 1012
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: <<
 nam-US: http://www.graphviz.org/pub/graphviz/ARCHIVE
 nam-US: http://www.graphviz.org/pub/graphviz
 <<
 SourceDirectory: %n-%v
-Source-MD5: 5f8d1e1f15594f4869fc9c68f32e7dbb
-#Patch: %f.patch
-Depends: tcltk, x11, libpng3-shlibs, libjpeg-shlibs
-BuildDepends: libpng3, libjpeg,  gawk (>= 3.1.2-12), tcltk-dev, libiconv-dev, 
x11-dev, gcc3.3
-Conflicts: gc (<= 6.0-3)
-Replaces: gc (<= 6.0-3)
+Source-MD5: a2a3bd1b9fe807c46e676fb9a3f0ba22
+Patch: %n.patch
+PatchScript: grep -r 'panic ' lefty | cut -d: -f1 | sort -u | xargs perl 
-pi.bak -e 's,panic ,lefty_panic ,g'
+Depends: tcltk, x11, libpng3-shlibs, libjpeg-shlibs, libiconv, expat-shlibs, 
gd2-shlibs
+BuildDepends: tcltk-dev, x11-dev, libpng3, libjpeg, libiconv-dev, expat, gd2, 
gd2-bin, gawk (>= 3.1.2-12)
 ConfigureParams: --mandir=%p/share/man --with-extraincludedir=%p/include 
--with-extralibdir=%p/lib --with-tcl=%p --with-tk=%p --with-x 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--with-freetypeincludedir=/usr/X11R6/include/freetype2 --enable-static 
--disable-shared
 #SetCPPFLAGS: -no-cpp-precomp
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1 
-CompileScript: <<
-  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
-  make CC=gcc-3.3 CXX=g++-3.3
-<<
 InstallScript: make -i install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog FAQ.txt INSTALL NEWS README
 Description: Graph visualization software



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs pilot-link9.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12957

Modified Files:
pilot-link9.info 
Log Message:
validation fix (remove hardcoded build directory from .la files)


Index: pilot-link9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pilot-link9.info12 Feb 2006 22:07:19 -  1.1
+++ pilot-link9.info14 Mar 2006 18:55:59 -  1.2
@@ -1,6 +1,6 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 1035
+Revision: 1036
 ###
 Depends: x11, libpng3-shlibs, readline5-shlibs (>= 5.0-1004), tcltk-shlibs, 
%N-shlibs (= %v-%r)
 BuildDepends: fink (>= 0.9.9), libpng3, readline5 (>= 5.0-1004), tcltk, 
tcltk-dev, python23 (>= 1:2.3.5-1124) | python23-nox (>= 1:2.3.4-1104), 
libiconv-dev, libncurses5 (>= 5.4-20041023-1006), x11-dev
@@ -14,6 +14,7 @@
 Patch: %n.patch
 PatchScript: <<
  perl -pi -e "s/python2.2/python2.3/" configure
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
 ###
 GCC: 4.0



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/libs pilot-link9.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12681

Modified Files:
pilot-link9.info 
Log Message:
validation fix (remove hardcoded build directory from .la files)


Index: pilot-link9.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pilot-link9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pilot-link9.info12 Feb 2006 22:06:35 -  1.1
+++ pilot-link9.info14 Mar 2006 18:55:31 -  1.2
@@ -1,6 +1,6 @@
 Package: pilot-link9
 Version: 0.11.8
-Revision: 1035
+Revision: 1036
 ###
 Depends: x11, libpng3-shlibs, readline5-shlibs (>= 5.0-1004), tcltk-shlibs, 
%N-shlibs (= %v-%r)
 BuildDepends: fink (>= 0.9.9), libpng3, readline5 (>= 5.0-1004), tcltk, 
tcltk-dev, python23 (>= 1:2.3.5-1124) | python23-nox (>= 1:2.3.4-1104), 
libiconv-dev, libncurses5 (>= 5.4-20041023-1006), x11-dev
@@ -14,6 +14,7 @@
 Patch: %n.patch
 PatchScript: <<
  perl -pi -e "s/python2.2/python2.3/" configure
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
 ###
 GCC: 4.0



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs bitvector-py.info,NONE,1.1

2006-03-14 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1018

Added Files:
bitvector-py.info 
Log Message:
Version 1.2 of BitVector has all of the major changes that I requested
from the author, so it's ready for fink.


--- NEW FILE: bitvector-py.info ---
Info2: <<

Package: bitvector-py%type_pkg[python]
Version: 1.2
Revision: 1
Description: Python bit arrays
DescDetail: <<
The BitVector class is for a memory-efficient packed representation of
bit arrays and for logical operations on such arrays. The core idea
used in this Python script for bit packing is based on an internet
posting by Josiah Carlson to the Pyrex mailing list.
<<
Source: http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-%v.tar.bz2
Source-MD5: 2ed6950170642f51029ca259cdc3984e
Type: python (2.4)
Depends: python%type_pkg[python]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
<<
DocFiles: PKG-INFO MANIFEST Examples/* TestBitVector/*
# Python's license
License: OSI-Approved
Homepage: http://rvl4.ecn.purdue.edu/~kak/dist/
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>

# Info2
<<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/gnome gdm.info,1.3,1.4

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23458

Modified Files:
gdm.info 
Log Message:
validation fix (remove hardcoded build directory from .la files)


Index: gdm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gdm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gdm.info23 Jan 2006 18:00:35 -  1.3
+++ gdm.info14 Mar 2006 18:25:30 -  1.4
@@ -1,11 +1,14 @@
 Package: gdm
 Version: 2.6.0.3
 Source: gnome
-Revision: 1021
+Revision: 1022
 Depends: passwd (>= 20051118-1), atk1-shlibs (>= 1.6.0-1), audiofile-shlibs 
(>= 0.2.5-1), esound (>= 0.2.34-1), file-roller (>= 2.6.0-1), gconf2 (>= 
2.6.0-1), gettext, glib2 (>= 2.6.6-), gnome-vfs2 (>= 2.6.0-1) | 
gnome-vfs2-ssl (>= 2.6.0-1), gtk+2 (>= 2.4.0-1), libart2-shlibs (>= 2.3.16-1), 
libbonobo2 (>= 2.6.0-1), libbonoboui2 (>= 2.6.0-1), libglade2-shlibs (>= 
2.3.6-1), libgnome2 (>= 2.6.0-1), libgnomecanvas2 (>= 2.6.0-1), libgnomeui2 (>= 
2.6.0-1), libiconv, librsvg2 (>= 2.6.0-1), libxml2-shlibs (>= 2.6.7-1), orbit2 
(>= 2.10.0-1), pango1-xft2 (>= 1.4.0-1), popt-shlibs, scrollkeeper
 BuildDepends: audiofile, libcroco1, libgsf-dev, intltool (>= 0.28-1), atk1 (>= 
1.6.0-1), esound (>= 0.2.34-1), gconf2-dev (>= 2.6.0-1), gettext-dev, glib2-dev 
(>= 2.6.6-), gnome-keyring-dev, gnome-vfs2-dev (>= 2.6.0-1) | 
gnome-vfs2-ssl-dev (>= 2.6.0-1), gtk+2-dev (>= 2.4.0-1), libart2 (>= 2.3.16-1), 
libbonobo2-dev (>= 2.6.0-1), libbonoboui2-dev (>= 2.6.0-1), libglade2 (>= 
2.3.6-1), libgnome2-dev (>= 2.6.0-1), libgnomecanvas2-dev (>= 2.6.0-1), 
libgnomeui2-dev (>= 2.6.0-1), libiconv-dev, libjpeg, librsvg2 (>= 2.6.0-1), 
libxml2 (>= 2.6.7-1), orbit2-dev (>= 2.10.0-1), pango1-xft2-dev (>= 1.4.0-1), 
pkgconfig, scrollkeeper (>= 0.3.12-2), popt
 Patch: %n.patch
-PatchScript: perl -pi.bak -e "s/-scrollkeeper-update/#-scrollkeeper-update/g" 
omf.make docs/*/Makefile.in
+PatchScript: <<
+ perl -pi.bak -e "s/-scrollkeeper-update/#-scrollkeeper-update/g" omf.make 
docs/*/Makefile.in
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
+<<
 SetCPPFLAGS: -no-cpp-precomp
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sound libmusicbrainz4.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16383

Modified Files:
libmusicbrainz4.info 
Log Message:
add missing BDO field


Index: libmusicbrainz4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libmusicbrainz4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmusicbrainz4.info9 Feb 2006 00:50:03 -   1.1
+++ libmusicbrainz4.info14 Mar 2006 18:14:18 -  1.2
@@ -1,6 +1,7 @@
 Package: libmusicbrainz4
 Version: 2.1.1
-Revision: 1001
+Revision: 1002
+BuildDependsOnly: True
 GCC: 4.0
 CustomMirror: <<
   nam-US: http://ftp.musicbrainz.org/pub/musicbrainz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sound libmusicbrainz4.info,1.2,1.3

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15925

Modified Files:
libmusicbrainz4.info 
Log Message:
add missing BDO field


Index: libmusicbrainz4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/libmusicbrainz4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmusicbrainz4.info9 Feb 2006 18:33:33 -   1.2
+++ libmusicbrainz4.info14 Mar 2006 18:13:39 -  1.3
@@ -1,6 +1,7 @@
 Package: libmusicbrainz4
 Version: 2.1.2
-Revision: 1021
+Revision: 1022
+BuildDependsOnly: True
 Description: Library for accessing musicbrainz database
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sound libtunepimp2.info,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10035

Modified Files:
libtunepimp2.info 
Log Message:
add missing BDO field


Index: libtunepimp2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libtunepimp2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libtunepimp2.info   9 Feb 2006 01:26:44 -   1.1
+++ libtunepimp2.info   14 Mar 2006 18:05:26 -  1.2
@@ -1,6 +1,7 @@
 Package: libtunepimp2
 Version: 0.3.0
-Revision: 1001
+Revision: 1002
+BuildDependsOnly: True
 GCC: 4.0
 CustomMirror: <<
   nam-US: http://ftp.musicbrainz.org/pub/musicbrainz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sound libtunepimp2.info,1.2,1.3

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9322

Modified Files:
libtunepimp2.info 
Log Message:
add missing BDO field


Index: libtunepimp2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/libtunepimp2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libtunepimp2.info   9 Feb 2006 18:33:33 -   1.2
+++ libtunepimp2.info   14 Mar 2006 18:04:31 -  1.3
@@ -1,6 +1,7 @@
 Package: libtunepimp2
 Version: 0.3.0
-Revision: 1023
+Revision: 1024
+BuildDependsOnly: True
 Description: Library for musicbrainz tagging
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/graphics giflib.info,1.1,1.2 libungif.info,1.1,1.2 libungif.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20871

Modified Files:
giflib.info libungif.info libungif.patch 
Log Message:
latest version to stable


Index: giflib.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/giflib.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- giflib.info 20 Jan 2006 20:12:53 -  1.1
+++ giflib.info 14 Mar 2006 17:27:55 -  1.2
@@ -1,34 +1,30 @@
 Package: giflib
-Version: 4.1.0
-Revision: 8
-Depends: %N-shlibs (= %v-%r) | libungif-shlibs (>= %vfinal-1), %N-bin | 
libungif-bin
+Version: 4.1.4
+Revision: 2
+Depends: %N-shlibs (= %v-%r) | libungif-shlibs (>= %v-1), %N-bin (= %v-%r) | 
libungif-bin (>= %v-1)
 BuildDependsOnly: True
 Conflicts: libungif
 Replaces: libungif
-PatchScript: <<
-  perl -pi.bak -e 's,-flat_namespace -undefined suppress,,g' ltconfig
-<<
-Source: http://us.dl.sourceforge.net/fink/direct_download/source/%n-%v.tar.gz
-Source-MD5: f70e8fe2dd57815bd2740aa88aa32f2c
-UpdateConfigGuess: true
-UpdateLibtool: true
+Source: mirror:sourceforge:libungif/%n-%v.tar.bz2
+Source-MD5: 827d338961482a986f39c7f114531636
+NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 InstallScript: <<
 make install DESTDIR=%d
-mkdir -p %i/share/doc/%n
+(cd %i/lib/ && ln -s libgif.dylib libungif.dylib && ln -s libgif.a libungif.a)
 <<
 SplitOff: <<
   Package: %N-shlibs
   Depends: x11
   Conflicts: libungif-shlibs
   Replaces: libungif-shlibs, libungif (<= 4.1.0final-1), giflib (<= 4.1.0-2)
-  Files: lib/libgif.4.1.0.dylib lib/libgif.4.dylib
+  Files: lib/libgif.*.dylib
   Shlibs: %p/lib/libgif.4.dylib 6.0.0 giflib-shlibs (>= 4.1.0-7) | 
libungif-shlibs (>= 4.1.0final-2)
   DocFiles: README COPYING AUTHORS PATENT_PROBLEMS
 <<
 SplitOff2: <<
   Package: %N-bin
-  Depends: x11, %N-shlibs (= %v-%r) | libungif-shlibs (>= %vfinal-1)
+  Depends: x11, %N-shlibs (= %v-%r) | libungif-shlibs (>= %v-1)
   Conflicts: libungif-bin
   Replaces: libungif-bin, libungif (<= 4.1.0final-1), giflib (<= 4.1.0-2)
   InstallScript: <<
@@ -42,8 +38,8 @@
 <<
 DocFiles: README COPYING AUTHORS PATENT_PROBLEMS
 #
-Description: GIF image format handling library, LZW-enabled version
+Description: GIF image format handling library (LZW)
 DescPort: Uses autoconf and libtool. The usual fixes.
 License: OSI-Approved
-Homepage: http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
-Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Homepage: http://libungif.sourceforge.net/
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Index: libungif.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libungif.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libungif.info   20 Jan 2006 20:12:53 -  1.1
+++ libungif.info   14 Mar 2006 17:27:55 -  1.2
@@ -1,23 +1,16 @@
 Package: libungif
-Version: 4.1.0final
-Revision: 3
-Depends: %N-shlibs (= %v-%r) | giflib-shlibs (>= 4.1.0-7), %N-bin | giflib-bin
+Version: 4.1.4
+Revision: 1
+Depends: %N-shlibs (= %v-%r) | giflib-shlibs (>= %v-1), %N-bin (= %v-%r) | 
giflib-bin (>= %v-1)
 BuildDependsOnly: True
 Conflicts: giflib
 Replaces: giflib
 Provides: giflib
-Source: http://www.ibiblio.org/pub/Linux/libs/graphics/libungif-4.1.0.tar.gz
-Source-MD5: 35427da9b40e06faae0db531c41c7eb6
-UpdateConfigGuess: true
-UpdateLibtool: true
-NoSetLDFLAGS: true
-SetLDFLAGS: -L%b/lib/.libs
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
+Source-MD5: 76865bc1bed90ecb5992a1edcc4d6c15
 Patch: %n.patch
-CompileScript: <<
-  perl -pi.bak -e 's,-flat_namespace,,g; s,-undefined suppress,,g' ltconfig
-  ./configure %c
-  make
-<<
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
 InstallScript: <<
 make install DESTDIR=%d
 (cd %i/lib/ && ln -s libgif.dylib libungif.dylib && ln -s libgif.a libungif.a)
@@ -27,13 +20,13 @@
   Depends: x11
   Conflicts: giflib-shlibs
   Replaces: giflib-shlibs, %N (<= 4.1.0b1-2), giflib (<= 4.1.0-7)
-  Files: lib/libgif.4.1.0.dylib lib/libgif.4.dylib
+  Files: lib/libgif.*.dylib
   Shlibs: %p/lib/libgif.4.dylib 6.0.0 giflib-shlibs (>= 4.1.0-7) | 
libungif-shlibs (>= 4.1.0final-2)
   DocFiles: README COPYING AUTHORS UNCOMPRESSED_GIF
 <<
 SplitOff2: <<
   Package: %N-bin
-  Depends: x11, %N-shlibs (= %v-%r) | giflib-shlibs (>= 4.1.0-7)
+  Depends: x11, %N-shlibs (= %v-%r) | giflib-shlibs (>= %v-1)
   Conflicts: giflib-bin
   Replaces: giflib-bin, %N (<= 4.1.0b1-2), giflib (<= 4.1.0-7)
   InstallScript: <<
@@ -47,14 +40,13 @@
 <<
 DocFiles: README COPYING AUTHORS UNCOMPRESSED_GIF
 #
-Description: GIF image format handling library, LZW-free version
+Description: GIF image format handling library (no LZW)
 DescPackaging: <<
 To provide binary compatibility between giflib and libungif, libungif
 is patched to build a library called 'libgif', not
 'libungif'. Symlinks

dists/10.4/stable/main/finkinfo/gnome bonobo.info,1.1,1.2 bonobo.patch,1.1,1.2

2006-03-14 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16175

Modified Files:
bonobo.info bonobo.patch 
Log Message:
latest version to stable


Index: bonobo.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/bonobo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bonobo.info 24 Jan 2006 08:51:06 -  1.1
+++ bonobo.info 14 Mar 2006 17:19:46 -  1.2
@@ -1,17 +1,18 @@
 Package: bonobo
 Version: 1.0.20
-Revision: 13
+Revision: 14
 Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.bz2
 Source-MD5: c4c586e2f8670a0adf6116f9b7e6e496
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gdk-pixbuf (>= 0.18.0-12), x11, libjpeg, libtiff, netpbm, 
audiofile, esound, glib, gtk+ (>= 1.2.10-20), giflib, imlib (>= 1.9.14-14), 
gnome-libs-dev (>= 1.4.2-19), gnome-print-dev (>= 0.36-11), oaf-dev (>= 
0.6.10-22), libxml, popt, libglade (>= 0.17-13), orbit-dev (>= 0.5.17-15), 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev
+BuildDepends: gdk-pixbuf (>= 0.18.0-12), x11, libjpeg, libtiff, netpbm, 
audiofile, esound, glib, gtk+ (>= 1.2.10-20), giflib, imlib (>= 1.9.14-14), 
gnome-libs-dev (>= 1.4.2-19), gnome-print-dev (>= 0.36-11), oaf-dev (>= 
0.6.10-22), libxml, popt, libglade (>= 0.17-13), orbit-dev (>= 0.5.17-15), 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, gtk-doc
 SetCPPFLAGS: -no-cpp-precomp -DORBIT_DEF_CORBA_sequence_CORBA_string 
-DTC_DEF_TC_CORBA_sequence_CORBA_string
 SetCFLAGS: -O3 -fstrict-aliasing -funroll-loops
 Patch: %n.patch
+PatchScript: perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 UpdatePoMakefile: true
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
-  Package: %N-shlibs 
+  Package: %N-shlibs
   Depends: gnome-libs (>= 1.4.2-19), oaf (>= 0.6.10-22), gnome-print (>= 
0.36-11), libxml (>= 1.8.15), orbit  (>= 0.5.17-15), gettext (>= 0.10.40-2)
   Replaces: %N (<= 1.0.19-1)
   Files: lib/libbonobo*.*.dylib lib/libefs.*.dylib

Index: bonobo.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/bonobo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bonobo.patch24 Jan 2006 08:51:06 -  1.1
+++ bonobo.patch14 Mar 2006 17:19:46 -  1.2
@@ -68,6 +68,18 @@
  eval cmds=\"$archive_cmds\"
fi
IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
+diff -Nurd -x'*~' bonobo-1.0.20.orig/storage-modules/Makefile.in 
bonobo-1.0.20/storage-modules/Makefile.in
+--- bonobo-1.0.20.orig/storage-modules/Makefile.in 2002-04-11 
11:18:09.0 -0400
 bonobo-1.0.20/storage-modules/Makefile.in  2006-01-05 17:39:52.0 
-0500
+@@ -180,7 +180,7 @@
+ libstorage_efs_la_SOURCES =   bonobo-storage-efs.c
bonobo-storage-efs.hbonobo-stream-efs.c 
bonobo-stream-efs.h
+ 
+ 
+-libstorage_efs_la_LDFLAGS =   $(common_ldflags)   
-L$(top_builddir)/libefs/src-lefs
++libstorage_efs_la_LDFLAGS =   $(common_ldflags)   
$(top_builddir)/libefs/src/libefs.la
+ 
+ 
+ #
 diff -Naur bonobo-1.0.20.old/storage-modules/bonobo-storage-fs.c 
bonobo-1.0.20.new/storage-modules/bonobo-storage-fs.c
 --- bonobo-1.0.20.old/storage-modules/bonobo-storage-fs.c  Tue Sep 25 
01:21:33 2001
 +++ bonobo-1.0.20.new/storage-modules/bonobo-storage-fs.c  Sun May 19 
14:55:09 2002



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari dungeoncrawl.info,1.1,NONE gc.info,1.1,NONE gc.patch,1.2,NONE suribt-clsfile.info,1.1,NONE w3m-unified.info,1.3,NONE

2006-03-14 Thread ASARI Takashi
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30117

Removed Files:
dungeoncrawl.info gc.info gc.patch suribt-clsfile.info 
w3m-unified.info 
Log Message:
Cleaning up

--- w3m-unified.info DELETED ---

--- dungeoncrawl.info DELETED ---

--- suribt-clsfile.info DELETED ---

--- gc.patch DELETED ---

--- gc.info DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/text ptex.info,1.2,1.3

2006-03-14 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13287

Modified Files:
ptex.info 
Log Message:
appleotffonts should not be installed if (%type_raw[-nox] = -nox).

Index: ptex.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ptex.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ptex.info   6 Mar 2006 19:28:10 -   1.2
+++ ptex.info   14 Mar 2006 16:17:53 -  1.3
@@ -2,7 +2,7 @@
 Package: ptex%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 3.1.9
-Revision: 12
+Revision: 13
 GCC: 4.0
 Description: ASCII publishing TeX
 Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
@@ -177,7 +177,7 @@
   t1lib5-shlibs, libpng3-shlibs (>= 1:1.2.8-1), 
   libwww-bin, libncurses5-shlibs, ncurses,
   fink (>= 0.12.0-1), libkpathsea4-shlibs (>= 3.0-1), ptex-texmf (>= 2.3-4),
-  appleotffonts,
+  (%type_raw[-nox] = .) appleotffonts,
   (%type_raw[-nox] = -nox) ghostscript-nox,
   (%type_raw[-nox] = .) ghostscript,
   (%type_raw[-nox] = .) gd2-shlibs (>= 2.0.33-1), 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   >