experimental/todai/ecc/main/finkinfo/text ghostscript-esp.info,1.10,1.11 ghostscript-esp.patch,1.8,1.9

2006-02-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14571

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
Corrected a bug in finkcups.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ghostscript-esp.patch   28 Feb 2006 07:30:44 -  1.8
+++ ghostscript-esp.patch   28 Feb 2006 08:28:10 -  1.9
@@ -716,13 +716,13 @@
 +
 +function get_cups_location () {
 +
-+  if [ `which cups-config` ]
++  if /usr/bin/type cups-config /dev/null 21
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`
 +  CUPSDATA=`cups-config --datadir`
 +  else
-+  ${show}  * ${0##*/}: Cannot find the command cups-config in 
your PATH!
++  ${show}  * ${0##*/}: Cannot find the command \cups-config\ 
in your PATH!
 +  exit 1
 +  fi
 +}

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ghostscript-esp.info28 Feb 2006 07:30:44 -  1.10
+++ ghostscript-esp.info28 Feb 2006 08:28:10 -  1.11
@@ -1,6 +1,6 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 26
+Revision: 27
 Description: Enhanced GNU Ghostscript with better CJK and printer support
 Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
 BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
@@ -154,7 +154,7 @@
  A patch to gdevpx.c is based on Gentoo Linux's gs7.05.6-gdevpx.patch.
 
  A patch to configure handles problems of encryption library on Panther
-  and make GS to use glib2 instead of glib.
+  and makes GS to use glib2 instead of glib.
  A patch to cups.mak changes install location of files related to CUPS.
  A patch to unixinst.mak adds CIDFnmap.{IPA,Saz,OSX} to install list.
 



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text ghostscript-esp.info,1.1,1.2 ghostscript-esp.patch,1.1,1.2

2006-02-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32367

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
Now supports OMNI drivers.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.patch   27 Feb 2006 22:10:18 -  1.1
+++ ghostscript-esp.patch   28 Feb 2006 08:57:47 -  1.2
@@ -67,18 +67,29 @@
}
  }
  spputc(s, pxtSetLineDash);
-diff -ruN espgs-7.07.1.orig/src/configure.ac espgs-7.07.1/src/configure.ac
 espgs-7.07.1.orig/src/configure.ac Thu Mar 24 01:00:21 2005
-+++ espgs-7.07.1/src/configure.ac  Thu Mar 24 01:15:03 2005
-@@ -448,7 +448,7 @@
+diff -ruN espgs-7.07.1.orig/src/configure espgs-7.07.1/src/configure
+--- espgs-7.07.1-orig/configure2003-10-10 04:54:02.0 +0900
 espgs-7.07.1/configure 2006-02-28 16:09:48.0 +0900
+@@ -5193,7 +5193,7 @@
+ 
if test x$CUPSCONFIG != x; then
-   dnl Use values from CUPS config...
- # LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs 
| sed -e '1,$s/-lssl//'` $LIBS
+   #   LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image 
--libs | sed -e '1,$s/-lssl//'` $LIBS
 -  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs` $LIBS
-+  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' | sed -e '1,$s/-lcrypto//'` $LIBS
++  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' -e '1,$s/-lcrypto//'` $LIBS
CFLAGS=`$CUPSCONFIG --cflags` $CFLAGS
cups_serverroot=`$CUPSCONFIG --serverroot`
cups_serverbin=`$CUPSCONFIG --serverbin`
+@@ -5568,8 +5568,8 @@
+ echo ${ECHO_T}yes 6
+ 
+ OMNIDEVS='$(DD)omni.dev'
+-CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule`
+-LIBS=$LIBS `$GLIB_CONFIG --libs gmodule`
++CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule-2.0`
++LIBS=$LIBS `$GLIB_CONFIG --libs gmodule-2.0`
+ 
+ if test -n $GCC; then
+   LIBS=$LIBS -lstdc++
 diff -ruN espgs-7.07.1-orig/pstoraster/cups.mak 
espgs-7.07.1/pstoraster/cups.mak
 --- espgs-7.07.1-orig/pstoraster/cups.mak  2003-08-21 00:12:43.0 
+0900
 +++ espgs-7.07.1/pstoraster/cups.mak   2006-02-25 15:52:09.0 +0900
@@ -705,13 +716,13 @@
 +
 +function get_cups_location () {
 +
-+  if [ `which cups-config` ]
++  if /usr/bin/type cups-config /dev/null 21
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`
 +  CUPSDATA=`cups-config --datadir`
 +  else
-+  ${show}  * ${0##*/}: Cannot find the command cups-config in 
your PATH!
++  ${show}  * ${0##*/}: Cannot find the command \cups-config\ 
in your PATH!
 +  exit 1
 +  fi
 +}

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.info27 Feb 2006 22:10:18 -  1.1
+++ ghostscript-esp.info28 Feb 2006 08:57:47 -  1.2
@@ -1,9 +1,9 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 24
+Revision: 27
 Description: Enhanced GNU Ghostscript with better CJK and printer support
-Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts
-BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev
+Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
+BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
 Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7, system-ghostscript, system-ghostscript8, system-ghostscript6
 Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7
 Provides: ghostscript
@@ -28,6 +28,7 @@
 Source18: 
http://www.aihara.co.jp/~taiji/gyve/tmp/fix_cidfonttype2_Adobe-Japan1-6.patch
 Source19: 
http://www.aihara.co.jp/~taiji/gyve/tmp/modify_ps2pdfwr-20050921.patch
 Source20: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs-fix-gc.patch
+Source21: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs7.07.1-nogtk2.patch
 Source-MD5:  d30bf5c09f2c7caa8291f6305cf03044
 Source2-MD5: dbd5f3b47ed13132f04c685d608a7547
 Source3-MD5: dfc93dd2aaaf2b86d2fd55f654c13261
@@ -48,12 +49,12 @@
 Source18-MD5: 

experimental/todai/ecc/main/finkinfo/text ghostscript-esp.info,1.11,1.12

2006-02-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29545

Modified Files:
ghostscript-esp.info 
Log Message:
Corrected a typo in DescPackaging.

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ghostscript-esp.info28 Feb 2006 08:28:10 -  1.11
+++ ghostscript-esp.info28 Feb 2006 08:53:08 -  1.12
@@ -153,7 +153,7 @@
  A patch to gs_res.ps.in is based on Gentoo Linux's gs7.07.1-cjk.diff.
  A patch to gdevpx.c is based on Gentoo Linux's gs7.05.6-gdevpx.patch.
 
- A patch to configure handles problems of encryption library on Panther
+ A patch to configure handles problems of encryption libraries on Panther
   and makes GS to use glib2 instead of glib.
  A patch to cups.mak changes install location of files related to CUPS.
  A patch to unixinst.mak adds CIDFnmap.{IPA,Saz,OSX} to install list.



---
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=lnkkid=110944bid=241720dat=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 ghostscript-esp.info,1.1,1.2 ghostscript-esp.patch,1.1,1.2

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

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
Now supports OMNI drivers.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.patch   27 Feb 2006 22:12:45 -  1.1
+++ ghostscript-esp.patch   28 Feb 2006 08:58:55 -  1.2
@@ -67,18 +67,29 @@
}
  }
  spputc(s, pxtSetLineDash);
-diff -ruN espgs-7.07.1.orig/src/configure.ac espgs-7.07.1/src/configure.ac
 espgs-7.07.1.orig/src/configure.ac Thu Mar 24 01:00:21 2005
-+++ espgs-7.07.1/src/configure.ac  Thu Mar 24 01:15:03 2005
-@@ -448,7 +448,7 @@
+diff -ruN espgs-7.07.1.orig/src/configure espgs-7.07.1/src/configure
+--- espgs-7.07.1-orig/configure2003-10-10 04:54:02.0 +0900
 espgs-7.07.1/configure 2006-02-28 16:09:48.0 +0900
+@@ -5193,7 +5193,7 @@
+ 
if test x$CUPSCONFIG != x; then
-   dnl Use values from CUPS config...
- # LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs 
| sed -e '1,$s/-lssl//'` $LIBS
+   #   LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image 
--libs | sed -e '1,$s/-lssl//'` $LIBS
 -  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs` $LIBS
-+  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' | sed -e '1,$s/-lcrypto//'` $LIBS
++  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' -e '1,$s/-lcrypto//'` $LIBS
CFLAGS=`$CUPSCONFIG --cflags` $CFLAGS
cups_serverroot=`$CUPSCONFIG --serverroot`
cups_serverbin=`$CUPSCONFIG --serverbin`
+@@ -5568,8 +5568,8 @@
+ echo ${ECHO_T}yes 6
+ 
+ OMNIDEVS='$(DD)omni.dev'
+-CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule`
+-LIBS=$LIBS `$GLIB_CONFIG --libs gmodule`
++CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule-2.0`
++LIBS=$LIBS `$GLIB_CONFIG --libs gmodule-2.0`
+ 
+ if test -n $GCC; then
+   LIBS=$LIBS -lstdc++
 diff -ruN espgs-7.07.1-orig/pstoraster/cups.mak 
espgs-7.07.1/pstoraster/cups.mak
 --- espgs-7.07.1-orig/pstoraster/cups.mak  2003-08-21 00:12:43.0 
+0900
 +++ espgs-7.07.1/pstoraster/cups.mak   2006-02-25 15:52:09.0 +0900
@@ -705,13 +716,13 @@
 +
 +function get_cups_location () {
 +
-+  if [ `which cups-config` ]
++  if /usr/bin/type cups-config /dev/null 21
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`
 +  CUPSDATA=`cups-config --datadir`
 +  else
-+  ${show}  * ${0##*/}: Cannot find the command cups-config in 
your PATH!
++  ${show}  * ${0##*/}: Cannot find the command \cups-config\ 
in your PATH!
 +  exit 1
 +  fi
 +}

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.info27 Feb 2006 22:12:45 -  1.1
+++ ghostscript-esp.info28 Feb 2006 08:58:55 -  1.2
@@ -1,9 +1,9 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 24
+Revision: 27
 Description: Enhanced GNU Ghostscript with better CJK and printer support
-Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts
-BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev
+Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
+BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
 Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7, system-ghostscript, system-ghostscript8, system-ghostscript6
 Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7
 Provides: ghostscript
@@ -28,6 +28,7 @@
 Source18: 
http://www.aihara.co.jp/~taiji/gyve/tmp/fix_cidfonttype2_Adobe-Japan1-6.patch
 Source19: 
http://www.aihara.co.jp/~taiji/gyve/tmp/modify_ps2pdfwr-20050921.patch
 Source20: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs-fix-gc.patch
+Source21: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs7.07.1-nogtk2.patch
 Source-MD5:  d30bf5c09f2c7caa8291f6305cf03044
 Source2-MD5: dbd5f3b47ed13132f04c685d608a7547
 Source3-MD5: dfc93dd2aaaf2b86d2fd55f654c13261
@@ -48,12 +49,12 @@
 Source18-MD5: 

dists/10.4-transitional/unstable/main/finkinfo/text ghostscript-esp.info,1.1,1.2 ghostscript-esp.patch,1.1,1.2

2006-02-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv334

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
Now supports OMNI drivers.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.patch   27 Feb 2006 22:11:33 -  1.1
+++ ghostscript-esp.patch   28 Feb 2006 08:58:22 -  1.2
@@ -67,18 +67,29 @@
}
  }
  spputc(s, pxtSetLineDash);
-diff -ruN espgs-7.07.1.orig/src/configure.ac espgs-7.07.1/src/configure.ac
 espgs-7.07.1.orig/src/configure.ac Thu Mar 24 01:00:21 2005
-+++ espgs-7.07.1/src/configure.ac  Thu Mar 24 01:15:03 2005
-@@ -448,7 +448,7 @@
+diff -ruN espgs-7.07.1.orig/src/configure espgs-7.07.1/src/configure
+--- espgs-7.07.1-orig/configure2003-10-10 04:54:02.0 +0900
 espgs-7.07.1/configure 2006-02-28 16:09:48.0 +0900
+@@ -5193,7 +5193,7 @@
+ 
if test x$CUPSCONFIG != x; then
-   dnl Use values from CUPS config...
- # LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs 
| sed -e '1,$s/-lssl//'` $LIBS
+   #   LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image 
--libs | sed -e '1,$s/-lssl//'` $LIBS
 -  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs` $LIBS
-+  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' | sed -e '1,$s/-lcrypto//'` $LIBS
++  LIBS=`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs | sed -e 
'1,$s/-lssl//' -e '1,$s/-lcrypto//'` $LIBS
CFLAGS=`$CUPSCONFIG --cflags` $CFLAGS
cups_serverroot=`$CUPSCONFIG --serverroot`
cups_serverbin=`$CUPSCONFIG --serverbin`
+@@ -5568,8 +5568,8 @@
+ echo ${ECHO_T}yes 6
+ 
+ OMNIDEVS='$(DD)omni.dev'
+-CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule`
+-LIBS=$LIBS `$GLIB_CONFIG --libs gmodule`
++CFLAGS=$CFLAGS `$GLIB_CONFIG --cflags gmodule-2.0`
++LIBS=$LIBS `$GLIB_CONFIG --libs gmodule-2.0`
+ 
+ if test -n $GCC; then
+   LIBS=$LIBS -lstdc++
 diff -ruN espgs-7.07.1-orig/pstoraster/cups.mak 
espgs-7.07.1/pstoraster/cups.mak
 --- espgs-7.07.1-orig/pstoraster/cups.mak  2003-08-21 00:12:43.0 
+0900
 +++ espgs-7.07.1/pstoraster/cups.mak   2006-02-25 15:52:09.0 +0900
@@ -705,13 +716,13 @@
 +
 +function get_cups_location () {
 +
-+  if [ `which cups-config` ]
++  if /usr/bin/type cups-config /dev/null 21
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`
 +  CUPSDATA=`cups-config --datadir`
 +  else
-+  ${show}  * ${0##*/}: Cannot find the command cups-config in 
your PATH!
++  ${show}  * ${0##*/}: Cannot find the command \cups-config\ 
in your PATH!
 +  exit 1
 +  fi
 +}

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghostscript-esp.info27 Feb 2006 22:11:33 -  1.1
+++ ghostscript-esp.info28 Feb 2006 08:58:22 -  1.2
@@ -1,9 +1,9 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 24
+Revision: 27
 Description: Enhanced GNU Ghostscript with better CJK and printer support
-Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts
-BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev
+Depends: x11, ghostscript-fonts, libpng3-shlibs (= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
+BuildDepends: x11-dev, libpng3 (= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
 Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7, system-ghostscript, system-ghostscript8, system-ghostscript6
 Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7
 Provides: ghostscript
@@ -28,6 +28,7 @@
 Source18: 
http://www.aihara.co.jp/~taiji/gyve/tmp/fix_cidfonttype2_Adobe-Japan1-6.patch
 Source19: 
http://www.aihara.co.jp/~taiji/gyve/tmp/modify_ps2pdfwr-20050921.patch
 Source20: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs-fix-gc.patch
+Source21: 
http://gentoo.cites.uiuc.edu/pub/gentoo-portage/app-text/ghostscript-esp/files/gs7.07.1-nogtk2.patch
 Source-MD5:  d30bf5c09f2c7caa8291f6305cf03044
 Source2-MD5: dbd5f3b47ed13132f04c685d608a7547
 Source3-MD5: dfc93dd2aaaf2b86d2fd55f654c13261
@@ -48,12 

dists/10.4-transitional/stable/main/finkinfo/text openjade.info,1.2,1.3

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8328

Modified Files:
openjade.info 
Log Message:
Copied xml.dcl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/text/openjade.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openjade.info   20 Jan 2006 16:37:56 -  1.2
+++ openjade.info   28 Feb 2006 09:10:28 -  1.3
@@ -1,8 +1,8 @@
 Package: openjade
 Version: 1.3.2
-Revision: 28
+Revision: 29
 Architecture: powerpc
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -38,6 +38,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -76,6 +77,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -83,6 +85,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=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 openjade.info,1.1,1.2

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9777

Modified Files:
openjade.info 
Log Message:
Copied xml.dcl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/openjade.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openjade.info   22 Jan 2006 15:12:37 -  1.1
+++ openjade.info   28 Feb 2006 09:12:39 -  1.2
@@ -1,7 +1,7 @@
 Package: openjade
 Version: 1.3.2
-Revision: 1028
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Revision: 1029
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -37,6 +37,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -75,6 +76,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -82,6 +84,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text openjade.info,1.12,1.13

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7517

Modified Files:
openjade.info 
Log Message:
Copied xml.decl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/openjade.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- openjade.info   4 Jan 2006 07:03:31 -   1.12
+++ openjade.info   28 Feb 2006 09:09:18 -  1.13
@@ -1,7 +1,7 @@
 Package: openjade
 Version: 1.3.2
-Revision: 28
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Revision: 29
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -37,6 +37,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -75,6 +76,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -82,6 +84,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=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/text openjade.info,1.3,1.4

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8927

Modified Files:
openjade.info 
Log Message:
Copied xml.dcl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/openjade.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openjade.info   20 Jan 2006 15:20:37 -  1.3
+++ openjade.info   28 Feb 2006 09:11:17 -  1.4
@@ -1,8 +1,8 @@
 Package: openjade
 Version: 1.3.2
-Revision: 28
+Revision: 29
 Architecture: powerpc
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -38,6 +38,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -76,6 +77,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -83,6 +85,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/michga gstreamer.info,NONE,1.1 gstreamer.patch,NONE,1.1

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

Added Files:
gstreamer.info gstreamer.patch 
Log Message:
Make gstreamer building the developer's and user's doc, works together with the 
new openjade info file, v.1029

--- NEW FILE: gstreamer.info ---
Package: gstreamer
Version: 0.8.12
Revision: 1022
Description: Streaming-media framework
License: GPL
Maintainer: Benjamin Reed [EMAIL PROTECTED]

Depends: %N-shlibs (= %v-%r)
BuildDepends: glib2-dev (= 2.6.6-), atk1 (= 1.6.0-1), pango1-xft2-dev (= 
1.4.0-1), gtk+2-dev (= 2.4.0-1), libart2, libgnomecanvas2-dev (= 2.6.0-1), 
orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), gnome-vfs2-dev (= 2.6.0-1) 
| gnome-vfs2-ssl-dev (= 2.6.0-1), libxml2 (= 2.6.7-1), libbonobo2-dev (= 
2.6.0-1), libgnome2-dev (= 2.6.0-1), libbonoboui2-dev (= 2.6.0-1), 
libgnomeui2-dev (= 2.6.0-1), pkgconfig, intltool, popt, libgettext3-dev, 
gettext-tools, libiconv-dev, audiofile (= 0.2.5-1), esound (= 0.2.34-1), 
gtk-doc (= 1.2-1), bison, xfig
GCC: 4.0

Source: http://gstreamer.freedesktop.org/src/%n/%n-%v.tar.bz2
Source-MD5: 80f3c4957ab3e254cc90016f87ba5482

SetCFLAGS: -Os -funroll-loops -fstrict-aliasing -fno-common
SetCPPFLAGS: -no-cpp-precomp -fno-common
ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --disable-tests 
--disable-examples --disable-dependency-tracking
PatchScript: sed -e s|@PREFIX@|%p|g %a/%n.patch | patch -p1
CompileScript: 
#!/bin/sh -ex
aclocal -I common/m4
autoconf --force
./configure %c


InstallScript: 
#!/bin/sh -ex
make install DESTDIR=%d
for bin in complete compprep feedback inspect launch md5sum register 
typefind xmlinspect xmllaunch; do
rm -f %i/bin/gst-$bin
done

DocFiles: AUTHORS COPYING ChangeLog README TODO
SplitOff: 
Package: %N-shlibs
Description: Shared libraries for gstreamer
Depends: atk1-shlibs (= 1.6.0-1), esound-shlibs (= 0.2.34-1), 
gconf2-shlibs (= 2.6.0-1), libgettext3-shlibs, glib2-shlibs (= 2.6.6-), 
gnome-vfs2-shlibs (= 2.6.0-1) | gnome-vfs2-ssl-shlibs (= 2.6.0-1), 
gtk+2-shlibs (= 2.4.0-1), libbonobo2-shlibs (= 2.6.0-1), libbonoboui2-shlibs 
(= 2.6.0-1), libgnome2-shlibs (= 2.6.0-1), libart2-shlibs, 
libgnomecanvas2-shlibs (= 2.6.0-1), libgnomeui2-shlibs (= 2.6.0-1), libiconv, 
libxml2-shlibs (= 2.6.7-1), orbit2-shlibs (= 2.10.0-1), pango1-xft2-shlibs 
(= 1.4.0-1), popt-shlibs
Recommends: gconf2 (= 2.6.0-1), glib2 (= 2.6.6-), gnome-vfs2 (= 
2.6.0-1) | gnome-vfs2-ssl (= 2.6.0-1), gtk+2 (= 2.4.0-1), libbonobo2 (= 
2.6.0-1), libbonoboui2 (= 2.6.0-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 
(= 2.6.0-1), libgnomeui2 (= 2.6.0-1), orbit2 (= 2.10.0-1), pango1-xft2 (= 
1.4.0-1)
Files: 
lib/libgstcontrol-0.8.*.dylib
lib/libgstreamer-0.8.*.dylib
lib/gstreamer-0.8

Shlibs: 
%p/lib/libgstcontrol-0.8.1.dylib 2.0.0 %N-shlibs (= 0.8.9-1)
%p/lib/libgstreamer-0.8.1.dylib 2.0.0 %N-shlibs (= 0.8.9-1)


SplitOff2: 
Package: %N-dev
Depends: %N (= %v-%r)
Replaces: %N
BuildDependsOnly: True
Files: 
include
lib/libgstcontrol-0.8.dylib
lib/libgstreamer-0.8.dylib
lib/*.a
lib/*.la
lib/pkgconfig
share/aclocal
share/gtk-doc



PostInstScript: 
if [ configure = $1 ]; then
mkdir -p %p/var/cache/%n-0.8
echo   /tmp/gstreamer-postinst.log
for command in gst-register-0.8 --gst-mask=0 
gst-compprep-0.8; do
echo === $command /tmp/gstreamer-postinst.log
$command /tmp/gstreamer-postinst.log 21 || :
done
for progname in complete compprep feedback inspect launch 
md5sum register typefind xmlinspect xmllaunch; do
update-alternatives --install %p/bin/gst-$progname  
gst-$progname   %p/bin/gst-$progname-0.8  8
update-alternatives --install 
%p/share/man/man1/gst-$progname.1 gst-$progname.1 
%p/share/man/man1/gst-$progname-0.8.1 8
done
fi

PostRmScript: 
if [ upgrade != $1 ]; then
rm -rf %p/var/cache/%n-0.8
for progname in complete compprep feedback inspect launch 
md5sum register typefind xmlinspect xmllaunch; do
update-alternatives --remove gst-$progname   
%p/bin/gst-$progname-0.8
update-alternatives --remove gst-$progname.1 
%p/share/man/man1/gst-$progname-0.8.1
done
fi


Homepage: http://www.gstreamer.net/
DescDetail: 
GStreamer is a streaming-media framework, based on graphs of 
filters which operate on media data. Applications using this 
library can do anything from 

dists/10.3/stable/main/finkinfo/text openjade.info,1.8,1.9

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7045

Modified Files:
openjade.info 
Log Message:
Copied xml.decl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/text/openjade.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openjade.info   23 Apr 2005 14:32:06 -  1.8
+++ openjade.info   28 Feb 2006 09:08:41 -  1.9
@@ -1,7 +1,7 @@
 Package: openjade
 Version: 1.3.2
-Revision: 28
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Revision: 29
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -16,7 +16,7 @@
 ConfigureParams:  --enable-http --enable-html --enable-mif 
--enable-default-catalog=%p/share/sgml/catalog --disable-dependency-tracking
 GCC: 3.3
 CompileScript: 
-#!/bin/sh
+#!/bin/sh -e
   : ${CXX='g++-3.3'}
   : ${CC='gcc'}
   ./configure %c
@@ -37,6 +37,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -75,6 +76,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -82,6 +84,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/text openjade.info,1.2,1.3

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9252

Modified Files:
openjade.info 
Log Message:
Copied xml.dcl where it should be, put Maintainer None as asked by Peter

Index: openjade.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/openjade.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openjade.info   22 Jan 2006 15:12:37 -  1.2
+++ openjade.info   28 Feb 2006 09:11:58 -  1.3
@@ -1,7 +1,7 @@
 Package: openjade
 Version: 1.3.2
-Revision: 1028
-Maintainer: Peter O'Gorman [EMAIL PROTECTED]
+Revision: 1029
+Maintainer: None fink-devel@lists.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Patch: %n.patch
 PatchScript: 
@@ -37,6 +37,7 @@
  cp -r unicode %i/share/sgml/%n-%v/
  cp -r jadedoc %i/share/sgml/%n-%v/
  cp japan.sgmldecl %i/share/sgml/%n-%v/
+ cp pubtext/xml.dcl %i/share/sgml/
  mkdir -p %i/share/doc/%n
  ln -s %p/share/sgml/ %i/share/doc/%n/sgml
  ln -s %p/share/sgml/%n-%v %i/share/sgml/%n-1.3
@@ -75,6 +76,7 @@
 and OpenSP are distributed under the same license as Jade.
 
 DescPackaging: 
+Originally packed by Peter O'Gorman
 Edit the .la files so they no longer refer to the build directory. This is a
 bug in the upstream package. It uses -L./relative/path -lfoo, where it should
 use ./relative/path/libfoo.la :(
@@ -82,6 +84,9 @@
 DescPort: 
 * some other minor problems fixed
 * hacks for gcc3 and more
+* Copy xml.decl just under root sgml directory, needed for other packages 
+  which use openjade
+Modified by Michele Garoche [EMAIL PROTECTED]
 
 License: BSD
 Homepage: http://openjade.sourceforge.net/



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web footer.inc,1.31,1.32

2006-02-28 Thread BABA Yoshihiko
Update of /cvsroot/fink/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21720

Modified Files:
footer.inc 
Log Message:
2006

Index: footer.inc
===
RCS file: /cvsroot/fink/web/footer.inc,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- footer.inc  7 Apr 2005 14:43:38 -   1.31
+++ footer.inc  28 Feb 2006 13:05:12 -  1.32
@@ -6,7 +6,7 @@
 /div
 div id=footer-left
a href=http://fink.sourceforge.net/legal.php; 
style=text-decoration:none ; color:black ;
-   Copyright copy 2001-05brThenbsp;Finknbsp;Project
+   Copyright copy 2001-06brThenbsp;Finknbsp;Project
/a
 /div
 div id=footer



---
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=lnkkid=110944bid=241720dat=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 set-object-pm.info,1.3,1.4

2006-02-28 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-serv10877/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
set-object-pm.info 
Log Message:
new set-object for catalyst

Index: set-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/set-object-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- set-object-pm.info  17 Feb 2006 01:40:19 -  1.3
+++ set-object-pm.info  28 Feb 2006 16:15:36 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: set-object-pm%type_pkg[perl]
-Version: 1.10
+Version: 1.14
 Revision: 11
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 ###
@@ -10,12 +10,12 @@
 Conflicts: %{Ni}581 ( 1.10-11)
 ###
 Source: mirror:cpan:authors/id/S/SA/SAMV/Set-Object-%v.tar.gz
-Source-MD5: dbedd46eed915c5883c750c7d3d04ab4
+Source-MD5: 077333fb1775233e585125f74ef0e949
 ###
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 ###
-DocFiles: Changes MANIFEST README
+DocFiles: README MANIFEST
 ###
 Description: Perl module, set of objects
 ###



---
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=lnkkid=110944bid=241720dat=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 set-object-pm.info,1.2,1.3

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

Modified Files:
set-object-pm.info 
Log Message:
new set-object for catalyst

Index: set-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/set-object-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- set-object-pm.info  17 Feb 2006 01:39:17 -  1.2
+++ set-object-pm.info  28 Feb 2006 16:15:36 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: set-object-pm%type_pkg[perl]
-Version: 1.10
+Version: 1.14
 Revision: 11
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 ###
@@ -10,12 +10,12 @@
 Conflicts: %{Ni}581 ( 1.10-11)
 ###
 Source: mirror:cpan:authors/id/S/SA/SAMV/Set-Object-%v.tar.gz
-Source-MD5: dbedd46eed915c5883c750c7d3d04ab4
+Source-MD5: 077333fb1775233e585125f74ef0e949
 ###
 Type: perl (5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 ###
-DocFiles: Changes MANIFEST README
+DocFiles: README MANIFEST
 ###
 Description: Perl module, set of objects
 ###



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/libs/perlmods catalyst-plugin-authorization-roles-pm.info,1.1,1.2

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:51:57 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:16 -  
1.2
@@ -1,10 +1,10 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 1
+Revision: 2
 Description: Role based authorization for Catalyst
-Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Type: perl(5.6.0 5.6.1 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/libs/perlmods catalyst-plugin-authorization-roles-pm.info,1.1,1.2

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:51:55 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:16 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 11
+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)
 License: Artistic
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=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/libs/perlmods catalyst-plugin-authorization-roles-pm.info,1.1,1.2

2006-02-28 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-serv12028/10.4-transitional/main/finkinfo/libs/perlmods

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:51:57 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:16 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 21
+Revision: 22
 Description: Role based authorization for Catalyst
 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, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/database postgresql-java.info,1.1,1.2 postgresql-perl.info,1.2,1.3 postgresql-python-py.info,1.1,1.2 postgresql-tcl.info,1.1,1.2 postgresql74-unified.info,1.3,1.4 pos

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/10.4/unstable/main/finkinfo/database

Modified Files:
postgresql-java.info postgresql-perl.info 
postgresql-python-py.info postgresql-tcl.info 
postgresql74-unified.info postgresql80-unified.info 
postgresql81.info postgresql81.patch 
Log Message:
new upstream postgresql

Index: postgresql81.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- postgresql81.info   9 Feb 2006 19:08:08 -   1.5
+++ postgresql81.info   28 Feb 2006 16:24:22 -  1.6
@@ -1,6 +1,6 @@
 Package: postgresql81
-Version: 8.1.2
-Revision: 1027
+Version: 8.1.3
+Revision: 1021
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -97,7 +97,7 @@
 Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.5.5.tar.gz
 Source6: ftp://gborg.postgresql.org/pub/pgeasy/stable/libpgeasy-3.0.4.tar.gz
 Source7: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
@@ -111,7 +111,7 @@
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5
+ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5 --enable-thread-safety
 CompileScript: 
 #!/bin/sh -xe
 
@@ -120,7 +120,7 @@
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
export SHELL=/bin/sh -xe
 
-   PG_ID=`id -u postgres 2/dev/null`
+   PG_ID=`id -u postgres 2/dev/null || true`
if [ -z $PG_ID ]; then
echo Whoa there!  You must have a postgres user to build this 
package.
echo Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it

Index: postgresql81.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql81.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postgresql81.patch  3 Feb 2006 12:54:45 -   1.2
+++ postgresql81.patch  28 Feb 2006 16:24:22 -  1.3
@@ -1,5 +1,5 @@
 postgresql-8.1.2/contrib/Makefile  2005-09-01 18:02:44.0 -0400
-+++ postgresql-8.1.2-new/contrib/Makefile  2006-02-02 14:27:03.0 
-0500
+--- postgresql-8.1.3/contrib/Makefile  2005-09-01 18:02:44.0 -0400
 postgresql-8.1.3-new/contrib/Makefile  2006-02-14 15:49:09.0 
-0500
 @@ -20,6 +20,7 @@
lo  \
ltree   \
@@ -24,8 +24,8 @@
  # start-scripts   \ (does not have a makefile)
  # xml2\ (requires libxml installed)
  
 postgresql-8.1.2/contrib/oracle/Makefile   1969-12-31 19:00:00.0 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/Makefile   2006-02-02 
14:27:03.0 -0500
+--- postgresql-8.1.3/contrib/oracle/Makefile   1969-12-31 19:00:00.0 
-0500
 postgresql-8.1.3-new/contrib/oracle/Makefile   2006-02-14 
15:49:09.0 -0500
 @@ -0,0 +1,11 @@
 +# oracle conversion Perl scripts
 +
@@ -38,8 +38,8 @@
 +DOCS = README.ora2pg
 +
 +include $(top_srcdir)/contrib/contrib-global.mk
 postgresql-8.1.2/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.0 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/ora2pg.pl  2006-02-02 
14:27:03.0 -0500
+--- postgresql-8.1.3/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.0 
-0500
 postgresql-8.1.3-new/contrib/oracle/ora2pg.pl  2006-02-14 
15:49:09.0 -0500
 @@ -17,6 +17,10 @@
  
  use strict;
@@ -51,8 +51,8 @@
  use Ora2Pg;
  
  # Initialyze the database connection
 postgresql-8.1.2/pgsql.sh  1969-12-31 19:00:00.0 -0500
-+++ postgresql-8.1.2-new/pgsql.sh  2006-02-02 14:27:54.0 -0500
+--- postgresql-8.1.3/pgsql.sh  1969-12-31 19:00:00.0 -0500
 postgresql-8.1.3-new/pgsql.sh  2006-02-14 15:49:09.0 -0500
 @@ -0,0 +1,52 @@
 +#!/bin/sh
 +
@@ -106,8 +106,8 @@
 +  unset LC_ALL; LANG=C sudo -u 

experimental/rangerrick/10.4/main/finkinfo/libs/perlmods catalyst-plugin-authorization-roles-pm.info,1.1,1.2

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:51:56 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:16 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 1021
+Revision: 1022
 Description: Role based authorization for Catalyst
 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, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=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-plugin-authorization-roles-pm.info,1.1,1.2

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:54:06 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:45 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 11
+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)
 License: Artistic
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=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/database postgresql-java.info,1.7,1.8 postgresql-perl.info,1.15,1.16 postgresql-python-py.info,1.13,1.14 postgresql-tcl.info,1.11,1.12 postgresql74-unifi

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/10.4-transitional/unstable/main/finkinfo/database

Modified Files:
postgresql-java.info postgresql-perl.info 
postgresql-python-py.info postgresql-tcl.info 
postgresql74-unified.info postgresql80-unified.info 
postgresql81.info postgresql81.patch 
Log Message:
new upstream postgresql

Index: postgresql81.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- postgresql81.info   9 Feb 2006 19:08:08 -   1.8
+++ postgresql81.info   28 Feb 2006 16:24:23 -  1.9
@@ -1,6 +1,6 @@
 Package: postgresql81
-Version: 8.1.2
-Revision: 27
+Version: 8.1.3
+Revision: 21
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -97,7 +97,7 @@
 Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.5.5.tar.gz
 Source6: ftp://gborg.postgresql.org/pub/pgeasy/stable/libpgeasy-3.0.4.tar.gz
 Source7: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
@@ -111,7 +111,7 @@
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5
+ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5 --enable-thread-safety
 CompileScript: 
 #!/bin/sh -xe
 
@@ -120,7 +120,7 @@
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
export SHELL=/bin/sh -xe
 
-   PG_ID=`id -u postgres 2/dev/null`
+   PG_ID=`id -u postgres 2/dev/null || true`
if [ -z $PG_ID ]; then
echo Whoa there!  You must have a postgres user to build this 
package.
echo Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it

Index: postgresql81.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql81.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- postgresql81.patch  3 Feb 2006 12:54:45 -   1.4
+++ postgresql81.patch  28 Feb 2006 16:24:23 -  1.5
@@ -1,5 +1,5 @@
 postgresql-8.1.2/contrib/Makefile  2005-09-01 18:02:44.0 -0400
-+++ postgresql-8.1.2-new/contrib/Makefile  2006-02-02 14:27:03.0 
-0500
+--- postgresql-8.1.3/contrib/Makefile  2005-09-01 18:02:44.0 -0400
 postgresql-8.1.3-new/contrib/Makefile  2006-02-14 15:49:09.0 
-0500
 @@ -20,6 +20,7 @@
lo  \
ltree   \
@@ -24,8 +24,8 @@
  # start-scripts   \ (does not have a makefile)
  # xml2\ (requires libxml installed)
  
 postgresql-8.1.2/contrib/oracle/Makefile   1969-12-31 19:00:00.0 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/Makefile   2006-02-02 
14:27:03.0 -0500
+--- postgresql-8.1.3/contrib/oracle/Makefile   1969-12-31 19:00:00.0 
-0500
 postgresql-8.1.3-new/contrib/oracle/Makefile   2006-02-14 
15:49:09.0 -0500
 @@ -0,0 +1,11 @@
 +# oracle conversion Perl scripts
 +
@@ -38,8 +38,8 @@
 +DOCS = README.ora2pg
 +
 +include $(top_srcdir)/contrib/contrib-global.mk
 postgresql-8.1.2/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.0 
-0500
-+++ postgresql-8.1.2-new/contrib/oracle/ora2pg.pl  2006-02-02 
14:27:03.0 -0500
+--- postgresql-8.1.3/contrib/oracle/ora2pg.pl  2003-01-07 17:17:14.0 
-0500
 postgresql-8.1.3-new/contrib/oracle/ora2pg.pl  2006-02-14 
15:49:09.0 -0500
 @@ -17,6 +17,10 @@
  
  use strict;
@@ -51,8 +51,8 @@
  use Ora2Pg;
  
  # Initialyze the database connection
 postgresql-8.1.2/pgsql.sh  1969-12-31 19:00:00.0 -0500
-+++ postgresql-8.1.2-new/pgsql.sh  2006-02-02 14:27:54.0 -0500
+--- postgresql-8.1.3/pgsql.sh  1969-12-31 19:00:00.0 -0500
 postgresql-8.1.3-new/pgsql.sh  2006-02-14 15:49:09.0 -0500
 @@ -0,0 +1,52 @@
 +#!/bin/sh
 +
@@ -106,8 +106,8 

dists/10.3/unstable/main/finkinfo/database postgresql-java.info,1.17,1.18 postgresql-perl.info,1.20,1.21 postgresql-python-py.info,1.16,1.17 postgresql-tcl.info,1.18,1.19 postgresql73-unified.info,1.9

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16763/10.3/unstable/main/finkinfo/database

Modified Files:
postgresql-java.info postgresql-perl.info 
postgresql-python-py.info postgresql-tcl.info 
postgresql73-unified.info postgresql74-unified.info 
postgresql80-unified.info postgresql81.info postgresql81.patch 
Log Message:
new upstream postgresql

Index: postgresql81.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- postgresql81.info   9 Feb 2006 19:08:08 -   1.7
+++ postgresql81.info   28 Feb 2006 16:24:22 -  1.8
@@ -1,6 +1,6 @@
 Package: postgresql81
-Version: 8.1.2
-Revision: 17
+Version: 8.1.3
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -97,7 +97,7 @@
 Source5: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.5.5.tar.gz
 Source6: ftp://gborg.postgresql.org/pub/pgeasy/stable/libpgeasy-3.0.4.tar.gz
 Source7: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 12d54a11bc3a414477d37ef338bec161
+Source-MD5: bb510edbb533962c0692e211b3bd8cfa
 Source2-MD5: 8967ea8ca49397f97d016e4db8a047a7
 Source3-MD5: da71cb79ef45cef55f4bc97a33a0857d
 Source4-MD5: 3c0f2b5a89ece20e7a84808c594dd7aa
@@ -111,7 +111,7 @@
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5
+ConfigureParams: --prefix=%p --with-docdir=%p/share/doc --mandir=%p/share/man 
--enable-multibyte --enable-recode --with-CXX --without-perl --without-python 
--with-openssl --with-libraries=%p/lib --with-includes=%p/include --without-tcl 
--without-tk --without-java --enable-odbc --with-pam --with-bonjour 
--enable-syslog --with-krb5 --enable-thread-safety
 CompileScript: 
 #!/bin/sh -xe
 
@@ -120,7 +120,7 @@
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
export SHELL=/bin/sh -xe
 
-   PG_ID=`id -u postgres 2/dev/null`
+   PG_ID=`id -u postgres 2/dev/null || true`
if [ -z $PG_ID ]; then
echo Whoa there!  You must have a postgres user to build this 
package.
echo Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it

Index: postgresql73-unified.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql73-unified.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postgresql73-unified.info   9 Feb 2006 19:08:08 -   1.9
+++ postgresql73-unified.info   28 Feb 2006 16:24:22 -  1.10
@@ -1,6 +1,6 @@
 Package: postgresql73-unified
-Version: 7.3.13
-Revision: 14
+Version: 7.3.14
+Revision: 11
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -92,7 +92,7 @@
 
 Source: mirror:custom:source/v%v/postgresql-%v.tar.bz2
 Source2: http://www.postgis.org/download/postgis-1.1.1.tar.gz
-Source-MD5: 914968e877794f5af42d7b2a506bcddf
+Source-MD5: 8a5de44a885dfe59067714bd5425825c
 Source2-MD5: 3c86999ff2fa8678bb3d210202a84358
 PatchScript: sed 's|@INSTPREFIX@|%p|g'  %a/%n.patch | patch -p1
 
@@ -106,7 +106,7 @@
export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include/gnugetopt 
-I%p/include
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
-   PG_ID=`id -u postgres 2/dev/null`
+   PG_ID=`id -u postgres 2/dev/null || true`
if [ -z $PG_ID ]; then
echo Whoa there!  You must have a postgres user to build this 
package.
echo Please do a 'fink reinstall passwd' and make sure you hit 
'y' when it

Index: postgresql81.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql81.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- postgresql81.patch  3 Feb 2006 12:54:44 -   1.4
+++ postgresql81.patch  28 Feb 2006 16:24:22 -  1.5
@@ -1,5 +1,5 @@
 postgresql-8.1.2/contrib/Makefile  2005-09-01 18:02:44.0 -0400
-+++ postgresql-8.1.2-new/contrib/Makefile  2006-02-02 14:27:03.0 
-0500
+--- postgresql-8.1.3/contrib/Makefile  2005-09-01 18:02:44.0 -0400
 postgresql-8.1.3-new/contrib/Makefile  2006-02-14 15:49:09.0 
-0500
 @@ -20,6 +20,7 @@
lo  \
ltree   \
@@ -24,8 +24,8 @@
  # 

dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods catalyst-plugin-authorization-roles-pm.info,1.1,1.2

2006-02-28 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-serv12302/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:54:07 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:45 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 21
+Revision: 22
 Description: Role based authorization for Catalyst
 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, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=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 set-object-pm.info,1.3,1.4

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

Modified Files:
set-object-pm.info 
Log Message:
new set-object for catalyst

Index: set-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/set-object-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- set-object-pm.info  28 Feb 2006 03:54:37 -  1.3
+++ set-object-pm.info  28 Feb 2006 16:15:36 -  1.4
@@ -1,23 +1,30 @@
 Info2: 
 Package: set-object-pm%type_pkg[perl]
-Version: 1.08
-Revision: 1
+Version: 1.14
+Revision: 11
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 ###
 Depends: perl%type_pkg[perl]-core
 BuildDepends: fink (= 0.20.1-1)
+Replaces: %{Ni}581 ( 1.10-11)
+Conflicts: %{Ni}581 ( 1.10-11)
 ###
 Source: mirror:cpan:authors/id/S/SA/SAMV/Set-Object-%v.tar.gz
-Source-MD5: b03625f1dcd7c88139a0784a79fd0db8
+Source-MD5: 077333fb1775233e585125f74ef0e949
 ###
 Type: perl (5.8.0 5.8.1 5.8.4 5.8.6)
 UpdatePOD: true
 ###
-DocFiles: Changes MANIFEST README
+DocFiles: README MANIFEST
 ###
 Description: Perl module, set of objects
 ###
 License: Artistic
 Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Set-Object
+###
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
 



---
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=lnkkid=110944bid=241720dat=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 catalyst-plugin-authorization-roles-pm.info,1.1,1.2

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:54:06 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:45 -  
1.2
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 1021
+Revision: 1022
 Description: Role based authorization for Catalyst
 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, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=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/sci coot.info,1.14,1.15

2006-02-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20424

Modified Files:
coot.info 
Log Message:
coot revision  number change in 10.4-transitional to distinguish from 10.3

Index: coot.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- coot.info   24 Feb 2006 08:22:24 -  1.14
+++ coot.info   28 Feb 2006 17:18:32 -  1.15
@@ -1,6 +1,6 @@
 Package:coot
 Version: 0.1.0-pre-3
-Revision: 5
+Revision: 105
 GCC: 3.3 
 #Source: http://www.ysbl.york.ac.uk/~emsley/software/pre-release/%n-%v.tar.gz
 Source: http://chemistry.ucsc.edu/~wgscott/xtal/coot/%n-%v.tar.gz



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci coot.info,1.36,1.37

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

Modified Files:
coot.info 
Log Message:
coot revision to fix compile error

Index: coot.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- coot.info   24 Feb 2006 18:06:33 -  1.36
+++ coot.info   28 Feb 2006 17:11:34 -  1.37
@@ -1,6 +1,6 @@
 Package:coot
 Version: 0.1.0-pre-3
-Revision: 5
+Revision: 6
 GCC: 3.3 
 #Source: http://www.ysbl.york.ac.uk/~emsley/software/pre-release/%n-%v.tar.gz
 Source: http://chemistry.ucsc.edu/~wgscott/xtal/coot/%n-%v.tar.gz
@@ -45,7 +45,6 @@
 export PYTHONPATH=
 FLIBS=-L%p/lib \
 CPPFLAGS=-I$CCP4/lib/clipper/clipper/mmdbold \
-#LDFLAGS=-L$CLIB -L/usr/lib -lSystemStubs -flat_namespace -L%p/lib \
 LDFLAGS=-L$CLIB -L/usr/lib -flat_namespace -L%p/lib \
 FC=%p/bin/g77 \
 CXX=/usr/bin/g++-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=lnkkid=110944bid=241720dat=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 catalyst-plugin-authorization-roles-pm.info,1.1,1.3

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

Modified Files:
catalyst-plugin-authorization-roles-pm.info 
Log Message:
perl module fixes for 10.3

Index: catalyst-plugin-authorization-roles-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authorization-roles-pm.info,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -d -r1.1 -r1.3
--- catalyst-plugin-authorization-roles-pm.info 22 Feb 2006 02:54:06 -  
1.1
+++ catalyst-plugin-authorization-roles-pm.info 28 Feb 2006 16:17:45 -  
1.3
@@ -1,14 +1,14 @@
 Info2: 
 Package: catalyst-plugin-authorization-roles-pm%type_pkg[perl]
 Version: 0.03
-Revision: 1021
+Revision: 1022
 Description: Role based authorization for Catalyst
 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, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl], 
test-mockobject-pm%type_pkg[perl], test-exception-pm
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], 
catalyst-plugin-authentication-pm%type_pkg[perl], set-object-pm%type_pkg[perl] 
(= 1.10-1), test-mockobject-pm%type_pkg[perl], test-exception-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authorization-Roles-%v.tar.gz
 Source-MD5: ff018a9fa9438ea8a2ae4b0571a969b3



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1254,1.1255 PkgVersion.pm,1.527,1.528 SysState.pm,1.7,1.8

2006-02-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29125

Modified Files:
ChangeLog PkgVersion.pm SysState.pm 
Log Message:
SysState fixes

Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.527
retrieving revision 1.528
diff -u -d -r1.527 -r1.528
--- PkgVersion.pm   26 Feb 2006 17:20:23 -  1.527
+++ PkgVersion.pm   28 Feb 2006 19:03:42 -  1.528
@@ -4113,7 +4113,7 @@
@installable = (@installable, 
$state-resolve_install(@installable));
};
if ($@) {
-   die if $@ =~ /Fink::SysState/;  # Die if resolution failed
+   die $@ if $@ =~ /Fink::SysState/; # Die if resolution 
failed

# Some packages have serious  errors in them which can confuse 
dep
# resolution. It's not obvious what safe action we can take!

Index: SysState.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/SysState.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SysState.pm 3 Jan 2006 20:14:46 -   1.7
+++ SysState.pm 28 Feb 2006 19:03:43 -  1.8
@@ -691,8 +691,8 @@

# Found some conflicts (one per conflictor!)
for my $sat (@sat) {
-   my $desc = Conflict of $pkgname:  . spec2string($con)
-   .  is not resolved due to $sat;
+   my $desc = $pkgname conflicts with  . 
spec2string($con)
+   . , but $sat is installed;

push @probs, {
package = $pkgname,
@@ -820,7 +820,8 @@
my @finalcands;
foreach my $cand (@cands) {
$self-add_pkgversion($cand);
-   my $nok = grep { $_ eq $pkgname } 
$self-_unsatisfied_ignoring($ignore);
+   my $nok = grep { $_-{package} eq $pkgname }
+   $self-_check_ignoring($ignore);
$self-undo();
push @finalcands, $cand unless $nok;
}
@@ -828,17 +829,24 @@
return @finalcands;
 }  
 
-# my @extras = $self-_satisfied_combo($altern_lol, $ignore)
+# my @extras = $self-_satisfied_combo($altern_lol, $install_pvs, $ignore)
 #
 # Find a combination of alternatives which satisfies everything, return the
 # list of alternatives on success or an empty list on failure.
 sub _satisfied_combo {
-   my ($self, $alterns, $ignore, $chosen) = @_;
+   my ($self, $alterns, $install_pvs, $ignore, $chosen) = @_;
$chosen = [] unless $chosen; # What's already been chosen?

-   # We're at a final state, is it ok?
-   return $self-_unsatisfied_ignoring($ignore) ? () : @$chosen
-   unless @$alterns;
+   unless (@$alterns) { # We're at a final state, is it ok?
+   return () if $self-_check_ignoring($ignore);
+   
+   # Make sure all the packages are still here (unreplaced)
+   for my $pv (@$install_pvs) {
+   my $vers = $self-installed($pv-get_name);
+   return () unless defined($vers)  $vers eq 
$pv-get_fullversion;
+   }
+   return @$chosen;
+   }

# Try all the candidates for one unsatisfied package
my $cands = pop @$alterns;
@@ -847,7 +855,8 @@
$self-add_pkgversion($cand);

# Recurse through the next package
-   my @ok = $self-_satisfied_combo($alterns, $ignore, $chosen);
+   my @ok = $self-_satisfied_combo($alterns, $install_pvs,
+   $ignore, $chosen);
return @ok if @ok;

pop @$chosen;   # Undo the attempt
@@ -876,40 +885,37 @@
return grep { !$ignore-{$self-_problem_uid($_)} } $self-check(); 
 }
 
-# my @unsat = $self-_unsatisfied_ignoring($ignore);
-#
-# Get the names of packages that have unsatisfied dependencies (or satisfied
-# conflicts). Only look at problems whose uids aren't in $ignore.
-sub _unsatisfied_ignoring {
-   my ($self, $ignore) = @_;
-   
-   my %seen;
-   return grep { !$seen{$_}++ } map { $_-{package} }
-   $self-_check_ignoring($ignore);
-}
-
-# $self-_resolve_install_failure($ignore, @install_pvs);
+# $self-_resolve_install_failure($probs, $install_pvs);
 #
 # Handle failure to resolve an inconsistent state on installation.
 sub _resolve_install_failure {
-   my ($self, $ignore, @install_pvs) = @_;
+   my ($self, $probs, $install_pvs) = @_;

print_breaking_stderr(Could not resolve inconsistent dependencies!);
-   print_breaking_stderr(The following errors remain:);
-   

dists/10.4-transitional/unstable/crypto/finkinfo monotone-viz.info,1.3,1.4

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12138/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
monotone-viz.info 
Log Message:
Depends change requires rev-up


Index: monotone-viz.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone-viz.info   7 Feb 2006 06:06:01 -   1.3
+++ monotone-viz.info   28 Feb 2006 19:24:09 -  1.4
@@ -1,6 +1,6 @@
 Package: monotone-viz
 Version: 0.12
-Revision: 1
+Revision: 2
 Source: http://oandrieu.nerim.net/monotone-viz/monotone-viz-%v.tar.gz
 Source-MD5: a8d8782734fd0ce470f7d5ea4e7357b6
 BuildDepends: 



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo monotone-viz.info,1.2,1.3

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

Modified Files:
monotone-viz.info 
Log Message:
Propagate dep-fix from during CVS chill


Index: monotone-viz.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone-viz.info   3 Feb 2006 16:41:49 -   1.2
+++ monotone-viz.info   28 Feb 2006 19:27:12 -  1.3
@@ -1,6 +1,6 @@
 Package: monotone-viz
 Version: 0.12
-Revision: 1001
+Revision: 1002
 Source: http://oandrieu.nerim.net/monotone-viz/monotone-viz-%v.tar.gz
 Source-MD5: a8d8782734fd0ce470f7d5ea4e7357b6
 BuildDepends: 
@@ -9,7 +9,7 @@
   pkgconfig, pango1-xft2-dev, openssl097-dev
 
 Depends: 
-  monotone (=0.24-1), graphviz,
+  monotone (=0.25-1), graphviz,
   libart2-shlibs, libiconv, gettext, atk1-shlibs, pango1-xft2-shlibs,
   sqlite3-shlibs, glib2-shlibs (= 2.6.6-), gtk+2-shlibs, 
libgnomecanvas2-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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo monotone-viz.info,1.3,1.4

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12138/10.3/unstable/crypto/finkinfo

Modified Files:
monotone-viz.info 
Log Message:
Depends change requires rev-up


Index: monotone-viz.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone-viz.info   7 Feb 2006 06:06:00 -   1.3
+++ monotone-viz.info   28 Feb 2006 19:24:09 -  1.4
@@ -1,6 +1,6 @@
 Package: monotone-viz
 Version: 0.12
-Revision: 1
+Revision: 2
 Source: http://oandrieu.nerim.net/monotone-viz/monotone-viz-%v.tar.gz
 Source-MD5: a8d8782734fd0ce470f7d5ea4e7357b6
 BuildDepends: 



---
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=lnkkid=110944bid=241720dat=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 coin44.patch,NONE,1.1 coin44.info,1.2,1.3

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

Modified Files:
coin44.info 
Added Files:
coin44.patch 
Log Message:
Modified the tweaks by JF Mertens so that coin44 builds in
10.4-transitional.  Still need to upgrade coin to 2.4.4, but this is
at least back to building.  2.4.4 will probably build without tweaks on 10.4


Index: coin44.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/coin44.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- coin44.info 22 Jun 2005 12:23:13 -  1.2
+++ coin44.info 28 Feb 2006 20:09:00 -  1.3
@@ -1,12 +1,16 @@
 Package: coin44
 Version: 2.3.0
-Revision: 2
+Revision: 3
 GCC: 3.3
 Source: ftp://ftp.coin3d.org/pub/coin/src/Coin-%v.tar.gz
 Source-MD5: 17fb23a394ab79f149878ea8a3845b32
+Patch: %n.patch
 BuildDepends: simage27, doxygen, x11-dev
 Depends: %N-shlibs (= %v-%r)
-PatchScript: perl -pi.bak -e 's/AGL\.h/agl.h/g' src/glue/gl.c
+PatchScript: 
+ perl -pi.bak -e 's/AGL\.h/agl.h/g' src/glue/gl.c
+ perl -pi.bak -e 's,head \-1,head -n1,' aclocal.m4 configure
+
 ConfigureParams: --mandir=%i/share/man --enable-static --enable-3ds-import 
--enable-threadsafe --enable-man --enable-html --without-framework --with-zlib 
--with-bzip2 --with-simage --enable-shared --with-x
 InstallScript: 
make install prefix=%i

--- NEW FILE: coin44.patch ---
diff -ruN Coin-2.3.0/configure Coin-2.3.0-patched/configure
--- Coin-2.3.0/configure2004-06-22 08:31:22.0 -0400
+++ Coin-2.3.0-patched/configure2006-02-16 02:01:52.0 -0500
@@ -3633,6 +3633,11 @@
   sim_ac_macosx_10_2ff=true
   sim_ac_macosx_name=Panther
   ;;
+darwin8.* )
+  sim_ac_macosx=true
+  sim_ac_macosx_10_2ff=true
+  sim_ac_macosx_name=Tiger
+  ;;
 darwin* )
   sim_ac_macosx=true
   ;;



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/libs/perlmods catalyst-plugin-authentication-pm.info,1.2,1.3

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

Modified Files:
catalyst-plugin-authentication-pm.info 
Log Message:
add arch

Index: catalyst-plugin-authentication-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authentication-pm.info  28 Feb 2006 05:19:43 -  
1.2
+++ catalyst-plugin-authentication-pm.info  28 Feb 2006 21:06:23 -  
1.3
@@ -7,8 +7,8 @@
 License: Artistic
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-pm%type_pkg[perl], class-inspector-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], 
class-inspector-pm%type_pkg[perl]
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-pm%type_pkg[perl], class-inspector-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], class-inspector-pm
 
 Source: 
mirror:cpan:authors/id/N/NU/NUFFIN/Catalyst-Plugin-Authentication-%v.tar.gz
 Source-MD5: 3d6af645c2c552a83254b88ecee0cb76



---
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=lnkkid=110944bid=241720dat=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/libs/perlmods array-compare-pm.info,1.1,1.2 catalyst-engine-apache-pm.info,1.1,1.2 catalyst-model-cdbi-pm.info,1.2,1.3 catalyst-plugin-authentic

2006-02-28 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-serv13404/10.4-transitional/main/finkinfo/libs/perlmods

Modified Files:
array-compare-pm.info 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 class-dbi-loader-pm.info 
class-dbi-pg-pm.info class-factory-util-pm.info 
class-inspector-pm.info clone-pp-pm.info configfile-pm.info 
convert-tnef-pm.info datetime-format-builder-pm.info 
datetime-format-mysql-pm.info datetime-format-pg-pm.info 
datetime-format-strptime-pm.info datetime-locale-pm.info 
datetime-pm.info datetime-timezone-pm.info 
dbd-pg-unified-pm.info dbd-pg-unified-pm560.info dbi-pm.info 
digest-pm.info file-copy-recursive-pm.info 
file-modified-pm.info file-temp-pm.info geo-ip-pm.info 
getopt-mixed-pm.info http-body-pm.info 
http-request-ascgi-pm.info image-size-pm.info 
io-stringy-pm.info lingua-en-inflect-pm.info mailtools-pm.info 
mime-tools-pm.info mime-types-pm.info module-install-pm.info 
module-pluggable-fast-pm.info next-pm.info 
object-signature-pm.info opengl-pm.info perlqt-pm.info 
rose-conf-pm.info rose-datetime-pm.info rose-db-object-pm.info 
rose-db-pm.info rose-html-objects-pm.info rose-object-pm.info 
rose-pm.info rose-uri-pm.info rrd-pm.info 
template-timer-pm.info test-manifest-pm.info 
test-mockobject-pm.info test-simple-pm.info test-warn-pm.info 
text-balanced-pm.info text-glob-pm.info 
text-simpletable-pm.info time-local-pm.info 
tree-simple-visitorfactory-pm.info universal-can-pm.info 
universal-isa-pm.info universal-require-pm.info 
uri-find-pm.info uri-find-rule-pm.info xml-dumper-pm.info 
xml-rss-pm.info 
Log Message:
add arch

Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mailtools-pm.info   28 Feb 2006 03:34:41 -  1.4
+++ mailtools-pm.info   28 Feb 2006 21:06:23 -  1.5
@@ -2,6 +2,7 @@
 Package: mailtools-pm%type_pkg[perl]
 Version: 1.73
 Revision: 21
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl modules related to mail applications
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: object-signature-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/object-signature-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object-signature-pm.info26 Feb 2006 23:03:36 -  1.2
+++ object-signature-pm.info28 Feb 2006 21:06:23 -  1.3
@@ -2,6 +2,7 @@
 Package: object-signature-pm%type_pkg[perl]
 Version: 1.03
 Revision: 22
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Generate cryptographic signatures for objects
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-authentication-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authentication-pm.info  28 Feb 2006 05:19:43 -  
1.2
+++ catalyst-plugin-authentication-pm.info  28 Feb 2006 21:06:23 -  
1.3
@@ -2,13 +2,14 @@
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
 Version: 0.05
 Revision: 21
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Infrastructure plugin for the Catalyst authentication framework
 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, 
catalyst-pm%type_pkg[perl], class-inspector-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], 
class-inspector-pm%type_pkg[perl]
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-pm%type_pkg[perl], class-inspector-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], 

experimental/rangerrick/10.4/main/finkinfo/libs/perlmods array-compare-pm.info,1.1,1.2 catalyst-engine-apache-pm.info,1.1,1.2 catalyst-model-cdbi-pm.info,1.2,1.3 catalyst-plugin-authentication-pm.info

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

Modified Files:
array-compare-pm.info 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 class-dbi-loader-pm.info 
class-dbi-pg-pm.info class-factory-util-pm.info 
class-inspector-pm.info clone-pp-pm.info configfile-pm.info 
convert-tnef-pm.info datetime-format-builder-pm.info 
datetime-format-mysql-pm.info datetime-format-pg-pm.info 
datetime-format-strptime-pm.info datetime-locale-pm.info 
datetime-pm.info datetime-timezone-pm.info 
dbd-pg-unified-pm.info dbd-pg-unified-pm560.info dbi-pm.info 
digest-pm.info file-copy-recursive-pm.info 
file-modified-pm.info file-temp-pm.info geo-ip-pm.info 
getopt-mixed-pm.info http-body-pm.info 
http-request-ascgi-pm.info image-size-pm.info 
io-stringy-pm.info lingua-en-inflect-pm.info mailtools-pm.info 
mime-tools-pm.info mime-types-pm.info module-install-pm.info 
module-pluggable-fast-pm.info next-pm.info 
object-signature-pm.info opengl-pm.info perlqt-pm.info 
rose-conf-pm.info rose-datetime-pm.info rose-db-object-pm.info 
rose-db-pm.info rose-html-objects-pm.info rose-object-pm.info 
rose-pm.info rose-uri-pm.info rrd-pm.info 
template-timer-pm.info test-manifest-pm.info 
test-mockobject-pm.info test-simple-pm.info test-warn-pm.info 
text-balanced-pm.info text-glob-pm.info 
text-simpletable-pm.info time-local-pm.info 
tree-simple-visitorfactory-pm.info universal-can-pm.info 
universal-isa-pm.info universal-require-pm.info 
uri-find-pm.info uri-find-rule-pm.info xml-dumper-pm.info 
xml-rss-pm.info 
Log Message:
add arch

Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mailtools-pm.info   28 Feb 2006 03:34:42 -  1.6
+++ mailtools-pm.info   28 Feb 2006 21:06:23 -  1.7
@@ -2,6 +2,7 @@
 Package: mailtools-pm%type_pkg[perl]
 Version: 1.73
 Revision: 1021
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl modules related to mail applications
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: object-signature-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/object-signature-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object-signature-pm.info26 Feb 2006 23:03:36 -  1.2
+++ object-signature-pm.info28 Feb 2006 21:06:23 -  1.3
@@ -2,6 +2,7 @@
 Package: object-signature-pm%type_pkg[perl]
 Version: 1.03
 Revision: 1022
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Generate cryptographic signatures for objects
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-authentication-pm.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authentication-pm.info  28 Feb 2006 05:19:43 -  
1.2
+++ catalyst-plugin-authentication-pm.info  28 Feb 2006 21:06:23 -  
1.3
@@ -2,13 +2,14 @@
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
 Version: 0.05
 Revision: 1021
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Infrastructure plugin for the Catalyst authentication framework
 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, 
catalyst-pm%type_pkg[perl], class-inspector-pm%type_pkg[perl]
-BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], 
class-inspector-pm%type_pkg[perl]
+Depends: fink (= 0.20.1-1), perl%type_pkg[perl]-core, 
catalyst-pm%type_pkg[perl], class-inspector-pm
+BuildDepends: perl%type_pkg[perl]-core, fink (= 0.20.2.1-1), 
module-build-pm%type_pkg[perl], catalyst-pm%type_pkg[perl], class-inspector-pm
 
 Source: 

experimental/rangerrick generate-infofiles.pl,1.2,1.3

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13404

Modified Files:
generate-infofiles.pl 
Log Message:
add arch

Index: generate-infofiles.pl
===
RCS file: /cvsroot/fink/experimental/rangerrick/generate-infofiles.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generate-infofiles.pl   26 Feb 2006 23:03:35 -  1.2
+++ generate-infofiles.pl   28 Feb 2006 21:06:23 -  1.3
@@ -305,6 +305,14 @@
}
}
 
+   if (exists $properties-{'Type'} and $properties-{'Type'} =~ /^perl/ 
and $properties-{'Tree'} ge 10.4) {
+   if (exists $properties-{'Architecture'}) {
+   warn type = perl, but architecture is already set!\n;
+   } else {
+   $properties-{'Architecture'} = '(%type_pkg[perl] = 
581) powerpc, (%type_pkg[perl] = 584) powerpc';
+   }
+   }
+
if ($packagehash-{'Package'} =~ /$APPEND_USAGE/i) {
$properties-{'DescUsage'} = transform_descusage($packagehash, 
$properties-{'DescUsage'});
}



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/shells zsh.info,NONE,1.1

2006-02-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20756

Added Files:
zsh.info 
Log Message:
zsh version 4.2.6 promoted to 10.4 stable/shells

--- NEW FILE: zsh.info ---
Package: zsh 
Version: 4.2.6
Revision: 1001
Depends: libiconv, pcre-shlibs, libncurses5-shlibs (= 5.4-20041023-1006)
BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5 (= 5.4-20041023-1006)
CustomMirror: 
  Master: ftp://ftp.zsh.org/pub/
  eur: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-NL: ftp://ftp.demon.nl/pub/mirrors/zsh/
  eur-DE: ftp://ftp.demon.nl/pub/mirrors/zsh/
  aus-AU: ftp://ftp.zsh.org/zsh/
  eur-DK: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FI: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FR: ftp://nephtys.lip6.fr/pub/unix/shells/zsh/
  eur-HU: ftp://ftp.cs.elte.hu/pub/zsh/
  eur-IL: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.ayamura.org/pub/zsh/
  asi-KR: ftp://ftp.ayamura.org/pub/zsh/
  eur-PL: ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
  eur-RO: ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-RO: ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-SE: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/ 
  nam-US: http://mirrors.theonlinerecordstore.com/zsh/

Source: mirror:custom:/%n-%v.tar.bz2
Source-MD5: 2cefebf742c190cbc611baded825db64 
Source2: mirror:custom:%n-%v-doc.tar.bz2
Source2-MD5: 3ca3b7c199db6eb942f2a296e3fad270 
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/%n --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/%n --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp
CompileScript:
perl -pi.bak -e s;DL_EXT=so;DL_EXT=dylib;g configure
 ./configure %c
perl -pi.bak -e s;-ldl -ltinfo -lm  -lc;-L%p/lib -lpcre -L%p/lib -lncurses 
-L%p/lib -liconv -ltinfo -ldl -lm -lc; Makefile
perl -pi.bak -e s;-bundle -flat_namespace -undefined suppress;-bundle 
-twolevel_namespace -undefined dynamic_lookup; Makefile
#cp config.h config.h.bak 
#grep -v HAVE_POLL config.h.bak  config.h 
make

InstallScript:
mkdir -p %i/etc/zsh
make install DESTDIR=%d


DocFiles: Doc/zsh.dvi Doc/*.html StartupFiles/* ChangeLog* INSTALL LICENCE 
META-FAQ README 
Description: The Z Shell
DescDetail: 
To make the Fink zsh your default user shell, do the following:
  1. Add the line /sw/bin/zsh to the file /etc/shells
  2. Execute the following command: chsh -s /sw/bin/zsh
  3. Open a new terminal session.
.
Zsh is a shell designed for interactive use, although it is also 
a powerful scripting language. Many of the useful features of bash, 
ksh, and tcsh were incorporated into zsh; many original 
features were added. Its syntax is that of an augmented ksh.
It is recommended that you read 
http://zsh.sunsite.dk/Intro/intro_toc.html 
after installing this shell.
You might also consider installing the zsh-templates package
and the zsh-helpfiles package.

DescUsage: 
All config files should be kept in %p/etc/zsh.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This shell is NOT preconfigured. Sample configure scripts
can be found in your %p/share/doc/zsh directory
You may manually move those sample files to 
%p/etc/zsh or alter them to your liking!

Alternatively, the fink zsh-templates package provides a
fully configured set of enhanced configuration scripts
and functions, many specifically designed to facilitate
interaction with the OS X environment.

Documentation is included by default, please read
it carefully. In addition, the zsh-helpfiles package
provides additional documentation.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

DescPort:  
Recent updates by W. G. Scott [EMAIL PROTECTED]
Please complain to him, not dmalloc!

License: GPL
Maintainer: Darian Lanx [EMAIL PROTECTED]
Homepage: http://zsh.sunsite.dk/



---
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=lnkkid=110944bid=241720dat=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/shells zsh.info,NONE,1.1

2006-02-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30722

Added Files:
zsh.info 
Log Message:
zsh version 4.2.6 promoted to 10.4-transitional stable/shells

--- NEW FILE: zsh.info ---
Package: zsh 
Version: 4.2.6
Revision: 1
Depends: libiconv, pcre-shlibs, libncurses5-shlibs
BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5
CustomMirror: 
  Master: ftp://ftp.zsh.org/pub/
  eur: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-NL: ftp://ftp.demon.nl/pub/mirrors/zsh/
  eur-DE: ftp://ftp.demon.nl/pub/mirrors/zsh/
  aus-AU: ftp://ftp.zsh.org/zsh/
  eur-DK: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FI: ftp://sunsite.dk/pub/unix/shells/zsh/
  eur-FR: ftp://nephtys.lip6.fr/pub/unix/shells/zsh/
  eur-HU: ftp://ftp.cs.elte.hu/pub/zsh/
  eur-IL: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.math.technion.ac.il/pub/zsh/
  asi-JP: ftp://ftp.ayamura.org/pub/zsh/
  asi-KR: ftp://ftp.ayamura.org/pub/zsh/
  eur-PL: ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
  eur-RO: ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-RO: ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/
  eur-SE: ftp://ftp.lysator.liu.se/pub/unix/zsh/
  eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/ 
  nam-US: http://mirrors.theonlinerecordstore.com/zsh/

Source: mirror:custom:/%n-%v.tar.bz2
Source-MD5: 2cefebf742c190cbc611baded825db64 
Source2: mirror:custom:%n-%v-doc.tar.bz2
Source2-MD5: 3ca3b7c199db6eb942f2a296e3fad270 
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/%n --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/%n --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp
CompileScript:
perl -pi.bak -e s;DL_EXT=so;DL_EXT=dylib;g configure
 ./configure %c
perl -pi.bak -e s;-ldl -ltinfo -lm  -lc;-L%p/lib -lpcre -L%p/lib -lncurses 
-L%p/lib -liconv -ltinfo -ldl -lm -lc; Makefile
perl -pi.bak -e s;-bundle -flat_namespace -undefined suppress;-bundle 
-twolevel_namespace -undefined dynamic_lookup; Makefile
#cp config.h config.h.bak 
#grep -v HAVE_POLL config.h.bak  config.h 
make

InstallScript:
mkdir -p %i/etc/zsh
make install DESTDIR=%d


DocFiles: Doc/zsh.dvi Doc/*.html StartupFiles/* ChangeLog* INSTALL LICENCE 
META-FAQ README 
Description: The Z Shell
DescDetail: 
To make the Fink zsh your default user shell, do the following:
  1. Add the line /sw/bin/zsh to the file /etc/shells
  2. Execute the following command: chsh -s /sw/bin/zsh
  3. Open a new terminal session.
.
Zsh is a shell designed for interactive use, although it is also 
a powerful scripting language. Many of the useful features of bash, 
ksh, and tcsh were incorporated into zsh; many original 
features were added. Its syntax is that of an augmented ksh.
It is recommended that you read 
http://zsh.sunsite.dk/Intro/intro_toc.html 
before installing this shell.
You might also consider installing the zsh-templates package
and the zsh-helpfiles package.
http://babyurl.com/2SR9Ue

DescUsage: 
All config files should be kept in %p/etc/zsh.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This shell is NOT preconfigured. Sample configure scripts
can be found in your %p/share/doc/zsh directory
You may manually move those sample files to 
%p/etc/zsh or alter them to your liking!

Alternatively, the fink zsh-templates package provides a
fully configured set of enhanced configuration scripts
and functions, many specifically designed to facilitate
interaction with the OS X environment.

Documentation is included by default, please read
it carefully. In addition, the zsh-helpfiles package
provides additional documentation.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

DescPort:  
This is being looked after by W G Scott [EMAIL PROTECTED]

License: GPL
Maintainer: Darian Lanx [EMAIL PROTECTED]
Homepage: http://zsh.sunsite.dk/



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/libs stylebook.info,1.1,1.2

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3595

Modified Files:
stylebook.info 
Log Message:
don't build docs, use a tarball

Index: stylebook.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/libs/stylebook.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylebook.info  27 Oct 2005 16:59:55 -  1.1
+++ stylebook.info  28 Feb 2006 21:33:33 -  1.2
@@ -1,6 +1,6 @@
 Package: stylebook
 Version: 1.0
-Revision: 0.b3.1
+Revision: 0.b3.2
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/ranger-fink
@@ -9,6 +9,9 @@
 Source: mirror:custom:xml-%n-%v-b2-src.tar.gz
 Source-MD5: d7f037e1d0a9d36b7b541f5e7bbeedda
 SourceDirectory: xml-%n
+Source2: mirror:custom:stylebook-docs.tar.bz2
+Source2-MD5: 1035f88e5eb447d62c286fc29884ec6c
+Source2ExtractDir: xml-%n/docs
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java14-dev
 Depends: xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java (= 1.4-1)
 Type: java(1.4)
@@ -17,10 +20,6 @@
 
ant package2
$JAVA_HOME/bin/javadoc -sourcepath src -d api `find src -name \*.java`
-   pushd docs
-   export CLASSPATH=../bin/stylebook-1.0-b3_xalan-2.jar:$CLASSPATH
-   java org.apache.stylebook.StyleBook targetDirectory=docs book.xml 
../styles/apachexml
-   popd
 
 JarFiles: bin/stylebook-1.0-b3*.jar
 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=lnkkid=110944bid=241720dat=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 stylebook.info,1.1,1.2

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

Modified Files:
stylebook.info 
Log Message:
don't build docs, use a tarball

Index: stylebook.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/stylebook.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylebook.info  20 Jan 2006 20:21:18 -  1.1
+++ stylebook.info  28 Feb 2006 21:34:27 -  1.2
@@ -1,6 +1,6 @@
 Package: stylebook
 Version: 1.0
-Revision: 0.b3.1
+Revision: 0.b3.2
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/ranger-fink
@@ -9,6 +9,9 @@
 Source: mirror:custom:xml-%n-%v-b2-src.tar.gz
 Source-MD5: d7f037e1d0a9d36b7b541f5e7bbeedda
 SourceDirectory: xml-%n
+Source2: mirror:custom:stylebook-docs.tar.bz2
+Source2-MD5: 1035f88e5eb447d62c286fc29884ec6c
+Source2ExtractDir: xml-%n/docs
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java14-dev
 Depends: xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java (= 1.4-1)
 Type: java(1.4)
@@ -17,10 +20,6 @@
 
ant package2
$JAVA_HOME/bin/javadoc -sourcepath src -d api `find src -name \*.java`
-   pushd docs
-   export CLASSPATH=../bin/stylebook-1.0-b3_xalan-2.jar:$CLASSPATH
-   java org.apache.stylebook.StyleBook targetDirectory=docs book.xml 
../styles/apachexml
-   popd
 
 JarFiles: bin/stylebook-1.0-b3*.jar
 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=lnkkid=110944bid=241720dat=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 stylebook.info,1.1,1.2

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

Modified Files:
stylebook.info 
Log Message:
don't build docs, use a tarball

Index: stylebook.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/stylebook.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylebook.info  28 Oct 2005 14:11:14 -  1.1
+++ stylebook.info  28 Feb 2006 21:34:27 -  1.2
@@ -1,6 +1,6 @@
 Package: stylebook
 Version: 1.0
-Revision: 0.b3.1
+Revision: 0.b3.2
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/ranger-fink
@@ -9,6 +9,9 @@
 Source: mirror:custom:xml-%n-%v-b2-src.tar.gz
 Source-MD5: d7f037e1d0a9d36b7b541f5e7bbeedda
 SourceDirectory: xml-%n
+Source2: mirror:custom:stylebook-docs.tar.bz2
+Source2-MD5: 1035f88e5eb447d62c286fc29884ec6c
+Source2ExtractDir: xml-%n/docs
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java14-dev
 Depends: xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java (= 1.4-1)
 Type: java(1.4)
@@ -17,10 +20,6 @@
 
ant package2
$JAVA_HOME/bin/javadoc -sourcepath src -d api `find src -name \*.java`
-   pushd docs
-   export CLASSPATH=../bin/stylebook-1.0-b3_xalan-2.jar:$CLASSPATH
-   java org.apache.stylebook.StyleBook targetDirectory=docs book.xml 
../styles/apachexml
-   popd
 
 JarFiles: bin/stylebook-1.0-b3*.jar
 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=lnkkid=110944bid=241720dat=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 stylebook.info,1.1,1.2

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

Modified Files:
stylebook.info 
Log Message:
don't build docs, use a tarball

Index: stylebook.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/stylebook.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylebook.info  28 Oct 2005 14:11:14 -  1.1
+++ stylebook.info  28 Feb 2006 21:34:27 -  1.2
@@ -1,6 +1,6 @@
 Package: stylebook
 Version: 1.0
-Revision: 0.b3.1
+Revision: 0.b3.2
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/ranger-fink
@@ -9,6 +9,9 @@
 Source: mirror:custom:xml-%n-%v-b2-src.tar.gz
 Source-MD5: d7f037e1d0a9d36b7b541f5e7bbeedda
 SourceDirectory: xml-%n
+Source2: mirror:custom:stylebook-docs.tar.bz2
+Source2-MD5: 1035f88e5eb447d62c286fc29884ec6c
+Source2ExtractDir: xml-%n/docs
 BuildDepends: ant-base (= 1.6.5-1), fink (= 0.22.2-1), fink-mirrors (= 
0.22.1.1-1), xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java14-dev
 Depends: xalan-j (= 2.0-1), xerces-j (= 2.0-1), system-java (= 1.4-1)
 Type: java(1.4)
@@ -17,10 +20,6 @@
 
ant package2
$JAVA_HOME/bin/javadoc -sourcepath src -d api `find src -name \*.java`
-   pushd docs
-   export CLASSPATH=../bin/stylebook-1.0-b3_xalan-2.jar:$CLASSPATH
-   java org.apache.stylebook.StyleBook targetDirectory=docs book.xml 
../styles/apachexml
-   popd
 
 JarFiles: bin/stylebook-1.0-b3*.jar
 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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks/finkinfo/gnome gnome-menus2-dev.info,NONE,1.1 gnome-menus2-dev.patch,NONE,1.1 gnome-menus.info,1.1,NONE gnome-menus.patch,1.1,NONE

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3847

Added Files:
gnome-menus2-dev.info gnome-menus2-dev.patch 
Removed Files:
gnome-menus.info gnome-menus.patch 
Log Message:
Switch to 2.12 series, which simplifies deps a lot.
Make a libversioned package the parent to make new libversions easier in future.
Add libversion to gettext catalogs (in -shlibs)


--- gnome-menus.patch DELETED ---

--- gnome-menus.info DELETED ---

--- NEW FILE: gnome-menus2-dev.info ---
Package: gnome-menus2-dev
Version: 2.12.0
Revision: 1
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (= 0.31-1), glib2-dev (= 2.6.0-1)
Depends: gnome-menus2-shlibs (= %v-%r)
BuildDependsOnly: true
Description: Headers for the gnome-menus lib

Source: mirror:gnome:sources/gnome-menus/2.12/gnome-menus-%v.tar.bz2
Source-MD5: 615392c4f729f70c03aa3aa7dbe40a95
Patch: %n.patch
PatchScript: perl -pi -e 's/(GETTEXT_PACKAGE=gnome-menus)/${1}2/' configure
ConfigureParams: --disable-dependency-tracking --disable-python
InstallScript: 
  make install DESTDIR=%d
  mv %i/etc/xdg/menus/applications.menu %i/etc/xdg/menus/gnome-applications.menu

DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po HACKING NEWS 
README

SplitOff: 
  Package: gnome-menus2-shlibs
  Depends: libgettext3-shlibs, libiconv, glib2-shlibs (= 2.6.0-1)
  Files: lib/libgnome-menu.*.dylib share/locale
  Shlibs: %p/lib/libgnome-menu.2.dylib 3.0.0 %n (= 2.12.0-1)
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po HACKING NEWS 
README
  Description: Runtime library for the gnome-menus lib


SplitOff2: 
  Package: gnome-menus
  Depends: gnome-menus2-shlibs (= %v-%r)
  Conflicts: kdelibs3 ( 3.5.1-1), kdelibs3-ssl ( 3.5.1-1), kdelibs3-unified 
( 3.5.1-1)
  Files: bin etc share/desktop-directories
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po HACKING NEWS 
README
  ConfFiles: 
%p/etc/xdg/menus/gnome-applications.menu
%p/etc/xdg/menus/preferences.menu
%p/etc/xdg/menus/settings.menu
  
  PostInstScript: 
update-alternatives --install %p/etc/xdg/menus/applications.menu 
applications.menu %p/etc/xdg/menus/gnome-applications.menu 20
  
  PostRmScript: 
update-alternatives --remove applications.menu 
%p/etc/xdg/menus/gnome-applications.menu
  
  DescPackaging: 
kdelibs3 has applications.menu also. Starting in kde 3.5.1, it is
renamed to kde-applications.menu, with update-alternatives to the
standard name. Gnome doesn't have as clear a set of accessor
functions, so we give ourselves a higher update-alternatives
priority.
  
  Description: Desktop Menu Specification menus


License: GPL/LGPL
Maintainer: The Gnome Core Team [EMAIL PROTECTED]
Homepage: http://www.gnome.org/

--- NEW FILE: gnome-menus2-dev.patch ---
diff -Nurd -x'*~' gnome-menus-2.12.0.orig/ltmain.sh gnome-menus-2.12.0/ltmain.sh
--- gnome-menus-2.12.0.orig/ltmain.sh   2005-06-28 10:33:00.0 -0400
+++ gnome-menus-2.12.0/ltmain.sh2006-02-28 15:09:05.0 -0500
@@ -3883,6 +3883,11 @@
  eval test_cmds=\$archive_expsym_cmds\
  cmds=$archive_expsym_cmds
else
+ if test x$verstring = x0.0; then
+   tmp_verstring=
+  else
+tmp_verstring=$verstring
+  fi
  eval test_cmds=\$archive_cmds\
  cmds=$archive_cmds
  fi



---
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=lnkkid=110944bid=241720dat=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/shells zsh.info,1.5,1.6

2006-02-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9005

Modified Files:
zsh.info 
Log Message:
zsh version upgrade to 4.3.1 10.4-transitional branch/shells

Index: zsh.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- zsh.info5 Dec 2005 21:16:14 -   1.5
+++ zsh.info28 Feb 2006 21:39:51 -  1.6
@@ -1,8 +1,8 @@
 Package: zsh 
-Version: 4.2.6
+Version: 4.3.1
 Revision: 1
-Depends: libiconv, pcre-shlibs, libncurses5-shlibs
-BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5
+Depends: libiconv, pcre-shlibs, libncurses5-shlibs (= 5.4-20041023-10)
+BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5 (= 5.4-20041023-10)
 CustomMirror: 
   Master: ftp://ftp.zsh.org/pub/
   eur: ftp://ftp.lysator.liu.se/pub/unix/zsh/
@@ -25,9 +25,9 @@
   nam-US: http://mirrors.theonlinerecordstore.com/zsh/
 
 Source: mirror:custom:/%n-%v.tar.bz2
-Source-MD5: 2cefebf742c190cbc611baded825db64 
+Source-MD5: be4ff30f2cf848914303d7bdf17ae3cd 
 Source2: mirror:custom:%n-%v-doc.tar.bz2
-Source2-MD5: 3ca3b7c199db6eb942f2a296e3fad270 
+Source2-MD5: 89a56c55978d614dda7fb8d085befbe3 
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/%n --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/%n --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp
 CompileScript:
 perl -pi.bak -e s;DL_EXT=so;DL_EXT=dylib;g configure
@@ -60,7 +60,6 @@
 before installing this shell.
 You might also consider installing the zsh-templates package
 and the zsh-helpfiles package.
-http://babyurl.com/2SR9Ue
 
 DescUsage: 
All config files should be kept in %p/etc/zsh.
@@ -87,10 +86,8 @@
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 DescPort:  
-   Getting it from a specific sourceforge mirror until I add Custom 
mirrors. Their
-mirrors seem to be pretty messed up.
-The 10.4 specific patch is required for the shell to 
-function.
+Recent updates by W. G. Scott [EMAIL PROTECTED]
+Please complain to him, not dmalloc!
 
 License: GPL
 Maintainer: Darian Lanx [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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks/finkinfo/gnome gnome-menus2-dev.info,1.1,1.2

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20184/experimental/dmacks/finkinfo/gnome

Modified Files:
gnome-menus2-dev.info 
Log Message:
missing bdep


Index: gnome-menus2-dev.info
===
RCS file: 
/cvsroot/fink/experimental/dmacks/finkinfo/gnome/gnome-menus2-dev.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-menus2-dev.info   28 Feb 2006 21:37:48 -  1.1
+++ gnome-menus2-dev.info   28 Feb 2006 21:54:32 -  1.2
@@ -1,7 +1,7 @@
 Package: gnome-menus2-dev
 Version: 2.12.0
 Revision: 1
-BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (= 0.31-1), glib2-dev (= 2.6.0-1)
+BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (= 0.31-1), glib2-dev (= 2.6.0-1), pkg-config
 Depends: gnome-menus2-shlibs (= %v-%r)
 BuildDependsOnly: true
 Description: Headers for the gnome-menus lib



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/shells zsh.info,1.2,1.3

2006-02-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19703

Modified Files:
zsh.info 
Log Message:
zsh version upgrade to 4.3.1 10.4 branch/shells

Index: zsh.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zsh.info21 Jan 2006 17:50:30 -  1.2
+++ zsh.info28 Feb 2006 21:13:43 -  1.3
@@ -1,5 +1,5 @@
 Package: zsh 
-Version: 4.2.6
+Version: 4.3.1
 Revision: 1001
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs (= 5.4-20041023-1006)
 BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5 (= 5.4-20041023-1006)
@@ -25,9 +25,9 @@
   nam-US: http://mirrors.theonlinerecordstore.com/zsh/
 
 Source: mirror:custom:/%n-%v.tar.bz2
-Source-MD5: 2cefebf742c190cbc611baded825db64 
+Source-MD5: be4ff30f2cf848914303d7bdf17ae3cd 
 Source2: mirror:custom:%n-%v-doc.tar.bz2
-Source2-MD5: 3ca3b7c199db6eb942f2a296e3fad270 
+Source2-MD5: 89a56c55978d614dda7fb8d085befbe3 
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/%n --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/%n --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp
 CompileScript:
 perl -pi.bak -e s;DL_EXT=so;DL_EXT=dylib;g configure
@@ -60,7 +60,6 @@
 before installing this shell.
 You might also consider installing the zsh-templates package
 and the zsh-helpfiles package.
-http://babyurl.com/2SR9Ue
 
 DescUsage: 
All config files should be kept in %p/etc/zsh.
@@ -87,10 +86,8 @@
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 DescPort:  
-   Getting it from a specific sourceforge mirror until I add Custom 
mirrors. Their
-mirrors seem to be pretty messed up.
-The 10.4 specific patch is required for the shell to 
-function.
+Recent updates by W. G. Scott [EMAIL PROTECTED]
+Please complain to him, not dmalloc!
 
 License: GPL
 Maintainer: Darian Lanx [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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks/finkinfo/gnome gnome-menus2-dev.info,1.2,1.3

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23472/experimental/dmacks/finkinfo/gnome

Modified Files:
gnome-menus2-dev.info 
Log Message:
moron


Index: gnome-menus2-dev.info
===
RCS file: 
/cvsroot/fink/experimental/dmacks/finkinfo/gnome/gnome-menus2-dev.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnome-menus2-dev.info   28 Feb 2006 21:54:32 -  1.2
+++ gnome-menus2-dev.info   28 Feb 2006 21:58:12 -  1.3
@@ -1,7 +1,7 @@
 Package: gnome-menus2-dev
 Version: 2.12.0
 Revision: 1
-BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (= 0.31-1), glib2-dev (= 2.6.0-1), pkg-config
+BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
intltool (= 0.31-1), glib2-dev (= 2.6.0-1), pkgconfig
 Depends: gnome-menus2-shlibs (= %v-%r)
 BuildDependsOnly: true
 Description: Headers for the gnome-menus lib



---
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=lnkkid=110944bid=241720dat=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 cairo.info,NONE,1.1 cairo.patch,NONE,1.1 glitz.info,NONE,1.1 glitz.patch,NONE,1.1

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30960/10.4/stable/main/finkinfo/graphics

Added Files:
cairo.info cairo.patch glitz.info glitz.patch 
Log Message:
cairo and glitz

--- NEW FILE: glitz.info ---
Package: glitz
Version: 0.4.4
Revision: 2
CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/snapshots/%n-%v.tar.gz
Source-MD5: 56162ec6f5df9603c0e98391c64565f8
Patch: %n.patch
BuildDepends: libgl-dev, pkgconfig, x11-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetCPPFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-dependency-tracking --disable-egl
InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: libgl-shlibs, x11-shlibs
  Files: 
lib/libglitz-agl.*.dylib
lib/libglitz-glx.*.dylib
lib/libglitz.*.dylib
  
  Shlibs: 
%p/lib/libglitz-agl.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz-glx.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: OpenGL compositing library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.info ---
Package: cairo
Version: 1.0.2
Revision: 1

CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/releases/%n-%v.tar.gz
Source-MD5: d0b7111a14f90ec3afa777ec40c44984
Patch: %n.patch
BuildDepends: fontconfig1-dev, freetype219, glitz (= 0.4.4-1), pkgconfig, 
libgl-dev, libpng3, x11-dev, xft2-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/freetype219/lib
SetCFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-xcb --disable-dependency-tracking --enable-quartz 
--enable-png --enable-glitz --enable-ps --enable-pdf --enable-atsui
CompileScript: 
#!/bin/sh -ex
  export lt_cv_sys_max_cmd_len=65536
  export PATH=%p/lib/freetype219/bin:$PATH
  ./configure %c
  make CAIRO_CFLAGS=-I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I/usr/X11R6/include -I%p/include

InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: fontconfig1-shlibs, freetype219-shlibs, glitz-shlibs (= 0.4.4-1), 
libgl-shlibs, libpng3-shlibs, x11-shlibs, xft2-shlibs
  Files: 
lib/libcairo.*.dylib
  
  Shlibs: 
%p/lib/libcairo.2.dylib 4.0.0 %N-shlibs (= 0.9.2-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: Vector graphics library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.patch ---
diff -uNr cairo-0.9.2/Makefile.in cairo-0.9.2-new/Makefile.in
--- cairo-0.9.2/Makefile.in 2005-08-13 07:51:28.0 -0400
+++ cairo-0.9.2-new/Makefile.in 2005-08-15 10:07:00.0 -0400
@@ -256,8 +256,8 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-DIST_SUBDIRS = pixman src test doc
-SUBDIRS = pixman src doc $(am__append_1)
+DIST_SUBDIRS = pixman src doc
+SUBDIRS = pixman src doc
 EXTRA_DIST = \
COPYING \
COPYING-LGPL-2.1 \

--- NEW FILE: glitz.patch ---
diff -Nurd -x'*~' glitz-0.4.4.orig/configure glitz-0.4.4/configure
--- glitz-0.4.4.orig/configure  2005-08-09 17:00:21.0 -0400
+++ glitz-0.4.4/configure   2005-09-06 21:44:52.0 -0400
@@ -21331,7 +21331,7 @@
 
 
 
-GLITZ_LIB='-L$(top_builddir)/src -lglitz'
+GLITZ_LIB='$(top_builddir)/src/.libs/libglitz.la'
 GLITZ_INC='-I$(top_builddir)/src -I$(top_srcdir)/src'
 
 



---
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=lnkkid=110944bid=241720dat=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/graphics cairo.info,NONE,1.1 cairo.patch,NONE,1.1 glitz.info,NONE,1.1 glitz.patch,NONE,1.1

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30960/10.4-transitional/stable/main/finkinfo/graphics

Added Files:
cairo.info cairo.patch glitz.info glitz.patch 
Log Message:
cairo and glitz

--- NEW FILE: glitz.info ---
Package: glitz
Version: 0.4.4
Revision: 2
CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/snapshots/%n-%v.tar.gz
Source-MD5: 56162ec6f5df9603c0e98391c64565f8
Patch: %n.patch
BuildDepends: libgl-dev, pkgconfig, x11-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetCPPFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-dependency-tracking --disable-egl
InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: libgl-shlibs, x11-shlibs
  Files: 
lib/libglitz-agl.*.dylib
lib/libglitz-glx.*.dylib
lib/libglitz.*.dylib
  
  Shlibs: 
%p/lib/libglitz-agl.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz-glx.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: OpenGL compositing library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.info ---
Package: cairo
Version: 1.0.2
Revision: 1

CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/releases/%n-%v.tar.gz
Source-MD5: d0b7111a14f90ec3afa777ec40c44984
Patch: %n.patch
BuildDepends: fontconfig1-dev, freetype219, glitz (= 0.4.4-1), pkgconfig, 
libgl-dev, libpng3, x11-dev, xft2-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/freetype219/lib
SetCFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-xcb --disable-dependency-tracking --enable-quartz 
--enable-png --enable-glitz --enable-ps --enable-pdf --enable-atsui
CompileScript: 
#!/bin/sh -ex
  export lt_cv_sys_max_cmd_len=65536
  export PATH=%p/lib/freetype219/bin:$PATH
  ./configure %c
  make CAIRO_CFLAGS=-I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I/usr/X11R6/include -I%p/include

InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: fontconfig1-shlibs, freetype219-shlibs, glitz-shlibs (= 0.4.4-1), 
libgl-shlibs, libpng3-shlibs, x11-shlibs, xft2-shlibs
  Files: 
lib/libcairo.*.dylib
  
  Shlibs: 
%p/lib/libcairo.2.dylib 4.0.0 %N-shlibs (= 0.9.2-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: Vector graphics library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.patch ---
diff -uNr cairo-0.9.2/Makefile.in cairo-0.9.2-new/Makefile.in
--- cairo-0.9.2/Makefile.in 2005-08-13 07:51:28.0 -0400
+++ cairo-0.9.2-new/Makefile.in 2005-08-15 10:07:00.0 -0400
@@ -256,8 +256,8 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-DIST_SUBDIRS = pixman src test doc
-SUBDIRS = pixman src doc $(am__append_1)
+DIST_SUBDIRS = pixman src doc
+SUBDIRS = pixman src doc
 EXTRA_DIST = \
COPYING \
COPYING-LGPL-2.1 \

--- NEW FILE: glitz.patch ---
diff -Nurd -x'*~' glitz-0.4.4.orig/configure glitz-0.4.4/configure
--- glitz-0.4.4.orig/configure  2005-08-09 17:00:21.0 -0400
+++ glitz-0.4.4/configure   2005-09-06 21:44:52.0 -0400
@@ -21331,7 +21331,7 @@
 
 
 
-GLITZ_LIB='-L$(top_builddir)/src -lglitz'
+GLITZ_LIB='$(top_builddir)/src/.libs/libglitz.la'
 GLITZ_INC='-I$(top_builddir)/src -I$(top_srcdir)/src'
 
 



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/graphics cairo.info,NONE,1.1 cairo.patch,NONE,1.1 glitz.info,NONE,1.1 glitz.patch,NONE,1.1

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30960/10.3/stable/main/finkinfo/graphics

Added Files:
cairo.info cairo.patch glitz.info glitz.patch 
Log Message:
cairo and glitz

--- NEW FILE: glitz.info ---
Package: glitz
Version: 0.4.4
Revision: 2
CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/snapshots/%n-%v.tar.gz
Source-MD5: 56162ec6f5df9603c0e98391c64565f8
Patch: %n.patch
BuildDepends: libgl-dev, pkgconfig, x11-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetCPPFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-dependency-tracking --disable-egl
InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: libgl-shlibs, x11-shlibs
  Files: 
lib/libglitz-agl.*.dylib
lib/libglitz-glx.*.dylib
lib/libglitz.*.dylib
  
  Shlibs: 
%p/lib/libglitz-agl.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz-glx.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
%p/lib/libglitz.1.dylib 2.0.0 %N-shlibs (= 0.4.0-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: OpenGL compositing library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.info ---
Package: cairo
Version: 1.0.2
Revision: 1

CustomMirror: 
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk

Source: http://cairographics.org/releases/%n-%v.tar.gz
Source-MD5: d0b7111a14f90ec3afa777ec40c44984
Patch: %n.patch
BuildDepends: fontconfig1-dev, freetype219, glitz (= 0.4.4-1), pkgconfig, 
libgl-dev, libpng3, x11-dev, xft2-dev
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r), pkgconfig
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/freetype219/lib
SetCFLAGS: -I/usr/X11R6/include
ConfigureParams: --disable-xcb --disable-dependency-tracking --enable-quartz 
--enable-png --enable-glitz --enable-ps --enable-pdf --enable-atsui
CompileScript: 
#!/bin/sh -ex
  export lt_cv_sys_max_cmd_len=65536
  export PATH=%p/lib/freetype219/bin:$PATH
  ./configure %c
  make CAIRO_CFLAGS=-I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I/usr/X11R6/include -I%p/include

InstallScript: 
make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Depends: fontconfig1-shlibs, freetype219-shlibs, glitz-shlibs (= 0.4.4-1), 
libgl-shlibs, libpng3-shlibs, x11-shlibs, xft2-shlibs
  Files: 
lib/libcairo.*.dylib
  
  Shlibs: 
%p/lib/libcairo.2.dylib 4.0.0 %N-shlibs (= 0.9.2-1)
  
  DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
Description: Vector graphics library
License: BSD
Homepage: http://www.cairographics.org/
Maintainer: Benjamin Reed [EMAIL PROTECTED]

--- NEW FILE: cairo.patch ---
diff -uNr cairo-0.9.2/Makefile.in cairo-0.9.2-new/Makefile.in
--- cairo-0.9.2/Makefile.in 2005-08-13 07:51:28.0 -0400
+++ cairo-0.9.2-new/Makefile.in 2005-08-15 10:07:00.0 -0400
@@ -256,8 +256,8 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-DIST_SUBDIRS = pixman src test doc
-SUBDIRS = pixman src doc $(am__append_1)
+DIST_SUBDIRS = pixman src doc
+SUBDIRS = pixman src doc
 EXTRA_DIST = \
COPYING \
COPYING-LGPL-2.1 \

--- NEW FILE: glitz.patch ---
diff -Nurd -x'*~' glitz-0.4.4.orig/configure glitz-0.4.4/configure
--- glitz-0.4.4.orig/configure  2005-08-09 17:00:21.0 -0400
+++ glitz-0.4.4/configure   2005-09-06 21:44:52.0 -0400
@@ -21331,7 +21331,7 @@
 
 
 
-GLITZ_LIB='-L$(top_builddir)/src -lglitz'
+GLITZ_LIB='$(top_builddir)/src/.libs/libglitz.la'
 GLITZ_INC='-I$(top_builddir)/src -I$(top_srcdir)/src'
 
 



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/base apt.info,1.2,1.3

2006-02-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18230

Modified Files:
apt.info 
Log Message:
add descport

Index: apt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/apt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apt.info28 Feb 2006 07:32:37 -  1.2
+++ apt.info28 Feb 2006 22:29:16 -  1.3
@@ -142,6 +142,8 @@
 
 dmacks - Implemented --ignore-breakage cmdline flag to 'apt-get install'
 (first appears in: 10.2-gcc3.3/0.5.4-41, 10.3/0.5.4-51)
+
+Patch extracttar.cc so it understands negative UIDs, such as -2 for 'nobody'.
 
 DescPackaging: 
 Previous versions by Christoph Pfisterer.



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/base apt.info,1.14,1.15 apt.patch,1.8,1.9

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32467/10.3/unstable/main/finkinfo/base

Modified Files:
apt.info apt.patch 
Log Message:
Backport negative-UID patch.


Index: apt.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base/apt.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- apt.patch   24 Jun 2005 12:33:58 -  1.8
+++ apt.patch   28 Feb 2006 22:45:09 -  1.9
@@ -1155,3 +1155,36 @@
 +done
 +
 +exit 0
+diff -urN apt-0.5.4/apt-inst/contrib/extracttar.cc 
apt-new/apt-inst/contrib/extracttar.cc
+--- apt-0.5.4/apt-inst/contrib/extracttar.cc   2001-05-27 19:47:09.0 
-0400
 apt-new/apt-inst/contrib/extracttar.cc 2005-11-25 06:27:24.0 
-0500
+@@ -144,6 +144,18 @@
+return true;
+ }
+   /*}}}*/
++
++// Handle the ridiculous way that tar stores large numbers
++static bool TarUIDToNum(const char *Str, unsigned long Res, unsigned Len) {
++   switch (*Str) {
++   case '\200':
++   Res = ntohl(*((unsigned long *)(Str + Len - 
sizeof(unsigned long;
++   return true;
++   default:
++   return StrToNum(Str+1, Res, Len-1, 8);
++   }
++}
++
+ // ExtractTar::Go - Perform extraction
/*{{{*/
+ // -
+ /* This reads each 512 byte block from the archive and extracts the header
+@@ -193,8 +205,8 @@
+   unsigned long UID;
+   unsigned long GID;
+   if (StrToNum(Tar-Mode,Itm.Mode,sizeof(Tar-Mode),8) == false ||
+-StrToNum(Tar-UserID,UID,sizeof(Tar-UserID),8) == false ||
+-StrToNum(Tar-GroupID,GID,sizeof(Tar-GroupID),8) == false ||
++  TarUIDToNum(Tar-UserID,Itm.UID,sizeof(Tar-UserID)) == false ||
++  TarUIDToNum(Tar-GroupID,Itm.GID,sizeof(Tar-GroupID)) == false ||
+ StrToNum(Tar-Size,Itm.Size,sizeof(Tar-Size),8) == false ||
+ StrToNum(Tar-MTime,Itm.MTime,sizeof(Tar-MTime),8) == false ||
+ StrToNum(Tar-Major,Itm.Major,sizeof(Tar-Major),8) == false ||

Index: apt.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base/apt.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- apt.info18 Aug 2005 05:33:59 -  1.14
+++ apt.info28 Feb 2006 22:45:09 -  1.15
@@ -1,6 +1,6 @@
 Package: apt
 Version: 0.5.4
-Revision: 52
+Revision: 53
 GCC: 3.3
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: fink-prebinding
@@ -142,6 +142,8 @@
 
 dmacks - Implemented --ignore-breakage cmdline flag to 'apt-get install'
 (first appears in: 10.2-gcc3.3/0.5.4-41, 10.3/0.5.4-51)
+
+Patch extracttar.cc so it understands negative UIDs, such as -2 for 'nobody'.
 
 DescPackaging: 
 Previous versions by Christoph Pfisterer.



---
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=lnkkid=110944bid=241720dat=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/base apt.info,1.3,1.4 apt.patch,1.2,1.3

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32467/10.4-transitional/unstable/main/finkinfo/base

Modified Files:
apt.info apt.patch 
Log Message:
Backport negative-UID patch.


Index: apt.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/base/apt.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apt.patch   10 Jun 2005 14:17:51 -  1.2
+++ apt.patch   28 Feb 2006 22:45:09 -  1.3
@@ -1155,3 +1155,36 @@
 +done
 +
 +exit 0
+diff -urN apt-0.5.4/apt-inst/contrib/extracttar.cc 
apt-new/apt-inst/contrib/extracttar.cc
+--- apt-0.5.4/apt-inst/contrib/extracttar.cc   2001-05-27 19:47:09.0 
-0400
 apt-new/apt-inst/contrib/extracttar.cc 2005-11-25 06:27:24.0 
-0500
+@@ -144,6 +144,18 @@
+return true;
+ }
+   /*}}}*/
++
++// Handle the ridiculous way that tar stores large numbers
++static bool TarUIDToNum(const char *Str, unsigned long Res, unsigned Len) {
++   switch (*Str) {
++   case '\200':
++   Res = ntohl(*((unsigned long *)(Str + Len - 
sizeof(unsigned long;
++   return true;
++   default:
++   return StrToNum(Str+1, Res, Len-1, 8);
++   }
++}
++
+ // ExtractTar::Go - Perform extraction
/*{{{*/
+ // -
+ /* This reads each 512 byte block from the archive and extracts the header
+@@ -193,8 +205,8 @@
+   unsigned long UID;
+   unsigned long GID;
+   if (StrToNum(Tar-Mode,Itm.Mode,sizeof(Tar-Mode),8) == false ||
+-StrToNum(Tar-UserID,UID,sizeof(Tar-UserID),8) == false ||
+-StrToNum(Tar-GroupID,GID,sizeof(Tar-GroupID),8) == false ||
++  TarUIDToNum(Tar-UserID,Itm.UID,sizeof(Tar-UserID)) == false ||
++  TarUIDToNum(Tar-GroupID,Itm.GID,sizeof(Tar-GroupID)) == false ||
+ StrToNum(Tar-Size,Itm.Size,sizeof(Tar-Size),8) == false ||
+ StrToNum(Tar-MTime,Itm.MTime,sizeof(Tar-MTime),8) == false ||
+ StrToNum(Tar-Major,Itm.Major,sizeof(Tar-Major),8) == false ||

Index: apt.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/base/apt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apt.info18 Aug 2005 05:33:59 -  1.3
+++ apt.info28 Feb 2006 22:45:09 -  1.4
@@ -1,6 +1,6 @@
 Package: apt
 Version: 0.5.4
-Revision: 52
+Revision: 53
 GCC: 3.3
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: fink-prebinding
@@ -142,6 +142,8 @@
 
 dmacks - Implemented --ignore-breakage cmdline flag to 'apt-get install'
 (first appears in: 10.2-gcc3.3/0.5.4-41, 10.3/0.5.4-51)
+
+Patch extracttar.cc so it understands negative UIDs, such as -2 for 'nobody'.
 
 DescPackaging: 
 Previous versions by Christoph Pfisterer.



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.3/main/finkinfo/database postgresql-tcl.info,1.29,1.30

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17247/10.3/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- postgresql-tcl.info 14 Feb 2006 18:31:21 -  1.29
+++ postgresql-tcl.info 1 Mar 2006 01:50:59 -   1.30
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/common/main/finkinfo/database postgresql-tcl.info,1.27,1.28

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17247/common/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- postgresql-tcl.info 14 Feb 2006 18:31:49 -  1.27
+++ postgresql-tcl.info 1 Mar 2006 01:51:00 -   1.28
@@ -99,7 +99,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=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/database postgresql-tcl.info,1.6,1.7

2006-02-28 Thread Benjamin Reed
Update of 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17247/10.4-transitional/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4-transitional/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- postgresql-tcl.info 14 Feb 2006 18:31:23 -  1.6
+++ postgresql-tcl.info 1 Mar 2006 01:50:59 -   1.7
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/rangerrick/10.4/main/finkinfo/database postgresql-tcl.info,1.22,1.23

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17247/10.4/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- postgresql-tcl.info 14 Feb 2006 18:31:22 -  1.22
+++ postgresql-tcl.info 1 Mar 2006 01:50:59 -   1.23
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=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 array-compare-pm.info,1.1,1.2 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

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

Modified Files:
array-compare-pm.info 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 class-dbi-loader-pm.info 
class-dbi-pg-pm.info class-factory-util-pm.info 
class-inspector-pm.info clone-pp-pm.info configfile-pm.info 
convert-tnef-pm.info datetime-format-builder-pm.info 
datetime-format-mysql-pm.info datetime-format-pg-pm.info 
datetime-format-strptime-pm.info datetime-locale-pm.info 
datetime-pm.info datetime-timezone-pm.info 
dbd-pg-unified-pm.info dbd-pg-unified-pm560.info dbi-pm.info 
digest-pm.info file-copy-recursive-pm.info 
file-modified-pm.info file-temp-pm.info geo-ip-pm.info 
getopt-mixed-pm.info http-body-pm.info 
http-request-ascgi-pm.info image-size-pm.info 
io-stringy-pm.info lingua-en-inflect-pm.info mailtools-pm.info 
mime-tools-pm.info mime-types-pm.info module-install-pm.info 
module-pluggable-fast-pm.info next-pm.info 
object-signature-pm.info opengl-pm.info perlqt-pm.info 
rose-conf-pm.info rose-datetime-pm.info rose-db-object-pm.info 
rose-db-pm.info rose-html-objects-pm.info rose-object-pm.info 
rose-pm.info rose-uri-pm.info rrd-pm.info 
template-timer-pm.info test-manifest-pm.info 
test-mockobject-pm.info test-simple-pm.info test-warn-pm.info 
text-balanced-pm.info text-glob-pm.info 
text-simpletable-pm.info time-local-pm.info 
tree-simple-visitorfactory-pm.info universal-can-pm.info 
universal-isa-pm.info universal-require-pm.info 
uri-find-pm.info uri-find-rule-pm.info xml-dumper-pm.info 
xml-rss-pm.info 
Log Message:
architecture update

Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mailtools-pm.info   28 Feb 2006 04:15:31 -  1.3
+++ mailtools-pm.info   1 Mar 2006 01:53:08 -   1.4
@@ -2,6 +2,7 @@
 Package: mailtools-pm%type_pkg[perl]
 Version: 1.73
 Revision: 1021
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl modules related to mail applications
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: object-signature-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/object-signature-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object-signature-pm.info28 Feb 2006 04:15:31 -  1.2
+++ object-signature-pm.info1 Mar 2006 01:53:08 -   1.3
@@ -2,6 +2,7 @@
 Package: object-signature-pm%type_pkg[perl]
 Version: 1.03
 Revision: 1022
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Generate cryptographic signatures for objects
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-authentication-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authentication-pm.info  28 Feb 2006 04:15:31 -  
1.2
+++ catalyst-plugin-authentication-pm.info  1 Mar 2006 01:53:08 -   
1.3
@@ -2,6 +2,7 @@
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
 Version: 0.05
 Revision: 1021
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Infrastructure plugin for the Catalyst authentication framework
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-session-state-cookie-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/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.info1 Mar 2006 01:53:08 
-   1.2
@@ -2,6 +2,7 @@
 Package: catalyst-plugin-session-state-cookie-pm%type_pkg[perl]
 Version: 0.02
 Revision: 1021
+Architecture: 

dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods array-compare-pm.info,1.1,1.2 catalyst-engine-apache-pm.info,1.1,1.2 catalyst-model-cdbi-pm.info,1.2,1.3 catalyst-plugin-authentication-pm.

2006-02-28 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-serv18699/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
array-compare-pm.info 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 class-dbi-loader-pm.info 
class-dbi-pg-pm.info class-factory-util-pm.info 
class-inspector-pm.info clone-pp-pm.info configfile-pm.info 
convert-tnef-pm.info datetime-format-builder-pm.info 
datetime-format-mysql-pm.info datetime-format-pg-pm.info 
datetime-format-strptime-pm.info datetime-locale-pm.info 
datetime-pm.info datetime-timezone-pm.info 
dbd-pg-unified-pm.info dbd-pg-unified-pm560.info dbi-pm.info 
digest-pm.info file-copy-recursive-pm.info 
file-modified-pm.info file-temp-pm.info geo-ip-pm.info 
getopt-mixed-pm.info http-body-pm.info 
http-request-ascgi-pm.info image-size-pm.info 
io-stringy-pm.info lingua-en-inflect-pm.info mailtools-pm.info 
mime-tools-pm.info mime-types-pm.info module-install-pm.info 
module-pluggable-fast-pm.info next-pm.info 
object-signature-pm.info opengl-pm.info perlqt-pm.info 
rose-conf-pm.info rose-datetime-pm.info rose-db-object-pm.info 
rose-db-pm.info rose-html-objects-pm.info rose-object-pm.info 
rose-pm.info rose-uri-pm.info rrd-pm.info 
template-timer-pm.info test-manifest-pm.info 
test-mockobject-pm.info test-simple-pm.info test-warn-pm.info 
text-balanced-pm.info text-glob-pm.info 
text-simpletable-pm.info time-local-pm.info 
tree-simple-visitorfactory-pm.info universal-can-pm.info 
universal-isa-pm.info universal-require-pm.info 
uri-find-pm.info uri-find-rule-pm.info xml-dumper-pm.info 
xml-rss-pm.info 
Log Message:
architecture update

Index: mailtools-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/mailtools-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mailtools-pm.info   28 Feb 2006 04:15:30 -  1.5
+++ mailtools-pm.info   1 Mar 2006 01:53:08 -   1.6
@@ -2,6 +2,7 @@
 Package: mailtools-pm%type_pkg[perl]
 Version: 1.73
 Revision: 21
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl modules related to mail applications
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: object-signature-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/object-signature-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object-signature-pm.info28 Feb 2006 04:15:30 -  1.2
+++ object-signature-pm.info1 Mar 2006 01:53:08 -   1.3
@@ -2,6 +2,7 @@
 Package: object-signature-pm%type_pkg[perl]
 Version: 1.03
 Revision: 22
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Generate cryptographic signatures for objects
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-authentication-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/catalyst-plugin-authentication-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalyst-plugin-authentication-pm.info  28 Feb 2006 04:15:30 -  
1.2
+++ catalyst-plugin-authentication-pm.info  1 Mar 2006 01:53:07 -   
1.3
@@ -2,6 +2,7 @@
 Package: catalyst-plugin-authentication-pm%type_pkg[perl]
 Version: 0.05
 Revision: 21
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Infrastructure plugin for the Catalyst authentication framework
 Type: perl(5.8.1 5.8.4 5.8.6)
 License: Artistic

Index: catalyst-plugin-session-state-cookie-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/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:07 
-  1.1
+++ catalyst-plugin-session-state-cookie-pm.info1 Mar 2006 01:53:07 
-   1.2
@@ -2,6 +2,7 @@
 Package: 

dists/10.3/unstable/main/finkinfo/database postgresql-tcl.info,1.19,1.20

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20044/10.3/unstable/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- postgresql-tcl.info 28 Feb 2006 16:24:22 -  1.19
+++ postgresql-tcl.info 1 Mar 2006 01:54:24 -   1.20
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=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/database postgresql-tcl.info,1.12,1.13

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20044/10.4-transitional/unstable/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- postgresql-tcl.info 28 Feb 2006 16:24:23 -  1.12
+++ postgresql-tcl.info 1 Mar 2006 01:54:24 -   1.13
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/database postgresql-tcl.info,1.2,1.3

2006-02-28 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20044/10.4/unstable/main/finkinfo/database

Modified Files:
postgresql-tcl.info 
Log Message:
fix build

Index: postgresql-tcl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql-tcl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postgresql-tcl.info 28 Feb 2006 16:24:22 -  1.2
+++ postgresql-tcl.info 1 Mar 2006 01:54:24 -   1.3
@@ -105,7 +105,7 @@
 #!/bin/sh -e
 
export lt_cv_sys_max_cmd_len=65536
-   export CPPFLAGS=-I%p/lib/system-openssl/include -I%p/include 
-DHAVE_OPTRESET -fno-common
+   export CPPFLAGS=-I%p/lib/system-openssl/include 
-I%p/include/postgresql -I%p/include -DHAVE_OPTRESET -fno-common
export LDFLAGS=-L%p/lib/system-openssl/lib -L%p/lib
 
pushd ../pgtcl1.5.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=lnkkid=110944bid=241720dat=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 vte.info,1.19,1.20

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27290/10.3/unstable/main/finkinfo/gnome

Modified Files:
vte.info 
Log Message:
New version


Index: vte.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/vte.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- vte.info20 Feb 2006 23:53:43 -  1.19
+++ vte.info1 Mar 2006 02:04:39 -   1.20
@@ -1,11 +1,11 @@
 Package: vte
-Version: 0.11.18
+Version: 0.11.20
 Revision: 1
 Depends: %N-shlibs (= %v-%r), atk1-shlibs (= 1.4.0-1), glib2 (= 2.2.3-1), 
gtk+2 (= 2.2.4-1), pango1-xft2 (= 1.2.5-1)
 BuildDepends: glib2-dev (= 2.2.3-1), atk1 (= 1.4.0-1), pango1-xft2-dev (= 
1.2.5-1), gtk+2-dev (= 2.2.4-1), gtk-doc (= 1.1-1), pkgconfig, intltool, 
popt, libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
libncurses5
 Source: mirror:gnome:sources/%n/0.11/%n-%v.tar.bz2
 BuildConflicts: freetype
-Source-MD5: e808006c365fddca611960b2efaef6a5
+Source-MD5: 913983275f47e235287c83e46a80535c
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include/freetype2 -no-cpp-precomp 
-DFC_WIDTH=\width\
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing



---
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=lnkkid=110944bid=241720dat=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 vte.info,1.5,1.6

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27290/10.4/unstable/main/finkinfo/gnome

Modified Files:
vte.info 
Log Message:
New version


Index: vte.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/vte.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vte.info20 Feb 2006 23:53:43 -  1.5
+++ vte.info1 Mar 2006 02:04:40 -   1.6
@@ -1,11 +1,11 @@
 Package: vte
-Version: 0.11.18
+Version: 0.11.20
 Revision: 1001
 Depends: %N-shlibs (= %v-%r), atk1-shlibs (= 1.4.0-1), glib2 (= 2.6.6-), 
gtk+2 (= 2.2.4-1), pango1-xft2 (= 1.2.5-1)
 BuildDepends: glib2-dev (= 2.6.6-), atk1 (= 1.4.0-1), pango1-xft2-dev 
(= 1.2.5-1), gtk+2-dev (= 2.2.4-1), gtk-doc (= 1.1-1), pkgconfig, intltool, 
popt, libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
libncurses5 (= 5.4-20041023-1006)
 Source: mirror:gnome:sources/%n/0.11/%n-%v.tar.bz2
 BuildConflicts: freetype
-Source-MD5: e808006c365fddca611960b2efaef6a5
+Source-MD5: 913983275f47e235287c83e46a80535c
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include/freetype2 -no-cpp-precomp 
-DFC_WIDTH=\width\
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing



---
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=lnkkid=110944bid=241720dat=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 vte.info,1.10,1.11

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27290/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
vte.info 
Log Message:
New version


Index: vte.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/vte.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- vte.info20 Feb 2006 23:53:43 -  1.10
+++ vte.info1 Mar 2006 02:04:39 -   1.11
@@ -1,11 +1,11 @@
 Package: vte
-Version: 0.11.18
+Version: 0.11.20
 Revision: 1
 Depends: %N-shlibs (= %v-%r), atk1-shlibs (= 1.4.0-1), glib2 (= 2.2.3-1), 
gtk+2 (= 2.2.4-1), pango1-xft2 (= 1.2.5-1)
 BuildDepends: glib2-dev (= 2.2.3-1), atk1 (= 1.4.0-1), pango1-xft2-dev (= 
1.2.5-1), gtk+2-dev (= 2.2.4-1), gtk-doc (= 1.1-1), pkgconfig, intltool, 
popt, libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
libncurses5
 Source: mirror:gnome:sources/%n/0.11/%n-%v.tar.bz2
 BuildConflicts: freetype
-Source-MD5: e808006c365fddca611960b2efaef6a5
+Source-MD5: 913983275f47e235287c83e46a80535c
 Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include/freetype2 -no-cpp-precomp 
-DFC_WIDTH=\width\
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo ethereal-ssl.info,1.2,1.3

2006-02-28 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12666

Modified Files:
ethereal-ssl.info 
Log Message:
Bump rev on account of glib2

Index: ethereal-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/ethereal-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ethereal-ssl.info   3 Feb 2006 16:41:49 -   1.2
+++ ethereal-ssl.info   1 Mar 2006 03:06:36 -   1.3
@@ -1,6 +1,6 @@
 Package: ethereal-ssl
 Version: 0.10.14
-Revision: 11
+Revision: 1011
 Maintainer: Max Horn [EMAIL PROTECTED]
 BuildDepends: 
   openssl097-dev,



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net lftp.info,1.25,1.26

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2962/10.3/unstable/main/finkinfo/net

Modified Files:
lftp.info 
Log Message:
Backport new %v from 10.4T.


Index: lftp.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/lftp.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- lftp.info   19 Apr 2005 16:27:04 -  1.25
+++ lftp.info   1 Mar 2006 03:34:01 -   1.26
@@ -1,9 +1,9 @@
 Package: lftp
-Version: 3.1.3
-Revision: 10
+Version: 3.3.4
+Revision: 1
 ###
-Depends: gettext, libiconv, readline5-shlibs, libncurses5-shlibs
-BuildDepends: gettext-dev, libiconv-dev, readline5, libncurses5
+Depends: expat-shlibs, libgettext3-shlibs, libiconv, readline5-shlibs, 
libncurses5-shlibs
+BuildDepends: expat, libgettext3-dev, libiconv-dev, readline5, libncurses5
 Conflicts: lftp-ssl
 Replaces: lftp-ssl
 ###
@@ -13,7 +13,7 @@
 
 ###
 Source: mirror:custom:lftp-%v.tar.bz2
-Source-MD5: 4f5016eb8e7f2f731d95c27ed0c6e8ad
+Source-MD5: b37c36c8b2bc58cd3020324cd2df1348
 ###
 PatchScript: 
   ### Fix getopt linking in lftp (multi defs)
@@ -35,7 +35,7 @@
 DocFiles: ABOUT-NLS BUGS COPYING ChangeLog FAQ FEATURES INSTALL MIRRORS NEWS 
README* THANKS TODO lftp.lsm
 ConfFiles: %p/etc/lftp.conf
 ###
-ConfigureParams: --with-pic --enable-share --enable-static --with-modules 
--without-socksdante --without-ssl --with-locale-dir=%p/share/locale 
--with-included-readline=no --with-included-gettext=no --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-share --enable-static --with-modules 
--without-socksdante --without-ssl --without-gnutls 
--with-locale-dir=%p/share/locale --with-included-readline=no 
--with-included-gettext=no --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
 ###
 InstallScript: make install DESTDIR=%d
 ###



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo lftp-ssl.info,1.26,1.27

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2962/10.3/unstable/crypto/finkinfo

Modified Files:
lftp-ssl.info 
Log Message:
Backport new %v from 10.4T.


Index: lftp-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/lftp-ssl.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- lftp-ssl.info   19 Apr 2005 16:27:48 -  1.26
+++ lftp-ssl.info   1 Mar 2006 03:34:02 -   1.27
@@ -1,9 +1,9 @@
 Package: lftp-ssl
-Version: 3.1.3
-Revision: 10
+Version: 3.3.4
+Revision: 1
 ###
-Depends: gettext, libiconv, readline5-shlibs, openssl097-shlibs, 
libncurses5-shlibs
-BuildDepends: gettext-dev, libiconv-dev, readline5, openssl097, 
openssl097-dev, libncurses5
+Depends: expat-shlibs, libgcrypt-shlibs, libgettext3-shlibs, 
libgpg-error-shlibs, libiconv, readline5-shlibs, gnutls12-shlibs, 
libncurses5-shlibs, libtasn1-shlibs, pth-shlibs
+BuildDepends: libgettext3-dev, libiconv-dev, readline5, gnutls12, libncurses5, 
expat, libgcrypt, libgpg-error, libtasn1, pth
 Conflicts: lftp
 Replaces: lftp
 ###
@@ -13,7 +13,7 @@
 
 ###
 Source: mirror:custom:lftp-%v.tar.bz2
-Source-MD5: 4f5016eb8e7f2f731d95c27ed0c6e8ad
+Source-MD5: b37c36c8b2bc58cd3020324cd2df1348
 ###
 PatchScript: 
   ### Fix getopt linking in lftp (multi defs)
@@ -35,7 +35,7 @@
 DocFiles: ABOUT-NLS BUGS COPYING ChangeLog FAQ FEATURES INSTALL MIRRORS NEWS 
README* THANKS TODO lftp.lsm
 ConfFiles: %p/etc/lftp.conf
 ###
-ConfigureParams: --with-pic --enable-share --enable-static --with-modules 
--without-socksdante --with-ssl --with-locale-dir=%p/share/locale 
--with-included-readline=no --with-included-gettext=no --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --with-pic --enable-share --enable-static --with-modules 
--without-socksdante --without-openssl --with-gnutls 
--with-locale-dir=%p/share/locale --with-included-readline=no 
--with-included-gettext=no --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
 ###
 InstallScript: make install DESTDIR=%d
 ###
@@ -51,11 +51,7 @@
   HTTP proxy are supported. Version 2.3.0 includes HTTPS and FTP over
   SSL support.
 
-DescPackaging: 
- Although this package has a GPL license, it is marked Restrictive since
- it links to openssl.
-
 ###
-License: Restrictive
+License: GPL
 Maintainer: Justin F. Hallett [EMAIL PROTECTED]
 Homepage: http://lftp.yar.ru/



---
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=lnkkid=110944bid=241720dat=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 mac-appleevents-simple-pm.info,1.2,1.3 mac-apps-launch-pm.info,1.2,1.3 mac-carbon-pm.info,1.2,1.3 mac-errors-pm.info,1.1,1.2 mac-glue-pm.info,1.2,1.3 ti

2006-02-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3012/libs/perlmods

Modified Files:
mac-appleevents-simple-pm.info mac-apps-launch-pm.info 
mac-carbon-pm.info mac-errors-pm.info mac-glue-pm.info 
tie-watch-pm.info time-epoch-pm.info 
Log Message:
fix maintainer emails

Index: mac-appleevents-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-appleevents-simple-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mac-appleevents-simple-pm.info  17 Feb 2006 01:39:17 -  1.2
+++ mac-appleevents-simple-pm.info  1 Mar 2006 04:49:22 -   1.3
@@ -12,7 +12,7 @@
 BuildDepends: fink (= 0.20.1-1)
 Description: Perl Module - simple access to AppleEvents
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Source: mirror:cpan:authors/id/C/CN/CNANDOR/Mac-AppleEvents-Simple-%v.tar.gz
 Source-MD5: 7c4331acda5559bd9bdb32e60ad1f19b
 UpdatePOD: True

Index: time-epoch-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/time-epoch-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time-epoch-pm.info  20 Jan 2006 20:21:22 -  1.1
+++ time-epoch-pm.info  1 Mar 2006 04:49:22 -   1.2
@@ -4,7 +4,7 @@
 Type: perl
 Description: Perl Module - convert between time epochs
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Source: mirror:cpan:authors/id/C/CN/CNANDOR/Time-Epoch-%v.tar.gz
 Source-MD5: a4ab4f49e08005b5accc358314c08b75
 UpdatePOD: True

Index: tie-watch-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/tie-watch-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tie-watch-pm.info   20 Jan 2006 20:21:22 -  1.1
+++ tie-watch-pm.info   1 Mar 2006 04:49:22 -   1.2
@@ -4,7 +4,7 @@
 Type: perl
 Description: Perl Module - watchpoints on Perl variables
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 
 Source: mirror:cpan:authors/id/L/LU/LUSOL/Tie-Watch-%v.tar.gz
 Source-MD5: 9bbdff61b7fc82980d5c213f4b5763bc

Index: mac-glue-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-glue-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mac-glue-pm.info17 Feb 2006 01:39:17 -  1.2
+++ mac-glue-pm.info1 Mar 2006 04:49:22 -   1.3
@@ -20,7 +20,7 @@
 BuildDepends: fink (= 0.20.1-1)
 Description: Perl Module - Control Mac apps
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Source: mirror:cpan:authors/id/C/CN/CNANDOR/Mac-Glue-%v.tar.gz
 Source-MD5: b98b8687fe928063ba2cc6d3a906945f
 UpdatePOD: True

Index: mac-apps-launch-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-apps-launch-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mac-apps-launch-pm.info 17 Feb 2006 01:39:17 -  1.2
+++ mac-apps-launch-pm.info 1 Mar 2006 04:49:22 -   1.3
@@ -8,7 +8,7 @@
 BuildDepends: fink (= 0.20.1-1)
 Description: Perl Module - module to launch and quit apps
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Source: mirror:cpan:authors/id/C/CN/CNANDOR/Mac-Apps-Launch-%v.tar.gz
 Source-MD5: d0639ed30e35a3a0b2b4c2ff04ce484e
 UpdatePOD: True

Index: mac-errors-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-errors-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mac-errors-pm.info  20 Jan 2006 20:21:21 -  1.1
+++ mac-errors-pm.info  1 Mar 2006 04:49:22 -   1.2
@@ -4,7 +4,7 @@
 Type: perl
 Description: Perl Module - constants for Mac error codes
 License: Artistic/GPL
-Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
+Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
 Source: mirror:cpan:authors/id/B/BD/BDFOY/Mac-Errors-%v.tar.gz
 Source-MD5: 890c9932d7b65a8e8a930eae00e8428d
 UpdatePOD: True

Index: mac-carbon-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-carbon-pm.info,v
retrieving revision 1.2
retrieving revision 

dists/10.4/unstable/main/finkinfo/sci geant4-data.info,1.1,1.2 geant4.7.info,1.1,1.2 geant4.8.info,1.1,1.2

2006-02-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12273

Modified Files:
geant4-data.info geant4.7.info geant4.8.info 
Log Message:
Upstream changed URLs and new patch release for geant4.8

Index: geant4.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.8.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geant4.8.info   19 Feb 2006 00:27:04 -  1.1
+++ geant4.8.info   1 Mar 2006 05:01:52 -   1.2
@@ -1,5 +1,5 @@
 Package: geant4.8
-Version: 4.8.0
+Version: 4.8.0.p01
 Revision: 51
 Description: Toolkit for simulation of particles passing through matter
 DescDetail: 
@@ -27,7 +27,7 @@
 libraries into a Darwin-g++ subdirectory.  I solved the problem by
 providing a symbolic link from %p/lib/Darwin-g++ to %p/lib. 
 
-Homepage: http://cern.ch/geant4/
+Homepage: http://geant4.cern.ch/
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 DocFiles: ReleaseNotes/*
 License: BSD
@@ -44,8 +44,8 @@
 Suggests: geant4-data
 GCC: 4.0
 NoSetPATH: true
-Source: http://geant4.web.cern.ch/geant4/source/source/geant%v.tar.gz
-Source-MD5: 82472d976a5a10c2c958c58b25cb925b
+Source: http://geant4.cern.ch/support/source/geant%v.tar.gz
+Source-MD5: 0f951601841372629c07241254ff1373
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | sed 's|@BUILDDIR@|%b|g' | 
sed 's|@VERSION@|%v|g' | patch -p1
 CompileScript: 
  ./Configure -install -d -e -f fink.sh

Index: geant4-data.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4-data.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geant4-data.info20 Jan 2006 20:30:40 -  1.1
+++ geant4-data.info1 Mar 2006 05:01:52 -   1.2
@@ -1,5 +1,5 @@
 Package: geant4-data
-Version: 4.7.1 
+Version: 4.8.0 
 Revision: 11
 Description: Optional datafiles for GEANT4
 DescDetail: 
@@ -9,12 +9,12 @@
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 License: BSD
 Recommends: geant4
-Source:  http://geant4.web.cern.ch/geant4/source/source/G4NDL.3.7.tar.gz
-Source2: http://geant4.web.cern.ch/geant4/source/source/G4EMLOW.3.0.tar.gz
-Source3: 
http://geant4.web.cern.ch/geant4/source/source/PhotonEvaporation.2.0.tar.gz
-Source4: 
http://geant4.web.cern.ch/geant4/source/source/RadiativeDecay.3.0.tar.gz
-Source5: http://geant4.web.cern.ch/geant4/source/source/G4ELASTIC.1.1.tar.gz
-Source-MD5:  4ad8f5ef02e11a176e603cac29a51b5a
+Source:  http://geant4.cern.ch/support/source/G4NDL.3.8.tar.gz
+Source2: http://geant4.cern.ch/support/source/G4EMLOW.3.0.tar.gz
+Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.2.0.tar.gz
+Source4: http://geant4.cern.ch/support/source/RadiativeDecay.3.0.tar.gz
+Source5: http://geant4.cern.ch/support/source/G4ELASTIC.1.1.tar.gz
+Source-MD5:  7629e4efb7d32e480d630a377bc0cf93
 Source2-MD5: 9e696c88953a631033f613bf1c82cd14
 Source3-MD5: bbeecf4303db7fa50b129c2a0d3ee500
 Source4-MD5: 9fff446948c1f80910865c67276e1a27
@@ -26,7 +26,7 @@
   /usr/bin/install -d -m 755 %i/share/geant4/data
   /bin/mv G4ELASTIC1.1 %i/share/geant4/data/
   /bin/mv G4EMLOW3.0   %i/share/geant4/data/
-  /bin/mv G4NDL3.7 %i/share/geant4/data/
+  /bin/mv G4NDL3.8 %i/share/geant4/data/
   /bin/mv PhotonEvaporation2.0 %i/share/geant4/data/PhotonEvaporation
   /bin/mv RadiativeDecay3.0%i/share/geant4/data/RadiativeDecay
 

Index: geant4.7.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.7.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geant4.7.info   19 Feb 2006 00:27:04 -  1.1
+++ geant4.7.info   1 Mar 2006 05:01:52 -   1.2
@@ -27,7 +27,7 @@
 libraries into a Darwin-g++ subdirectory.  I solved the problem by
 providing a symbolic link from %p/lib/Darwin-g++ to %p/lib. 
 
-Homepage: http://cern.ch/geant4/
+Homepage: http://geant4.cern.ch/
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 DocFiles: ReleaseNotes/*
 License: BSD
@@ -44,7 +44,7 @@
 Suggests: geant4-data
 GCC: 4.0
 NoSetPATH: true
-Source: http://geant4.web.cern.ch/geant4/source/source/geant%v.tar.gz
+Source: http://geant4.cern.ch/support/source/geant%v.tar.gz
 Source-MD5: 80605376e0476fa44afde9dffd96612c
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | sed 's|@BUILDDIR@|%b|g' | 
sed 's|@VERSION@|%v|g' | patch -p1
 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=lnkkid=110944bid=241720dat=121642

dists/10.4-transitional/unstable/main/finkinfo/sci geant4-data.info,1.2,1.3 geant4.7.info,1.1,1.2 geant4.8.info,1.1,1.2

2006-02-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14481

Modified Files:
geant4-data.info geant4.7.info geant4.8.info 
Log Message:
Upstream changed URLs and new patch release for geant4.8

Index: geant4.8.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/geant4.8.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geant4.8.info   19 Feb 2006 00:08:15 -  1.1
+++ geant4.8.info   1 Mar 2006 05:04:59 -   1.2
@@ -1,5 +1,5 @@
 Package: geant4.8
-Version: 4.8.0
+Version: 4.8.0.p01
 Revision: 51
 Description: Toolkit for simulation of particles passing through matter
 DescDetail: 
@@ -27,7 +27,7 @@
 libraries into a Darwin-g++ subdirectory.  I solved the problem by
 providing a symbolic link from %p/lib/Darwin-g++ to %p/lib. 
 
-Homepage: http://cern.ch/geant4/
+Homepage: http://geant4.cern.ch/
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 DocFiles: ReleaseNotes/*
 License: BSD
@@ -44,8 +44,8 @@
 Suggests: geant4-data
 GCC: 4.0
 NoSetPATH: true
-Source: http://geant4.web.cern.ch/geant4/source/source/geant%v.tar.gz
-Source-MD5: 82472d976a5a10c2c958c58b25cb925b
+Source: http://geant4.cern.ch/support/source/geant%v.tar.gz
+Source-MD5: 0f951601841372629c07241254ff1373
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | sed 's|@BUILDDIR@|%b|g' | 
sed 's|@VERSION@|%v|g' | patch -p1
 CompileScript: 
  ./Configure -install -d -e -f fink.sh

Index: geant4-data.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/geant4-data.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- geant4-data.info25 Sep 2005 16:08:07 -  1.2
+++ geant4-data.info1 Mar 2006 05:04:59 -   1.3
@@ -1,5 +1,5 @@
 Package: geant4-data
-Version: 4.7.1 
+Version: 4.8.0 
 Revision: 11
 Description: Optional datafiles for GEANT4
 DescDetail: 
@@ -9,12 +9,12 @@
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 License: BSD
 Recommends: geant4
-Source:  http://geant4.web.cern.ch/geant4/source/source/G4NDL.3.7.tar.gz
-Source2: http://geant4.web.cern.ch/geant4/source/source/G4EMLOW.3.0.tar.gz
-Source3: 
http://geant4.web.cern.ch/geant4/source/source/PhotonEvaporation.2.0.tar.gz
-Source4: 
http://geant4.web.cern.ch/geant4/source/source/RadiativeDecay.3.0.tar.gz
-Source5: http://geant4.web.cern.ch/geant4/source/source/G4ELASTIC.1.1.tar.gz
-Source-MD5:  4ad8f5ef02e11a176e603cac29a51b5a
+Source:  http://geant4.cern.ch/support/source/G4NDL.3.8.tar.gz
+Source2: http://geant4.cern.ch/support/source/G4EMLOW.3.0.tar.gz
+Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.2.0.tar.gz
+Source4: http://geant4.cern.ch/support/source/RadiativeDecay.3.0.tar.gz
+Source5: http://geant4.cern.ch/support/source/G4ELASTIC.1.1.tar.gz
+Source-MD5:  7629e4efb7d32e480d630a377bc0cf93
 Source2-MD5: 9e696c88953a631033f613bf1c82cd14
 Source3-MD5: bbeecf4303db7fa50b129c2a0d3ee500
 Source4-MD5: 9fff446948c1f80910865c67276e1a27
@@ -26,7 +26,7 @@
   /usr/bin/install -d -m 755 %i/share/geant4/data
   /bin/mv G4ELASTIC1.1 %i/share/geant4/data/
   /bin/mv G4EMLOW3.0   %i/share/geant4/data/
-  /bin/mv G4NDL3.7 %i/share/geant4/data/
+  /bin/mv G4NDL3.8 %i/share/geant4/data/
   /bin/mv PhotonEvaporation2.0 %i/share/geant4/data/PhotonEvaporation
   /bin/mv RadiativeDecay3.0%i/share/geant4/data/RadiativeDecay
 

Index: geant4.7.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/geant4.7.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geant4.7.info   19 Feb 2006 00:08:15 -  1.1
+++ geant4.7.info   1 Mar 2006 05:04:59 -   1.2
@@ -27,7 +27,7 @@
 libraries into a Darwin-g++ subdirectory.  I solved the problem by
 providing a symbolic link from %p/lib/Darwin-g++ to %p/lib. 
 
-Homepage: http://cern.ch/geant4/
+Homepage: http://geant4.cern.ch/
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 DocFiles: ReleaseNotes/*
 License: BSD
@@ -44,7 +44,7 @@
 Suggests: geant4-data
 GCC: 4.0
 NoSetPATH: true
-Source: http://geant4.web.cern.ch/geant4/source/source/geant%v.tar.gz
+Source: http://geant4.cern.ch/support/source/geant%v.tar.gz
 Source-MD5: 80605376e0476fa44afde9dffd96612c
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | sed 's|@BUILDDIR@|%b|g' | 
sed 's|@VERSION@|%v|g' | patch -p1
 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!

dists/10.4/unstable/main/finkinfo/libs/perlmods mac-appleevents-simple-pm.info,1.3,1.4

2006-02-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18661/libs/perlmods

Modified Files:
mac-appleevents-simple-pm.info 
Log Message:
don't run perl tests

Index: mac-appleevents-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mac-appleevents-simple-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mac-appleevents-simple-pm.info  1 Mar 2006 04:49:22 -   1.3
+++ mac-appleevents-simple-pm.info  1 Mar 2006 05:10:19 -   1.4
@@ -22,4 +22,7 @@
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-
\ No newline at end of file
+
+# Perl tests fail if not logged in
+NoPerlTests: true
+



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci geant4-data.info,1.3,1.4 geant4.info,1.7,1.8

2006-02-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23680

Modified Files:
geant4-data.info geant4.info 
Log Message:
Upstream changed URLs

Index: geant4-data.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/geant4-data.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- geant4-data.info25 Sep 2005 23:09:32 -  1.3
+++ geant4-data.info1 Mar 2006 05:15:47 -   1.4
@@ -1,5 +1,5 @@
 Package: geant4-data
-Version: 4.7.1 
+Version: 4.8.0 
 Revision: 11
 Description: Optional datafiles for GEANT4
 DescDetail: 
@@ -9,12 +9,12 @@
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 License: BSD
 Recommends: geant4
-Source:  http://geant4.web.cern.ch/geant4/source/source/G4NDL.3.7.tar.gz
-Source2: http://geant4.web.cern.ch/geant4/source/source/G4EMLOW.3.0.tar.gz
-Source3: 
http://geant4.web.cern.ch/geant4/source/source/PhotonEvaporation.2.0.tar.gz
-Source4: 
http://geant4.web.cern.ch/geant4/source/source/RadiativeDecay.3.0.tar.gz
-Source5: http://geant4.web.cern.ch/geant4/source/source/G4ELASTIC.1.1.tar.gz
-Source-MD5:  4ad8f5ef02e11a176e603cac29a51b5a
+Source:  http://geant4.cern.ch/support/source/G4NDL.3.8.tar.gz
+Source2: http://geant4.cern.ch/support/source/G4EMLOW.3.0.tar.gz
+Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.2.0.tar.gz
+Source4: http://geant4.cern.ch/support/source/RadiativeDecay.3.0.tar.gz
+Source5: http://geant4.cern.ch/support/source/G4ELASTIC.1.1.tar.gz
+Source-MD5:  7629e4efb7d32e480d630a377bc0cf93
 Source2-MD5: 9e696c88953a631033f613bf1c82cd14
 Source3-MD5: bbeecf4303db7fa50b129c2a0d3ee500
 Source4-MD5: 9fff446948c1f80910865c67276e1a27
@@ -26,7 +26,7 @@
   /usr/bin/install -d -m 755 %i/share/geant4/data
   /bin/mv G4ELASTIC1.1 %i/share/geant4/data/
   /bin/mv G4EMLOW3.0   %i/share/geant4/data/
-  /bin/mv G4NDL3.7 %i/share/geant4/data/
+  /bin/mv G4NDL3.8 %i/share/geant4/data/
   /bin/mv PhotonEvaporation2.0 %i/share/geant4/data/PhotonEvaporation
   /bin/mv RadiativeDecay3.0%i/share/geant4/data/RadiativeDecay
 

Index: geant4.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/geant4.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- geant4.info 25 Sep 2005 23:09:32 -  1.7
+++ geant4.info 1 Mar 2006 05:15:47 -   1.8
@@ -27,7 +27,7 @@
 libraries into a Darwin-g++ subdirectory.  I solved the problem by
 providing a symbolic link from %p/lib/Darwin-g++ to %p/lib. 
 
-Homepage: http://cern.ch/geant4/
+Homepage: http://geant4.cern.ch/
 Maintainer: Remi Mommsen [EMAIL PROTECTED]
 DocFiles: ReleaseNotes/*
 License: BSD
@@ -40,7 +40,7 @@
 
 Suggests: geant4-data
 GCC: 3.3
-Source: http://geant4.web.cern.ch/geant4/source/source/geant%v.tar.gz
+Source: http://geant4.cern.ch/support/source/geant%v.tar.gz
 Source-MD5: 80605376e0476fa44afde9dffd96612c
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | sed 's|@BUILDDIR@|%b|g' | 
sed 's|@VERSION@|%v|g' | patch -p1
 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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/xml/cvsaccess cvs.fr.xml,1.5,1.6

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/xml/cvsaccess
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24234

Modified Files:
cvs.fr.xml 
Log Message:
Updated to English v. 1.4

Index: cvs.fr.xml
===
RCS file: /cvsroot/fink/web/xml/cvsaccess/cvs.fr.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cvs.fr.xml  28 Feb 2006 02:44:45 -  1.5
+++ cvs.fr.xml  1 Mar 2006 05:16:38 -   1.6
@@ -7,40 +7,21 @@
 cvsid$Id$/cvsid
 
 preface
-p
-Fink est développé via CVS.
-Cela vous permet de rester à jour entre deux versions et d'avoir toujours les 
paquets les plus récents.
-Cette page vous explique comment configurer une installation Fink existante 
pour qu'elle puisse être mise à jour via CVS.
-Les informations ci-dessous sont applicables à la version 0.3.x de Fink et 
aux versions ultérieures.
-/p
+pFink est développé via CVS. Cela vous permet de rester à jour entre deux 
versions et d'avoir toujours les paquets les plus récents. Cette page vous 
explique comment configurer une installation Fink existante pour qu'elle puisse 
être mise à jour via CVS. Les informations ci-dessous sont applicables à la 
version 0.3.x de Fink et aux versions ultérieures./p
 /preface
-
-
 sectiontitleStructure CVS de Fink/title
-pFink comporte plusieurs modules CVS. Le module codedists/code (link
-url=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/link)
-contient les descriptions de paquets et les rustines pour OS X versions 10.2 
et ultérieures. Il existe d'autres modules pour les développeurs de Fink. 
Vous pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
+pFink comporte plusieurs modules CVS. Le module codedists/code (link 
url=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/link) contient les 
descriptions de paquets et les rustines pour Mac OS X versions 10.2 et 
ultérieures. Il existe d'autres modules pour les développeurs de Fink. Vous 
pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
 /section
-
 sectiontitleMise à jour des descriptions de paquets/title
-pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il faut suffit de lancer 
cette commande :
-/p
+pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il suffit de lancer cette 
commande :/p
 codeblockfink selfupdate-cvs/codeblock
-pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets Fink).
-/p
-pSi vous êtes derrière un mur pare-feu, consultez link 
url=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/link.
-/p
-pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :
-/p
+pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets 
Fink)./p
+pSi vous êtes derrière un mur pare-feu, consultez link 
url=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/link./p
+pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :/p
 codeblockfink update-all/codeblock
 /section
-
 sectiontitleMise à jour du gestionnaire de paquets/title
-p
-emNote :/em Depuis le 20 septembre 2001, il n'est plus utile d'effectuer 
une mise à jour spéciale pour le gestionnaire de paquets ; il est traité 
comme n'importe quel autre paquet.
-Il est, cependant, toujours possible de le mettre à jour directement via CVS, 
bien que cela ne soit vraiment utile qu'aux personnes qui créent des paquets.
-/p
-
+pemNote :/em Depuis le 20 septembre 2001, il n'est plus utile 
d'effectuer une mise à jour spéciale pour le gestionnaire de paquets ; il est 
traité comme n'importe quel autre paquet. Il est, cependant, toujours possible 
de le mettre à jour directement via CVS, bien que cela ne soit vraiment utile 
qu'aux personnes qui créent des paquets./p
 pLe gestionnaire de paquets doit être mis à jour dans un répertoire 
distinct à l'aide du script codeinject.pl/code. Ce script met dans votre 
arborescence Fink les descriptions de paquets et les archives tar de fink et 
des paquets fondamentaux, puis les compile./p
 pLa première fois, vous devez utiliser un répertoire temporaire (nommé 
codetempdir/code par exemple) vide (ou qui ne contient pas lui-même un 
sous-répertoire 'fink'). Voici la procédure à suivre :/p
 codeblockcd tempdir
@@ -48,10 +29,9 @@
 cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co fink
 cd 

scripts/installer/dmg/doc/cvsaccess cvs.fr.html,1.11,1.12

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/scripts/installer/dmg/doc/cvsaccess
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24846/scripts/installer/dmg/doc/cvsaccess

Modified Files:
cvs.fr.html 
Log Message:
Updated to English v. 1.4

Index: cvs.fr.html
===
RCS file: /cvsroot/fink/scripts/installer/dmg/doc/cvsaccess/cvs.fr.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cvs.fr.html 28 Feb 2006 02:45:48 -  1.11
+++ cvs.fr.html 1 Mar 2006 05:17:43 -   1.12
@@ -13,32 +13,18 @@
 /tr
 /table
 h1 align=centerConfiguration de l'accès à Fink via CVS/h1
-p
-Fink est développé via CVS.
-Cela vous permet de rester à jour entre deux versions et d'avoir toujours les 
paquets les plus récents.
-Cette page vous explique comment configurer une installation Fink existante 
pour qu'elle puisse être mise à jour via CVS.
-Les informations ci-dessous sont applicables à la version 0.3.x de Fink et 
aux versions ultérieures.
-/p
+pFink est développé via CVS. Cela vous permet de rester à jour entre deux 
versions et d'avoir toujours les paquets les plus récents. Cette page vous 
explique comment configurer une installation Fink existante pour qu'elle puisse 
être mise à jour via CVS. Les informations ci-dessous sont applicables à la 
version 0.3.x de Fink et aux versions ultérieures./p
 h3a name=index.Structure CVS de Fink/a/h3
-pFink comporte plusieurs modules CVS. Le module tt style=white-space: 
nowrap;dists/tt (a 
href=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/a)
-contient les descriptions de paquets et les rustines pour OS X versions 10.2 
et ultérieures. Il existe d'autres modules pour les développeurs de Fink. 
Vous pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
+pFink comporte plusieurs modules CVS. Le module tt style=white-space: 
nowrap;dists/tt (a 
href=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/a) contient les 
descriptions de paquets et les rustines pour Mac OS X versions 10.2 et 
ultérieures. Il existe d'autres modules pour les développeurs de Fink. Vous 
pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
 h3a name=index.Mise à jour des descriptions de paquets/a/h3
-pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il faut suffit de lancer 
cette commande :
-/p
+pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il suffit de lancer cette 
commande :/p
 prefink selfupdate-cvs/pre
-pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets Fink).
-/p
-pSi vous êtes derrière un mur pare-feu, consultez a 
href=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/a.
-/p
-pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :
-/p
+pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets 
Fink)./p
+pSi vous êtes derrière un mur pare-feu, consultez a 
href=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/a./p
+pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :/p
 prefink update-all/pre
 h3a name=index.Mise à jour du gestionnaire de paquets/a/h3
-p
-bNote :/b Depuis le 20 septembre 2001, il n'est plus utile d'effectuer une 
mise à jour spéciale pour le gestionnaire de paquets ; il est traité comme 
n'importe quel autre paquet.
-Il est, cependant, toujours possible de le mettre à jour directement via CVS, 
bien que cela ne soit vraiment utile qu'aux personnes qui créent des paquets.
-/p
-
+pbNote :/b Depuis le 20 septembre 2001, il n'est plus utile d'effectuer 
une mise à jour spéciale pour le gestionnaire de paquets ; il est traité 
comme n'importe quel autre paquet. Il est, cependant, toujours possible de le 
mettre à jour directement via CVS, bien que cela ne soit vraiment utile qu'aux 
personnes qui créent des paquets./p
 pLe gestionnaire de paquets doit être mis à jour dans un répertoire 
distinct à l'aide du script tt style=white-space: nowrap;inject.pl/tt. 
Ce script met dans votre arborescence Fink les descriptions de paquets et les 
archives tar de fink et des paquets fondamentaux, puis les compile./p
 pLa première fois, vous devez utiliser un répertoire temporaire (nommé 
tt style=white-space: nowrap;tempdir/tt par exemple) vide (ou qui ne 
contient pas lui-même un sous-répertoire 

web/doc/cvsaccess cvs.fr.html,1.11,1.12 index.fr.php,1.7,1.8

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/doc/cvsaccess
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24846/web/doc/cvsaccess

Modified Files:
cvs.fr.html index.fr.php 
Log Message:
Updated to English v. 1.4

Index: cvs.fr.html
===
RCS file: /cvsroot/fink/web/doc/cvsaccess/cvs.fr.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cvs.fr.html 28 Feb 2006 02:45:48 -  1.11
+++ cvs.fr.html 1 Mar 2006 05:17:43 -   1.12
@@ -13,32 +13,18 @@
 /tr
 /table
 h1 align=centerConfiguration de l'accès à Fink via CVS/h1
-p
-Fink est développé via CVS.
-Cela vous permet de rester à jour entre deux versions et d'avoir toujours les 
paquets les plus récents.
-Cette page vous explique comment configurer une installation Fink existante 
pour qu'elle puisse être mise à jour via CVS.
-Les informations ci-dessous sont applicables à la version 0.3.x de Fink et 
aux versions ultérieures.
-/p
+pFink est développé via CVS. Cela vous permet de rester à jour entre deux 
versions et d'avoir toujours les paquets les plus récents. Cette page vous 
explique comment configurer une installation Fink existante pour qu'elle puisse 
être mise à jour via CVS. Les informations ci-dessous sont applicables à la 
version 0.3.x de Fink et aux versions ultérieures./p
 h3a name=index.Structure CVS de Fink/a/h3
-pFink comporte plusieurs modules CVS. Le module tt style=white-space: 
nowrap;dists/tt (a 
href=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/a)
-contient les descriptions de paquets et les rustines pour OS X versions 10.2 
et ultérieures. Il existe d'autres modules pour les développeurs de Fink. 
Vous pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
+pFink comporte plusieurs modules CVS. Le module tt style=white-space: 
nowrap;dists/tt (a 
href=http://cvs.sourceforge.net/viewcvs.py/fink;ViewCVS/a) contient les 
descriptions de paquets et les rustines pour Mac OS X versions 10.2 et 
ultérieures. Il existe d'autres modules pour les développeurs de Fink. Vous 
pouvez les afficher, mais ils n'ont aucun intérêt pour la plupart des 
utilisateurs./p
 h3a name=index.Mise à jour des descriptions de paquets/a/h3
-pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il faut suffit de lancer 
cette commande :
-/p
+pAuparavant, la procédure était compliquée ; mais, avec la version 
actuelle de Fink, elle s'est grandement simplifiée. Il suffit de lancer cette 
commande :/p
 prefink selfupdate-cvs/pre
-pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets Fink).
-/p
-pSi vous êtes derrière un mur pare-feu, consultez a 
href=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/a.
-/p
-pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :
-/p
+pFink exécute alors automatiquement toutes les étapes nécessaires. Il 
récupère les descriptions de paquets les plus récentes et met à jour un 
certain nombre de paquets fondamentaux (dont le gestionnaire de paquets 
Fink)./p
+pSi vous êtes derrière un mur pare-feu, consultez a 
href=http://fink.sourceforge.net/faq/usage-fink.php#proxy;QFP 3.2/a./p
+pAprès avoir ainsi mis à jour les descriptions de paquets, vous pouvez 
mettre à jour les paquets. Pour ce faire, lancez la commande suivante :/p
 prefink update-all/pre
 h3a name=index.Mise à jour du gestionnaire de paquets/a/h3
-p
-bNote :/b Depuis le 20 septembre 2001, il n'est plus utile d'effectuer une 
mise à jour spéciale pour le gestionnaire de paquets ; il est traité comme 
n'importe quel autre paquet.
-Il est, cependant, toujours possible de le mettre à jour directement via CVS, 
bien que cela ne soit vraiment utile qu'aux personnes qui créent des paquets.
-/p
-
+pbNote :/b Depuis le 20 septembre 2001, il n'est plus utile d'effectuer 
une mise à jour spéciale pour le gestionnaire de paquets ; il est traité 
comme n'importe quel autre paquet. Il est, cependant, toujours possible de le 
mettre à jour directement via CVS, bien que cela ne soit vraiment utile qu'aux 
personnes qui créent des paquets./p
 pLe gestionnaire de paquets doit être mis à jour dans un répertoire 
distinct à l'aide du script tt style=white-space: nowrap;inject.pl/tt. 
Ce script met dans votre arborescence Fink les descriptions de paquets et les 
archives tar de fink et des paquets fondamentaux, puis les compile./p
 pLa première fois, vous devez utiliser un répertoire temporaire (nommé 
tt style=white-space: nowrap;tempdir/tt par exemple) vide (ou qui ne 
contient pas lui-même un sous-répertoire 'fink'). Voici la procédure à 
suivre :/p
 

web/xml/news news.fr.xml,1.33,1.34

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17267

Modified Files:
news.fr.xml 
Log Message:
Updated to English v. 1.31

Index: news.fr.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.fr.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- news.fr.xml 25 Feb 2006 00:04:39 -  1.33
+++ news.fr.xml 1 Mar 2006 06:02:15 -   1.34
@@ -4,31 +4,14 @@
 cvsid$Id$/cvsid
 
 newsitem
-date2006-02-21/date
-headlinePreliminary version of Fink on Intel/headline
+date21/02/2006/date
+headlineVersion initiale de Fink sur Intel/headline
 body
-p
-A preliminary version of Fink for the Intel architecture is now ready.
-No binary packages are available, and things are still rough around
[...1954 lines suppressed...]
+headlineMise à jour de la page de libtool/headline
+body
+pLa varlink url=darwin/libtool.phppage de libtool/varlink a été mise 
à jour. Elle contient désormais une rustine modifiée qui utilise le 
numérotage de version des librairies partagées./p
+/body
 /newsitem
-
 newsitem
-  date08/03/2001/date
-  headlineMise à disposition de la version 0.1.6/headline
-  body
-pVous la trouverez sur la varlink url=download.phppage de 
téléchargement/varlink. /p
-  /body
+date08/03/2001/date
+headlineMise à disposition de la version 0.1.6/headline
+body
+pVous la trouverez sur la varlink url=download.phppage de 
téléchargement/varlink./p
+/body
 /newsitem
-
 /news



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/news index.fr.php,1.23,1.24 news.de.rdf,1.33,1.34 news.en.rdf,1.42,1.43 news.es.rdf,1.32,1.33 news.fr.inc,1.37,1.38 news.fr.rdf,1.29,1.30 news.ja.rdf,1.36,1.37 news.rdf,1.178,1.179 news.zh.rdf,1.3

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17914/web/news

Modified Files:
index.fr.php news.de.rdf news.en.rdf news.es.rdf news.fr.inc 
news.fr.rdf news.ja.rdf news.rdf news.zh.rdf 
Log Message:
Updated to English v. 1.31

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- news.rdf14 Jan 2006 02:31:14 -  1.178
+++ news.rdf1 Mar 2006 06:03:49 -   1.179
@@ -5,8 +5,53 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-01-14T03:28:18+01:00/dc:date
+dc:date2006-03-01T07:03:01+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
+item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
+  titlePreliminary version of Fink on Intel/title
+  
linkhttp://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel/link
+  
guidhttp://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel/guid
+  description
+
+A preliminary version of Fink for the Intel architecture is now ready.
+No binary packages are available, and things are still rough around
+the edges, but it should be usable if you are patient!
+
+
+To install, you need to get the file fink-0.24.12.tar.gz
+from the
+Sourceforge file release page for Fink, expand the file, and
+run the command ./bootstrap.sh .  At the end of the
+bootstrap process, run fink selfupdate and you'll get
+the currently available packages.
+
+
+At last check, there were about 1750 packages in the stable tree, but
+about 150 of those did not build.  When things are truly stable, another
+annoucement will be made here.
+
+/description
+  content:encoded
+
+A preliminary version of Fink for the Intel architecture is now ready.
+No binary packages are available, and things are still rough around
+the edges, but it should be usable if you are patient!
+
+
+To install, you need to get the file fink-0.24.12.tar.gz
+from the
+Sourceforge file release page for Fink, expand the file, and
+run the command ./bootstrap.sh .  At the end of the
+bootstrap process, run fink selfupdate and you'll get
+the currently available packages.
+
+
+At last check, there were about 1750 packages in the stable tree, but
+about 150 of those did not build.  When things are truly stable, another
+annoucement will be made here.
+
+/content:encoded
+/item
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-01-10%20Fink%20ready%20for%20XCode%202.2%20(but%20not%20for%20Intel).
   titleFink ready for XCode 2.2 (but not for Intel)./title
   
linkhttp://fink.sourceforge.net/news/#2006-01-10%20Fink%20ready%20for%20XCode%202.2%20(but%20not%20for%20Intel)./link
@@ -691,54 +736,5 @@

/content:encoded
 /item
-item 
rdf:about=http://fink.sourceforge.net/news/#2004-01-10%20Pssst%20want%20to%20install%20GNOME%202.4%3F;
-  titlePssst want to install GNOME 2.4?/title
-  
linkhttp://fink.sourceforge.net/news/#2004-01-10%20Pssst%20want%20to%20install%20GNOME%202.4%3F/link
-  
guidhttp://fink.sourceforge.net/news/#2004-01-10%20Pssst%20want%20to%20install%20GNOME%202.4%3F/guid
-  description
-   
-   Thanks to the new Fink GNOME Core team, including a lot of hard work by 
packaging
-   newcomer Keith Conger and GNOME 1.x maintainer Masanori Sekino, GNOME 
2.4 has
-   finally been released to the 10.3 unstable tree.
-   
-   
-   It is there for the taking; please offer some of your time and test 
these packages
-   if you are on unstable already.  Because of the massive number of 
changes, it is
-   expected that there will be issues upgrading or installing the new 
GNOME.  If you
-   have problems, you can reach the GNOME-savvy people at
-   [EMAIL PROTECTED]
-   Please do report success stories there as well.  The more good reports 
we get, the
-   faster GNOME 2.4 can be moved to stable.
-   
-   
-   For those of you who do not read our mailing lists, why aren't you 
subscribed yet?
-   Here is a link to detailed 
-   instructions 
-   how to install or upgrade GNOME and what new stuff it brings.
-   
-   /description
-  content:encoded
-   
-   Thanks to the new Fink GNOME Core team, including a lot of hard work by 
packaging
-   newcomer Keith Conger and GNOME 1.x maintainer Masanori Sekino, GNOME 
2.4 has
-   finally been released to the 10.3 unstable tree.
-   
-   
-   It is there for the taking; please offer some of your time and test 
these packages
-   if you are on unstable already.  Because of the massive number of 
changes, it is
-   expected 

web/xml/news news.de.rdf,1.27,1.28 news.en.rdf,1.33,1.34 news.es.rdf,1.27,1.28 news.fr.rdf,1.25,1.26 news.ja.rdf,1.31,1.32 news.rdf,1.132,1.133 news.zh.rdf,1.28,1.29

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17914/news

Modified Files:
news.de.rdf news.en.rdf news.es.rdf news.fr.rdf news.ja.rdf 
news.rdf news.zh.rdf 
Log Message:
Updated to English v. 1.31

Index: news.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.rdf,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- news.rdf22 Feb 2006 05:00:27 -  1.132
+++ news.rdf1 Mar 2006 06:03:48 -   1.133
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-02-21T20:59:28-08:00/dc:date
+dc:date2006-03-01T07:03:01+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.en.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.en.rdf,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- news.en.rdf 25 Feb 2006 00:09:43 -  1.33
+++ news.en.rdf 1 Mar 2006 06:03:48 -   1.34
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-02-25T09:07:57+09:00/dc:date
+dc:date2006-03-01T07:03:01+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.de.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.de.rdf,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- news.de.rdf 25 Feb 2006 00:09:43 -  1.27
+++ news.de.rdf 1 Mar 2006 06:03:48 -   1.28
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagede/dc:language
-dc:date2006-02-25T09:07:57+09:00/dc:date
+dc:date2006-03-01T07:03:01+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.ja.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.ja.rdf,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- news.ja.rdf 25 Feb 2006 00:09:43 -  1.31
+++ news.ja.rdf 1 Mar 2006 06:03:48 -   1.32
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageja/dc:language
-dc:date2006-02-25T09:07:58+09:00/dc:date
+dc:date2006-03-01T07:03:02+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Intel%20%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F;
   titleIntel 
#19978;#12391;#12398;#28310;#20633;#12496;#12540;#12472;#12519;#12531;/title

Index: news.es.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.es.rdf,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- news.es.rdf 25 Feb 2006 00:09:43 -  1.27
+++ news.es.rdf 1 Mar 2006 06:03:48 -   1.28
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagees/dc:language
-dc:date2006-02-25T09:07:57+09:00/dc:date
+dc:date2006-03-01T07:03:01+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.zh.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.zh.rdf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- news.zh.rdf 25 Feb 2006 00:09:43 -  1.28
+++ news.zh.rdf 1 Mar 2006 06:03:48 -   1.29
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagezh/dc:language
-dc:date2006-02-25T09:07:57+09:00/dc:date
+dc:date2006-03-01T07:03:02+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary 

fink/perlmod/Fink ChangeLog,1.1255,1.1256 PkgVersion.pm,1.528,1.529 Status.pm,1.20,1.21

2006-02-28 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23794

Modified Files:
ChangeLog PkgVersion.pm Status.pm 
Log Message:
Abolish Status::invalidate...check dpkg status db file flags to see if
file has changed since we cached it


Index: Status.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Status.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Status.pm   3 Jan 2006 20:14:46 -   1.20
+++ Status.pm   1 Mar 2006 06:15:28 -   1.21
@@ -77,23 +77,26 @@
$hash = {};
 
if (not $config-want_magic_tree('status')) {
-   $self-{_invalid} = 0;
return;
}
 
if (! -f $file) {
print WARNING: can't read dpkg status file \$file\.\n;
-
-   $self-{_invalid} = 0;
return;
}
 
open(IN,$file) or die can't open $file: $!;
+
+   # store info about the db file we're caching
+   # (dpkg writes to a tempfile, then renames it to replace old)
+   ($self-{_db_ino}, $self-{_db_mtime}) = (stat IN)[1,9];
+
while (IN) {
chomp;
if (/^([0-9A-Za-z_.\-]+)\:\s*(\S.*?)\s*$/) {
$hash-{lc $1} = $2;
} elsif (/^\s*$/) {
+   # line of just whitespace separates packages entries in 
the file
if (exists $hash-{package}) {
$self-{$hash-{package}} = $hash;
}
@@ -103,39 +106,27 @@
}
close(IN);
 
+   # handle last pkg entry in file (maybe no whitespace line after it)
if (exists $hash-{package}) {
$self-{$hash-{package}} = $hash;
}
-
-   $self-{_invalid} = 0;
 }
 
-### update cached data if necessary
+### update cached data if db file on disk has changed
 
 sub validate {
my $self = shift;
 
-   if ($self-{_invalid}) {
+   my(@db_stat) = stat $basepath.'/var/lib/dpkg/status';
+   unless (
+   @db_stat
+   and $self-{_db_ino} == $db_stat[1]
+   and $self-{_db_mtime} == $db_stat[9]
+   ) {
$self-read();
}
 }
 
-### invalidate cached data
-
-sub invalidate {
-   my $self = shift;
-
-   if (not ref($self)) {
-   if (defined($the_instance)) {
-   $self = $the_instance;
-   } else {
-   $self = Fink::Status-new();
-   }
-   }
-
-   $self-{_invalid} = 1;
-}
-
 ### query by package name
 # returns false when not installed
 # returns full version when installed and configured

Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.528
retrieving revision 1.529
diff -u -d -r1.528 -r1.529
--- PkgVersion.pm   28 Feb 2006 19:03:42 -  1.528
+++ PkgVersion.pm   1 Mar 2006 06:15:27 -   1.529
@@ -5042,7 +5042,6 @@
 =cut
 
 sub dpkg_changed {
-   Fink::Status-invalidate();
Fink::Shlibs-invalidate();
 }
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1255
retrieving revision 1.1256
diff -u -d -r1.1255 -r1.1256
--- ChangeLog   28 Feb 2006 19:03:42 -  1.1255
+++ ChangeLog   1 Mar 2006 06:15:27 -   1.1256
@@ -1,3 +1,10 @@
+2006-03-01  Daniel Macks  [EMAIL PROTECTED]
+
+   * Status.pm: Instead of manually toggling _invalid, store data
+   about dpkg status file when reading it, compare stored vs actual
+   to determine whether cache is stale.
+   * PkgVersion.pm, Status.pm: Abolish Status::invalidate
+
 2006-02-28  Dave Vasilevsky  [EMAIL PROTECTED]
 
* SysState.pm:



---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


web/xml/news news.de.rdf,1.28,1.29 news.en.rdf,1.34,1.35 news.es.rdf,1.28,1.29 news.fr.rdf,1.26,1.27 news.ja.rdf,1.32,1.33 news.rdf,1.133,1.134 news.zh.rdf,1.29,1.30

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3156/news

Modified Files:
news.de.rdf news.en.rdf news.es.rdf news.fr.rdf news.ja.rdf 
news.rdf news.zh.rdf 
Log Message:
Trying date change with news.fr.inc

Index: news.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.rdf,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- news.rdf1 Mar 2006 06:03:48 -   1.133
+++ news.rdf1 Mar 2006 07:37:13 -   1.134
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.en.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.en.rdf,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- news.en.rdf 1 Mar 2006 06:03:48 -   1.34
+++ news.en.rdf 1 Mar 2006 07:37:13 -   1.35
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.de.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.de.rdf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- news.de.rdf 1 Mar 2006 06:03:48 -   1.28
+++ news.de.rdf 1 Mar 2006 07:37:13 -   1.29
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagede/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.ja.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.ja.rdf,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- news.ja.rdf 1 Mar 2006 06:03:48 -   1.32
+++ news.ja.rdf 1 Mar 2006 07:37:13 -   1.33
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageja/dc:language
-dc:date2006-03-01T07:03:02+01:00/dc:date
+dc:date2006-03-01T08:33:53+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Intel%20%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F;
   titleIntel 
#19978;#12391;#12398;#28310;#20633;#12496;#12540;#12472;#12519;#12531;/title

Index: news.es.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.es.rdf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- news.es.rdf 1 Mar 2006 06:03:48 -   1.28
+++ news.es.rdf 1 Mar 2006 07:37:13 -   1.29
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagees/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.zh.rdf
===
RCS file: /cvsroot/fink/web/xml/news/news.zh.rdf,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- news.zh.rdf 1 Mar 2006 06:03:48 -   1.29
+++ news.zh.rdf 1 Mar 2006 07:37:13 -   1.30
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagezh/dc:language
-dc:date2006-03-01T07:03:02+01:00/dc:date
+dc:date2006-03-01T08:33:53+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   

web/news news.de.rdf,1.34,1.35 news.en.rdf,1.43,1.44 news.es.rdf,1.33,1.34 news.fr.rdf,1.30,1.31 news.ja.rdf,1.37,1.38 news.rdf,1.179,1.180 news.zh.rdf,1.37,1.38

2006-02-28 Thread Mich�le Garoche
Update of /cvsroot/fink/web/news
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3156/web/news

Modified Files:
news.de.rdf news.en.rdf news.es.rdf news.fr.rdf news.ja.rdf 
news.rdf news.zh.rdf 
Log Message:
Trying date change with news.fr.inc

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- news.rdf1 Mar 2006 06:03:49 -   1.179
+++ news.rdf1 Mar 2006 07:37:13 -   1.180
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.en.rdf
===
RCS file: /cvsroot/fink/web/news/news.en.rdf,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- news.en.rdf 1 Mar 2006 06:03:49 -   1.43
+++ news.en.rdf 1 Mar 2006 07:37:13 -   1.44
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.ja.rdf
===
RCS file: /cvsroot/fink/web/news/news.ja.rdf,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- news.ja.rdf 1 Mar 2006 06:03:49 -   1.37
+++ news.ja.rdf 1 Mar 2006 07:37:13 -   1.38
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageja/dc:language
-dc:date2006-03-01T07:03:02+01:00/dc:date
+dc:date2006-03-01T08:33:53+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Intel%20%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F;
   titleIntel 
#19978;#12391;#12398;#28310;#20633;#12496;#12540;#12472;#12519;#12531;/title

Index: news.de.rdf
===
RCS file: /cvsroot/fink/web/news/news.de.rdf,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- news.de.rdf 1 Mar 2006 06:03:49 -   1.34
+++ news.de.rdf 1 Mar 2006 07:37:13 -   1.35
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagede/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.es.rdf
===
RCS file: /cvsroot/fink/web/news/news.es.rdf,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- news.es.rdf 1 Mar 2006 06:03:49 -   1.33
+++ news.es.rdf 1 Mar 2006 07:37:13 -   1.34
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagees/dc:language
-dc:date2006-03-01T07:03:01+01:00/dc:date
+dc:date2006-03-01T08:33:52+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on Intel/title

Index: news.zh.rdf
===
RCS file: /cvsroot/fink/web/news/news.zh.rdf,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- news.zh.rdf 1 Mar 2006 06:03:49 -   1.37
+++ news.zh.rdf 1 Mar 2006 07:37:13 -   1.38
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagezh/dc:language
-dc:date2006-03-01T07:03:02+01:00/dc:date
+dc:date2006-03-01T08:33:53+01:00/dc:date
 admin:errorReportsTo rdf:resource=mailto:[EMAIL PROTECTED]/
 item 
rdf:about=http://fink.sourceforge.net/news/#2006-02-21%20Preliminary%20version%20of%20Fink%20on%20Intel;
   titlePreliminary version of Fink on 

dists/10.3/unstable/main/finkinfo/libs libxslt-py.info,NONE,1.1 libxslt-py.patch,NONE,1.1

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

Added Files:
libxslt-py.info libxslt-py.patch 
Log Message:
Python bindings for libxslt. Someone please test on 10.4/10.4T


--- NEW FILE: libxslt-py.patch ---
diff -Nurd -x'*~' libxslt-1.1.15.orig/python/Makefile.in 
libxslt-1.1.15/python/Makefile.in
--- libxslt-1.1.15.orig/python/Makefile.in  2005-09-04 18:58:33.0 
-0400
+++ libxslt-1.1.15/python/Makefile.in   2006-03-01 02:24:10.0 -0500
@@ -59,13 +59,12 @@
 @[EMAIL PROTECTED] =  \
 @WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \
 @WITH_PYTHON_TRUE@ $(top_builddir)/libexslt/libexslt.la
[EMAIL PROTECTED]@libxsltmod_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am__libxsltmod_la_SOURCES_DIST = libxslt.c types.c libxslt-py.c
 @[EMAIL PROTECTED] = libxslt.lo types.lo \
 @WITH_PYTHON_TRUE@ libxslt-py.lo
 libxsltmod_la_OBJECTS = $(am_libxsltmod_la_OBJECTS)
 @[EMAIL PROTECTED] = -rpath $(pythondir)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I.
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -251,10 +250,7 @@
 SUBDIRS = . tests
 INCLUDES = \
-I$(PYTHON_INCLUDES) \
-$(LIBXML_CFLAGS) \
-   -I$(top_srcdir)/libxslt \
-   -I$(top_srcdir) \
-   -I../libexslt
+$(LIBXML_CFLAGS)
 
 DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
 # libxsltclass.txt is generated
@@ -269,8 +265,7 @@
libxslt-python-api.xml  \
$(DOCS)
 
-libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs 
\
--L$(top_builddir)/libexslt/.libs
+libxsltmod_la_LDFLAGS = -module -avoid-version -lxslt -lexslt
 
 @[EMAIL PROTECTED] = \
 @WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \
@@ -278,7 +273,6 @@
 
 @[EMAIL PROTECTED] = libxsltmod.la
 @[EMAIL PROTECTED] = libxslt.c types.c libxslt-py.c
[EMAIL PROTECTED]@libxsltmod_la_LIBADD = $(mylibs) 
 @[EMAIL PROTECTED] = generator.py
 @[EMAIL PROTECTED] = $(top_srcdir)/doc/libxslt-api.xml 
$(srcdir)/libxslt-python-api.xml
 @[EMAIL PROTECTED] = $(srcdir)/libxsltclass.py \

--- NEW FILE: libxslt-py.info ---
Info2: 
Package: libxslt-py%type_pkg[python]
Version: 1.1.15
Revision: 1
Maintainer: Daniel Macks [EMAIL PROTECTED]
Type: python (2.3 2.4)
Depends: libxslt-shlibs (= %v-1), libxml2-shlibs (= 2.6.21-1), 
libxml2-py%type_pkg[python], libiconv, python%type_pkg[python]
BuildDepends: libxslt (= %v-1), libxml2 (= 2.6.21-1), libiconv-dev
Source: mirror:gnome:sources/libxslt/1.1/libxslt-%v.tar.bz2
Source-MD5: 0a48d1a723d5338b246702ab1769e7bf
Patch: %{ni}.patch
ConfigureParams: --mandir=%p/share/man 
--with-python=%p/bin/python%type_raw[python] --without-crypto --disable-static 
--disable-dependency-tracking
CompileScript: 
  ./configure %c
  make -C python
  make -C python tests

InstallScript: 
  make -C python install DESTDIR=%d DOCS_DIR=%p/share/doc/%n 
EXAMPLE_DIR=%p/share/doc/%n/examples

DocFiles: AUTHORS COPYING ChangeLog Copyright FEATURES NEWS README
Description: Python bindings for libxslt library
DescPackaging: 
  Patch python module makefiles to use installed libxslt not locally-built

License: GPL/LGPL
Homepage: http://www.xmlsoft.org/XSLT/




---
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=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits