[cvs] dists/10.4/stable/main/finkinfo/sci singular-libfac.info, NONE, 1.1 singular-factory.info, 1.2, 1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28347

Modified Files:
singular-factory.info 
Added Files:
singular-libfac.info 
Log Message:
move to stable


--- NEW FILE: singular-libfac.info ---
Package: singular-libfac
Version: 2.05
Revision: 2
Architecture: powerpc
GCC: 3.3
BuildDepends: gmp (= 4.1.4-1), libmpfr1, singular-factory (= %v-%r), gcc3.3
BuildConflicts: broken-gcc
Depends: gmp-shlibs (= 4.1.4-1), libmpfr1-shlibs
Replaces: singular, singular-sta
BuildDependsOnly: true
Source: 
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/Singular-libfac-2-0-5.tar.gz
Source-MD5: 149cd0f1249388e58138a6b1de17dd7c
SourceDirectory: libfac
## Only changes w.r.t. previous %v are _ besides those in srcs and deps etc _ 
that
## 1) the patch is no longer relevant
## 2) the vars ac_cv_c_const and ac_cv_c_inline from the previous patchscript 
no longer appear in the build-dir
## 3) NDEBUG is automatically set to 1 in present setting.
## 4) the flags are set such as to coincide exactly with those in the 
corresponding build in singular.info
## 5) making sure that all flags referring to the build-dir come before any 
other (foolproofing).
NoSetLDFLAGS: true
NoSetCPPFLAGS: true
ConfigureParams: --with-NOSTREAMIO
CompileScript: 
#!/bin/sh -ev
 export CXXFLAGS=-mdynamic-no-pic -O3 -fschedule-insns -fschedule-insns2 
-fsched-interblock -fstrict-aliasing \
   -fregmove -freorder-blocks -floop-transpose --param max-gcse-passes=3 
-ffast-math -fno-exceptions -fno-rtti
 export CPATH=%p/include
 export CC=gcc-3.3; export CXX=g++-3.3
./configure %c
 make DEFS=-DHAVE_SINGULAR_ERROR

InstallScript: 
 make install prefix=%i
 ranlib %i/lib/libfac.a

DocFiles: 00README COPYING ChangeLog
License: GPL
Description: Library for factorization of polynomials over finite fields
DescPackaging: 
 This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
 ever updated to a more recent compiler, the group of packages macaulay2,
 ntl, singular-factory, and singular-libfac (and any packages which depend on
 any of them) must all be updated at the same time.

DescPort: 
 also tried SetCFLAGS -no-cpp-precomp and SetCXXFLAGS -O2

Homepage: http://www.singular.uni-kl.de/
Maintainer:  Dave Morrison [EMAIL PROTECTED]

Index: singular-factory.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/singular-factory.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- singular-factory.info   5 Sep 2006 04:43:00 -   1.2
+++ singular-factory.info   11 Mar 2007 17:17:17 -  1.3
@@ -1,21 +1,36 @@
 Package: singular-factory
-Version: 1.3b
-Revision: 18
+Version: 2.05
+Revision: 3
 Architecture: powerpc
 GCC: 3.3
-Depends: gmp-shlibs (= 4.1.4-1), libmpfr1-shlibs
+Depends: gmp-shlibs (= 4.1.2-11)
+#BuildDepends: gmp (= 4.1.4-1), libmpfr1, ntl (= 5.3.1-12), gcc3.3
 BuildDepends: gmp (= 4.1.4-1), libmpfr1, gcc3.3
 BuildConflicts: broken-gcc
-#Source: 
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/Singular-factory-2.0.1.tar.gz
-Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/factory-%v.20010625.tgz
-SourceRename: Singular-factory-2.0.1.tar.gz
-Source-MD5: 893adc69b64ea9b527651d3726be82b8
+Replaces: singular, singular-sta
+BuildDependsOnly: true
+Source: 
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/Singular-factory-2-0-5.tar.gz
+Source-MD5: ccb98926a93b0fc90711730790c56ac5
 SourceDirectory: factory
-Patch: %n.patch
-ConfigureParams: --disable-streamio
+## The exported flags are there to have exactly the same flags as in 
singular.info
+## _ for maintainability, and for comparison.
+## The PatchScript, and the other changes here except for dependency changes, 
is to make sure
+## all -I flags referring to the builddir come before any other (foolproofing).
+PatchScript: perl -pi.bak -e 's/\-I\$\(includedir\) //g' GNUmakefile.in
+NoSetLDFLAGS: true
+NoSetCPPFLAGS: true
+#ConfigureParams: --disable-streamio --with-NTL --with-gmp
+ConfigureParams: --disable-streamio --with-gmp
 CompileScript: 
-  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
-  make CC=gcc-3.3 CXX=g++-3.3
+#!/bin/sh -ev
+ export CFLAGS=-mdynamic-no-pic -O3 -fschedule-insns -fschedule-insns2 
-fsched-interblock -fstrict-aliasing \
+   -fregmove -freorder-blocks -floop-transpose --param max-gcse-passes=3 
-ffast-math
+ export CXXFLAGS=-mdynamic-no-pic -O3 -fschedule-insns -fschedule-insns2 
-fsched-interblock -fstrict-aliasing \
+   -fregmove -freorder-blocks -floop-transpose --param max-gcse-passes=3 
-ffast-math -fno-exceptions -fno-rtti
+ export CPATH=%p/include 
+ export CC=gcc-3.3 
+ export CXX=g++-3.3 
+ ./configure %c ; make
 
 DocFiles: COPYING ChangeLog INSTALL NEWS README
 License: GPL
@@ -23,13 +38,13 @@
 DescPackaging: 
  This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
  ever updated to a more recent compiler, the 

[cvs] dists/10.3/stable/main/finkinfo/net nmap.info,1.3,1.4

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv528

Modified Files:
nmap.info 
Log Message:
Make distcc friendly.

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/nmap.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nmap.info   2 Feb 2007 16:02:05 -   1.3
+++ nmap.info   11 Mar 2007 17:29:25 -  1.4
@@ -44,6 +44,8 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -Ilibdnet-stripped/include 
-Ilibpcre
 SetLDFLAGS: -L%p/lib/system-openssl/lib
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 ConfigureParams: 
--mandir='$(prefix)/share/man' \
--with-libpcap=%p \


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


[cvs] dists/10.3/unstable/main/finkinfo/net nmap.info,1.15,1.16

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv566

Modified Files:
nmap.info 
Log Message:
Make distcc friendly.

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/nmap.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- nmap.info   16 Jan 2007 00:58:31 -  1.15
+++ nmap.info   11 Mar 2007 17:29:58 -  1.16
@@ -44,6 +44,8 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -Ilibdnet-stripped/include 
-Ilibpcre
 SetLDFLAGS: -L%p/lib/system-openssl/lib
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 ConfigureParams: 
--mandir='$(prefix)/share/man' \
--with-libpcap=%p \


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


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

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv994

Modified Files:
nmap.info 
Log Message:
Make distcc friendly.

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/nmap.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nmap.info   16 Jan 2007 00:41:01 -  1.3
+++ nmap.info   11 Mar 2007 17:30:27 -  1.4
@@ -43,6 +43,8 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -Ilibdnet-stripped/include 
-Ilibpcre
 SetLDFLAGS: -L%p/lib/system-openssl/lib
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 ConfigureParams: 
--mandir='$(prefix)/share/man' \
--with-libpcap=%p \


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


[cvs] dists/10.4/stable/main/finkinfo/net nmap.info,1.3,1.4

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1424

Modified Files:
nmap.info 
Log Message:
Make distcc friendly.

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/nmap.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nmap.info   2 Feb 2007 16:01:36 -   1.3
+++ nmap.info   11 Mar 2007 17:31:13 -  1.4
@@ -43,6 +43,8 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -Ilibdnet-stripped/include 
-Ilibpcre
 SetLDFLAGS: -L%p/lib/system-openssl/lib
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 ConfigureParams: 
--mandir='$(prefix)/share/man' \
--with-libpcap=%p \


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


[cvs] dists/10.4/stable/main/finkinfo/kde kjsembed.info,1.1,1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5374

Modified Files:
kjsembed.info 
Log Message:
add missing builddepends


Index: kjsembed.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde/kjsembed.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kjsembed.info   18 Aug 2006 20:28:36 -  1.1
+++ kjsembed.info   11 Mar 2007 17:41:12 -  1.2
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: kdelibs3-unified-shlibs (= %v-1021)
-BuildDepends: arts-dev (= 1.5.3-1021), autoconf (= 2.59-3), 
cctools-single-module, expat, fink (= 0.24-1), freetype219, 
kdelibs3-unified-dev (= 3.5.3-1021), libart2, libiconv-dev, libidn, libpng3 
(= 1.2.5-4), pcre, pkgconfig, qt3 (= 3.3.6-1027), unsermake (= 
0.4-0.20060316.1), x11-dev
+BuildDepends: arts-dev (= 1.5.3-1021), autoconf (= 2.59-3), 
cctools-single-module, expat, fink (= 0.24-1), freetype219, 
kdelibs3-unified-dev (= 3.5.3-1021), libart2, libiconv-dev, libidn, libpng3 
(= 1.2.5-4), pcre, pkgconfig, qt3 (= 3.3.6-1027), unsermake (= 
0.4-0.20060316.1), x11-dev, libgettext3-dev, gettext-tools, libjpeg
 Recommends: kdebase3-ssl (= %v-1) | kdebase3 (= %v-1021)
 GCC: 4.0
 


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


[cvs] dists/10.4/stable/main/finkinfo/libs libgeda.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6956

Modified Files:
libgeda.info 
Log Message:
add missing builddepends


Index: libgeda.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libgeda.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgeda.info5 Oct 2006 02:48:43 -   1.2
+++ libgeda.info11 Mar 2007 17:45:14 -  1.3
@@ -6,7 +6,8 @@
 BuildDepends: 
   guile16 (= 1.6.7-1010), guile16-dev (= 1.6.7-1010), pkgconfig, gtk+2-dev,
   x11-dev, texi2html | tetex-base, libpng3, glib2-dev (= 2.6.6-),
-  pango1-xft2-dev, libgettext3-dev, libiconv, libiconv-dev
+  libgettext3-dev, libiconv, libiconv-dev,
+  atk1 (= 1.6.0-1), pango1-xft2-dev (= 1.8.0-1)
 
 BuildDependsOnly: True
 


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


[cvs] dists/10.4/stable/main/finkinfo/utils gkrellm2.info,1.4,1.5

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9935

Modified Files:
gkrellm2.info 
Log Message:
add missing builddepends


Index: gkrellm2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/gkrellm2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gkrellm2.info   4 Mar 2007 02:11:41 -   1.4
+++ gkrellm2.info   11 Mar 2007 17:52:20 -  1.5
@@ -12,7 +12,7 @@
 Source-MD5: 7f8662d7f5b6e59f499799b6655c4267
 Conflicts: gkrellm
 Depends: gtk+2-shlibs, glib2-shlibs (= 2.6.6-), imlib-shlibs,  
libwww-shlibs
-BuildDepends: gtk+2-dev, glib2 (= 2.6.6-), imlib, libwww, pkgconfig, 
atk1, gettext-dev, gettext-bin, gettext-tools, libiconv-dev, pango1-xft2-dev, 
x11-dev, gcc3.3
+BuildDepends: gtk+2-dev, glib2 (= 2.6.6-), imlib, libwww, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, gcc3.3, atk1 
(= 1.6.0-1), glib2-dev (= 2.6.6-), pango1-xft2-dev (= 1.8.0-1)
 SetCFLAGS: -DSYSTEM_PLUGINS_DIR=\%p/lib/%n/plugins\ 
-DSYSTEM_THEMES_DIR=\%p/lib/%n/themes\
 CompileScript: make darwin INSTALLROOT=%p CC=gcc-3.3 CXX=g++-3.3
 InstallScript: 


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


[cvs] dists/10.4/stable/main/finkinfo/gnome gtkspell2.info,1.4,1.5

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11170

Modified Files:
gtkspell2.info 
Log Message:
add missing builddepends


Index: gtkspell2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gtkspell2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gtkspell2.info  13 Jan 2007 22:59:34 -  1.4
+++ gtkspell2.info  11 Mar 2007 17:56:07 -  1.5
@@ -4,7 +4,7 @@
 Replaces: gtkspell
 Conflicts: gtkspell
 Depends: %N-shlibs (= %v-%r), aspell (= 0.50.5-1002), glib2 (= 2.6.6-), 
gtk+2 (= 2.2.4-1), libiconv, gettext
-BuildDepends: pkgconfig, aspell-dev (= 0.50.5-1002), glib2-dev (= 
2.6.6-), gtk+2-dev (= 2.2.4-1), pango1-xft2-dev (= 1.2.5-1), gettext-dev, 
gettext-bin, gettext-tools, libiconv-dev
+BuildDepends: pkgconfig, aspell-dev (= 0.50.5-1002), glib2-dev (= 
2.6.6-), gtk+2-dev (= 2.2.4-1), gettext-dev, gettext-bin, gettext-tools, 
libiconv-dev, atk1 (= 1.6.0-1), glib2-dev (= 2.6.6-), pango1-xft2-dev (= 
1.8.0-1)
 Source: http://gtkspell.sourceforge.net/download/gtkspell-%v.tar.gz
 Source-MD5: 4ded985b8eefdf9ac6fbf79cad69ccbd
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing


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


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

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19505

Modified Files:
gtksourceview.info 
Log Message:
add missing builddepends


Index: gtksourceview.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gtksourceview.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gtksourceview.info  13 Jan 2007 22:59:34 -  1.3
+++ gtksourceview.info  11 Mar 2007 18:16:07 -  1.4
@@ -2,7 +2,7 @@
 Version: 1.0.1
 Revision: 1007
 Depends: %N-shlibs (= %v-%r), atk1-shlibs (= 1.6.0-1), gettext, glib2 (= 
2.6.6-), gtk+2 (= 2.4.0-1), libart2-shlibs (= 2.3.16-1), libgnomeprint2.2 
(= 2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), pango1-xft2 (= 1.4.0-1), 
scrollkeeper (= 0.3.12-2)
-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), libgnomeprint2.2-dev (= 2.6.0-1), 
libgnomeprintui2.2-dev (= 2.6.0-1), libart2 (= 2.3.16-1), 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), gail17-dev (= 1.6.0-1), libgtkhtml2 
(= 2.6.0-1), libxslt, esound, pkgconfig, gettext-dev, gettext-bin, 
gettext-tools, libiconv-dev
+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), libgnomeprint2.2-dev (= 2.6.0-1), 
libgnomeprintui2.2-dev (= 2.6.0-1), libart2 (= 2.3.16-1), 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), gail17-dev (= 1.6.0-1), libgtkhtml2 
(= 2.6.0-1), libxslt, esound, pkgconfig, gettext-dev, gettext-bin, 
gettext-tools, libiconv-dev, intltool, popt
 Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.bz2
 Source-MD5: dccdc61d7626f2d222605f25fee41997
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing -fno-common


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


[cvs] dists/10.3/stable/main/finkinfo/graphics fontforge.info, 1.16, 1.17

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15268

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

Index: fontforge.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/fontforge.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fontforge.info  22 Dec 2006 01:40:43 -  1.16
+++ fontforge.info  11 Mar 2007 20:47:29 -  1.17
@@ -1,49 +1,92 @@
 Package: fontforge
-Version: 20061025
+Version: 20061220
 Revision: 1
 License: BSD
-Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
-Source-MD5: 5fcfa3497d237bf68d1d388254f78448
-SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20061014.tar.bz2
-Source2-MD5: c55c948e1475d2f772aba96704e4b779
-Source2ExtractDir: %n-%v/htdocs
-Depends: giflib-shlibs | libungif-shlibs, libpng3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libxml2-shlibs, libiconv, libuninameslist1-shlibs, x11, 
freetype219-shlibs, libgettext3-shlibs
-BuildDepends: giflib, libpng3, libtiff, libjpeg, libxml2, libiconv-dev, 
libuninameslist1, x11-dev, freetype219, libgettext3-dev, gettext-tools, fink 
(= 0.24.12)
-Recommends: autotrace-bin | potrace
-Conflicts: pfaedit
-Replaces: pfaedit
-DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
 Description: Outline font editor
 DescDetail: 
-  An outline font editor that lets you create your own postscript,
-  truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
-  fonts, or edit existing ones. Also lets you convert one format to
-  another. FontForge has support for many Macintosh font formats.
-  
-  This program was formerly called PfaEdit.
+   An outline font editor that lets you create your own postscript,
+   truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
+   fonts, or edit existing ones. Also lets you convert one format to
+   another. FontForge has support for many Macintosh font formats.
+   
+   This program was formerly called PfaEdit.
 
 DescUsage: Will use autotrace or potrace to trace bitmaps if available.
 DescPort: 
-  Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
-  Had to remove setting of DYLD_LIBRARY_PATH in start.c.
-  Caused ImageIO problems. Yuck.
+   Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
+   Had to remove setting of DYLD_LIBRARY_PATH in start.c.
+   Caused ImageIO problems. Yuck.
 
 Homepage: http://fontforge.sourceforge.net/
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
+
+Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
+Source-MD5: 0f2354b885676fc8092a74aa9b9cb662
+SourceDirectory: %n-%v
+Source2: mirror:sourceforge:%n/%n_htdocs-%v.tar.bz2
+Source2-MD5: 0f7b90adb0faf4b2e353ad5df9200b88
+Source2ExtractDir: %n-%v/htdocs
+
+Depends: 
+   freetype219-shlibs,
+   giflib-shlibs | libungif-shlibs,
+   libgettext3-shlibs,
+   libiconv,
+   libjpeg-shlibs,
+   libpng3-shlibs,
+   libtiff-shlibs,
+   libuninameslist1-shlibs,
+   libxml2-shlibs,
+   x11
+
+BuildDepends: 
+   fink (= 0.24.12),
+   freetype219,
+   gettext-tools,
+   giflib,
+   libgettext3-dev,
+   libiconv-dev,
+   libjpeg,
+   libpng3,
+   libtiff,
+   libuninameslist1,
+   libxml2,
+   x11-dev
+
+Recommends: autotrace-bin | potrace
+Conflicts: pfaedit
+Replaces: pfaedit
+
+DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
+
 PatchFile: %n.patch
 PatchFile-MD5: 470c06296e77a8fd29268e193ab78ca8
+
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
 SetCFLAGS: -I%p/include/libxml2
 SetLIBRARY_PATH: %p/lib/freetype219/lib:/usr/X11R6/lib:%p/lib
-ConfigureParams: --mandir='${prefix}/share/man' --with-x --with-regular-link 
--enable-shared=no --enable-static=yes
-CompileScript: export CPATH=%p/lib/freetype219/include:%p/include; export 
PATH=%p/lib/freetype219/bin:$PATH; ./configure %c; make STATIC_LIBS=-L%p/lib 
-L%p/lib/freetype219/lib -lgif -lpng -lz -ltiff -ljpeg -lxml2 -luninameslist 
-lfreetype -lintl
+ConfigureParams: 
+   --mandir='${prefix}/share/man'\
+   --with-x\
+   --with-regular-link\
+   --enable-shared=no\
+   --enable-static=yes
+
+CompileScript: 
+   #!/bin/bash -ev
+   
+   export CPATH=%p/lib/freetype219/include:%p/include
+   export PATH=%p/lib/freetype219/bin:$PATH
+   
+   ./configure %c
+   make STATIC_LIBS=-L%p/lib -L%p/lib/freetype219/lib -lgif -lpng -lz 
-ltiff -ljpeg -lxml2 -luninameslist -lfreetype -lintl
+
 InstallScript: 
-  /bin/mkdir cidmap
-  tar -xz -C cidmap -f htdocs/cidmaps.tgz
-  make install prefix=%i
-  /bin/rm -R %i/lib
+   /bin/mkdir cidmap
+   tar -xz -C cidmap -f htdocs/cidmaps.tgz
+   make install prefix=%i
+   /bin/rm -R %i/lib
 



[cvs] dists/10.4/stable/main/finkinfo/graphics fontforge.info, 1.4, 1.5

2007-03-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15313

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

Index: fontforge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/fontforge.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fontforge.info  22 Dec 2006 01:40:10 -  1.4
+++ fontforge.info  11 Mar 2007 20:47:57 -  1.5
@@ -1,49 +1,92 @@
 Package: fontforge
-Version: 20061025
+Version: 20061220
 Revision: 1
 License: BSD
-Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
-Source-MD5: 5fcfa3497d237bf68d1d388254f78448
-SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20061014.tar.bz2
-Source2-MD5: c55c948e1475d2f772aba96704e4b779
-Source2ExtractDir: %n-%v/htdocs
-Depends: giflib-shlibs | libungif-shlibs, libpng3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libxml2-shlibs, libiconv, libuninameslist1-shlibs, x11, 
freetype219-shlibs, libgettext3-shlibs
-BuildDepends: giflib, libpng3, libtiff, libjpeg, libxml2, libiconv-dev, 
libuninameslist1, x11-dev, freetype219, libgettext3-dev, gettext-tools, fink 
(= 0.24.12)
-Recommends: autotrace-bin | potrace
-Conflicts: pfaedit
-Replaces: pfaedit
-DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
 Description: Outline font editor
 DescDetail: 
-  An outline font editor that lets you create your own postscript,
-  truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
-  fonts, or edit existing ones. Also lets you convert one format to
-  another. FontForge has support for many Macintosh font formats.
-  
-  This program was formerly called PfaEdit.
+   An outline font editor that lets you create your own postscript,
+   truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
+   fonts, or edit existing ones. Also lets you convert one format to
+   another. FontForge has support for many Macintosh font formats.
+   
+   This program was formerly called PfaEdit.
 
 DescUsage: Will use autotrace or potrace to trace bitmaps if available.
 DescPort: 
-  Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
-  Had to remove setting of DYLD_LIBRARY_PATH in start.c.
-  Caused ImageIO problems. Yuck.
+   Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
+   Had to remove setting of DYLD_LIBRARY_PATH in start.c.
+   Caused ImageIO problems. Yuck.
 
 Homepage: http://fontforge.sourceforge.net/
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
+
+Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
+Source-MD5: 0f2354b885676fc8092a74aa9b9cb662
+SourceDirectory: %n-%v
+Source2: mirror:sourceforge:%n/%n_htdocs-%v.tar.bz2
+Source2-MD5: 0f7b90adb0faf4b2e353ad5df9200b88
+Source2ExtractDir: %n-%v/htdocs
+
+Depends: 
+   freetype219-shlibs,
+   giflib-shlibs | libungif-shlibs,
+   libgettext3-shlibs,
+   libiconv,
+   libjpeg-shlibs,
+   libpng3-shlibs,
+   libtiff-shlibs,
+   libuninameslist1-shlibs,
+   libxml2-shlibs,
+   x11
+
+BuildDepends: 
+   fink (= 0.24.12),
+   freetype219,
+   gettext-tools,
+   giflib,
+   libgettext3-dev,
+   libiconv-dev,
+   libjpeg,
+   libpng3,
+   libtiff,
+   libuninameslist1,
+   libxml2,
+   x11-dev
+
+Recommends: autotrace-bin | potrace
+Conflicts: pfaedit
+Replaces: pfaedit
+
+DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
+
 PatchFile: %n.patch
 PatchFile-MD5: 470c06296e77a8fd29268e193ab78ca8
+
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
 SetCFLAGS: -I%p/include/libxml2
 SetLIBRARY_PATH: %p/lib/freetype219/lib:/usr/X11R6/lib:%p/lib
-ConfigureParams: --mandir='${prefix}/share/man' --with-x --with-regular-link 
--enable-shared=no --enable-static=yes
-CompileScript: export CPATH=%p/lib/freetype219/include:%p/include; export 
PATH=%p/lib/freetype219/bin:$PATH; ./configure %c; make STATIC_LIBS=-L%p/lib 
-L%p/lib/freetype219/lib -lgif -lpng -lz -ltiff -ljpeg -lxml2 -luninameslist 
-lfreetype -lintl
+ConfigureParams: 
+   --mandir='${prefix}/share/man'\
+   --with-x\
+   --with-regular-link\
+   --enable-shared=no\
+   --enable-static=yes
+
+CompileScript: 
+   #!/bin/bash -ev
+   
+   export CPATH=%p/lib/freetype219/include:%p/include
+   export PATH=%p/lib/freetype219/bin:$PATH
+   
+   ./configure %c
+   make STATIC_LIBS=-L%p/lib -L%p/lib/freetype219/lib -lgif -lpng -lz 
-ltiff -ljpeg -lxml2 -luninameslist -lfreetype -lintl
+
 InstallScript: 
-  /bin/mkdir cidmap
-  tar -xz -C cidmap -f htdocs/cidmaps.tgz
-  make install prefix=%i
-  /bin/rm -R %i/lib
+   /bin/mkdir cidmap
+   tar -xz -C cidmap -f htdocs/cidmaps.tgz
+   make install prefix=%i
+   /bin/rm -R %i/lib
 



[cvs] dists/10.4/unstable/main/finkinfo/gnome totem.info, NONE, 1.4.2.2 gnome-icon-theme.info, 1.5.2.3, 1.5.2.4 rhythmbox.info, 1.5.2.17, 1.5.2.18

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25362/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
gnome-icon-theme.info rhythmbox.info 
Added Files:
  Tag: pangocairo-branch
totem.info 
Log Message:
rhythmbox needs totem

Index: rhythmbox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/rhythmbox.info,v
retrieving revision 1.5.2.17
retrieving revision 1.5.2.18
diff -u -d -r1.5.2.17 -r1.5.2.18
--- rhythmbox.info  3 Mar 2007 21:43:24 -   1.5.2.17
+++ rhythmbox.info  11 Mar 2007 21:12:58 -  1.5.2.18
@@ -32,6 +32,7 @@
pango1-xft2-ft219 (= 1.16.0-1),
popt-shlibs,
scrollkeeper (= 0.3.12-2),
+   totem (= 2.18.0-1),
x11
 
 BuildDepends: 
@@ -79,6 +80,7 @@
pango1-xft2-ft219-dev (= 1.16.0-1),
pkgconfig (= 0.21-1),
popt,
+   totem-dev (= 2.18.0-1),
x11-dev,
xft2-dev
 

--- NEW FILE: totem.info ---
Package: totem
Version: 2.18.0
Revision: 1
GCC: 4.0
Depends: 
%N-shlibs (= %v-%r),
control-center (= 2.17.92-1),
gnome-icon-theme (= 2.17.91-1)

BuildDepends: 
atk1 (= 1.17.0-1),
audiofile (= 0.2.5-1),
bzip2-dev,
cairo (= 1.2-1),
control-center2-dev (= 2.17.92-1),
dbus-dev (= 1.0-1),
eel2.2-dev (= 2.17.90-1),
esound (= 0.2.34-1),
expat1,
fink (= 0.24.8-1),
fontconfig2-dev (= 2.3.2-13),
freetype219 (= 2.3.1-1),
gail18-dev,
gconf2-dev (= 2.16.1-1),
gettext-bin,
gettext-tools,
glib2-dev (= 2.12.0-1),
glitz,
gnome-applets (= 2.17.90-1),
gnome-desktop4-dev (= 2.17.92-1),
gnome-doc-utils (= 0.9.2-1),
gnome-icon-theme (= 2.17.91-1),
gnome-keyring-dev (= 0.7.92-1),
gnome-menus2-dev (= 2.17.92),
gnome-vfs2-unified-dev (= 1:2.17.91-1),
gst-plugins-base-0.10-dev (= 0.10.7-1),
gstreamer-0.10-dev (= 0.10.6-1),
gtk+2-dev (= 2.10.0-1),
gtk-doc (= 1.2-1),
intltool (= 0.35.5-1),
libart2 (= 2.3.16-1),
libbonobo2-dev (= 2.17.92-1),
libbonoboui2-dev (= 2.17.94-1),
libcroco3,
libexif-dev,
libgettext3-dev,
libglade2 (= 2.6.0-3),
libgnome2-dev (= 2.17.92-1),
libgnomecanvas2-dev (= 2.14.0-1),
libgnomekbd2-dev (= 2.17.0-1),
libgnomeui2-dev (= 2.17.92-1),
libgsf-dev,
libhowl-dev,
libiconv-dev,
libidl2,
libjpeg,
libnautilus-ext1-dev (= 2.17.92-1),
libpng3 (= 1.2.5-4),
librsvg2 (= 2.8.1-1),
libtiff,
libxklavier11,
libxml2 (= 2.6.7-1),
libxslt,
metacity-dev (= 2.17.8-1),
orbit2-dev (= 2.14.7-2),
pango1-xft2-ft219-dev (= 1.16.0-1),
pkgconfig (= 0.21-1),
popt,
startup-notification-dev (= 0.8-1),
system-openssl-dev,
x11-dev,
xft2-dev

Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
Source-MD5: 1a3bfeaac6297b259967f5d79896b0e7
PatchScript: perl -ni -e 'print unless /scrollkeeper-update/' help/*/Makefile.in
SetCFLAGS: -Os
ConfigureParams: --enable-nautilus --disable-browser-plugins --disable-lirc 
--disable-xine --disable-schemas-install --disable-scrollkeeper 
--libexecdir=%p/lib/%n --mandir=%p/share/man --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
InstallScript: make -j1 install DESTDIR=%d
PostInstScript: 
if [ configure = $1 ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for s in totem-handlers totem-video-thumbnail totem; do
gconftool-2 --makefile-install-rule 
%p/etc/gconf/schemas/$s.schemas /dev/null
done
fi
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q || :

PostRmScript: 
if [ upgrade != $1 ]; then
scrollkeeper-update
fi
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q || :

SplitOff: 
Package: %N-shlibs
Description: Shared libraries for totem
Depends: 
control-center2-shlibs (= 2.17.92-1),
libnautilus-ext1-shlibs (= 2.17.92-1)

Files: lib/libtotem-plparser.1*.dylib lib/nautilus/extensions-1.0/*.so 
share/locale
Shlibs: 
%p/lib/libtotem-plparser.1.dylib 7.0.0 %n (= 2.18.0-1)


SplitOff2: 
Package: %N-dev
Description: Development headers and libraries for totem
BuildDependsOnly: true
Depends: %N (= %v-%r)
Files: 

[svn] commit: r716 - in /trunk/experimental: 10.3/main/finkinfo/kde/kdevelop.patch 10.4/main/finkinfo/kde/kdevelop.patch common/main/finkinfo/kde/kdevelop.patch

2007-03-11 Thread ranger
Author: ranger
Date: Sun Mar 11 22:08:51 2007
New Revision: 716

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

Modified:
trunk/experimental/10.3/main/finkinfo/kde/kdevelop.patch
trunk/experimental/10.4/main/finkinfo/kde/kdevelop.patch
trunk/experimental/common/main/finkinfo/kde/kdevelop.patch

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/experimental/10.3/main/finkinfo/kde/kdevelop.patch
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/kde/kdevelop.patchrev=716repname=user%3a+ranger

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdevelop.patch
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdevelop.patchrev=716repname=user%3a+ranger

Modified: trunk/experimental/common/main/finkinfo/kde/kdevelop.patch
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdevelop.patchrev=716repname=user%3a+ranger


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


[cvs] dists/10.4/unstable/crypto/finkinfo epiphany.info, 1.3.2.21, 1.3.2.22

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

Modified Files:
  Tag: pangocairo-branch
epiphany.info 
Log Message:
new upstreams

Index: epiphany.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/epiphany.info,v
retrieving revision 1.3.2.21
retrieving revision 1.3.2.22
diff -u -d -r1.3.2.21 -r1.3.2.22
--- epiphany.info   3 Mar 2007 21:43:24 -   1.3.2.21
+++ epiphany.info   11 Mar 2007 21:45:15 -  1.3.2.22
@@ -1,6 +1,6 @@
 Package: epiphany
 
-Version: 2.16.2
+Version: 2.18.0
 Revision: 1001
 
 Depends: 
@@ -86,8 +86,8 @@
xft2-dev
 
 Recommends: yelp, gedit
-Source: mirror:gnome:sources/%n/2.16/%n-%v.tar.bz2
-Source-MD5: 6d4ca4c3c1fb52b432ad3f5006866b6b
+Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
+Source-MD5: 3ac47fcf7e9875885c3f4d53dac24b7c
 
 Patch: %n.patch
 


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


[cvs] dists/10.4/unstable/main/finkinfo/gnome eog.info, 1.6.2.20, 1.6.2.21 gedit.info, 1.6.2.27, 1.6.2.28 gnome-utils.info, 1.4.2.19, 1.4.2.20 gtksourceview.info, 1.5.2.18, 1.5.2.19 zenity.info, 1.6.2

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5839/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
eog.info gedit.info gnome-utils.info gtksourceview.info 
zenity.info 
Log Message:
new upstreams

Index: zenity.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/zenity.info,v
retrieving revision 1.6.2.16
retrieving revision 1.6.2.17
diff -u -d -r1.6.2.16 -r1.6.2.17
--- zenity.info 2 Mar 2007 19:41:59 -   1.6.2.16
+++ zenity.info 11 Mar 2007 21:45:16 -  1.6.2.17
@@ -1,5 +1,5 @@
 Package: zenity
-Version: 2.17.92
+Version: 2.18.0
 Revision: 1
 Depends: 
atk1-shlibs (= 1.17.0-1),
@@ -57,8 +57,8 @@
x11-dev,
xft2-dev
 
-Source: mirror:gnome:sources/%n/2.17/%n-%v.tar.bz2
-Source-MD5: 882cd7b2bce1d8522105a61a1a832940
+Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
+Source-MD5: f1a69577b9802b4031f53ff1bdd4989c
 SetCFLAGS: -Os
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-dependency-tracking --disable-scrollkeeper 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 CompileScript: 

Index: eog.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/eog.info,v
retrieving revision 1.6.2.20
retrieving revision 1.6.2.21
diff -u -d -r1.6.2.20 -r1.6.2.21
--- eog.info4 Mar 2007 05:45:35 -   1.6.2.20
+++ eog.info11 Mar 2007 21:45:16 -  1.6.2.21
@@ -1,6 +1,6 @@
 Package: eog
 
-Version: 2.17.92
+Version: 2.18.0
 Revision: 1001
 
 Depends: 
@@ -76,8 +76,8 @@
x11-dev,
xft2-dev
 
-Source: mirror:gnome:sources/%n/2.17/%n-%v.tar.bz2
-Source-MD5: 73c4b58dfe453f2920272bf85f4e39ee
+Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
+Source-MD5: f1d205d0a0e00a473f160e183dd5d241
 Patch: %n.patch
 SetCFLAGS: -Os
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-dependency-tracking --disable-scrollkeeper --disable-schemas-install 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config

Index: gtksourceview.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtksourceview.info,v
retrieving revision 1.5.2.18
retrieving revision 1.5.2.19
diff -u -d -r1.5.2.18 -r1.5.2.19
--- gtksourceview.info  2 Mar 2007 19:41:54 -   1.5.2.18
+++ gtksourceview.info  11 Mar 2007 21:45:16 -  1.5.2.19
@@ -1,5 +1,5 @@
 Package: gtksourceview
-Version: 1.8.4
+Version: 1.8.5
 Revision: 1
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
@@ -42,7 +42,7 @@
xft2-dev
 
 Source: mirror:gnome:sources/%n/1.8/%n-%v.tar.bz2
-Source-MD5: e64875a527e41f5edf4dd9f254e19507
+Source-MD5: de67df2944c1cccbc2d0b4a738e11050
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 
-I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include -I%p/include
 NoSetLDFLAGS: true

Index: gedit.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gedit.info,v
retrieving revision 1.6.2.27
retrieving revision 1.6.2.28
diff -u -d -r1.6.2.27 -r1.6.2.28
--- gedit.info  5 Mar 2007 01:25:39 -   1.6.2.27
+++ gedit.info  11 Mar 2007 21:45:16 -  1.6.2.28
@@ -1,5 +1,5 @@
 Package: gedit
-Version: 2.17.6
+Version: 2.18.0
 Revision: 1001
 Depends: 
atk1-shlibs (= 1.17.0-1),
@@ -81,8 +81,8 @@
x11-dev,
xft2-dev
 
-Source: mirror:gnome:sources/%n/2.17/%n-%v.tar.bz2
-Source-MD5: 60a679977a073398aa5470a85cab752b
+Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
+Source-MD5: faf35c2a934aff2a37a58f56c9f11e15
 SetLIBS: -L%p/lib
 ConfigureParams: --disable-scrollkeeper --disable-schemas-install 
--mandir=%p/share/man --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 CompileScript: 

Index: gnome-utils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-utils.info,v
retrieving revision 1.4.2.19
retrieving revision 1.4.2.20
diff -u -d -r1.4.2.19 -r1.4.2.20
--- gnome-utils.info4 Mar 2007 19:53:37 -   1.4.2.19
+++ gnome-utils.info11 Mar 2007 21:45:16 -  1.4.2.20
@@ -1,5 +1,5 @@
 Package: gnome-utils
-Version: 2.17.92
+Version: 2.18.0
 Revision: 1001
 

[cvs] web/pdb package.php,1.43.2.21,1.43.2.22

2007-03-11 Thread Christian Schaffner
Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5908

Modified Files:
  Tag: redesign_pdb
package.php 
Log Message:
Let a colon end an url


Index: package.php
===
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.43.2.21
retrieving revision 1.43.2.22
diff -u -d -r1.43.2.21 -r1.43.2.22
--- package.php 18 Feb 2007 19:17:47 -  1.43.2.21
+++ package.php 11 Mar 2007 21:46:01 -  1.43.2.22
@@ -117,7 +117,7 @@
$text = htmlentities($text);
if ($text) {
  # Try to detect urls
- $text = preg_replace('/http:\/\/[^ ]+/', 'a href=${0}${0}/a', 
$text);
+ $text = preg_replace('/http:\/\/[^ :]+/', 'a href=${0}${0}/a', 
$text);
  $text = 'div class=desc' . $text . '/div';
  if ($label)
it_item($label, '');


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


[cvs] dists/10.4/unstable/crypto/finkinfo gtk-sharp-monodoc.info, 1.8.2.23, 1.8.2.24 gtk-sharp.info, 1.9.2.22, 1.9.2.23 gtk-sharp2.info, 1.7.2.23, 1.7.2.24

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

Modified Files:
  Tag: pangocairo-branch
gtk-sharp-monodoc.info gtk-sharp.info gtk-sharp2.info 
Log Message:
more dep fixes

Index: gtk-sharp2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gtk-sharp2.info,v
retrieving revision 1.7.2.23
retrieving revision 1.7.2.24
diff -u -d -r1.7.2.23 -r1.7.2.24
--- gtk-sharp2.info 2 Mar 2007 19:41:51 -   1.7.2.23
+++ gtk-sharp2.info 11 Mar 2007 22:57:21 -  1.7.2.24
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: atk1-shlibs (= 1.17.0-1), freetype219-shlibs (= 2.3.1-1), 
gconf2-shlibs (= 2.16.1-1), gdk-pixbuf-shlibs, libgettext3-shlibs, 
glib2-shlibs (= 2.12.0-1), gnome-panel-shlibs (= 2.17.92-1), 
gnome-vfs2-unified-shlibs (= 1:2.17.91-1), gtk+2-shlibs (= 2.10.0-1), 
gtkhtml3.8.15-shlibs, libart2-shlibs (= 2.3.16-1), libbonobo2-shlibs (= 
2.17.92-1), libbonoboui2-shlibs (= 2.17.94-1), libcroco3-shlibs, 
libglade2-shlibs (= 2.6.0-3), libgnome2-shlibs (= 2.17.92-1), 
libgnomecanvas2-shlibs (= 2.14.0-1), libgnomeprint2.2-shlibs (= 2.12.1-1), 
libgnomeui2-shlibs (= 2.17.92-1), libiconv, libxml2-shlibs, mono (= 
1.1.16-1), orbit2-shlibs (= 2.14.7-2), pango1-xft2-ft219-shlibs (= 1.16.0-1), 
popt-shlibs, vte9-shlibs (= 0.15.6-1)
-BuildDepends: atk1 (= 1.17.0-1), audiofile, expat1, libpng3, cairo (= 
1.2-1), glitz, dbus-dev (= 1.0-1), esound, fontconfig2-dev (= 2.3.2-13), 
freetype219 (= 2.3.1-1), gconf2-dev (= 2.16.1-1), gdk-pixbuf, glib2-dev (= 
2.12.0-1), gnome-keyring-dev (= 0.7.92-1), gnome-panel-dev (= 2.17.92-1), 
gnome-vfs2-unified-dev (= 1:2.17.91-1), gtk+2-dev (= 2.10.0-1), 
gtkhtml3.8.15-dev, libart2 (= 2.3.16-1), libbonobo2 (= 2.17.92-1), 
libbonobo2-dev (= 2.17.92-1), libbonoboui2 (= 2.17.94-1), libbonoboui2-dev 
(= 2.17.94-1), libcroco3, libgettext3-dev, libgda, libgda-dev, libglade2 (= 
2.6.0-3), libgnome2-dev (= 2.17.92-1), libgnome2 (= 2.17.92-1), 
libgnomecanvas2 (= 2.14.0-1), libgnomecanvas2-dev (= 2.14.0-1), libgnomedb, 
libgnomedb-dev, libgnomeprint2.2-dev (= 2.12.1-1), libgnomeprintui2.2-dev (= 
2.12.1-1), libgnomeui2 (= 2.17.92-1), libgnomeui2-dev (= 2.17.92-1), libgsf, 
libgsf-dev, libhowl-dev, libidl2 (= 0.8.5-1001), libjpeg, librsvg2 (= 
2.0.1-1), mono-dev (= 1
 .1.14-1021), orbit2-dev (= 2.14.7-2), pango1-xft2-ft219-dev (= 1.16.0-1), 
pkgconfig (= 0.21-1), popt, vte-dev (= 0.15.6-1), x11-dev, xft2-dev
+BuildDepends: atk1 (= 1.17.0-1), audiofile, expat1, libpng3, cairo (= 
1.2-1), glitz, dbus-dev (= 1.0-1), esound, fontconfig2-dev (= 2.3.2-13), 
freetype219 (= 2.3.1-1), gconf2-dev (= 2.16.1-1), gdk-pixbuf, glib2-dev (= 
2.12.0-1), gnome-keyring-dev (= 0.7.92-1), gnome-panel-dev (= 2.17.92-1), 
gnome-vfs2-unified-dev (= 1:2.17.91-1), gtk+2-dev (= 2.10.0-1), 
gtkhtml3.8.15-dev, libart2 (= 2.3.16-1), libbonobo2 (= 2.17.92-1), 
libbonobo2-dev (= 2.17.92-1), libbonoboui2 (= 2.17.94-1), libbonoboui2-dev 
(= 2.17.94-1), libcroco3, libgettext3-dev, libgda, libgda3-dev, libglade2 (= 
2.6.0-3), libgnome2-dev (= 2.17.92-1), libgnome2 (= 2.17.92-1), 
libgnomecanvas2 (= 2.14.0-1), libgnomecanvas2-dev (= 2.14.0-1), libgnomedb, 
libgnomedb-dev, libgnomeprint2.2-dev (= 2.12.1-1), libgnomeprintui2.2-dev (= 
2.12.1-1), libgnomeui2 (= 2.17.92-1), libgnomeui2-dev (= 2.17.92-1), libgsf, 
libgsf-dev, libhowl-dev, libidl2 (= 0.8.5-1001), libjpeg, librsvg2 (= 
2.0.1-1), mono-dev (= 
 1.1.14-1021), orbit2-dev (= 2.14.7-2), pango1-xft2-ft219-dev (= 1.16.0-1), 
pkgconfig (= 0.21-1), popt, vte-dev (= 0.15.6-1), x11-dev, xft2-dev
 
 Source: http://go-mono.com/sources/gtk-sharp-2.0/gtk-sharp-%v.tar.gz
 Source-MD5: 0d887aaed6eead0dd852518ebc7879f3

Index: gtk-sharp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gtk-sharp.info,v
retrieving revision 1.9.2.22
retrieving revision 1.9.2.23
diff -u -d -r1.9.2.22 -r1.9.2.23
--- gtk-sharp.info  2 Mar 2007 19:41:51 -   1.9.2.22
+++ gtk-sharp.info  11 Mar 2007 22:57:21 -  1.9.2.23
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: atk1-shlibs (= 1.17.0-1), freetype219-shlibs (= 2.3.1-1), 
gconf2-shlibs (= 2.16.1-1), gdk-pixbuf-shlibs, libgettext3-shlibs, 
glib2-shlibs (= 2.12.0-1), gnome-vfs2-unified-shlibs (= 1:2.17.91-1), 
gtk+2-shlibs (= 2.10.0-1), gtkhtml3.8.15-shlibs, libart2-shlibs, 
libbonobo2-shlibs (= 2.17.92-1), libbonoboui2-shlibs (= 2.17.94-1), 
libcroco3-shlibs, libglade2-shlibs (= 2.6.0-3), libgnome2-shlibs (= 
2.17.92-1), libgnomecanvas2-shlibs (= 2.14.0-1), libgnomeprint2.2-shlibs (= 
2.12.1-1), libgnomeprintui2.2-shlibs (= 2.12.1-1), libgnomeui2-shlibs (= 
2.17.92-1), libiconv, libxml2-shlibs, mono (= 1.1.16-1), orbit2-shlibs (= 
2.14.7-2), pango1-xft2-ft219-shlibs (= 1.16.0-1), popt-shlibs, vte9-shlibs (= 
0.15.6-1)

[cvs] experimental/dmrrsn/10.3 - New directory

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/experimental/dmrrsn/10.3
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13613/10.3

Log Message:
Directory /cvsroot/fink/experimental/dmrrsn/10.3 added to the repository



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


[cvs] experimental/dmrrsn/10.3 dpkg.info, NONE, 1.1 dpkg.patch, NONE, 1.1

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/experimental/dmrrsn/10.3
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14772

Added Files:
dpkg.info dpkg.patch 
Log Message:
experimental version for 10.3


--- NEW FILE: dpkg.patch ---
diff -ruN dpkg-1.10.21/include/parsedump.h 
dpkg-1.10.21-patched/include/parsedump.h
--- dpkg-1.10.21/include/parsedump.h2002-05-06 12:18:16.0 -0400
+++ dpkg-1.10.21-patched/include/parsedump.h2005-06-09 20:47:46.0 
-0400
@@ -30,7 +30,6 @@
   const char *canon;
 };
 
-extern const struct fieldinfo fieldinfos[];
 extern const struct nickname nicknames[];
 extern const int nfields; /* = elements in fieldinfos, including the sentinels 
*/
 
@@ -68,6 +67,8 @@
   unsigned int integer;
 };
 
+extern const struct fieldinfo fieldinfos[];
+
 void parseerr(FILE *file, const char *filename, int lno, FILE *warnto, int 
*warncount,
   const struct pkginfo *pigp, int warnonly,
[...2513 lines suppressed...]
 if (chdir(directory)) ohshite(_(failed to chdir to `%.255s'),directory);
-execlp(TAR,tar,-cf, -, -T, -, --null, --no-recursion, 
(char*)0);
+execlp(TAR,tar,-cf, -, --null, -T, -, --no-recursion, 
(char*)0);
 ohshite(_(failed to exec tar -cf));
   }
   close(p1[0]);
diff -Naur dpkg-1.10.21/lib/mlib.c dpkg-new/lib/mlib.c
--- dpkg-1.10.21/lib/mlib.c 2007-03-10 12:20:35.0 -0500
+++ dpkg-new/lib/mlib.c 2007-03-10 15:13:48.0 -0500
@@ -110,7 +110,9 @@
   if (WIFEXITED(status)) {
 n= WEXITSTATUS(status); if (!n) return n;
 if(!(flags  PROCNOERR)) {
-  if(flags  PROCWARN)
+  /* FINK LOCAL: Tar status 1 is a warning. */
+  if((flags  PROCWARN) || (n == 1  strncmp(description, tar, 3) == 0))
+  /* FINK LOCAL */
 fprintf(stderr, _(dpkg: warning - %s returned error exit status 
%d\n),description,n);
   else
 ohshit(_(subprocess %s returned error exit status %d),description,n);

--- NEW FILE: dpkg.info ---
Package: dpkg
Version: 1.10.21
Revision: 223
GCC: 3.3
BuildDepends: fink (= 0.24.12)
Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs (= 
5.4-20041023-6)
Essential: yes
Maintainer: Fink Core Group [EMAIL PROTECTED]
Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
SourceDirectory: dpkg-%v
Source-MD5: a9f6c43891db74d727beab7dfc0ee663
Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
PatchFile: %n.patch
PatchFile-MD5: 78b236715ad6391f708a5776f43a65bf
PatchScript: 
 cd %b/..; sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p0
 cd %b/../gettext-0.14.5/build-aux; perl -pi -e 's/.*chmod.*777.*$//g' ltmain.sh

SetCFLAGS: -no-cpp-precomp -I%p/include
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: 
 if [ $UID -ne 0 ]; then echo dpkg cannot be built with --build-as-nobody; 
exit 1; fi

 %p/bin/fink -y install gettext-bin libgettext3-dev libiconv-dev libncurses5
 cd %b/../gettext-0.14.5/gettext-tools; env EMACS=no ./configure 
--prefix=%b/../_inst%p --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-included-gettext --disable-csharp 
--disable-rpath --disable-shared; make; rm -rf %b/../_inst; make install
 PERL=/usr/bin/perl ac_cv_path_MSGFMT=%b/../_inst%p/bin/msgfmt 
ac_cv_path_XGETTEXT=%b/../_inst%p/bin/xgettext ./configure 
--build=%m-apple-darwin %c
 make

ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b
InstallScript: 
 mkdir -p %i/share/doc/dpkg
 make install DESTDIR=%d
 install -c -p -m 644 origin.fink %i/etc/dpkg/origins/fink
 rm -rf %i/lib/dpkg/methods/*

Description: The Debian package manager
DescDetail: 
dpkg installs and removes binary packages; it is the base of the
distribution. This package also contains some helper programs and
dselect, a full-screen console frontend to dpkg.

DescPackaging: 
 With the current fink dependency engine, essential packages may neither
 depend nor builddepend on non-essential packages.  Thus, to make sure
 that non-essential splitoffs of essential packages (like gettext-bin
 and *-dev) are present at build time, we call 'fink install' during
 the compile script.  Note that since the corresponding essential packages
 are dependencies of this one, they should already have been built, so
 'fink install' should merely make sure they are in place.

 We now build gettext-tools during the build of dpkg, but don't install it;
 it is built only so that msgfmt and xgettext are available during the
 dpkg build.  The only alternative would be to make gettext-tools an essential
 pakcages, since essential packages cannot depend or builddepend on
 non-essential packages. Only build this gettext static, since don't need the
 actual libs themselves.

DescPort: 
1.10.9 
- Removed --without-zlib flag
- Gets confused about top_srcdir without the --srcdir arg.
- Fixed bug with BR manpage
- Patched update-rc.d out of the app check code, not needed on OS X.

Pre-Jaguar: Needed fixes 

[cvs] dists/10.4/stable/main/finkinfo/utils acct.info,1.1,1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21085

Modified Files:
acct.info 
Log Message:
validation fix


Index: acct.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/acct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- acct.info   27 Jan 2006 17:15:35 -  1.1
+++ acct.info   11 Mar 2007 23:49:33 -  1.2
@@ -1,6 +1,6 @@
 Package: acct  
 Version: 6.3.5 
-Revision: 3
+Revision: 4
 Source: mirror:debian:pool/main/a/%n/%n_%v.orig.tar.gz 
 Source-MD5: a982333648d68e0eabf87989a1e5427b
 SourceDirectory: %n-%v
@@ -17,6 +17,7 @@
   install -m 644 dump-utmp.8 %i/share/man/man8/
 
 DocFiles: AUTHORS COPYING NEWS README 
+InfoDocs: accounting.info
 DescDetail: 
 This is a set of utilities which reports and summarizes data about
 user connect times and process execution statistics under u*x.  This


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


[cvs] dists/10.4/unstable/main/finkinfo/utils acct.info,1.1,1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21312

Modified Files:
acct.info 
Log Message:
validation fix


Index: acct.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/acct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- acct.info   26 Jan 2006 22:04:11 -  1.1
+++ acct.info   11 Mar 2007 23:50:19 -  1.2
@@ -1,6 +1,6 @@
 Package: acct  
 Version: 6.3.5 
-Revision: 3
+Revision: 4
 Source: mirror:debian:pool/main/a/%n/%n_%v.orig.tar.gz 
 Source-MD5: a982333648d68e0eabf87989a1e5427b
 SourceDirectory: %n-%v
@@ -17,6 +17,7 @@
   install -m 644 dump-utmp.8 %i/share/man/man8/
 
 DocFiles: AUTHORS COPYING NEWS README 
+InfoDocs: accounting.info
 DescDetail: 
 This is a set of utilities which reports and summarizes data about
 user connect times and process execution statistics under u*x.  This


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


[cvs] dists/10.4/unstable/main/finkinfo/editors emacs-w3m.info, 1.3, 1.4

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24865

Modified Files:
emacs-w3m.info 
Log Message:
validation fix


Index: emacs-w3m.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs-w3m.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- emacs-w3m.info  16 Dec 2006 20:58:16 -  1.3
+++ emacs-w3m.info  11 Mar 2007 23:58:26 -  1.4
@@ -1,6 +1,6 @@
 Package: emacs-w3m
 Version: 1.4.4
-Revision: 1002
+Revision: 1003
 BuildDepends: fink (= 0.24.12)
 Depends: emacsen, w3m (= 0.5.1-1003) | w3m-ssl (= 0.5.1-1003) 
 Recommends: apel (= 10.5), flim, imagemagick, mule-ucs, wv
@@ -35,6 +35,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: COPYING ChangeLog* README*
+InfoDocs: emacs-w3m.info emacs-w3m-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -x %p/lib/emacsen-common/emacs-package-install ]
 then


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


[cvs] dists/10.4/stable/main/finkinfo/editors emacs-w3m.info, 1.2, 1.3 emacs-w3m.patch, 1.2, 1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26101

Modified Files:
emacs-w3m.info emacs-w3m.patch 
Log Message:
move to stable


Index: emacs-w3m.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs-w3m.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- emacs-w3m.patch 27 Jan 2006 02:31:20 -  1.2
+++ emacs-w3m.patch 12 Mar 2007 00:01:24 -  1.3
@@ -17,7 +17,7 @@
 +
 +if [ ${FLAVOR} = emacs ]; then exit 0; fi
 +
-+echo -n install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} 
...
++/bin/echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} 
.../c
 +
 +install -m 755 -d ${ELCDIR}
 +install -m 755 -d ${ELCDIR}/shimbun
@@ -106,7 +106,7 @@
 +#install-info-altdir --quiet --remove --dirname=${FLAVOR} 
@PREFIX@/info/emacs-w3m.info.gz
 +# fi
 +
-+echo -n remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
++/bin/echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}\c
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +echo  done.
 +

Index: emacs-w3m.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs-w3m.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- emacs-w3m.info  27 Jan 2006 02:31:20 -  1.2
+++ emacs-w3m.info  12 Mar 2007 00:01:24 -  1.3
@@ -1,13 +1,16 @@
 Package: emacs-w3m
 Version: 1.4.4
-Revision: 1001
+Revision: 1003
+BuildDepends: fink (= 0.24.12)
 Depends: emacsen, w3m (= 0.5.1-1003) | w3m-ssl (= 0.5.1-1003) 
 Recommends: apel (= 10.5), flim, imagemagick, mule-ucs, wv
 Enhances: wl, mew
 Conflicts: mew ( 2.0), flim ( 1.14.3), apel ( 10.5)
 Source: http://emacs-w3m.namazu.org/%n-%v.tar.gz
 Source-MD5: 6e592a9c0ab22fb532ebc3bcb21a45b1
-PatchScript: sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: e5277bf75ff7c7b2631d11869f37fa63
+PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-icondir='${prefix}/share/pixmaps/%n'
 CompileScript: 
 ./configure %c
@@ -32,6 +35,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: COPYING ChangeLog* README*
+InfoDocs: emacs-w3m.info emacs-w3m-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -x %p/lib/emacsen-common/emacs-package-install ]
 then


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


[cvs] dists/10.4/stable/main/finkinfo/libs gdbm.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30047

Modified Files:
gdbm.info 
Log Message:
validation fix


Index: gdbm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/gdbm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gdbm.info   5 Sep 2006 04:43:00 -   1.2
+++ gdbm.info   12 Mar 2007 00:11:16 -  1.3
@@ -1,6 +1,6 @@
 Package: gdbm
 Version: 1.8.0
-Revision: 7
+Revision: 8
 Source: gnu
 Source-MD5: cd543862287f55ad66e62cc9d82cc906
 Depends: %N-shlibs (= %v-%r)
@@ -20,6 +20,7 @@
  make install-compat prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
 
 DocFiles: COPYING README NEWS 
+InfoDocs: gdbm.info
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs


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


[cvs] dists/10.4/unstable/main/finkinfo/libs gdbm.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30088

Modified Files:
gdbm.info 
Log Message:
validation fix


Index: gdbm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gdbm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gdbm.info   5 Sep 2006 04:42:20 -   1.2
+++ gdbm.info   12 Mar 2007 00:12:00 -  1.3
@@ -1,6 +1,6 @@
 Package: gdbm
 Version: 1.8.0
-Revision: 7
+Revision: 8
 Source: gnu
 Source-MD5: cd543862287f55ad66e62cc9d82cc906
 Depends: %N-shlibs (= %v-%r)
@@ -20,6 +20,7 @@
  make install-compat prefix=%i man3dir=%i/share/man/man3 infodir=%i/share/info
 
 DocFiles: COPYING README NEWS 
+InfoDocs: gdbm.info
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs


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


[cvs] dists/10.4/unstable/main/finkinfo/libs dbus-qt3-dev.info, 1.9, 1.10

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30472

Modified Files:
dbus-qt3-dev.info 
Log Message:
validation fix


Index: dbus-qt3-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/dbus-qt3-dev.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbus-qt3-dev.info   19 Nov 2006 23:50:18 -  1.9
+++ dbus-qt3-dev.info   12 Mar 2007 00:12:56 -  1.10
@@ -1,6 +1,7 @@
 Package: dbus-qt3-dev
 Version: 0.70
-Revision: 1021
+Revision: 1022
+BuildDependsOnly: true
 Description: D-BUS Qt bindings
 License: Restrictive/Distributable
 Maintainer: Benjamin Reed [EMAIL PROTECTED]


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


[cvs] dists/10.4/stable/main/finkinfo/libs dbus-qt3-dev.info,1.3,1.4

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30873

Modified Files:
dbus-qt3-dev.info 
Log Message:
validation fix


Index: dbus-qt3-dev.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/dbus-qt3-dev.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbus-qt3-dev.info   19 Nov 2006 16:58:17 -  1.3
+++ dbus-qt3-dev.info   12 Mar 2007 00:13:50 -  1.4
@@ -1,6 +1,7 @@
 Package: dbus-qt3-dev
 Version: 0.60
-Revision: 1023
+Revision: 1024
+BuildDependsOnly: true
 Description: D-BUS Qt bindings
 License: Restrictive/Distributable
 Maintainer: Benjamin Reed [EMAIL PROTECTED]


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


[cvs] dists/10.4/unstable/main/finkinfo/gnome libgnomekbd2.info, 1.1.2.6, 1.1.2.7

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17027/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
libgnomekbd2.info 
Log Message:
new upstream

Index: libgnomekbd2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/libgnomekbd2.info,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- libgnomekbd2.info   11 Mar 2007 02:22:54 -  1.1.2.6
+++ libgnomekbd2.info   12 Mar 2007 00:59:54 -  1.1.2.7
@@ -1,5 +1,5 @@
 Package: libgnomekbd2
-Version: 2.17.92
+Version: 2.18.0
 Revision: 1
 GCC: 4.0
 Depends: 
@@ -45,8 +45,8 @@
xft2-dev
 
 Replaces: control-center
-Source: mirror:gnome:sources/libgnomekbd/2.17/libgnomekbd-%v.tar.bz2
-Source-MD5: 00fe605e89717b6ec77ac7e9da3c5925
+Source: mirror:gnome:sources/libgnomekbd/2.18/libgnomekbd-%v.tar.bz2
+Source-MD5: f176e026158f678144511fb343ec7269
 SetCFLAGS: -Os
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1


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


[cvs] dists/10.4/unstable/main/finkinfo/gnome gtk+2.info, 1.6.2.17, 1.6.2.18 gtk+2.patch, 1.1.2.2, 1.1.2.3

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21805

Modified Files:
  Tag: pangocairo-branch
gtk+2.info gtk+2.patch 
Log Message:
work around a cups header problem

Index: gtk+2.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk+2.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- gtk+2.patch 9 Jan 2007 19:25:18 -   1.1.2.2
+++ gtk+2.patch 12 Mar 2007 01:10:39 -  1.1.2.3
@@ -1,6 +1,6 @@
-diff -uNr gtk+-2.10.7/Makefile.in gtk+-2.10.7-new/Makefile.in
 gtk+-2.10.7/Makefile.in2007-01-05 13:44:12.0 -0500
-+++ gtk+-2.10.7-new/Makefile.in2007-01-09 14:21:51.0 -0500
+diff -uNr gtk+-2.10.9/Makefile.in gtk+-2.10.9-new/Makefile.in
+--- gtk+-2.10.9/Makefile.in2007-01-22 11:01:31.0 -0500
 gtk+-2.10.9-new/Makefile.in2007-03-11 21:09:02.0 -0400
 @@ -294,7 +294,7 @@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
@@ -10,9 +10,9 @@
  SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros
  
  # require automake 1.4
-diff -uNr gtk+-2.10.7/configure.in gtk+-2.10.7-new/configure.in
 gtk+-2.10.7/configure.in   2007-01-05 13:42:53.0 -0500
-+++ gtk+-2.10.7-new/configure.in   2007-01-09 14:21:51.0 -0500
+diff -uNr gtk+-2.10.9/configure.in gtk+-2.10.9-new/configure.in
+--- gtk+-2.10.9/configure.in   2007-01-22 10:59:41.0 -0500
 gtk+-2.10.9-new/configure.in   2007-03-11 21:09:02.0 -0400
 @@ -1125,7 +1125,7 @@
  
  GDK_PIXBUF_XLIB_EXTRA_CFLAGS=$x_cflags
@@ -22,9 +22,9 @@
fi
  
# Extra libraries found during checks (-lXinerama, etc), not from 
pkg-config.
-diff -uNr gtk+-2.10.7/docs/tools/shooter.c gtk+-2.10.7-new/docs/tools/shooter.c
 gtk+-2.10.7/docs/tools/shooter.c   2007-01-05 13:33:44.0 -0500
-+++ gtk+-2.10.7-new/docs/tools/shooter.c   2007-01-09 14:21:51.0 
-0500
+diff -uNr gtk+-2.10.9/docs/tools/shooter.c gtk+-2.10.9-new/docs/tools/shooter.c
+--- gtk+-2.10.9/docs/tools/shooter.c   2007-01-22 10:48:59.0 -0500
 gtk+-2.10.9-new/docs/tools/shooter.c   2007-03-11 21:09:02.0 
-0400
 @@ -16,7 +16,11 @@
  #include stdlib.h
  #include fcntl.h
@@ -37,9 +37,9 @@
  #include widgets.h
  #include shadow.h
  
-diff -uNr gtk+-2.10.7/gdk/directfb/gdkim-directfb.c 
gtk+-2.10.7-new/gdk/directfb/gdkim-directfb.c
 gtk+-2.10.7/gdk/directfb/gdkim-directfb.c  2007-01-05 13:41:54.0 
-0500
-+++ gtk+-2.10.7-new/gdk/directfb/gdkim-directfb.c  2007-01-09 
14:21:51.0 -0500
+diff -uNr gtk+-2.10.9/gdk/directfb/gdkim-directfb.c 
gtk+-2.10.9-new/gdk/directfb/gdkim-directfb.c
+--- gtk+-2.10.9/gdk/directfb/gdkim-directfb.c  2007-01-22 10:58:42.0 
-0500
 gtk+-2.10.9-new/gdk/directfb/gdkim-directfb.c  2007-03-11 
21:09:02.0 -0400
 @@ -33,7 +33,11 @@
  #include config.h
  
@@ -52,9 +52,9 @@
  
  #include gdkdirectfb.h
  
-diff -uNr gtk+-2.10.7/gdk/linux-fb/gdkim-fb.c 
gtk+-2.10.7-new/gdk/linux-fb/gdkim-fb.c
 gtk+-2.10.7/gdk/linux-fb/gdkim-fb.c2007-01-05 13:42:04.0 
-0500
-+++ gtk+-2.10.7-new/gdk/linux-fb/gdkim-fb.c2007-01-09 14:21:51.0 
-0500
+diff -uNr gtk+-2.10.9/gdk/linux-fb/gdkim-fb.c 
gtk+-2.10.9-new/gdk/linux-fb/gdkim-fb.c
+--- gtk+-2.10.9/gdk/linux-fb/gdkim-fb.c2007-01-22 10:58:54.0 
-0500
 gtk+-2.10.9-new/gdk/linux-fb/gdkim-fb.c2007-03-11 21:09:02.0 
-0400
 @@ -35,7 +35,11 @@
  #  endif
  #endif
@@ -67,9 +67,9 @@
  
  /*
   *--
-diff -uNr gtk+-2.10.7/gdk/x11/gdkdrawable-x11.c 
gtk+-2.10.7-new/gdk/x11/gdkdrawable-x11.c
 gtk+-2.10.7/gdk/x11/gdkdrawable-x11.c  2007-01-05 13:42:46.0 
-0500
-+++ gtk+-2.10.7-new/gdk/x11/gdkdrawable-x11.c  2007-01-09 14:21:51.0 
-0500
+diff -uNr gtk+-2.10.9/gdk/x11/gdkdrawable-x11.c 
gtk+-2.10.9-new/gdk/x11/gdkdrawable-x11.c
+--- gtk+-2.10.9/gdk/x11/gdkdrawable-x11.c  2007-01-22 10:59:32.0 
-0500
 gtk+-2.10.9-new/gdk/x11/gdkdrawable-x11.c  2007-03-11 21:09:02.0 
-0400
 @@ -959,11 +959,19 @@
 * RENDER's preferred order
 */
@@ -135,9 +135,9 @@
  
*format = XRenderFindFormat (xdisplay,
   (PictFormatType | PictFormatDepth |
-diff -uNr gtk+-2.10.7/gdk/x11/gdkfont-x11.c 
gtk+-2.10.7-new/gdk/x11/gdkfont-x11.c
 gtk+-2.10.7/gdk/x11/gdkfont-x11.c  2007-01-05 13:42:46.0 -0500
-+++ gtk+-2.10.7-new/gdk/x11/gdkfont-x11.c  2007-01-09 14:21:51.0 
-0500
+diff -uNr gtk+-2.10.9/gdk/x11/gdkfont-x11.c 
gtk+-2.10.9-new/gdk/x11/gdkfont-x11.c
+--- gtk+-2.10.9/gdk/x11/gdkfont-x11.c  2007-01-22 10:59:32.0 -0500
 gtk+-2.10.9-new/gdk/x11/gdkfont-x11.c  2007-03-11 21:09:02.0 
-0400
 @@ -29,7 +29,11 @@
  #include config.h
  #include 

[cvs] dists/10.4/unstable/crypto/finkinfo gnucash2.patch, NONE, 1.1.2.1 gnucash2.info, 1.2.2.18, 1.2.2.19

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

Modified Files:
  Tag: pangocairo-branch
gnucash2.info 
Added Files:
  Tag: pangocairo-branch
gnucash2.patch 
Log Message:
fix use of deprecated API

Index: gnucash2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnucash2.info,v
retrieving revision 1.2.2.18
retrieving revision 1.2.2.19
diff -u -d -r1.2.2.18 -r1.2.2.19
--- gnucash2.info   2 Mar 2007 22:53:19 -   1.2.2.18
+++ gnucash2.info   12 Mar 2007 01:54:09 -  1.2.2.19
@@ -27,6 +27,7 @@
 Suggests: gnucash2-docs (= 2.0.1)
 Source: mirror:sourceforge:gnucash/gnucash-%v.tar.bz2
 Source-MD5: 28f9b160fc01c4e597aca4c53d71fafe
+Patch: %n.patch
 SetCPPFLAGS: -I/usr/X11R6/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --enable-error-on-warning=no --disable-dependency-tracking 
--disable-schemas-install --enable-ofx --enable-hbci --disable-sql 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config

--- NEW FILE: gnucash2.patch ---
diff -uNr gnucash-2.0.5/src/gnome-utils/gnc-html.c 
gnucash-2.0.5-new/src/gnome-utils/gnc-html.c
--- gnucash-2.0.5/src/gnome-utils/gnc-html.c2007-02-18 23:10:23.0 
-0500
+++ gnucash-2.0.5-new/src/gnome-utils/gnc-html.c2007-03-11 
21:33:56.0 -0400
@@ -1325,7 +1325,7 @@
 return;
   }
 
-  gtk_html_print(GTK_HTML(html-html), ps-context);
+  gtk_html_print_page(GTK_HTML(html-html), ps-context);
   gnc_print_session_done(ps);
 }
 


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


[cvs] dists/10.4/unstable/main/finkinfo/gnome eog.info, 1.6.2.21, 1.6.2.22 gnome-terminal.info, 1.6.2.17, 1.6.2.18

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7416/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
eog.info gnome-terminal.info 
Log Message:
more build fixes

Index: gnome-terminal.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-terminal.info,v
retrieving revision 1.6.2.17
retrieving revision 1.6.2.18
diff -u -d -r1.6.2.17 -r1.6.2.18
--- gnome-terminal.info 3 Mar 2007 21:43:24 -   1.6.2.17
+++ gnome-terminal.info 12 Mar 2007 01:54:49 -  1.6.2.18
@@ -83,7 +83,8 @@
 NoSetLDFLAGS: true
 ConfigureParams: --disable-scrollkeeper --disable-schemas-install 
--disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config F77=no
 InstallScript: 
-  GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=%d
+  GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make -j1 install DESTDIR=%d
+  rm -rf %i/var/scrollkeeper
 
 PostInstScript: 
   if [ configure = $1 ]; then

Index: eog.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/eog.info,v
retrieving revision 1.6.2.21
retrieving revision 1.6.2.22
diff -u -d -r1.6.2.21 -r1.6.2.22
--- eog.info11 Mar 2007 21:45:16 -  1.6.2.21
+++ eog.info12 Mar 2007 01:54:49 -  1.6.2.22
@@ -14,7 +14,7 @@
libart2-shlibs (= 2.3.16-1),
libbonobo2 (= 2.17.92-1),
libbonoboui2 (= 2.17.94-1),
-   libexif-shlibs (= 0.5.12-1),
+   libexif12-shlibs,
libgettext3-shlibs,
libglade2-shlibs (= 2.6.0-3),
libgnome2 (= 2.17.92-1),
@@ -54,7 +54,7 @@
libart2 (= 2.3.16-1),
libbonobo2-dev (= 2.17.92-1),
libbonoboui2-dev (= 2.17.94-1),
-   libexif-dev (= 0.5.12-1),
+   libexif12,
libgettext3-dev,
libglade2 (= 2.6.0-3),
libgnome2-dev (= 2.17.92-1),


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


[svn] commit: r717 - in /trunk/experimental: 10.3/main/finkinfo/kde/koffice.info 10.4/main/finkinfo/kde/koffice.info common/main/finkinfo/kde/koffice.info

2007-03-11 Thread ranger
Author: ranger
Date: Mon Mar 12 03:07:10 2007
New Revision: 717

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=717repname=user%3a+ranger
Log:
more koffice fixes, good to go

Modified:
trunk/experimental/10.3/main/finkinfo/kde/koffice.info
trunk/experimental/10.4/main/finkinfo/kde/koffice.info
trunk/experimental/common/main/finkinfo/kde/koffice.info

Modified: trunk/experimental/10.3/main/finkinfo/kde/koffice.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/kde/koffice.inforev=717repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/kde/koffice.info (original)
+++ trunk/experimental/10.3/main/finkinfo/kde/koffice.info Mon Mar 12 03:07:10 
2007
@@ -222,7 +222,6 @@
lib/kde3/kword.*
lib/kde3/libkwordpart.*
lib/libkdeinit_kword.*
-   share/applnk/Office/kword*
share/apps/konqueror/servicemenus/kword*
share/apps/kword
share/apps/xsltfilter
@@ -340,7 +339,6 @@
Files: 
bin/kplato
lib/libkdeinit_kplato*
-   share/applnk/Office/kplato.desktop
share/apps/kplato
share/doc/kde/en/kplato
share/icons/crystalsvg/128x128/apps/kplato*
@@ -1065,7 +1063,6 @@
lib/kde3/kformula.*
lib/kde3/libkformulapart.*
lib/libkdeinit_kformula.*
-   share/applnk/Office/kformula.*
share/apps/kformula
share/apps/konqueror/servicemenus/kformula*
share/doc/kde/en/kformula
@@ -1251,7 +1248,6 @@
lib/kde3/kpresenter.*
lib/kde3/libkpresenterpart.*
lib/libkdeinit_kpresenter.*
-   share/applnk/Office/kpresenter.*
share/apps/konqueror/servicemenus/kpresenter*
share/apps/kpresenter
share/doc/kde/en/kpresenter
@@ -1449,7 +1445,6 @@
lib/kde3/libkspreadinsertcalendar.*
lib/kde3/libkspreadpart.*
lib/libkdeinit_kspread.*
-   share/applnk/Office/kspread*
share/apps/konqueror/servicemenus/kspread*
share/apps/kspread
share/doc/kde/en/kspread
@@ -1557,8 +1552,6 @@
lib/libkdeinit_kudesigner.*
lib/libkdeinit_kugar.*
lib/libkudesignercore.*
-   share/applnk/Office/kudesigner*
-   share/applnk/Office/kugar*
share/apps/kudesigner
share/apps/kugar
share/doc/kde/en/kugar

Modified: trunk/experimental/10.4/main/finkinfo/kde/koffice.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/koffice.inforev=717repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/kde/koffice.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/koffice.info Mon Mar 12 03:07:10 
2007
@@ -222,7 +222,6 @@
lib/kde3/kword.*
lib/kde3/libkwordpart.*
lib/libkdeinit_kword.*
-   share/applnk/Office/kword*
share/apps/konqueror/servicemenus/kword*
share/apps/kword
share/apps/xsltfilter
@@ -340,7 +339,6 @@
Files: 
bin/kplato
lib/libkdeinit_kplato*
-   share/applnk/Office/kplato.desktop
share/apps/kplato
share/doc/kde/en/kplato
share/icons/crystalsvg/128x128/apps/kplato*
@@ -1066,7 +1064,6 @@
lib/kde3/kformula.*
lib/kde3/libkformulapart.*
lib/libkdeinit_kformula.*
-   share/applnk/Office/kformula.*
share/apps/kformula
share/apps/konqueror/servicemenus/kformula*
share/doc/kde/en/kformula
@@ -1252,7 +1249,6 @@
lib/kde3/kpresenter.*
lib/kde3/libkpresenterpart.*
lib/libkdeinit_kpresenter.*
-   share/applnk/Office/kpresenter.*
share/apps/konqueror/servicemenus/kpresenter*
share/apps/kpresenter
share/doc/kde/en/kpresenter
@@ -1450,7 +1446,6 @@
lib/kde3/libkspreadinsertcalendar.*
lib/kde3/libkspreadpart.*
lib/libkdeinit_kspread.*
-   share/applnk/Office/kspread*
share/apps/konqueror/servicemenus/kspread*
share/apps/kspread
share/doc/kde/en/kspread
@@ -1558,8 +1553,6 @@
lib/libkdeinit_kudesigner.*
lib/libkdeinit_kugar.*
lib/libkudesignercore.*
-   share/applnk/Office/kudesigner*
-  

[cvs] dists/10.4/unstable/main/finkinfo/gnome gnome-games.info, 1.4.2.24, 1.4.2.25

2007-03-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10487/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
gnome-games.info 
Log Message:
doesn't work with our (older) ggz

Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.4.2.24
retrieving revision 1.4.2.25
diff -u -d -r1.4.2.24 -r1.4.2.25
--- gnome-games.info5 Mar 2007 02:40:19 -   1.4.2.24
+++ gnome-games.info12 Mar 2007 03:21:39 -  1.4.2.25
@@ -115,7 +115,8 @@
 SetLIBS: -L%p/lib
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-ConfigureParams: --disable-scrollkeeper --disable-schemas-install 
--with-ncurses=%p --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+BuildConflicts: libggz, libggz-crypto, ggz-client-libs-dev, ggz-server-dev
+ConfigureParams: --without-ggz-server --disable-scrollkeeper 
--disable-schemas-install --with-ncurses=%p --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 InstallScript: 
make -j1 install DESTDIR=%d
 


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


[cvs] dists/10.4/stable/main/finkinfo/languages g77.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6622

Modified Files:
g77.info 
Log Message:
validation fix


Index: g77.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/g77.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- g77.info21 Feb 2006 14:50:52 -  1.2
+++ g77.info12 Mar 2007 04:34:38 -  1.3
@@ -1,6 +1,6 @@
 Package: g77
 Version: 3.4.3
-Revision: 13
+Revision: 14
 Architecture: powerpc
 #BuildDependsOnly: true
 Source: mirror:gnu:gcc/gcc-%v/gcc-%v.tar.bz2
@@ -52,6 +52,7 @@
 
 License: GPL
 DocFiles: gcc-%v/gcc/f/ChangeLog gcc-%v/COPYING gcc-%v/COPYING.LIB
+InfoDocs: g77.info
 Description: GNU Fortran compiler
 DescDetail: 
  g77 consists of several components:   


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


[cvs] dists/10.4/unstable/main/finkinfo/languages g77.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6648

Modified Files:
g77.info 
Log Message:
validation fix


Index: g77.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/g77.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- g77.info21 Feb 2006 14:51:56 -  1.2
+++ g77.info12 Mar 2007 04:35:08 -  1.3
@@ -1,6 +1,6 @@
 Package: g77
 Version: 3.4.3
-Revision: 100
+Revision: 101
 Architecture: powerpc
 #BuildDependsOnly: true
 Source: mirror:gnu:gcc/gcc-%v/gcc-%v.tar.bz2
@@ -52,6 +52,7 @@
 
 License: GPL
 DocFiles: gcc-%v/gcc/f/ChangeLog gcc-%v/COPYING gcc-%v/COPYING.LIB
+InfoDocs: g77.info
 Description: GNU Fortran compiler
 DescDetail: 
  g77 consists of several components:   


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


[cvs] dists/10.4/stable/main/finkinfo/languages guile16-goosh.info, 1.1, 1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30674

Modified Files:
guile16-goosh.info 
Log Message:
validation fix


Index: guile16-goosh.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/guile16-goosh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- guile16-goosh.info  13 Nov 2006 03:36:07 -  1.1
+++ guile16-goosh.info  12 Mar 2007 05:36:11 -  1.2
@@ -1,11 +1,12 @@
 Package: guile16-goosh
 Version: 1.3
-Revision: 1002
+Revision: 1003
 BuildDepends: guile16-dev (= 1.6.7-1010), guile16 (= 1.6.7-1010), 
guile16-libs (= 1.6.7-1010)
 Depends: guile16-shlibs  (= 1.6.7-1010)
 Source: http://arglist.com/guile/goosh-%v/goosh-%v.tar.gz
 Source-MD5: 19a731a16af794c99647cba37ee64495   
 DocFiles: README INSTALL NEWS COPYING 
+InfoDocs: goosh.info
 Description: Guile processs-control lib
 DescDetail:  
 Goosh is a small process-control library for Guile. It can 


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


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

2007-03-11 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30996/unstable/main/finkinfo/kde

Modified Files:
gwenrename.info 
Log Message:
new version

Index: gwenrename.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/gwenrename.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gwenrename.info 16 Nov 2006 22:15:21 -  1.1
+++ gwenrename.info 12 Mar 2007 05:36:51 -  1.2
@@ -1,21 +1,20 @@
 Package: gwenrename
-Version: 1.0.1
-Revision: 1003
-Source: http://archive.ubuntu.com/ubuntu/pool/universe/g/%n/%n_%v.orig.tar.gz
-Depends: freetype219-shlibs, kdelibs3-unified-shlibs, libart2-shlibs, 
libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, x11, x11-shlibs
-BuildDepends: libart2 (= 2.3.17-1), freetype219, kdelibs3-unified-dev (= 
3.4.3-1021), libidn, libpng3 (= 1.2.5-4), qt3 (= 3.3.5-1026), x11-dev, 
libiconv-dev, arts-dev, libxml2-bin, gettext-tools
+Version: 1.0.2
+Revision: 1002
+Source: http://members.hellug.gr/sng/%n/%n.tgz
+Depends: freetype219-shlibs, kdelibs3-unified (= 3.5-1), x11, x11-shlibs, 
libgettext3-shlibs
+BuildDepends: libart2 (= 2.3.17-1), freetype219, kdelibs3-unified-dev (= 
3.5-1), libidn, libpng3 (= 1.2.5-4), qt3 (= 3.3.5-1026), x11-dev, 
libiconv-dev, arts-dev, libxml2-bin, gettext-tools, libjpeg
 Recommends: kdebase3-unified (= 3.5-1)
 GCC: 4.0
 SourceDirectory: %n-%v
 Maintainer: Jack Fink [EMAIL PROTECTED]
-Homepage: http://users.otenet.gr/~geosp/gwenrename/index.html
+Homepage: http://members.hellug.gr/sng/gwenrename
 License: GPL
-Description: Batch renamer tool for KDE
-Source-MD5: 5e0f8cd7f0bdad0a9b9e6b9038c2fe42
-ConfigureParams: --mandir=%{i}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
-PatchScript: 
-perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; configure
-
+Description: KDE - lightweight batch renamer tool
+Source-MD5: e773f31953ee8b3c9e3998a4c3930474
+ConfigureParams: --mandir=%i/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --with-qt-dir=%p --with-qt-includes=%p/lib/qt3/include 
--with-qt-libraries=%p/lib/qt3/lib --disable-dependency-tracking
+PatchScript: perl -pi -e s,doc/HTML,doc/kde,g;s,-g -O,-O,g;s,-O2,-Os,g; 
configure
+SetCFLAGS: -Os
 SetLDFLAGS: -L%{p}/lib/freetype219/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include
-DocFiles: ChangeLog authors copying install readme todo
\ No newline at end of file
+DocFiles: ChangeLog authors copying install readme todo


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


[cvs] dists/10.4/unstable/main/finkinfo/languages guile16-goosh.info, 1.2, 1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30994

Modified Files:
guile16-goosh.info 
Log Message:
validation fix


Index: guile16-goosh.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/guile16-goosh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- guile16-goosh.info  24 Jan 2006 16:22:15 -  1.2
+++ guile16-goosh.info  12 Mar 2007 05:36:52 -  1.3
@@ -1,11 +1,12 @@
 Package: guile16-goosh
 Version: 1.3
-Revision: 1002
+Revision: 1003
 BuildDepends: guile16-dev (= 1.6.7-1010), guile16 (= 1.6.7-1010), 
guile16-libs (= 1.6.7-1010)
 Depends: guile16-shlibs  (= 1.6.7-1010)
 Source: http://arglist.com/guile/goosh-%v/goosh-%v.tar.gz
 Source-MD5: 19a731a16af794c99647cba37ee64495   
 DocFiles: README INSTALL NEWS COPYING 
+InfoDocs: goosh.info
 Description: Guile processs-control lib
 DescDetail:  
 Goosh is a small process-control library for Guile. It can 


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


[cvs] dists/10.4/stable/main/finkinfo/text gv.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv548

Modified Files:
gv.info 
Log Message:
move to stable


Index: gv.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/gv.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gv.info 31 Aug 2006 13:33:22 -  1.2
+++ gv.info 12 Mar 2007 05:41:37 -  1.3
@@ -1,6 +1,6 @@
 Package: gv
 Version: 3.6.1
-Revision: 4
+Revision: 5
 Source: gnu
 Source-MD5: ace080d647b70f46fca7946e9543b79e
 BuildDepends: xaw3d (= 1.5-5), x11-dev
@@ -13,6 +13,7 @@
 
 Description: X11 interface for ghostscript interpreter
 DocFiles: NEWS INSTALL README COPYING
+InfoDocs: gv.info
 License: GPL
 Homepage: http://www.gnu.org/software/gv/
 Maintainer: None fink-devel@lists.sourceforge.net


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


[cvs] dists/10.4/stable/main/finkinfo/libs libexif.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3684

Modified Files:
libexif.info 
Log Message:
move to stable


Index: libexif.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libexif.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libexif.info13 Jan 2007 21:25:07 -  1.2
+++ libexif.info12 Mar 2007 05:50:16 -  1.3
@@ -1,25 +1,35 @@
 Package: libexif
 Version: 0.5.12
-Revision: 2
+Revision: 6
 Maintainer: Keith Conger [EMAIL PROTECTED]
-Depends: 
-BuildDepends: libiconv-dev
+Depends: %N-shlibs (=%v-%r), fink-obsolete-packages
+BuildDepends: libiconv-dev, libgettext3-dev, gettext-tools
 Source: mirror:sourceforge:libexif/%N-%v.tar.gz
 Source-MD5: 97e17fa05cb638eed5e8e59db431ed3a
-NoSetLDFLAGS: True
-SetLibs: -L%p/lib
-ConfigureParams: --mandir=%i/share/man
+PatchScript: 
+  perl -pi -e 's,\s*-I\$\(top_srcdir\)(/|)intl\s*, ,g' */Makefile.in
+  perl -pi -e 's, intl , ,g' Makefile.in
+  perl -pi -e 's,(libexif_la_LIBADD =),\1 -lintl ,' libexif/Makefile.in
+
+  perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
+  perl -pi -e 's/[EMAIL PROTECTED]@/[EMAIL PROTECTED]@/' po/Makefile.in.in
+
+ConfigureParams: --mandir=%i/share/man --disable-dependency-tracking
 DocFiles: ChangeLog COPYING NEWS README
 SplitOff: 
  Package: %N-shlibs
- Files: lib/*.*.dylib
- Shlibs: %p/lib/libexif.9.1.2.dylib 9.1.2 %n (= 0.5.12-1)
+ Depends: libgettext3-shlibs
+ Replaces: %N ( 0.5.12-6)
+ Files: lib/libexif.9*.dylib share/locale
+ Shlibs: %p/lib/libexif.9.dylib 11.0.0 %n (= 0.5.12-4)
  DocFiles: COPYING README ChangeLog NEWS
 
 SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
- Files: include lib/libexif.* lib/pkgconfig
+ Conflicts: libexif12
+ Replaces: libexif12
+ Files: include lib
  DocFiles: COPYING README ChangeLog NEWS
  BuildDependsOnly: True
 
@@ -31,5 +41,14 @@
 allows you to parse an EXIF file and read the 
 data from those tags.
 
+DescPackaging: 
+  Use fink's gettext only, not included one that wasn't being used
+  consistently anyway. Therefore only need libiconv for tests.
+
+  Move gettext catalogs %N-%N-shlibs in 0.5.12-6
+
+  Source called gettext catalogs with libversion, so patch
+  po/Makefile.in.in to install them with that name
+
 License: BSD
 Homepage: http://home.bawue.de/~lutz/


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


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

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6766

Modified Files:
nano.info 
Log Message:
validation fix


Index: nano.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/nano.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nano.info   13 Jan 2007 12:31:46 -  1.3
+++ nano.info   12 Mar 2007 05:57:19 -  1.4
@@ -1,6 +1,6 @@
 Package: nano
 Version: 1.2.2
-Revision: 1001
+Revision: 1002
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Source: http://www.nano-editor.org/dist/v1.2/nano-%v.tar.gz
 Source-MD5: 1c2663caa7d1ca4377a4a2ab61787689
@@ -10,6 +10,7 @@
 ConfigureParams: --mandir='$(prefix)/share/man' 
--infodir='$(prefix)/share/info' --disable-glibtest --disable-browser 
--disable-nls --disable-wrapping-as-root --enable-nanorc
 #SetLDFLAGS: -lintl
 DocFiles: AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
+InfoDocs: nano.info
 Description: Improved clone of the Pico text editor
 DescDetail: 
 GNU nano is an enhanced clone of the Pico text editor, distributed under the


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


[cvs] dists/10.4/unstable/main/finkinfo/editors semi.info,1.3,1.4

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11686

Modified Files:
semi.info 
Log Message:
validation fix


Index: semi.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/semi.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- semi.info   16 Dec 2006 21:25:14 -  1.3
+++ semi.info   12 Mar 2007 06:09:37 -  1.4
@@ -1,6 +1,6 @@
 Package: semi
 Version: 1.14.6
-Revision: 7
+Revision: 8
 BuildDepends: fink (= 0.24.12)
 Depends: emacsen, apel (= 9.22-1), flim (= 1.14.2-1) | limit, make
 Suggests: gnupg, wl
@@ -33,6 +33,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: ChangeLog NEWS README* TODO VERSION *.sgml
+InfoDocs: mime-ui-en.info mime-ui-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -f %p/share/info/dir ]; then
   if which install-info /dev/null 21; then


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


[cvs] dists/10.4/stable/main/finkinfo/editors semi.info, 1.2, 1.3 semi.patch, 1.1, 1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12104

Modified Files:
semi.info semi.patch 
Log Message:
move to stable


Index: semi.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/semi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- semi.patch  20 Jan 2006 20:12:52 -  1.1
+++ semi.patch  12 Mar 2007 06:10:36 -  1.2
@@ -73,7 +73,7 @@
 +BITMAP_MULE_DIR=${BITMAP_MULE_DIR_BASE}
 +if [ X${FLAVORTEST} = Xxemacs -a -z ${FLAVOR_SUFFIX} ]; then
 +  if [ X${EMACSEN} = X${EMACSEN_MULE} ]; then
-+  echo -n install/${PACKAGE}: Byte-compiling for ${FLAVOR} (mule) ...
++  /bin/echo install/${PACKAGE}: Byte-compiling for ${FLAVOR} (mule) 
...\c
 +ELCDIR=${ELCDIR}/mule
 +  if [ -d ${APEL_DIR_BASE}/mule ]; then
 +APEL_DIR=${APEL_DIR_BASE}/mule
@@ -85,7 +85,7 @@
 +BITMAP_MULE_DIR=${BITMAP_MULE_DIR_BASE}/mule
 +  fi
 +  else
-+  echo -n install/${PACKAGE}: Byte-compiling for ${FLAVOR} (nomule) ...
++  /bin/echo install/${PACKAGE}: Byte-compiling for ${FLAVOR} (nomule) 
...\c
 +ELCDIR=${ELCDIR}/nomule
 +  if [ -d ${APEL_DIR_BASE}/nomule ]; then
 +APEL_DIR=${APEL_DIR_BASE}/nomule
@@ -98,7 +98,7 @@
 +  fi
 +  fi
 +else
-+  echo -n install/${PACKAGE}: Byte-compiling for ${FLAVOR} ...
++  /bin/echo install/${PACKAGE}: Byte-compiling for ${FLAVOR} ...\c
 +fi
 +STAMP=${ELCDIR}/compile-stamp
 +if [ -e ${STAMP} ]; then
@@ -202,7 +202,7 @@
 +
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
-+echo -n remove/${PACKAGE}: Handling removal of emacsen flavor ${FLAVOR} ...
++/bin/echo remove/${PACKAGE}: Handling removal of emacsen flavor ${FLAVOR} 
...\c
 +rm -rf ${ELCDIR}
 +echo  done.
 +

Index: semi.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/semi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- semi.info   21 Nov 2006 05:51:18 -  1.2
+++ semi.info   12 Mar 2007 06:10:36 -  1.3
@@ -1,12 +1,15 @@
 Package: semi
 Version: 1.14.6
-Revision: 6
+Revision: 8
+BuildDepends: fink (= 0.24.12)
 Depends: emacsen, apel (= 9.22-1), flim (= 1.14.2-1) | limit, make
 Suggests: gnupg, wl
 Source: ftp://ftp.m17n.org/pub/mule/%n/%n-1.14-for-flim-1.14/%n-%v.tar.gz
 Source-MD5: 22d735fa218c8c6268cd2c9395cd837b
+PatchFile: %n.patch
+PatchFile-MD5: 30771416036248d6db6600860fef664d
 PatchScript: 
- sed 's|@PREFIX@|%p|g'  %a/%n.patch | sed 's|@VERSION@|%v-%r|g' | patch -p1
+ sed 's|@PREFIX@|%p|g'  %{PatchFile} | sed 's|@VERSION@|%v-%r|g' | patch -p1
 
 CompileScript: 
 #!/bin/sh -ev
@@ -30,6 +33,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: ChangeLog NEWS README* TODO VERSION *.sgml
+InfoDocs: mime-ui-en.info mime-ui-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -f %p/share/info/dir ]; then
   if which install-info /dev/null 21; then


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


[cvs] dists/10.4/stable/main/finkinfo/text texi2html.info,1.1,1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12877

Modified Files:
texi2html.info 
Log Message:
move to stable


Index: texi2html.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/texi2html.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texi2html.info  20 Jan 2006 20:12:58 -  1.1
+++ texi2html.info  12 Mar 2007 06:13:01 -  1.2
@@ -1,6 +1,6 @@
 Package: texi2html
 Version: 1.64
-Revision: 15
+Revision: 16
 Depends: texinfo (= 4.1-3)
 Conflicts: tetex-base (= 1.0-6)
 Source: 
http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/%n-%v.tar.gz
@@ -28,6 +28,7 @@
 fi
 
 DocFiles: README COPYING AUTHORS INTRODUCTION NEWS INSTALL ChangeLog TODO 
texi2html.texi
+InfoDocs: texi2html.info
 Description: Converts texinfo documents to HTML
 DescDetail: 
 Texinfo is the official documentation format of the GNU project. It


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


[cvs] dists/10.4/stable/main/finkinfo/languages ucblogo.info,1.1,1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18367

Modified Files:
ucblogo.info 
Log Message:
validation fix


Index: ucblogo.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/ucblogo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ucblogo.info20 Jan 2006 20:12:54 -  1.1
+++ ucblogo.info12 Mar 2007 06:26:37 -  1.2
@@ -1,6 +1,6 @@
 Package: ucblogo
 Version: 5.3
-Revision: 2
+Revision: 3
 Maintainer: Matthias Neeracher [EMAIL PROTECTED]
 BuildDepends: x11-dev
 Depends: x11
@@ -12,12 +12,14 @@
  rm %i/lib/ucblogo/emacs/comint-logo.elc
  rm %i/lib/ucblogo/emacs/letrec.elc
  rm %i/lib/ucblogo/emacs/logo.elc
+ rm -f %i/share/info/*
 
 DocFiles: README general-public-license
 Description: Berkeley Logo Interpreter
 DescDetail: 
 This is an interpreter for the Logo programming language.
 
+DescPackaging: InfoDocs give errors, so we remove them
 License: GPL
 Homepage: http://http.cs.berkeley.edu/~bh/
 


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


[cvs] dists/10.4/unstable/main/finkinfo/languages ucblogo.info, 1.1, 1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18764

Modified Files:
ucblogo.info 
Log Message:
validation fix


Index: ucblogo.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ucblogo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ucblogo.info20 Jan 2006 20:28:27 -  1.1
+++ ucblogo.info12 Mar 2007 06:27:23 -  1.2
@@ -1,6 +1,6 @@
 Package: ucblogo
 Version: 5.3
-Revision: 2
+Revision: 3
 Maintainer: Matthias Neeracher [EMAIL PROTECTED]
 BuildDepends: x11-dev
 Depends: x11
@@ -12,12 +12,14 @@
  rm %i/lib/ucblogo/emacs/comint-logo.elc
  rm %i/lib/ucblogo/emacs/letrec.elc
  rm %i/lib/ucblogo/emacs/logo.elc
+ rm -f %i/share/info/*
 
 DocFiles: README general-public-license
 Description: Berkeley Logo Interpreter
 DescDetail: 
 This is an interpreter for the Logo programming language.
 
+DescPackaging: InfoDocs give errors, so we remove them
 License: GPL
 Homepage: http://http.cs.berkeley.edu/~bh/
 


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


[cvs] dists/10.4/stable/main/finkinfo/editors wl.info,1.2,1.3

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20334

Modified Files:
wl.info 
Log Message:
validation fix


Index: wl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/wl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wl.info 16 Dec 2006 21:30:21 -  1.2
+++ wl.info 12 Mar 2007 06:31:43 -  1.3
@@ -1,6 +1,6 @@
 Package: wl
 Version: 2.12.2
-Revision: 6
+Revision: 7
 BuildDepends: fink (= 0.24.12)
 Depends: emacsen, apel (= 10.3-1), flim (= 1.14.3-1) | limit, semi (= 
1.14.3-1), make
 Suggests: gnupg, openssl, w3m-el, mhc, starttls
@@ -44,6 +44,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: BUGS* COPYING ChangeLog INSTALL* NEWS* README* doc/TODO* etc/VERSION
+InfoDocs: wl.info wl-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -x %p/lib/emacsen-common/emacs-package-install ]
 then


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


[cvs] dists/10.4/unstable/main/finkinfo/editors wl.info,1.3,1.4

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20732

Modified Files:
wl.info 
Log Message:
validation fix


Index: wl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/wl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wl.info 16 Dec 2006 21:30:28 -  1.3
+++ wl.info 12 Mar 2007 06:32:28 -  1.4
@@ -1,6 +1,6 @@
 Package: wl
 Version: 2.14.0+cvs20050405
-Revision: 3
+Revision: 4
 BuildDepends: fink (= 0.24.12)
 Depends: emacsen, apel (= 10.6-1), flim (= 1.14.6-1) | limit (= 1.14.6-1), 
semi (= 1.14.6-1), make
 Suggests: gnupg, openssl, w3m-el, mhc, starttls
@@ -47,6 +47,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
 DocFiles: BUGS* COPYING ChangeLog INSTALL* NEWS* README* doc/TODO* etc/VERSION
+InfoDocs: wl.info wl-ja.info
 PostInstScript: 
 if [ $1 = configure ]  [ -x %p/lib/emacsen-common/emacs-package-install ]
 then


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


[cvs] dists/10.4/unstable/main/finkinfo/editors yatex.info,1.3,1.4

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24561

Modified Files:
yatex.info 
Log Message:
validation fix


Index: yatex.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/yatex.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- yatex.info  16 Dec 2006 21:33:58 -  1.3
+++ yatex.info  12 Mar 2007 06:42:59 -  1.4
@@ -1,6 +1,6 @@
 Package: yatex
 Version: 1.72
-Revision: 4
+Revision: 5
 BuildDepends: fink (= 0.24.12)
 Depends: emacsen
 Recommends: ptex-base | tetex-base, xdvi
@@ -18,7 +18,7 @@
 CompileScript: echo Nothing is compiled in this section.
 InstallScript: 
 install -m 755 -d %i/share/info
-install -m 644 docs/{yatexe,yatexj,yahtmle,yahtmlj} %i/share/info
+#install -m 644 docs/{yatexe,yatexj,yahtmle,yahtmlj} %i/share/info
 
 install -m 755 -d %i/share/emacs/site-lisp/%n
 install -m 644 *.el help/* %i/share/emacs/site-lisp/%n
@@ -91,6 +91,7 @@
 
 ConfFiles: %p/etc/emacs/site-start.d/50%n.el
 Description: Yet Another TeX mode for Emacs
+DescPackaging: InfoDocs give trouble so we do not install them
 DescDetail: 
 YaTeX is an intelligent, acquisitive and integrated package which
 reduces your efforts of composing LaTeX source on Emacs.


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


[cvs] dists/10.4/stable/main/finkinfo/editors yatex.info, 1.1, 1.2 yatex.patch, 1.1, 1.2

2007-03-11 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24963

Modified Files:
yatex.info yatex.patch 
Log Message:
move to stable


Index: yatex.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/yatex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yatex.patch 20 Jan 2006 20:12:52 -  1.1
+++ yatex.patch 12 Mar 2007 06:43:54 -  1.2
@@ -1,6 +1,6 @@
 diff -Naur yatex1.72.orig/fink/yatex-install yatex1.72/fink/yatex-install
 yatex1.72.orig/fink/yatex-install  Thu Jan  1 09:00:00 1970
-+++ yatex1.72/fink/yatex-install   Tue Feb 24 02:49:24 2004
+--- yatex1.72.orig/fink/yatex-install  1970-01-01 09:00:00.0 +0900
 yatex1.72/fink/yatex-install   2006-03-22 14:12:16.0 +0900
 @@ -0,0 +1,48 @@
 +#!/bin/bash -e
 +# @PREFIX@/lib/emacsen-common/packages/install/yatex
@@ -26,7 +26,7 @@
 +LISP=comment.el yatex.el yatexadd.el yatexgen.el yatexenv.el \
 +yatexlib.el yatexprc.el yatexpkg.el \
 +yatexmth.el yatexhks.el yatexhlp.el \
-+yatexm-o.el yatexsec.el  yatexhie.el yahtml.el
++yatexm-o.el yatexsec.el  yatexhie.el yahtml.el xdvi-search.el
 +
 +if [ ${FLAVOR} != emacs ]
 +then
@@ -51,8 +51,8 @@
 +
 +exit 0
 diff -Naur yatex1.72.orig/fink/yatex-remove yatex1.72/fink/yatex-remove
 yatex1.72.orig/fink/yatex-remove   Thu Jan  1 09:00:00 1970
-+++ yatex1.72/fink/yatex-removeTue Feb 24 02:50:49 2004
+--- yatex1.72.orig/fink/yatex-remove   1970-01-01 09:00:00.0 +0900
 yatex1.72/fink/yatex-remove2006-03-22 14:04:09.0 +0900
 @@ -0,0 +1,19 @@
 +#!/bin/bash -e
 +# @PREFIX@/lib/emacsen-common/packages/remove/yatex
@@ -66,7 +66,7 @@
 +
 +if [ ${FLAVOR} != emacs ]
 +then
-+  echo -n remove/$PACKAGE: Removing for $FLAVOR...
++  /bin/echo remove/$PACKAGE: Removing for $FLAVOR...\c
 +#rm -f $ELCDIR/{*.elc,$LOG.gz,yatex19.el,YATEXHLP.eng,YATEXHLP.jp}
 +rm -f $ELCDIR/{*.elc,$LOG.gz,yatex19.el}
 +rmdir $ELCDIR || true
@@ -74,9 +74,9 @@
 +fi
 +exit 0
 diff -Naur yatex1.72.orig/fink/yatex-startup yatex1.72/fink/yatex-startup
 yatex1.72.orig/fink/yatex-startup  Thu Jan  1 09:00:00 1970
-+++ yatex1.72/fink/yatex-startup   Tue Feb 24 02:39:36 2004
-@@ -0,0 +1,109 @@
+--- yatex1.72.orig/fink/yatex-startup  1970-01-01 09:00:00.0 +0900
 yatex1.72/fink/yatex-startup   2006-03-22 14:17:31.0 +0900
+@@ -0,0 +1,122 @@
 +;;
 +;;
 +;; @PREFIX@/etc/emacs/site-start.d/50yatex.el
@@ -137,6 +137,7 @@
 +;   (YaTeX-use-LaTeX2e platex)
 +;   (YaTeX-japan jlatex)
 +;   (t latex)))
++(setq tex-command @PREFIX@/bin/platex -src)
 +
 +;;
 +;; YaTeX BibTeX command
@@ -151,7 +152,7 @@
 +;;
 +;; YaTeX previewer command
 +;;
-+(setq dvi2-command xdvi -geo +0+0 -s 4 -display :0)
++(setq dvi2-command xdvi -geo +0+0 -s 6 -display :0)
 +
 +;;
 +;; YaTeX command for printing
@@ -163,6 +164,18 @@
 +;;
 +;(setq dviprint-command-format dvi2ps %f %t %s | lpr)
 +
++;; for TeX source special
++(if (load xdvi-search t)
++(progn
++  (server-start)
++  (custom-set-variables
++   '(server-switch-hook (quote (raise-frame
++  (custom-set-faces)
++  (add-hook 'yatex-mode-hook
++'(lambda ()
++   (define-key YaTeX-mode-map \C-c\C-j 'xdvi-jump-to-line)))
++))
++
 +
 +;;
 +;; YaHTML lint command

Index: yatex.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/yatex.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yatex.info  20 Jan 2006 20:12:52 -  1.1
+++ yatex.info  12 Mar 2007 06:43:54 -  1.2
@@ -1,15 +1,24 @@
 Package: yatex
 Version: 1.72
-Revision: 2
+Revision: 5
+BuildDepends: fink (= 0.24.12)
 Depends: emacsen
 Recommends: ptex-base | tetex-base, xdvi
 Source: http://www.yatex.org/%n%v.tar.gz
 Source-MD5:ddc66e29cf7909c8cf0877f3a8fbfd0a
-PatchScript: sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
+# Downloaded from http://xdvi.sourceforge.net/xdvi-search.el
+Source2: 
http://mh.sodan.ecc.u-tokyo.ac.jp/~okayama/distfiles/xdvi-search-1.35.el
+Source2-MD5: 2bc5ad28e69afbc95760c2a596b1e196
+PatchFile: %n.patch
+PatchFile-MD5: c0bf9aca939b428051dbe52370b6aa8a
+PatchScript: 
+ sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
+ mv ../xdvi-search-1.35.el xdvi-search.el
+
 CompileScript: echo Nothing is compiled in this section.
 InstallScript: 
 install -m 755 -d %i/share/info
-install -m 644 docs/{yatexe,yatexj,yahtmle,yahtmlj} %i/share/info
+#install -m 644 docs/{yatexe,yatexj,yahtmle,yahtmlj} %i/share/info
 
 install -m 755 -d %i/share/emacs/site-lisp/%n
 install -m 644 *.el help/* %i/share/emacs/site-lisp/%n
@@ -82,6 +91,7 @@
 
 ConfFiles: