[cvs] dists/10.4/unstable/main/finkinfo/editors joe.info, 1.3, 1.4 joe.patch, 1.1, 1.2

2007-05-29 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv12538

Modified Files:
joe.info joe.patch 
Log Message:
New version by maintainer:
http://sourceforge.net/support/tracker.php?aid=1722214


Index: joe.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/joe.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- joe.info13 Jan 2007 12:34:32 -  1.3
+++ joe.info29 May 2007 12:28:06 -  1.4
@@ -1,38 +1,127 @@
 Package: joe
-Version: 3.3
-Revision: 1002
-Maintainer: Andreas Gockel [EMAIL PROTECTED]
-Source: mirror:sourceforge:%n-editor/%n-%v.tar.gz
-Source-MD5: 02221716679c039c5da00c275d61dbf4
-BuildDepends: libncurses5 (= 5.4-20041023-1006) | libncursesw5 (= 
5.4-20041023-1001)
+Version: 3.5
+Revision: 1001
+Description: User friendly full screen text editor
+License: GPL
+Maintainer: Andreas Gockel [EMAIL PROTECTED]
 Depends: libncurses5-shlibs (= 5.4-20041023-1006) | libncursesw5-shlibs (= 
5.4-20041023-1001)
+BuildDepends: libncurses5 (= 5.4-20041023-1006) | libncursesw5 (= 
5.4-20041023-1001)
+Suggests: ispell | aspell
+Source: mirror:sourceforge:%n-editor/%n-%v.tar.gz
+Source-MD5: 9bdffecce7ef910feaa06452d48843de
+Source2: 
http://cvsweb.allbsd.org/cvsweb.cgi/~checkout~/contrib/code/jupp/jupprc?rev=1.11content-type=text/plaincvsroot=mirbsdonly_with_tag=%n-3_1jupp8
+Source2Rename: jupprc-%n-3_1jupp8
+Source2-MD5: 2fef51678d95cfb4afc98d9af159e2ad
 Patch: %n.patch
-ConfigureParams: --mandir=%p/share/man
+ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc 
--disable-dependency-tracking
 InstallScript: 
  make install DESTDIR=%d
+ /bin/rm %i/bin/termidx
+ /bin/ln -s %n %i/bin/jupp
+ /usr/bin/install -c -m 444 ../jupprc-%n-3_1jupp8 %i/etc/%n/jupprc
+ /usr/bin/gzip -9 %i/share/man/man1/%n.1
+ /usr/bin/gzip -9 %i/share/man/ru/man1/%n.1
+ for i in jmacs jstar r%n jpico jupp; do \
+  /bin/ln -s %n.1.gz %i/share/man/man1/${i}.1.gz; \
+ done
+ for i in COPYING TODO docs/help-system.html; do \
+  /usr/bin/install -c -m 444 ${i} %i/share/doc/%n/; \
+ done
+ for i in ChangeLog COPYING HACKING help-system.html HINTS LIST NEWS README 
TODO; do \
+  /usr/bin/gzip -9 %i/share/doc/%n/${i}; \
+ done
+
+PostInstScript: 
+ if [ $1 = configure ]; then
+  update-alternatives --install %p/bin/editor editor %p/bin/%n 70 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz %p/share/man/man1/%n.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/%nrc 70
+  update-alternatives --install %p/bin/editor editor %p/bin/jupp 50 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz 
%p/share/man/man1/jupp.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/jupprc 50
+  update-alternatives --install %p/bin/editor editor %p/bin/jmacs 50 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz 
%p/share/man/man1/jmacs.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/jmacsrc 
50
+  update-alternatives --install %p/bin/editor editor %p/bin/jstar 50 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz 
%p/share/man/man1/jstar.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/jstarrc 
50
+  update-alternatives --install %p/bin/editor editor %p/bin/jpico 50 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz 
%p/share/man/man1/jpico.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/jpicorc 
50
+  update-alternatives --install %p/bin/editor editor %p/bin/r%n 25 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz 
%p/share/man/man1/r%n.1.gz
+  update-alternatives --install %p/etc/%n/editorrc editorrc %p/etc/%n/r%nrc 25
+ fi
+
+PreRmScript: 
+ if [ $1 != upgrade ]; then
+  update-alternatives --remove editor %p/bin/%n
+  update-alternatives --remove editorrc %p/etc/%n/%nrc
+  update-alternatives --remove editor %p/bin/jupp
+  update-alternatives --remove editorrc %p/etc/%n/jupprc
+  update-alternatives --remove editor %p/bin/jmacs
+  update-alternatives --remove editorrc %p/etc/%n/jmacsrc
+  update-alternatives --remove editor %p/bin/jstar
+  update-alternatives --remove editorrc %p/etc/%n/jstarrc
+  update-alternatives --remove editor %p/bin/jpico
+  update-alternatives --remove editorrc %p/etc/%n/jpicorc
+  update-alternatives --remove editor %p/bin/r%n
+  update-alternatives --remove editorrc %p/etc/%n/r%nrc
+ fi
+
+PostRmScript: 
+ if [ $1 = purge ]; then
+  rm -rf %p/etc/%n
+ fi
 
 ConfFiles: 
- %p/etc/joe/joerc %p/etc/joe/jmacsrc %p/etc/joe/jstarrc 
%p/etc/joe/charmaps/klingon
- %p/etc/joe/rjoerc %p/etc/joe/jpicorc %p/etc/joe/syntax/c.jsf
- %p/etc/joe/syntax/perl.jsf %p/etc/joe/syntax/verilog.jsf 
%p/etc/joe/syntax/conf.jsf
- %p/etc/joe/syntax/python.jsf %p/etc/joe/syntax/php.jsf 
%p/etc/joe/syntax/sh.jsf
- %p/etc/joe/syntax/mail.jsf %p/etc/joe/syntax/pascal.jsf 
%p/etc/joe/syntax/html.jsf
- 

[cvs] dists/10.4/unstable/main/finkinfo/sound easytag.info,1.6,1.7

2007-05-29 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv10543/10.4/unstable/main/finkinfo/sound

Modified Files:
easytag.info 
Log Message:
New version by maintainer:
http://sourceforge.net/support/tracker.php?aid=1724360


Index: easytag.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/easytag.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- easytag.info11 May 2007 00:28:20 -  1.6
+++ easytag.info29 May 2007 13:41:44 -  1.7
@@ -1,5 +1,5 @@
 Package: easytag
-Version: 2.0
+Version: 2.1
 Revision: 1
 Description: Viewing, editing and writing ID3 tags
 License: GPL
@@ -19,6 +19,7 @@
libvorbis0,
pango1-xft2-dev,
pkgconfig,
+   wavpack1-dev (=4.41.0-1),
x11-dev
 
 Depends: 
@@ -32,10 +33,11 @@
libogg-shlibs,
libvorbis0-shlibs,
pango1-xft2-shlibs,
+   wavpack1-shlibs (=4.41.0-1),
x11
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: af37a0a34e4d0808aabb7a24cffc75ee
+Source-MD5: a585cb9e400ba460ec1801856ea5e90f
 ConfigureParams: 
--disable-mp4 \
--mandir=%p/share/man \
@@ -47,6 +49,6 @@
 Homepage: http://easytag.sourceforge.net/
 DescDetail: 
 EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
-Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+
-interface makes tagging easier under GNU/Linux, OS X or Windows.
+Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its simple and
+nice GTK+ interface makes tagging easier under GNU/Linux, OS X or Windows.
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sound easytag.info,1.6,1.7

2007-05-29 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv10543/10.3/unstable/main/finkinfo/sound

Modified Files:
easytag.info 
Log Message:
New version by maintainer:
http://sourceforge.net/support/tracker.php?aid=1724360


Index: easytag.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/easytag.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- easytag.info21 Dec 2006 17:28:21 -  1.6
+++ easytag.info29 May 2007 13:41:44 -  1.7
@@ -1,5 +1,5 @@
 Package: easytag
-Version: 1.99.13
+Version: 2.1
 Revision: 1
 Description: Viewing, editing and writing ID3 tags
 License: GPL
@@ -19,6 +19,7 @@
libvorbis0,
pango1-xft2-dev,
pkgconfig,
+   wavpack1-dev (=4.41.0-1),
x11-dev
 
 Depends: 
@@ -32,10 +33,11 @@
libogg-shlibs,
libvorbis0-shlibs,
pango1-xft2-shlibs,
+   wavpack1-shlibs (=4.41.0-1),
x11
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 31526824095cedc2ba13e57a4fa490c2
+Source-MD5: a585cb9e400ba460ec1801856ea5e90f
 ConfigureParams: 
--disable-mp4 \
--mandir=%p/share/man \
@@ -47,8 +49,6 @@
 Homepage: http://easytag.sourceforge.net/
 DescDetail: 
 EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
-Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+
-interface makes tagging easier under GNU/Linux.
+Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its simple and
+nice GTK+ interface makes tagging easier under GNU/Linux, OS X or Windows.
 
-
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r802 - in /trunk/experimental: 10.3/main/finkinfo/graphics/cairo.info 10.4/main/finkinfo/graphics/cairo.info common/main/finkinfo/graphics/cairo.info

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 16:15:57 2007
New Revision: 802

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=802repname=user%3a+ranger
Log:
fix build issues

Modified:
trunk/experimental/10.3/main/finkinfo/graphics/cairo.info
trunk/experimental/10.4/main/finkinfo/graphics/cairo.info
trunk/experimental/common/main/finkinfo/graphics/cairo.info

Modified: trunk/experimental/10.3/main/finkinfo/graphics/cairo.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/graphics/cairo.inforev=802repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/graphics/cairo.info (original)
+++ trunk/experimental/10.3/main/finkinfo/graphics/cairo.info Tue May 29 
16:15:57 2007
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.4.6
-Revision: 12
+Revision: 13
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -40,17 +40,18 @@
 #!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
-   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
./configure %c
find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/fontconfig2/include ,'
make
 
 
 InstallScript: 
+#!/bin/sh -ex
make install DESTDIR=%d
perl -pi -e 's,xrender = 0.6,,' %i/lib/pkgconfig/*.pc
-   perl -pi -e 's,^(Libs: .*)$,$1 -L/usr/X11R6/lib -lXrender -lXext -lX11 
-lICE -lSM,' cairo.pc
-   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' cairo.pc
+   perl -pi -e 's,^(Libs.private:.*)$,$1 -lXrender -lXext,' 
%i/lib/pkgconfig/cairo.pc
+   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' 
%i/lib/pkgconfig/cairo.pc
 
 DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
 SplitOff: 

Modified: trunk/experimental/10.4/main/finkinfo/graphics/cairo.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/graphics/cairo.inforev=802repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/graphics/cairo.info (original)
+++ trunk/experimental/10.4/main/finkinfo/graphics/cairo.info Tue May 29 
16:15:57 2007
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.4.6
-Revision: 1022
+Revision: 1023
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -40,17 +40,18 @@
 #!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
-   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
./configure %c
find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/fontconfig2/include ,'
make
 
 
 InstallScript: 
+#!/bin/sh -ex
make install DESTDIR=%d
perl -pi -e 's,xrender = 0.6,,' %i/lib/pkgconfig/*.pc
-   perl -pi -e 's,^(Libs: .*)$,$1 -L/usr/X11R6/lib -lXrender -lXext -lX11 
-lICE -lSM,' cairo.pc
-   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' cairo.pc
+   perl -pi -e 's,^(Libs.private:.*)$,$1 -lXrender -lXext,' 
%i/lib/pkgconfig/cairo.pc
+   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' 
%i/lib/pkgconfig/cairo.pc
 
 DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
 SplitOff: 

Modified: trunk/experimental/common/main/finkinfo/graphics/cairo.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/graphics/cairo.inforev=802repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/graphics/cairo.info (original)
+++ trunk/experimental/common/main/finkinfo/graphics/cairo.info Tue May 29 
16:15:57 2007
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.4.6
-Revision: 2
+Revision: 3
 
 CustomMirror: RangerMirror
 Source: http://cairographics.org/releases/%n-%v.tar.gz
@@ -27,16 +27,17 @@
 #!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
-   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH

[cvs] dists/10.4/unstable/main/finkinfo/gnome dasher.info, 1.2.2.24, 1.2.2.25 eog.info, 1.6.2.29, 1.6.2.30 file-roller.info, 1.5.2.21, 1.5.2.22 gdm.info, 1.4.2.21, 1.4.2.22 gnome-desktop.info, 1.6.2.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv5648/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
dasher.info eog.info file-roller.info gdm.info 
gnome-desktop.info gnome-games.info gnome-menus2-dev.info 
gnome-panel.info gnome-system-monitor.info gtk2-engines.info 
gtkhtml3.14-dev.info libwnck1.18.info nautilus-cd-burner.info 
rhythmbox.info vte.info zenity.info 
Log Message:
new upstreams

Index: gnome-games.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-games.info,v
retrieving revision 1.4.2.30
retrieving revision 1.4.2.31
diff -u -d -r1.4.2.30 -r1.4.2.31
--- gnome-games.info4 May 2007 18:14:36 -   1.4.2.30
+++ gnome-games.info29 May 2007 16:08:56 -  1.4.2.31
@@ -1,6 +1,6 @@
 Package: gnome-games
 
-Version: 2.18.1.1
+Version: 2.18.2
 Revision: 1001
 
 GCC: 4.0
@@ -97,7 +97,7 @@
 
 Replaces: gnome-games-dev ( 2.12.0-1), gnome-games-shlibs ( 2.12.0-1)
 Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
-Source-MD5: 3e7dedf811f952efe8a32a7cea790a09
+Source-MD5: fcc0e2fafbc2486b0c003feabf00342d
 Patch: %n.patch
 PatchScript: 
#!/bin/sh -ev

Index: nautilus-cd-burner.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/nautilus-cd-burner.info,v
retrieving revision 1.7.2.26
retrieving revision 1.7.2.27
diff -u -d -r1.7.2.26 -r1.7.2.27
--- nautilus-cd-burner.info 12 Mar 2007 20:11:05 -  1.7.2.26
+++ nautilus-cd-burner.info 29 May 2007 16:08:57 -  1.7.2.27
@@ -1,5 +1,5 @@
 Package: nautilus-cd-burner
-Version: 2.18.0
+Version: 2.18.2
 Revision: 1001
 GCC: 4.0
 
@@ -84,7 +84,7 @@
 
 
 Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
-Source-MD5: 90b71393db1d78c7d5ab2e740f2f1678
+Source-MD5: fee9ec2f398a6b1eacfd59e239d06837
 
 ConfigureParams: --mandir=%p/share/man --libexecdir=%p/lib/%n 
--disable-dependency-tracking --disable-schemas-install --enable-hal 
--disable-gnome-mount --enable-more-warnings --enable-static 
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

Index: gtk2-engines.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk2-engines.info,v
retrieving revision 1.5.2.13
retrieving revision 1.5.2.14
diff -u -d -r1.5.2.13 -r1.5.2.14
--- gtk2-engines.info   8 May 2007 14:05:32 -   1.5.2.13
+++ gtk2-engines.info   29 May 2007 16:08:57 -  1.5.2.14
@@ -1,5 +1,5 @@
 Package: gtk2-engines
-Version: 2.10.1
+Version: 2.10.2
 Revision: 1
 Depends: 
atk1-shlibs (= 1.17.0-1),
@@ -34,7 +34,7 @@
 
 Replaces: gnome-themes ( 2.11.3-1), gnome-themes-extras (0.8.1-1)
 Source: mirror:gnome:sources/gtk-engines/2.10/gtk-engines-%v.tar.bz2
-Source-MD5: ce66ea6db4d8886b949239b3f3c53c14
+Source-MD5: 01de081b24d7b5d92093cad5c5e4b8c7
 ConfigureParams: --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: 
  ./configure %c

Index: rhythmbox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/rhythmbox.info,v
retrieving revision 1.5.2.20
retrieving revision 1.5.2.21
diff -u -d -r1.5.2.20 -r1.5.2.21
--- rhythmbox.info  3 Apr 2007 02:13:42 -   1.5.2.20
+++ rhythmbox.info  29 May 2007 16:08:57 -  1.5.2.21
@@ -1,5 +1,5 @@
 Package: rhythmbox
-Version: 0.10.0
+Version: 0.10.1
 Revision: 1001
 Recommends: gst-plugins-0.10
 Depends: 
@@ -83,7 +83,7 @@
xft2-dev
 
 Source: mirror:gnome:sources/%n/0.10/%n-%v.tar.bz2
-Source-MD5: 0cbd4339aebc2be4ffc29aa70809f589
+Source-MD5: 6ab510d54654d2973f91b5d0de54f854
 Patch: %n.patch
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1

Index: zenity.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/zenity.info,v
retrieving revision 1.6.2.18
retrieving revision 1.6.2.19
diff -u -d -r1.6.2.18 -r1.6.2.19
--- zenity.info 10 Apr 2007 02:07:43 -  1.6.2.18
+++ zenity.info 29 May 2007 16:08:57 -  1.6.2.19
@@ -1,5 +1,5 @@
 Package: zenity
-Version: 2.18.1
+Version: 2.18.2
 Revision: 1
 Depends: 
atk1-shlibs (= 1.17.0-1),
@@ -58,7 +58,7 @@
xft2-dev
 
 Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
-Source-MD5: 57eec577b47836452d316cab066bad8a
+Source-MD5: 6eb60cebdfddd7f9ad302d0b5477382e
 SetCFLAGS: -Os
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 

[cvs] dists/10.4/unstable/main/finkinfo/x11-wm metacity.info, 1.8.2.17, 1.8.2.18

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sc8-pr-cvs17:/tmp/cvs-serv5648/main/finkinfo/x11-wm

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

Index: metacity.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/metacity.info,v
retrieving revision 1.8.2.17
retrieving revision 1.8.2.18
diff -u -d -r1.8.2.17 -r1.8.2.18
--- metacity.info   9 Apr 2007 17:10:22 -   1.8.2.17
+++ metacity.info   29 May 2007 16:08:57 -  1.8.2.18
@@ -1,5 +1,5 @@
 Package: metacity
-Version: 2.18.2
+Version: 2.18.3
 Revision: 1
 Depends: 
%N-shlibs (= %v-%r),
@@ -42,7 +42,7 @@
xft2-dev
 
 Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
-Source-MD5: 45cdadd7d6213aeca3d9f1acc1d1d70f
+Source-MD5: 1687de35cd7bb209641a5e1e223c5de1
 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 
-I/usr/X11R6/include
 NoSetLDFLAGS: true


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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.24, 1.3.2.25 evolution-data-server.info, 1.4.2.31, 1.4.2.32 evolution.info, 1.5.2.39, 1.5.2.40

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv5648/crypto/finkinfo

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

Index: evolution.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/evolution.info,v
retrieving revision 1.5.2.39
retrieving revision 1.5.2.40
diff -u -d -r1.5.2.39 -r1.5.2.40
--- evolution.info  9 Apr 2007 17:10:22 -   1.5.2.39
+++ evolution.info  29 May 2007 16:08:56 -  1.5.2.40
@@ -1,5 +1,5 @@
 Package: evolution
-Version: 2.10.1
+Version: 2.10.2
 Revision: 1001
 Depends: 
audiofile-shlibs (= 0.2.3-1),
@@ -100,7 +100,7 @@
 
 BuildConflicts: gtkhtml-dev
 Source: mirror:gnome:sources/%n/2.10/%n-%v.tar.bz2
-Source-MD5: 16051c6cbb617cb04665e402566e0976
+Source-MD5: 4b495be7f5e146ce7b5807134586336e
 PatchScript: 
 #!/bin/sh -ev
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure

Index: evolution-data-server.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/evolution-data-server.info,v
retrieving revision 1.4.2.31
retrieving revision 1.4.2.32
diff -u -d -r1.4.2.31 -r1.4.2.32
--- evolution-data-server.info  9 Apr 2007 17:10:22 -   1.4.2.31
+++ evolution-data-server.info  29 May 2007 16:08:56 -  1.4.2.32
@@ -1,5 +1,5 @@
 Package: evolution-data-server
-Version: 1.10.1
+Version: 1.10.2
 Revision: 1001
 Depends: 
%N-1.10-shlibs (= %v-%r),
@@ -81,7 +81,7 @@
 
 Replaces: %N-shlibs, %N-1.8-shlibs
 Source: mirror:gnome:sources/%n/1.10/%n-%v.tar.bz2
-Source-MD5: 1175bf76756009975f684116e76638c3
+Source-MD5: 790dfc97a917dff8384dcb7cad42f87f
 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: epiphany.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/epiphany.info,v
retrieving revision 1.3.2.24
retrieving revision 1.3.2.25
diff -u -d -r1.3.2.24 -r1.3.2.25
--- epiphany.info   8 May 2007 14:05:31 -   1.3.2.24
+++ epiphany.info   29 May 2007 16:08:56 -  1.3.2.25
@@ -1,6 +1,6 @@
 Package: epiphany
 
-Version: 2.18.1
+Version: 2.18.2
 Revision: 1001
 
 Depends: 
@@ -88,7 +88,7 @@
 
 Recommends: yelp, gedit
 Source: mirror:gnome:sources/%n/2.18/%n-%v.tar.bz2
-Source-MD5: 680a14ee43637728c94bcdf02ef16a4a
+Source-MD5: d9a82160bafa4e80091681b19a70ba79
 
 Patch: %n.patch
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs nspr.info, NONE, 1.1 nspr.patch, NONE, 1.1 spidermonkey.info, NONE, 1.1 spidermonkey.patch, NONE, 1.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv6919/10.3/unstable/main/finkinfo/libs

Added Files:
nspr.info nspr.patch spidermonkey.info spidermonkey.patch 
Log Message:
nspr and spidermonkey

--- NEW FILE: nspr.patch ---
diff -uNr nspr-4.6.6/mozilla/nsprpub/configure 
nspr-4.6.6-patched/mozilla/nsprpub/configure
--- nspr-4.6.6/mozilla/nsprpub/configure2007-01-18 18:44:31.0 
-0500
+++ nspr-4.6.6-patched/mozilla/nsprpub/configure2007-05-29 
10:50:59.0 -0400
@@ -100,6 +100,16 @@
 infodir='${prefix}/info'
 mandir='${prefix}/man'
 
+# NLS nuisances.
+# Only set these to C if already set.  These must not be set unconditionally
+# because not all systems understand e.g. LANG=C (notably SCO).
+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
+# Non-C LC_CTYPE values break the ctype check.
+if test ${LANG+set}   = set; then LANG=C;   export LANG;   fi
+if test ${LC_ALL+set} = set; then LC_ALL=C; export LC_ALL; fi
+if test ${LC_MESSAGES+set} = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
+if test ${LC_CTYPE+set}= set; then LC_CTYPE=C;export LC_CTYPE;fi
+
 # Initialize some other variables.
 subdirs=
 MFLAGS= MAKEFLAGS=
@@ -488,16 +498,6 @@
   esac
 done
 
-# NLS nuisances.
-# Only set these to C if already set.  These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test ${LANG+set}   = set; then LANG=C;   export LANG;   fi
-if test ${LC_ALL+set} = set; then LC_ALL=C; export LC_ALL; fi
-if test ${LC_MESSAGES+set} = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test ${LC_CTYPE+set}= set; then LC_CTYPE=C;export LC_CTYPE;fi
-
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 rm -rf conftest* confdefs.h
 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
@@ -3855,7 +3855,7 @@
 PR_MD_CSRCS=linux.c
 MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
 DSO_CFLAGS=-fPIC
-DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
+DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@).$(MOD_MINOR_VERSION)'
 _OPTIMIZE_FLAGS=-O2
 _DEBUG_FLAGS=-g -fno-inline  # most people on linux use gcc/gdb, and that
# combo is not yet good at debugging inlined
diff -uNr nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prtime.c 
nspr-4.6.6-patched/mozilla/nsprpub/pr/src/misc/prtime.c
--- nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prtime.c 2007-01-15 
19:31:10.0 -0500
+++ nspr-4.6.6-patched/mozilla/nsprpub/pr/src/misc/prtime.c 2007-05-29 
10:51:10.0 -0400
@@ -1553,7 +1553,7 @@
 case TT_EET: zone_offset =  2 * 60; break;
 case TT_JST: zone_offset =  9 * 60; break;
 default:
-  PR_ASSERT (0);
+  return PR_FAILURE;
   break;
 }
 }
@@ -1595,11 +1595,12 @@
   struct tm localTime;
   time_t secs;
 
-  PR_ASSERT(tm.tm_month  -1 
+  if (!(tm.tm_month  -1
 tm.tm_mday  0 
 tm.tm_hour  -1
 tm.tm_min  -1
-tm.tm_sec  -1);
+tm.tm_sec  -1)) 
+   return PR_FAILURE;
 
 /*
  * To obtain time_t from a tm structure representing the local

--- NEW FILE: spidermonkey.info ---
Package: spidermonkey
Version: 1.60
Revision: 1
CustomMirror: 
Primary: http://ftp.mozilla.org/pub/mozilla.org/js
en-US: http://ftp.mozilla.org/pub/mozilla.org/js/older-packages

Depends: %N-shlibs (= %v-%r)
BuildDepends: 
nspr,
readline5

Source: mirror:custom:js-%v.tar.gz
Source-MD5: bd8f021e43a8fbbec55ac2cd3d483243
PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p2
SourceDirectory: js/src
CompileScript: 
#!/bin/sh -ev

make -j1 -f Makefile.ref LIBDIR=/lib SO_SUFFIX=dylib JS_THREADSAFE=1
ranlib Darwin_OPT.OBJ/libjs.a

InstallScript: 
#!/bin/sh -ev

make -j1 -f Makefile.ref LIBDIR=/lib SO_SUFFIX=dylib 
JS_THREADSAFE=1 install DESTDIR=%d
mv %i/lib/libjs.dylib%i/lib/libjs.1.0.0.dylib
ln -sf libjs.1.0.0.dylib %i/lib/libjs.1.dylib
ln -sf libjs.1.dylib %i/lib/libjs.dylib
install_name_tool -id %p/lib/libjs.1.dylib %i/lib/libjs.1.0.0.dylib

SplitOff: 
Package: %N-shlibs
Files: lib/libjs.*.dylib
Shlibs: %p/lib/libjs.1.dylib 1.0.0 %n (= 1.0-1)

SplitOff2: 
BuildDependsOnly: true
Package: %N-dev
Files: bin/jscpucfg include lib

DocFiles: *.html
Description: Mozilla JavaScript-C Engine
DescPackaging: 
Thanks to the MacPorts package for patches.  :)

License: 

[cvs] dists/10.4/unstable/main/finkinfo/libs nspr.info, NONE, 1.1 nspr.patch, NONE, 1.1 spidermonkey.info, NONE, 1.1 spidermonkey.patch, NONE, 1.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv6919/10.4/unstable/main/finkinfo/libs

Added Files:
nspr.info nspr.patch spidermonkey.info spidermonkey.patch 
Log Message:
nspr and spidermonkey

--- NEW FILE: nspr.patch ---
diff -uNr nspr-4.6.6/mozilla/nsprpub/configure 
nspr-4.6.6-patched/mozilla/nsprpub/configure
--- nspr-4.6.6/mozilla/nsprpub/configure2007-01-18 18:44:31.0 
-0500
+++ nspr-4.6.6-patched/mozilla/nsprpub/configure2007-05-29 
10:50:59.0 -0400
@@ -100,6 +100,16 @@
 infodir='${prefix}/info'
 mandir='${prefix}/man'
 
+# NLS nuisances.
+# Only set these to C if already set.  These must not be set unconditionally
+# because not all systems understand e.g. LANG=C (notably SCO).
+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
+# Non-C LC_CTYPE values break the ctype check.
+if test ${LANG+set}   = set; then LANG=C;   export LANG;   fi
+if test ${LC_ALL+set} = set; then LC_ALL=C; export LC_ALL; fi
+if test ${LC_MESSAGES+set} = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
+if test ${LC_CTYPE+set}= set; then LC_CTYPE=C;export LC_CTYPE;fi
+
 # Initialize some other variables.
 subdirs=
 MFLAGS= MAKEFLAGS=
@@ -488,16 +498,6 @@
   esac
 done
 
-# NLS nuisances.
-# Only set these to C if already set.  These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test ${LANG+set}   = set; then LANG=C;   export LANG;   fi
-if test ${LC_ALL+set} = set; then LC_ALL=C; export LC_ALL; fi
-if test ${LC_MESSAGES+set} = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test ${LC_CTYPE+set}= set; then LC_CTYPE=C;export LC_CTYPE;fi
-
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 rm -rf conftest* confdefs.h
 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
@@ -3855,7 +3855,7 @@
 PR_MD_CSRCS=linux.c
 MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
 DSO_CFLAGS=-fPIC
-DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
+DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@).$(MOD_MINOR_VERSION)'
 _OPTIMIZE_FLAGS=-O2
 _DEBUG_FLAGS=-g -fno-inline  # most people on linux use gcc/gdb, and that
# combo is not yet good at debugging inlined
diff -uNr nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prtime.c 
nspr-4.6.6-patched/mozilla/nsprpub/pr/src/misc/prtime.c
--- nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prtime.c 2007-01-15 
19:31:10.0 -0500
+++ nspr-4.6.6-patched/mozilla/nsprpub/pr/src/misc/prtime.c 2007-05-29 
10:51:10.0 -0400
@@ -1553,7 +1553,7 @@
 case TT_EET: zone_offset =  2 * 60; break;
 case TT_JST: zone_offset =  9 * 60; break;
 default:
-  PR_ASSERT (0);
+  return PR_FAILURE;
   break;
 }
 }
@@ -1595,11 +1595,12 @@
   struct tm localTime;
   time_t secs;
 
-  PR_ASSERT(tm.tm_month  -1 
+  if (!(tm.tm_month  -1
 tm.tm_mday  0 
 tm.tm_hour  -1
 tm.tm_min  -1
-tm.tm_sec  -1);
+tm.tm_sec  -1)) 
+   return PR_FAILURE;
 
 /*
  * To obtain time_t from a tm structure representing the local

--- NEW FILE: spidermonkey.info ---
Package: spidermonkey
Version: 1.60
Revision: 1
CustomMirror: 
Primary: http://ftp.mozilla.org/pub/mozilla.org/js
en-US: http://ftp.mozilla.org/pub/mozilla.org/js/older-packages

Depends: %N-shlibs (= %v-%r)
BuildDepends: 
nspr,
readline5

Source: mirror:custom:js-%v.tar.gz
Source-MD5: bd8f021e43a8fbbec55ac2cd3d483243
PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p2
SourceDirectory: js/src
CompileScript: 
#!/bin/sh -ev

make -j1 -f Makefile.ref LIBDIR=/lib SO_SUFFIX=dylib JS_THREADSAFE=1
ranlib Darwin_OPT.OBJ/libjs.a

InstallScript: 
#!/bin/sh -ev

make -j1 -f Makefile.ref LIBDIR=/lib SO_SUFFIX=dylib 
JS_THREADSAFE=1 install DESTDIR=%d
mv %i/lib/libjs.dylib%i/lib/libjs.1.0.0.dylib
ln -sf libjs.1.0.0.dylib %i/lib/libjs.1.dylib
ln -sf libjs.1.dylib %i/lib/libjs.dylib
install_name_tool -id %p/lib/libjs.1.dylib %i/lib/libjs.1.0.0.dylib

SplitOff: 
Package: %N-shlibs
Files: lib/libjs.*.dylib
Shlibs: %p/lib/libjs.1.dylib 1.0.0 %n (= 1.0-1)

SplitOff2: 
BuildDependsOnly: true
Package: %N-dev
Files: bin/jscpucfg include lib

DocFiles: *.html
Description: Mozilla JavaScript-C Engine
DescPackaging: 
Thanks to the MacPorts package for patches.  :)

License: 

[svn] commit: r803 - in /trunk/experimental/common/main/finkinfo/libs: nspr.info nspr.patch spidermonkey.info spidermonkey.patch

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 18:18:09 2007
New Revision: 803

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=803repname=user%3a+ranger
Log:
spidermonkey and nspr

Added:
trunk/experimental/common/main/finkinfo/libs/nspr.info
trunk/experimental/common/main/finkinfo/libs/nspr.patch
trunk/experimental/common/main/finkinfo/libs/spidermonkey.info
trunk/experimental/common/main/finkinfo/libs/spidermonkey.patch

Added: trunk/experimental/common/main/finkinfo/libs/nspr.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/libs/nspr.inforev=803repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/nspr.info (added)
+++ trunk/experimental/common/main/finkinfo/libs/nspr.info Tue May 29 18:18:09 
2007
@@ -1,0 +1,69 @@
+Package: nspr
+Version: 4.6.6
+Revision: 1
+CustomMirror: 
+   Primary: http://ftp.mozilla.org/pub/mozilla.org/js
+   en-US: http://ftp.mozilla.org/pub/mozilla.org/js/older-packages
+
+Depends: %N-shlibs (= %v-%r)
+BuildDependsOnly: true
+Source: http://ftp.mozilla.org/pub/mozilla.org/%n/releases/v%v/src/%n-%v.tar.gz
+Source-MD5: ba49bc35e2068f54893d3ea7031ad59c
+SourceDirectory: %n-%v/mozilla/nsprpub
+PatchScript: 
+   patch -p3  %a/%n.patch
+   perl -pi -e 's,[EMAIL PROTECTED],%p/lib,g' configure
+
+ConfigureParams: --disable-debug --disable-dependency-tracking
+InstallScript: 
+#!/bin/sh -ev
+
+   pushd dist
+   find . ! -type d | while read FILE; do
+   DIR=`dirname $FILE`
+   install -d -m 755 %i/$DIR
+   install -c -m 644 $FILE %i/$FILE
+   done
+   popd
+
+   rm -rf %i/bin/lib*.dylib
+
+   install -d -m 755 %i/bin
+   install -c -m 755 config/nspr-config %i/bin/
+
+   for file in libnspr4 libplc4 libplds4; do
+   mv %i/lib/$file.dylib %i/lib/$file.1.0.0.dylib
+   ln -sf $file.1.0.0.dylib %i/lib/$file.1.dylib
+   ln -sf $file.1.dylib %i/lib/$file.dylib
+   install_name_tool -id %p/lib/$file.1.dylib 
%i/lib/$file.1.0.0.dylib
+   for dylib in %i/lib/*.dylib; do
+   install_name_tool -change %p/lib/$file.dylib 
%p/lib/$file.1.dylib $dylib
+   done
+   done
+
+SplitOff: 
+   Package: %N-shlibs
+   Files: 
+   lib/libnspr4.*.dylib
+   lib/libplc4.*.dylib
+   lib/libplds4.*.dylib
+   
+   Shlibs: 
+   %p/lib/libnspr4.1.dylib 1.0.0 %n (= 4.6.6-1)
+   %p/lib/libplc4.1.dylib  1.0.0 %n (= 4.6.6-1)
+   %p/lib/libplds4.1.dylib 1.0.0 %n (= 4.6.6-1)
+   
+
+Description: Netscape Portable Runtime
+DescDetail: 
+Netscape Portable Runtime (NSPR) provides a platform-neutral
+API for system level and libc like functions.  The API is
+used in the Mozilla client, many of Netscape/AOL/iPlanet's
+and other software offerings.
+
+DescPackaging: 
+Thanks to the MacPorts package for patches.  :)
+
+License: OSI-Approved
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Homepage: http://www.mozilla.org/projects/nspr/

Added: trunk/experimental/common/main/finkinfo/libs/nspr.patch
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/libs/nspr.patchrev=803repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/nspr.patch (added)
+++ trunk/experimental/common/main/finkinfo/libs/nspr.patch Tue May 29 18:18:09 
2007
@@ -1,0 +1,73 @@
+diff -uNr nspr-4.6.6/mozilla/nsprpub/configure 
nspr-4.6.6-patched/mozilla/nsprpub/configure
+--- nspr-4.6.6/mozilla/nsprpub/configure   2007-01-18 18:44:31.0 
-0500
 nspr-4.6.6-patched/mozilla/nsprpub/configure   2007-05-29 
10:50:59.0 -0400
+@@ -100,6 +100,16 @@
+ infodir='${prefix}/info'
+ mandir='${prefix}/man'
+ 
++# NLS nuisances.
++# Only set these to C if already set.  These must not be set unconditionally
++# because not all systems understand e.g. LANG=C (notably SCO).
++# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
++# Non-C LC_CTYPE values break the ctype check.
++if test ${LANG+set}   = set; then LANG=C;   export LANG;   fi
++if test ${LC_ALL+set} = set; then LC_ALL=C; export LC_ALL; fi
++if test ${LC_MESSAGES+set} = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
++if test ${LC_CTYPE+set}= set; then LC_CTYPE=C;export LC_CTYPE;fi
++
+ # Initialize some other variables.
+ subdirs=
+ MFLAGS= MAKEFLAGS=
+@@ -488,16 +498,6 @@
+   esac
+ done
+ 
+-# NLS nuisances.
+-# Only set these to C if already set.  These must not be set unconditionally
+-# because not all systems understand e.g. LANG=C (notably SCO).
+-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
+-# Non-C 

[cvs] dists/10.4/unstable/main/finkinfo/sci apbs-mpi.info,1.6,NONE

2007-05-29 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv29217

Removed Files:
apbs-mpi.info 
Log Message:
apbs mpi being removed until I can provide a proper package for current version

--- apbs-mpi.info DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/gnome gst-plugins.info, 1.35, 1.36 gstreamer.info, 1.23, 1.24

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv5157/10.3/unstable/main/finkinfo/gnome

Modified Files:
gst-plugins.info gstreamer.info 
Log Message:
shlibs and dep fixes

Index: gst-plugins.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gst-plugins.info,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gst-plugins.info25 May 2007 14:30:35 -  1.35
+++ gst-plugins.info29 May 2007 17:26:49 -  1.36
@@ -1,6 +1,6 @@
 Package: gst-plugins
 Version: 0.8.12
-Revision: 19
+Revision: 20
 Description: Streaming-media framework plugins
 License: Restrictive
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -24,7 +24,7 @@
glib2-dev,
glitz (= 0.5.6-1),
gnome-vfs2-unified-dev,
-   gstreamer-dev (= 0.8.10-11),
+   gstreamer-dev (= 0.8.12-16),
gsm,
gtk+2-dev (= 2.4.0-1),
hermes,
@@ -187,10 +187,10 @@
lib/gstreamer-0.8

Shlibs: 
-   %p/lib/libgstgconf-0.8.0..dylib 2.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstinterfaces-0.8.0.dylib 2.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstmedia-info-0.8.0.dylib 1.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstplay-0.8.0.dylib 2.0.0 %N-shlibs (= 0.8.8-1)
+   %p/lib/libgstgconf-0.8.0.dylib  2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstinterfaces-0.8.0.dylib 2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstmedia-info-0.8.0.dylib 2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstplay-0.8.0.dylib   2.0.0 %N-shlibs (= 
0.8.12-1)

 
 SplitOff2: 

Index: gstreamer.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gstreamer.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- gstreamer.info  25 May 2007 14:30:36 -  1.23
+++ gstreamer.info  29 May 2007 17:26:49 -  1.24
@@ -1,6 +1,6 @@
 Package: gstreamer
 Version: 0.8.12
-Revision: 15
+Revision: 16
 Description: Streaming-media framework
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -93,8 +93,8 @@
lib/gstreamer-0.8

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

 
 SplitOff2: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 gst-plugins.info, 1.11, 1.12 gstreamer.info, 1.8, 1.9

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv5157/10.4/unstable/main/finkinfo/gnome

Modified Files:
gst-plugins.info gstreamer.info 
Log Message:
shlibs and dep fixes

Index: gst-plugins.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gst-plugins.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gst-plugins.info25 May 2007 14:30:36 -  1.11
+++ gst-plugins.info29 May 2007 17:26:49 -  1.12
@@ -1,6 +1,6 @@
 Package: gst-plugins
 Version: 0.8.12
-Revision: 1029
+Revision: 1030
 Description: Streaming-media framework plugins
 License: Restrictive
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -24,7 +24,7 @@
glib2-dev,
glitz (= 0.5.6-1),
gnome-vfs2-unified-dev,
-   gstreamer-dev (= 0.8.10-1021),
+   gstreamer-dev (= 0.8.12-1026),
gsm,
gtk+2-dev (= 2.4.0-1),
hermes,
@@ -187,10 +187,10 @@
lib/gstreamer-0.8

Shlibs: 
-   %p/lib/libgstgconf-0.8.0..dylib 2.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstinterfaces-0.8.0.dylib 2.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstmedia-info-0.8.0.dylib 1.0.0 %N-shlibs (= 0.8.8-1)
-   %p/lib/libgstplay-0.8.0.dylib 2.0.0 %N-shlibs (= 0.8.8-1)
+   %p/lib/libgstgconf-0.8.0.dylib  2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstinterfaces-0.8.0.dylib 2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstmedia-info-0.8.0.dylib 2.0.0 %N-shlibs (= 
0.8.12-1)
+   %p/lib/libgstplay-0.8.0.dylib   2.0.0 %N-shlibs (= 
0.8.12-1)

 
 SplitOff2: 

Index: gstreamer.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gstreamer.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gstreamer.info  25 May 2007 14:30:37 -  1.8
+++ gstreamer.info  29 May 2007 17:26:49 -  1.9
@@ -1,6 +1,6 @@
 Package: gstreamer
 Version: 0.8.12
-Revision: 1025
+Revision: 1026
 Description: Streaming-media framework
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -93,8 +93,8 @@
lib/gstreamer-0.8

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

 
 SplitOff2: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r804 - in /trunk/experimental: 10.3/main/finkinfo/gnome/ 10.4/main/finkinfo/gnome/ common/main/finkinfo/gnome/

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 19:27:17 2007
New Revision: 804

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

Modified:
trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins.info
trunk/experimental/10.3/main/finkinfo/gnome/gstreamer.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins.info
trunk/experimental/10.4/main/finkinfo/gnome/gstreamer.info
trunk/experimental/common/main/finkinfo/gnome/gst-plugins.info
trunk/experimental/common/main/finkinfo/gnome/gstreamer.info

Modified: trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins.inforev=804repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins.info (original)
+++ trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins.info Tue May 29 
19:27:17 2007
@@ -1,6 +1,6 @@
 Package: gst-plugins
 Version: 0.8.12
-Revision: 17
+Revision: 20
 Description: Streaming-media framework plugins
 License: Restrictive
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -9,11 +9,13 @@
 BuildDepends: 
a52dec-dev,
aalib,
+   amrnb-dev,
audiofile,
cairo (= 1.2.0-1),
dbus-dev (= 0.60-1),
docbook-utils,
esound,
+   faac-dev,
flac,
fontconfig2-dev (= 2.3.2-2),
freetype219,
@@ -22,7 +24,7 @@
glib2-dev,
glitz (= 0.5.6-1),
gnome-vfs2-unified-dev,
-   gstreamer-dev (= 0.8.10-11),
+   gstreamer-dev (= 0.8.12-16),
gsm,
gtk+2-dev (= 2.4.0-1),
hermes,
@@ -33,17 +35,20 @@
lcms,
libbonobo2-dev (= 2.6.0-1),
libbonoboui2-dev (= 2.6.0-1),
+   libcdio5-dev (= 0.73-2),
libcdparanoia0-dev,
libdv4 (= 0.104-1),
libdvdcss,
libdvdnav (= 0.1.10-1),
libdvdread4,
+   libfaad1-dev,
libfame1,
libgettext3-dev,
libghttp,
libgnome2-dev (= 2.6.0-1),
libgnomeui2-dev (= 2.6.0-1),
libgnomecanvas2-dev (= 2.6.0-1),
+   libgnugetopt,
libhowl-dev,
libiconv-dev,
libid3tag (= 0.15.0b-3),
@@ -51,7 +56,9 @@
libmad (= 0.15.0b-2),
libmikmod3,
libmng2,
+   libmpcdec3,
libmusicbrainz4,
+   liboil-0.3,
libogg,
libpng3,
libshout4,
@@ -68,7 +75,9 @@
pkgconfig,
popt,
sdl,
+   slang,
speex3,
+   wavpack-dev,
x11-dev,
xfig,
xft2-dev
@@ -82,8 +91,8 @@
 PatchScript: perl -pi -e 's,/etc/xml/catalog,%p/etc/xml/catalog,g' configure
 
 SetCFLAGS: -Os -funroll-loops -fstrict-aliasing -fno-common
-SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/lib/pango-ft219/include 
-I%p/include/cdparanoia -I%p/include
-SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib/pango-ft219/include
+SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/include/cdparanoia -I%p/include
+SetLDFLAGS: -L%p/lib/freetype219/lib
 SetLIBS: -L%p/lib -lz
 SetMAKEFLAGS: -j1
 NoSetCFLAGS: true
@@ -94,7 +103,7 @@
 CompileScript: 
 #!/bin/sh -ev
 
-   export 
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
+   export 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
./configure %c
perl -pi -e s,-export-symbols-regex '.*?',, ext/mpeg2enc/Makefile 
ext/mplex/Makefile
make
@@ -111,9 +120,11 @@
Depends: 
a52dec-shlibs,
aalib-shlibs,
+   amrnb-shlibs,
audiofile-shlibs (= 0.2.5-1),
cairo-shlibs (= 1.2.2-1),
esound-shlibs (= 0.2.34-1),
+   faac-shlibs,
flac-shlibs,
freetype219-shlibs,
gconf2-shlibs (= 2.6.0-1),
@@ -123,24 +134,30 @@
gstreamer-shlibs (= 0.8.10-11),
hermes-shlibs,
icecast,
+   jack-shlibs,
ladspa,
lame-shlibs,
libbonobo2-shlibs (= 2.6.0-1),
+   libcdio5-shlibs,
libcdparanoia0-shlibs,
libdv4-shlibs (= 0.104-1),
libdvdcss-shlibs,
libdvdnav4-shlibs (= 0.1.10-1),
libdvdread4-shlibs,
+   libfaad1-shlibs,
libfame1-shlibs,
libgettext3-shlibs,
libghttp-shlibs,
+   libgnugetopt-shlibs,
libiconv,
libid3tag-shlibs (= 0.15.0b-3),
 

[svn] commit: r806 - in /trunk/experimental: ./ 10.3/main/finkinfo/gnome/ 10.4/main/finkinfo/gnome/ common/main/finkinfo/gnome/

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 19:53:04 2007
New Revision: 806

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=806repname=user%3a+ranger
Log:
someday, I will generate the right deps

Modified:
trunk/experimental/10.3/main/finkinfo/gnome/gst-ffmpeg-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-ffmpeg-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-base-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-python-0.10-py.info
trunk/experimental/10.4/main/finkinfo/gnome/gstreamer.info
trunk/experimental/common/main/finkinfo/gnome/gst-ffmpeg-0.10.info
trunk/experimental/generate-infofiles.pl

Modified: trunk/experimental/10.3/main/finkinfo/gnome/gst-ffmpeg-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/gnome/gst-ffmpeg-0.10.inforev=806repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/gnome/gst-ffmpeg-0.10.info (original)
+++ trunk/experimental/10.3/main/finkinfo/gnome/gst-ffmpeg-0.10.info Tue May 29 
19:53:04 2007
@@ -39,7 +39,7 @@
 NoSetCFLAGS: true
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-gtk-doc 
--disable-dependency-tracking --disable-sdltest --enable-tests 
--enable-failing-tests 
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
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-gtk-doc 
--disable-dependency-tracking --disable-sdltest --enable-tests 
--enable-failing-tests 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 CompileScript: 
 #!/bin/sh -ex
 

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-ffmpeg-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-ffmpeg-0.10.inforev=806repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-ffmpeg-0.10.info (original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-ffmpeg-0.10.info Tue May 29 
19:53:04 2007
@@ -39,7 +39,7 @@
 NoSetCFLAGS: true
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-gtk-doc 
--disable-dependency-tracking --disable-sdltest --enable-tests 
--enable-failing-tests 
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
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-gtk-doc 
--disable-dependency-tracking --disable-sdltest --enable-tests 
--enable-failing-tests 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 CompileScript: 
 #!/bin/sh -ex
 

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.inforev=806repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info Tue 
May 29 19:53:04 2007
@@ -30,7 +30,7 @@
libxml2,
libxml2-py24,
neon25 (= 0.25.5-1),
-   pango1-xft2-ft219-dev,
+   pango1-xft2-dev,
pyxml-py24,
pkgconfig,
sdl,

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-base-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-base-0.10.inforev=806repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-base-0.10.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-base-0.10.info Tue 
May 29 19:53:04 2007
@@ -30,7 +30,7 @@
libxml2 (= 2.6.7-1),
libxml2-py24,
orbit2-dev (= 2.10.0-1),
-   pango1-xft2-ft219-dev (= 1.10.0-1001),
+   pango1-xft2-dev (= 1.10.0-1001),
pkgconfig,
popt,
pyxml-py24,
@@ -85,7 +85,7 @@
libtheora0-shlibs,
 

[svn] commit: r807 - in /trunk/experimental: 10.3/main/finkinfo/net/mediatomb.info 10.4/main/finkinfo/net/mediatomb.info common/main/finkinfo/net/mediatomb.info

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 20:40:41 2007
New Revision: 807

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

Added:
trunk/experimental/10.3/main/finkinfo/net/mediatomb.info
trunk/experimental/10.4/main/finkinfo/net/mediatomb.info
trunk/experimental/common/main/finkinfo/net/mediatomb.info

Added: trunk/experimental/10.3/main/finkinfo/net/mediatomb.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/net/mediatomb.inforev=807repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/net/mediatomb.info (added)
+++ trunk/experimental/10.3/main/finkinfo/net/mediatomb.info Tue May 29 
20:40:41 2007
@@ -1,0 +1,49 @@
+Package: mediatomb
+Version: 0.9.1
+Revision: 11
+Description: UPnP Media Server w/ Web Interface
+License: GPL
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+
+Depends: 
+   id3lib4-shlibs,
+   libexif12-shlibs,
+   libiconv,
+   nspr-shlibs,
+   spidermonkey-shlibs,
+   sqlite3-shlibs
+
+BuildDepends: 
+   id3lib4-dev,
+   libexif12,
+   libiconv-dev,
+   nspr,
+   spidermonkey-dev,
+   sqlite3-dev
+
+GCC: 3.3
+
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 3cb8a14b17102ec828853679d879f7bc
+
+SetCPPFLAGS: -DXP_UNIX=1
+ConfigureParams: --disable-dependency-tracking --disable-mysql 
--with-js-h=%p/include/js --with-js-libs=%p/lib
+
+InstallScript: make -j1 install DESTDIR=%d
+
+Homepage: http://mediatomb.cc/
+DescDetail: 
+MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
+user interface, it allows you to stream your digital media through
+your home network and listen to/watch it on a variety of UPnP
+compatible devices.
+
+MediaTomb implements the UPnP MediaServer V 1.0 specification that
+can be found on http://www.upnp.org/. The current implementation
+focuses on parts that are required by the specification, however we
+look into extending the functionality to cover the optional parts of
+the spec as well.
+
+MediaTomb should work with any UPnP compliant MediaRenderer.
+
+

Added: trunk/experimental/10.4/main/finkinfo/net/mediatomb.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/net/mediatomb.inforev=807repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/net/mediatomb.info (added)
+++ trunk/experimental/10.4/main/finkinfo/net/mediatomb.info Tue May 29 
20:40:41 2007
@@ -1,0 +1,49 @@
+Package: mediatomb
+Version: 0.9.1
+Revision: 1021
+Description: UPnP Media Server w/ Web Interface
+License: GPL
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+
+Depends: 
+   id3lib4-shlibs,
+   libexif12-shlibs,
+   libiconv,
+   nspr-shlibs,
+   spidermonkey-shlibs,
+   sqlite3-shlibs
+
+BuildDepends: 
+   id3lib4-dev,
+   libexif12,
+   libiconv-dev,
+   nspr,
+   spidermonkey-dev,
+   sqlite3-dev
+
+GCC: 4.0
+
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 3cb8a14b17102ec828853679d879f7bc
+
+SetCPPFLAGS: -DXP_UNIX=1
+ConfigureParams: --disable-dependency-tracking --disable-mysql 
--with-js-h=%p/include/js --with-js-libs=%p/lib
+
+InstallScript: make -j1 install DESTDIR=%d
+
+Homepage: http://mediatomb.cc/
+DescDetail: 
+MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
+user interface, it allows you to stream your digital media through
+your home network and listen to/watch it on a variety of UPnP
+compatible devices.
+
+MediaTomb implements the UPnP MediaServer V 1.0 specification that
+can be found on http://www.upnp.org/. The current implementation
+focuses on parts that are required by the specification, however we
+look into extending the functionality to cover the optional parts of
+the spec as well.
+
+MediaTomb should work with any UPnP compliant MediaRenderer.
+
+

Added: trunk/experimental/common/main/finkinfo/net/mediatomb.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/net/mediatomb.inforev=807repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/net/mediatomb.info (added)
+++ trunk/experimental/common/main/finkinfo/net/mediatomb.info Tue May 29 
20:40:41 2007
@@ -1,0 +1,47 @@
+Package: mediatomb
+Version: 0.9.1
+Revision: 1
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 3cb8a14b17102ec828853679d879f7bc
+GCC: 3.3
+BuildDepends: 
+   id3lib4-dev,
+   libexif12,
+   libiconv-dev,
+   nspr,
+   spidermonkey-dev,
+   sqlite3-dev
+
+Depends: 
+   id3lib4-shlibs,
+   libexif12-shlibs,
+   libiconv,
+   nspr-shlibs,
+   spidermonkey-shlibs,
+   sqlite3-shlibs
+
+SetCPPFLAGS: -DXP_UNIX=1

[cvs] dists/10.3/unstable/main/finkinfo/net mediatomb.info,NONE,1.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv3372/10.3/unstable/main/finkinfo/net

Added Files:
mediatomb.info 
Log Message:
new package, mediatomb

--- NEW FILE: mediatomb.info ---
Package: mediatomb
Version: 0.9.1
Revision: 11
Description: UPnP Media Server w/ Web Interface
License: GPL
Maintainer: Benjamin Reed [EMAIL PROTECTED]

Depends: 
id3lib4-shlibs,
libexif12-shlibs,
libiconv,
nspr-shlibs,
spidermonkey-shlibs,
sqlite3-shlibs

BuildDepends: 
id3lib4-dev,
libexif12,
libiconv-dev,
nspr,
spidermonkey-dev,
sqlite3-dev

GCC: 3.3

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 3cb8a14b17102ec828853679d879f7bc

SetCPPFLAGS: -DXP_UNIX=1
ConfigureParams: --disable-dependency-tracking --disable-mysql 
--with-js-h=%p/include/js --with-js-libs=%p/lib

InstallScript:  make -j1 install DESTDIR=%d

Homepage: http://mediatomb.cc/
DescDetail: 
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.

MediaTomb implements the UPnP MediaServer V 1.0 specification that
can be found on http://www.upnp.org/. The current implementation
focuses on parts that are required by the specification, however we
look into extending the functionality to cover the optional parts of
the spec as well.

MediaTomb should work with any UPnP compliant MediaRenderer.




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 mediatomb.info,NONE,1.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv3372/10.4/unstable/main/finkinfo/net

Added Files:
mediatomb.info 
Log Message:
new package, mediatomb

--- NEW FILE: mediatomb.info ---
Package: mediatomb
Version: 0.9.1
Revision: 1021
Description: UPnP Media Server w/ Web Interface
License: GPL
Maintainer: Benjamin Reed [EMAIL PROTECTED]

Depends: 
id3lib4-shlibs,
libexif12-shlibs,
libiconv,
nspr-shlibs,
spidermonkey-shlibs,
sqlite3-shlibs

BuildDepends: 
id3lib4-dev,
libexif12,
libiconv-dev,
nspr,
spidermonkey-dev,
sqlite3-dev

GCC: 4.0

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 3cb8a14b17102ec828853679d879f7bc

SetCPPFLAGS: -DXP_UNIX=1
ConfigureParams: --disable-dependency-tracking --disable-mysql 
--with-js-h=%p/include/js --with-js-libs=%p/lib

InstallScript:  make -j1 install DESTDIR=%d

Homepage: http://mediatomb.cc/
DescDetail: 
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.

MediaTomb implements the UPnP MediaServer V 1.0 specification that
can be found on http://www.upnp.org/. The current implementation
focuses on parts that are required by the specification, however we
look into extending the functionality to cover the optional parts of
the spec as well.

MediaTomb should work with any UPnP compliant MediaRenderer.




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs adns.info,1.7,1.8

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv11813/10.3/unstable/main/finkinfo/libs

Modified Files:
adns.info 
Log Message:
rm obsolete/un-needed fields, prepare for new libname package


Index: adns.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/adns.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- adns.info   1 Dec 2005 19:26:40 -   1.7
+++ adns.info   29 May 2007 19:04:18 -  1.8
@@ -1,7 +1,6 @@
 Package: adns
 Version: 1.1
-Revision: 3
-BuildDepends: gcc3.3
+Revision: 4
 Description: Asynchronous DNS library and utilities
 License: GPL
 Maintainer: None [EMAIL PROTECTED]
@@ -11,8 +10,6 @@
 Patch: %n.patch
 
 ConfigureParams: --disable-dynamic
-SetCC: gcc-3.3
-SetCXX: g++-3.3
 
 InstallScript: 
  mkdir -p %i/lib
@@ -27,7 +24,8 @@
 
 SplitOff: 
   Package: %N-dev
-  Replaces: %N ( 1.1-3)
+  Replaces: %N ( 1.1-3), adns-1.4-dev
+  Conflicts: adns-1.4-dev
   BuildDependsOnly: true
   Files: lib include
   DocFiles: COPYING GPL-vs-LGPL README* changelog TODO


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 adns.info,1.2,1.3

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv12253/10.4/unstable/main/finkinfo/libs

Modified Files:
adns.info 
Log Message:
prepare for new libname package


Index: adns.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/adns.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- adns.info   24 Feb 2006 13:15:18 -  1.2
+++ adns.info   29 May 2007 19:04:53 -  1.3
@@ -1,6 +1,6 @@
 Package: adns
 Version: 1.1
-Revision: 3
+Revision: 4
 Description: Asynchronous DNS library and utilities
 License: GPL
 Maintainer: None [EMAIL PROTECTED]
@@ -24,7 +24,8 @@
 
 SplitOff: 
   Package: %N-dev
-  Replaces: %N ( 1.1-3)
+  Replaces: %N ( 1.1-3), adns-1.4-dev
+  Conflicts: adns-1.4-dev
   BuildDependsOnly: true
   Files: lib include
   DocFiles: COPYING GPL-vs-LGPL README* changelog TODO


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs adns-1.4-shlibs.info, NONE, 1.1 adns-1.4-shlibs.patch, NONE, 1.1

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv12658/10.3/unstable/main/finkinfo/libs

Added Files:
adns-1.4-shlibs.info adns-1.4-shlibs.patch 
Log Message:
First whack at shared-library for this thing


--- NEW FILE: adns-1.4-shlibs.patch ---
diff -Nurd -x'*~' adns-1.4.orig/client/Makefile.in adns-1.4/client/Makefile.in
--- adns-1.4.orig/client/Makefile.in2006-05-10 06:58:02.0 -0400
+++ adns-1.4/client/Makefile.in 2007-04-30 02:40:14.0 -0400
@@ -31,10 +31,11 @@
 PROGRAMS_ALL=  $(PROGRAMS) $(PROGRAMS_LOCAL)
 
 STATIC_LIB=$(ADNSDIR)/libadns.a
+DYNAMIC_LIB=   $(srcdir)/../dynamic/$(SHLIBFILE)
 
 ifeq ($(ENABLE_DYNAMIC),elf)
-DYNAMIC_DEP=   $(srcdir)/../dynamic/$(SHLIBFILE)
-DYNAMIC_LINK=  -L$(srcdir)/../dynamic -ladns
+DYNAMIC_DEP=   $(DYNAMIC_LIB)
+DYNAMIC_LINK=  $(DYNAMIC_LIB)
 DYNAMIC_SUFFIX=_s
 else
 DYNAMIC_DEP=   $(STATIC_LIB)
diff -Nurd -x'*~' adns-1.4.orig/configure adns-1.4/configure
--- adns-1.4.orig/configure 2005-10-15 11:22:08.0 -0400
+++ adns-1.4/configure  2007-04-30 02:33:56.0 -0400
@@ -1726,12 +1726,11 @@
 
 
 
-SHLIBFORLINK='libadns.so'
-SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'
-SHLIBFILE='$(SHLIBSONAME).$(MINOR)'
+SHLIBFORLINK='libadns.dylib'
+SHLIBFILE='libadns.$(MAJOR).$(MINOR)[EMAIL PROTECTED]@.dylib'
 
-SHLIBCC='$(CC) $(CFLAGS) -fpic'
-MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o'
+SHLIBCC='$(CC) $(CFLAGS)'
+MKSHLIB_1='$(CC) $(LDFLAGS) -dynamiclib -install_name 
${prefix}/lib/$(SHLIBFILE) -o'
 MKSHLIB_2=''
 MKSHLIB_3='-lc'
 
@@ -1885,7 +1884,6 @@
 [EMAIL PROTECTED]@%$MKSHLIB_3%g
 [EMAIL PROTECTED]@%$SHLIBFORLINK%g
 [EMAIL PROTECTED]@%$SHLIBFILE%g
[EMAIL PROTECTED]@%$SHLIBSONAME%g
 
 CEOF
 EOF
diff -Nurd -x'*~' adns-1.4.orig/dynamic/Makefile.in adns-1.4/dynamic/Makefile.in
--- adns-1.4.orig/dynamic/Makefile.in   2006-05-10 06:58:02.0 -0400
+++ adns-1.4/dynamic/Makefile.in2007-04-30 02:29:29.0 -0400
@@ -23,7 +23,7 @@
 srcdir=@srcdir@
 VPATH= @srcdir@
 
-TARGETS=   $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK)
+TARGETS=   $(SHLIBFILE) $(SHLIBFORLINK)
 include$(srcdir)/../settings.make
 include$(srcdir)/../src/adns.make
 
@@ -32,17 +32,13 @@
 install:
mkdir -p $(libdir)
$(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
-   ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-   ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
+   ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBFORLINK)
 
 uninstall:
-   rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
+   rm -f $(libdir)/$(SHLIBFILE)
 
 $(SHLIBFORLINK):
-   ln -s $(SHLIBSONAME) $(SHLIBFORLINK)
-
-$(SHLIBSONAME):
-   ln -s $(SHLIBFILE) $(SHLIBSONAME)
+   ln -s $(SHLIBFILE) $(SHLIBFORLINK)
 
 $(SHLIBFILE):  $(ALLOBJS)
rm -f $@
@@ -50,6 +46,6 @@
 
 %_p.o: $(srcdir)/../src/%.c $(srcdir)/../src/adns.h \
$(srcdir)/../src/internal.h $(srcdir)/../src/config.h
-   $(SHLIBCC) -I$(srcdir)/../src -c -o $@ $
+   $(SHLIBCC) -I$(srcdir)/../src -c -o $@ $ -fno-common
 
 $(LIBOBJS):
diff -Nurd -x'*~' adns-1.4.orig/settings.make.in adns-1.4/settings.make.in
--- adns-1.4.orig/settings.make.in  2006-06-06 15:38:16.0 -0400
+++ adns-1.4/settings.make.in   2007-04-30 02:29:29.0 -0400
@@ -24,7 +24,6 @@
 MAJOR= 1
 MINOR= 3
 SHLIBFILE= @SHLIBFILE@
-SHLIBSONAME=   @SHLIBSONAME@
 SHLIBFORLINK=  @SHLIBFORLINK@
 
 CC=@CC@
diff -Nurd -x'*~' adns-1.4.orig/src/internal.h adns-1.4/src/internal.h
--- adns-1.4.orig/src/internal.h2006-04-08 10:36:57.0 -0400
+++ adns-1.4/src/internal.h 2007-04-30 02:31:39.0 -0400
@@ -178,7 +178,7 @@
   struct allocnode *next, *back;
 } allocnode;
 
-union maxalign {
+typedef union maxalign {
   byte d[1];
   struct in_addr ia;
   long l;

--- NEW FILE: adns-1.4-shlibs.info ---
Package: adns-1.4-shlibs
Version: 1.4
Revision: 1
Description: Asynchronous DNS library and utilities
License: GPL
Maintainer: None [EMAIL PROTECTED]

Source: http://www.chiark.greenend.org.uk/~ian/adns/ftp/adns-%v.tar.gz
Source-MD5: 88bc7bbf3f62a8d4fb186b8f72ead853

PatchScript: 
  sed -e 's/@VERSION@/%v/'  %a/%n.patch | patch -p1


NoSetCPPFLAGS: true
NoSetLDFLAGS: true

DocFiles: COPYING GPL-vs-LGPL README* changelog TODO LICENCE.WAIVERS
Shlibs: %p/lib/libadns-1.3_%v.dylib 0.0.0 %n (= 1.4-1)

SplitOff: 
  Package: adns-1.4-dev
  Depends: %N (= %v-%r)
  Replaces: adns ( 1.1-3), adns-dev
  Conflicts: adns-dev
  BuildDependsOnly: true
  Files: lib/libadns.a lib/libadns.dylib include
  DocFiles: COPYING GPL-vs-LGPL README* changelog TODO LICENCE.WAIVERS

SplitOff2: 
  Package: adns
  Depends: %N (= %v-%r)
  Files: bin
  DocFiles: COPYING GPL-vs-LGPL README* changelog TODO 

[cvs] dists/10.3/unstable/main/finkinfo/sci easychem.info,1.4,1.5

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv26491/10.3/unstable/main/finkinfo/sci

Modified Files:
easychem.info 
Log Message:
fix build with some seds

Index: easychem.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/easychem.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- easychem.info   13 Feb 2007 05:37:15 -  1.4
+++ easychem.info   29 May 2007 19:40:16 -  1.5
@@ -1,6 +1,6 @@
 Package: easychem
 Version: 0.6
-Revision: 1
+Revision: 2
 BuildDepends: 
atk1 (= 1.12.3-1),
gettext-tools,
@@ -11,6 +11,7 @@
libiconv-dev,
pango1-xft2-dev (= 1.8.0-1),
pkgconfig (= 0.21-1),
+   sed,
x11-dev
 
 Depends: 
@@ -27,6 +28,7 @@
 Source: mirror:sourceforge:easychem/%n-%v.tar.gz
 Source-MD5: e3c9a7fb7807b6abc592a3472a65d969
 Patch: %n.patch
+PatchScript: perl -pi -e 's,sed,gsed,g' postscript/Makefile
 CompileScript: make -f Makefile.linux PREFIX=%p
 InstallScript: 
mkdir -p %i/bin
@@ -54,6 +56,9 @@
for paths passed into .c code)
 
No install target, so gotta do it manually
+
+   Fix sed for postscript bits to use GNU sed, /usr/bin/sed caused
+   issues on some platforms.
 
 Maintainer: Daniel Macks [EMAIL PROTECTED]
 Homepage: http://easychem.sourceforge.net


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 adns-1.4-shlibs.info, NONE, 1.1 adns-1.4-shlibs.patch, NONE, 1.1

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv6662/10.4/unstable/main/finkinfo/libs

Added Files:
adns-1.4-shlibs.info adns-1.4-shlibs.patch 
Log Message:
May as well propagate this thing


--- NEW FILE: adns-1.4-shlibs.patch ---
diff -Nurd -x'*~' adns-1.4.orig/client/Makefile.in adns-1.4/client/Makefile.in
--- adns-1.4.orig/client/Makefile.in2006-05-10 06:58:02.0 -0400
+++ adns-1.4/client/Makefile.in 2007-04-30 02:40:14.0 -0400
@@ -31,10 +31,11 @@
 PROGRAMS_ALL=  $(PROGRAMS) $(PROGRAMS_LOCAL)
 
 STATIC_LIB=$(ADNSDIR)/libadns.a
+DYNAMIC_LIB=   $(srcdir)/../dynamic/$(SHLIBFILE)
 
 ifeq ($(ENABLE_DYNAMIC),elf)
-DYNAMIC_DEP=   $(srcdir)/../dynamic/$(SHLIBFILE)
-DYNAMIC_LINK=  -L$(srcdir)/../dynamic -ladns
+DYNAMIC_DEP=   $(DYNAMIC_LIB)
+DYNAMIC_LINK=  $(DYNAMIC_LIB)
 DYNAMIC_SUFFIX=_s
 else
 DYNAMIC_DEP=   $(STATIC_LIB)
diff -Nurd -x'*~' adns-1.4.orig/configure adns-1.4/configure
--- adns-1.4.orig/configure 2005-10-15 11:22:08.0 -0400
+++ adns-1.4/configure  2007-04-30 02:33:56.0 -0400
@@ -1726,12 +1726,11 @@
 
 
 
-SHLIBFORLINK='libadns.so'
-SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'
-SHLIBFILE='$(SHLIBSONAME).$(MINOR)'
+SHLIBFORLINK='libadns.dylib'
+SHLIBFILE='libadns.$(MAJOR).$(MINOR)[EMAIL PROTECTED]@.dylib'
 
-SHLIBCC='$(CC) $(CFLAGS) -fpic'
-MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o'
+SHLIBCC='$(CC) $(CFLAGS)'
+MKSHLIB_1='$(CC) $(LDFLAGS) -dynamiclib -install_name 
${prefix}/lib/$(SHLIBFILE) -o'
 MKSHLIB_2=''
 MKSHLIB_3='-lc'
 
@@ -1885,7 +1884,6 @@
 [EMAIL PROTECTED]@%$MKSHLIB_3%g
 [EMAIL PROTECTED]@%$SHLIBFORLINK%g
 [EMAIL PROTECTED]@%$SHLIBFILE%g
[EMAIL PROTECTED]@%$SHLIBSONAME%g
 
 CEOF
 EOF
diff -Nurd -x'*~' adns-1.4.orig/dynamic/Makefile.in adns-1.4/dynamic/Makefile.in
--- adns-1.4.orig/dynamic/Makefile.in   2006-05-10 06:58:02.0 -0400
+++ adns-1.4/dynamic/Makefile.in2007-04-30 02:29:29.0 -0400
@@ -23,7 +23,7 @@
 srcdir=@srcdir@
 VPATH= @srcdir@
 
-TARGETS=   $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK)
+TARGETS=   $(SHLIBFILE) $(SHLIBFORLINK)
 include$(srcdir)/../settings.make
 include$(srcdir)/../src/adns.make
 
@@ -32,17 +32,13 @@
 install:
mkdir -p $(libdir)
$(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
-   ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-   ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
+   ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBFORLINK)
 
 uninstall:
-   rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
+   rm -f $(libdir)/$(SHLIBFILE)
 
 $(SHLIBFORLINK):
-   ln -s $(SHLIBSONAME) $(SHLIBFORLINK)
-
-$(SHLIBSONAME):
-   ln -s $(SHLIBFILE) $(SHLIBSONAME)
+   ln -s $(SHLIBFILE) $(SHLIBFORLINK)
 
 $(SHLIBFILE):  $(ALLOBJS)
rm -f $@
@@ -50,6 +46,6 @@
 
 %_p.o: $(srcdir)/../src/%.c $(srcdir)/../src/adns.h \
$(srcdir)/../src/internal.h $(srcdir)/../src/config.h
-   $(SHLIBCC) -I$(srcdir)/../src -c -o $@ $
+   $(SHLIBCC) -I$(srcdir)/../src -c -o $@ $ -fno-common
 
 $(LIBOBJS):
diff -Nurd -x'*~' adns-1.4.orig/settings.make.in adns-1.4/settings.make.in
--- adns-1.4.orig/settings.make.in  2006-06-06 15:38:16.0 -0400
+++ adns-1.4/settings.make.in   2007-04-30 02:29:29.0 -0400
@@ -24,7 +24,6 @@
 MAJOR= 1
 MINOR= 3
 SHLIBFILE= @SHLIBFILE@
-SHLIBSONAME=   @SHLIBSONAME@
 SHLIBFORLINK=  @SHLIBFORLINK@
 
 CC=@CC@
diff -Nurd -x'*~' adns-1.4.orig/src/internal.h adns-1.4/src/internal.h
--- adns-1.4.orig/src/internal.h2006-04-08 10:36:57.0 -0400
+++ adns-1.4/src/internal.h 2007-04-30 02:31:39.0 -0400
@@ -178,7 +178,7 @@
   struct allocnode *next, *back;
 } allocnode;
 
-union maxalign {
+typedef union maxalign {
   byte d[1];
   struct in_addr ia;
   long l;

--- NEW FILE: adns-1.4-shlibs.info ---
Package: adns-1.4-shlibs
Version: 1.4
Revision: 1
Description: Asynchronous DNS library and utilities
License: GPL
Maintainer: None [EMAIL PROTECTED]

Source: http://www.chiark.greenend.org.uk/~ian/adns/ftp/adns-%v.tar.gz
Source-MD5: 88bc7bbf3f62a8d4fb186b8f72ead853

PatchScript: 
  sed -e 's/@VERSION@/%v/'  %a/%n.patch | patch -p1


NoSetCPPFLAGS: true
NoSetLDFLAGS: true

DocFiles: COPYING GPL-vs-LGPL README* changelog TODO LICENCE.WAIVERS
Shlibs: %p/lib/libadns-1.3_%v.dylib 0.0.0 %n (= 1.4-1)

SplitOff: 
  Package: adns-1.4-dev
  Depends: %N (= %v-%r)
  Replaces: adns ( 1.1-3), adns-dev
  Conflicts: adns-dev
  BuildDependsOnly: true
  Files: lib/libadns.a lib/libadns.dylib include
  DocFiles: COPYING GPL-vs-LGPL README* changelog TODO LICENCE.WAIVERS

SplitOff2: 
  Package: adns
  Depends: %N (= %v-%r)
  Files: bin
  DocFiles: COPYING GPL-vs-LGPL README* changelog TODO LICENCE.WAIVERS



[cvs] dists/10.4/unstable/main/finkinfo/sound wavpack-4.3-1004.info, NONE, 1.1.2.2 easytag.info, 1.3.2.11, 1.3.2.12 lame.info, 1.5, 1.5.2.1 sphinxbase.info, 1.1, 1.1.2.1 wavpack.info, 1.2, 1.2.2.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/sound

Modified Files:
  Tag: pangocairo-branch
easytag.info lame.info sphinxbase.info wavpack.info 
Added Files:
  Tag: pangocairo-branch
wavpack-4.3-1004.info 
Log Message:
merge from HEAD

Index: easytag.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/easytag.info,v
retrieving revision 1.3.2.11
retrieving revision 1.3.2.12
diff -u -d -r1.3.2.11 -r1.3.2.12
--- easytag.info15 May 2007 02:42:01 -  1.3.2.11
+++ easytag.info29 May 2007 20:21:44 -  1.3.2.12
@@ -1,5 +1,5 @@
 Package: easytag
-Version: 2.0
+Version: 2.1
 Revision: 2
 Description: Viewing, editing and writing ID3 tags
 License: GPL
@@ -24,6 +24,7 @@
libvorbis0,
pango1-xft2-ft219-dev (= 1.16.0-1),
pkgconfig (= 0.21-1),
+   wavpack1-dev (=.41.0-1),
x11-dev,
xft2-dev
 
@@ -38,10 +39,11 @@
libogg-shlibs,
libvorbis0-shlibs,
pango1-xft2-ft219-shlibs (= 1.16.0-1),
+   wavpack1-shlibs (=4.41.0-1),
x11
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: af37a0a34e4d0808aabb7a24cffc75ee
+Source-MD5: a585cb9e400ba460ec1801856ea5e90f
 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
 NoSetLDFLAGS: true
 SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
@@ -59,6 +61,6 @@
 Homepage: http://easytag.sourceforge.net/
 DescDetail: 
 EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
-Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+
-interface makes tagging easier under GNU/Linux, OS X or Windows.
+Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its simple and
+nice GTK+ interface makes tagging easier under GNU/Linux, OS X or Windows.
 

Index: wavpack.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/wavpack.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- wavpack.info21 Jan 2006 17:50:30 -  1.2
+++ wavpack.info29 May 2007 20:21:45 -  1.2.2.1
@@ -1,32 +1,33 @@
 Package: wavpack
-Version: 4.3
-Revision: 1002
+Version: 4.41.0
+Revision: 1
 Description: Hybrid lossless audio compression
 License: BSD
-Maintainer: ASARI Takashi [EMAIL PROTECTED]
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-BuildDepends: libiconv-dev, libncurses5 (= 5.4-20041023-1006)
-Depends: wavpack-shlibs (= %v-%r), libiconv
+BuildDepends: libiconv-dev
+Depends: %N1-shlibs (= %v-%r)
 
 Source: http://www.wavpack.com/%n-%v.tar.bz2
-Source-MD5: 171299b324ed05c1500f1f8b326c8e5e
+Source-MD5: 6a13edeae437498db78fe528d9e95144
 
-DocFiles: ChangeLog README license.txt
+DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 SplitOff: 
-  Package: %N-shlibs
-  Depends: libncurses5-shlibs (= 5.4-20041023-1006), libiconv
+  Package: %N1-shlibs
   Files:  
-lib/libwavpack.0.0.0.dylib
-lib/libwavpack.0.dylib
+lib/libwavpack.1.0.1.dylib
+lib/libwavpack.1.dylib
   
-  Shlibs: %p/lib/libportaudio.0.0.0.dylib 1.0.0 %n (= 4.3-1)
-  DocFiles: ChangeLog README license.txt
+  Shlibs: %p/lib/libwavpack.1.dylib 2.0.0 %n (= 4.41.0-1)
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 SplitOff2: 
-  Package: %N-dev
-  Depends: %N-shlibs
+  Package: %N1-dev
+  Depends: %N1-shlibs (= %v-%r)
+  Conflicts: wavpack-dev
+  Replaces: wavpack-dev
   BuildDependsOnly: true
   Files: 
 include
@@ -35,7 +36,7 @@
 lib/libwavpack.a
 lib/libwavpack.la
   
-  DocFiles: ChangeLog README license.txt 
+  DocFiles: ChangeLog README doc/file_format.txt  doc/library_use.txt
 
 
 DescDetail: 
@@ -59,12 +60,20 @@
 lossless restoration. For some users this means never having to choose between
 lossless and lossy compression!
 
-WavPack 4.3 features include:
-  * Compatible with virtually all PCM audio formats including 8, 16, and 24-bit
-ints; 32-bit floats; mono, stereo, and multichannel; sampling rates from 6
-to 192 kHz (and non-standard rates)
+WavPack employs only well known, public domain techniques (i.e., linear
+prediction with LMS adaptation, Elias and Golomb codes) in its implementation.
+Methods and algorithms that have ever been patented (e.g., arithmetic coding,
+LZW compression) are specifically avoided. This ensures that WavPack encoders
+and decoders will remain open and royalty-free.
+
+WavPack 4.41 features include:
+  * Compatible with virtually all PCM audio formats including 8, 16, 24, and
+32-bit ints; 32-bit floats; mono, stereo, and multichannel; sampling rates
+from 6 to 192 kHz (and non-standard rates)
   * 

[cvs] dists/10.4/unstable/main/finkinfo/x11-system tightvnc.info, 1.2.2.1, 1.2.2.2

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-system
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/x11-system

Modified Files:
  Tag: pangocairo-branch
tightvnc.info 
Log Message:
merge from HEAD

Index: tightvnc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-system/tightvnc.info,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- tightvnc.info   16 Jan 2007 16:03:31 -  1.2.2.1
+++ tightvnc.info   29 May 2007 20:21:47 -  1.2.2.2
@@ -1,11 +1,12 @@
 Package: tightvnc
-Version: 1.2.3
-Revision: 10
-Source: mirror:sourceforge:vnc-tight/tightvnc-%v_unixsrc.tar.gz
+Version: 1.3.8
+Revision: 1
+Source: mirror:sourceforge:vnc-tight/tightvnc-%v_unixsrc.tar.bz2
 SourceDirectory: vnc_unixsrc
+#SetCPPFLAGS: -no-cpp-precomp
 BuildDepends: libjpeg, x11-dev
 Depends: x11, libjpeg-shlibs
-PatchScript:  sed 's|PREFIX|%p|g'  %a/%n.patch | patch -p1
+#PatchScript:  sed 's|PREFIX|%p|g'  %a/%n.patch | patch -p1
 CompileScript: 
  xmkmf
  make World CC=cc LOCAL_LDFLAGS=-force_flat_namespace -L%p/lib 
EXTRAINCLUDE=-I%p/include
@@ -36,6 +37,6 @@
 Conflicts: vnc
 Replaces: vnc
 Provides: vnc
-Maintainer: None [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 Homepage: http://www.tightvnc.com
-Source-MD5: e876b509505b4f711d122e3e30fca761 
+Source-MD5: 9b9b0465834289d1b7899982c0096440


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 blt.info, 1.1, 1.1.2.1 worker.info, 1.3, 1.3.2.1 xaw3d-1.5-5.info, 1.1, 1.1.2.1 xaw3d-static.info, 1.2, 1.2.2.1 xaw3d.info, 1.2, 1.2.2.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/x11

Modified Files:
  Tag: pangocairo-branch
blt.info worker.info xaw3d-1.5-5.info xaw3d-static.info 
xaw3d.info 
Log Message:
merge from HEAD

Index: blt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/blt.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- blt.info20 Jan 2006 20:34:22 -  1.1
+++ blt.info29 May 2007 20:21:46 -  1.1.2.1
@@ -2,13 +2,15 @@
 Version: 2.4z
 Revision: 14
 Maintainer: None [EMAIL PROTECTED]
-BuildDepends: tcltk-dev (= 8.4.1-1), x11-dev
+BuildDepends: tcltk-dev (= 8.4.1-1), x11-dev, fink (= 0.24.12)
 Depends: %N-shlibs (= %v-%r)
 Recommends: blt-man
 Source: mirror:sourceforge:%N/BLT%v.tar.gz
 Source-MD5: aa2ed73080f3005d9c2a3b5e57ab1eff
 SourceDirectory: %N%v
-PatchScript: sed 's|@install_prefix@|%i|g' %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 3c695b7c02e60ea75f490816e403f196
+PatchScript: sed 's|@install_prefix@|%i|g'  %{PatchFile} | patch -p1
 SetCFLAGS: -O3 -fno-common
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1

Index: worker.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/worker.info,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- worker.info 8 Dec 2006 16:19:20 -   1.3
+++ worker.info 29 May 2007 20:21:46 -  1.3.2.1
@@ -1,7 +1,7 @@
 Package: worker
 Version: 2.14.1
 Revision: 1001
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 BuildDepends: bzip2-dev, x11-dev
 Depends: bzip2-shlibs, x11
 Source: http://www.boomerangsworld.de/cms/worker/downloads/%n-%v.tar.bz2

Index: xaw3d.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xaw3d.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- xaw3d.info  31 Aug 2006 13:33:24 -  1.2
+++ xaw3d.info  29 May 2007 20:21:46 -  1.2.2.1
@@ -33,4 +33,4 @@
 Description: Athena widget set with 3D look
 License: OSI-Approved
 Homepage: http://www.visi.com/~hawkeyd/xaw3d.html
-Maintainer: None [EMAIL PROTECTED]
+Maintainer: Dave Morrison [EMAIL PROTECTED]

Index: xaw3d-1.5-5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xaw3d-1.5-5.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- xaw3d-1.5-5.info20 Jan 2006 20:34:22 -  1.1
+++ xaw3d-1.5-5.info29 May 2007 20:21:46 -  1.1.2.1
@@ -30,4 +30,4 @@
 Description: Athena widget set with 3D look
 License: OSI-Approved
 Homepage: ftp://ftp.x.org/contrib/widgets/Xaw3d/ 
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Maintainer: Dave Morrison [EMAIL PROTECTED]

Index: xaw3d-static.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xaw3d-static.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- xaw3d-static.info   31 Aug 2006 13:33:24 -  1.2
+++ xaw3d-static.info   29 May 2007 20:21:46 -  1.2.2.1
@@ -26,4 +26,4 @@
 Description: Athena widget set with 3D look
 License: OSI-Approved
 Homepage: ftp://ftp.x.org/contrib/widgets/Xaw3d/ 
-Maintainer: None [EMAIL PROTECTED]
+Maintainer: Dave Morrison [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 ntfs-3g-1.0.info, NONE, 1.1.2.2 ntfs-3g-1.0.patch, NONE, 1.1.2.2 stardict.info, NONE, 1.1.2.2 cksfv.info, 1.2, 1.2.2.1 curlftpfs.info, 1.1.2.3, 1.1.2.4 dv

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/utils

Modified Files:
  Tag: pangocairo-branch
cksfv.info curlftpfs.info dvd+rw-tools.info iozone.info 
mandvd.info ntfs-3g.info ntfs-3g.patch sshfs.info sshfs.patch 
treeline.info 
Added Files:
  Tag: pangocairo-branch
ntfs-3g-1.0.info ntfs-3g-1.0.patch stardict.info 
Log Message:
merge from HEAD

--- NEW FILE: ntfs-3g-1.0.info ---
Package: ntfs-3g
Version: 1.0
Revision: 1

Source: http://www.ntfs-3g.org/%n-%v.tgz
Source-MD5: 873a8de662849d129fc7c475ad3f5447

BuildDepends: fink (= 0.24.12), fuse-dev, pkgconfig

Depends: %N-shlibs (=%v-%r)

PatchFile: %n-1.0.patch
PatchFile-MD5: 419ca8cbc6151e9ec64b500b7d151e25

ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README

Description: FUSE NTFS filesystem
DescDetail: 
The NTFS-3G driver is an open source, freely available NTFS driver
for Linux with read and write support. It provides safe and fast
handling of the Windows XP, Windows Server 2003, Windows 2000 and
Windows Vista file systems. Most POSIX file system operations are
supported, with the exception of full file ownership and access
right support.

DescUsage: 
To connect to an NTFS volume:

first unmount the NTFS disk if currently mounted read-only
(you can use Disk Utility to do this and also to get the partition)

mkdir mountpoint
ntfs-3g /dev/diskpartition mountpoint -oping_diskarb,volname=Volume 
Name

where mountpoint is directory to mount the disk,
diskpartition is the NTFS disk's partition in /dev
and Volume Name is the disk's volume name.

To disconnect:
umount mountpoint
or eject from the Finder.

See ntfs-3g man page for more options.


SplitOff: 
Package: %N-shlibs

Depends: fuse-shlibs

Files: lib/lib%N.*.dylib
DocFiles: COPYING README

Shlibs: %p/lib/lib%N.0.dylib 1.0.0 %n (= 1.0-1)


SplitOff2: 
Package: %N-dev

Depends: %N-shlibs (=%v-%r)
BuildDependsOnly: True

Files: 
include
lib/lib%N.a
lib/lib%N.dylib
lib/lib%N.la

DocFiles: COPYING README


License: GPL
Homepage: http://www.ntfs-3g.org/
Maintainer: Daniel Johnson [EMAIL PROTECTED]

Index: iozone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/iozone.info,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- iozone.info 9 Dec 2006 04:33:51 -   1.3
+++ iozone.info 29 May 2007 20:21:46 -  1.3.2.1
@@ -1,7 +1,7 @@
 Package: iozone
 Version: 3.279
 Revision: 1
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 Source: http://www.iozone.org/src/current/iozone3_279.tar
 SourceDirectory: iozone3_279/src/current
 CompileScript: make macosx

Index: sshfs.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/sshfs.patch,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- sshfs.patch 30 Apr 2007 02:48:29 -  1.1.2.3
+++ sshfs.patch 29 May 2007 20:21:46 -  1.1.2.4
@@ -1,6 +1,6 @@
 diff -Naur old/Makefile.in new/Makefile.in
 --- old/Makefile.in2006-08-17 03:07:05.0 -0700
-+++ new/Makefile.in2007-04-19 03:54:33.0 -0700
 new/Makefile.in2007-05-04 14:59:03.0 -0700
 @@ -597,8 +597,13 @@
  uninstall-local:
rm -f $(DESTDIR)$(libdir)/sshnodelay.so
@@ -17,7 +17,7 @@
  .NOEXPORT:
 diff -Naur old/README.MacFUSE new/README.MacFUSE
 --- old/README.MacFUSE 1969-12-31 16:00:00.0 -0800
-+++ new/README.MacFUSE 2007-04-19 03:54:33.0 -0700
 new/README.MacFUSE 2007-05-04 14:59:03.0 -0700
 @@ -0,0 +1,7 @@
 +MacFUSE Project Page:
 +
@@ -28,7 +28,7 @@
 +CFLAGS=-D__FreeBSD__=10 -DSSH_NODELAY_WORKAROUND -O -g -arch i386 -arch ppc 
-isysroot /Developer/SDKs/MacOSX10.4u.sdk LDFLAGS=-arch i386 -arch ppc 
./configure --prefix=/usr/local --disable-dependency-tracking
 diff -Naur old/cache.c new/cache.c
 --- old/cache.c2006-08-16 01:51:21.0 -0700
-+++ new/cache.c2007-04-19 03:54:33.0 -0700
 new/cache.c2007-05-04 15:04:12.0 -0700
 @@ -116,9 +116,20 @@
  pthread_mutex_unlock(cache.lock);
  }
@@ -70,9 +70,38 @@
  }
  return err;
  }
+@@ -486,6 +499,9 @@
+ cache.next_oper = oper;
+ 
+ cache_unity_fill(oper, cache_oper);
++#if (__FreeBSD__ = 10)
++cache_enabled = cache.on;
++#endif
+   

[cvs] dists/10.4/unstable/main/finkinfo/games xscorch.patch, NONE, 1.3.2.2 xscorch.info, 1.2.2.2, 1.2.2.3

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/games

Modified Files:
  Tag: pangocairo-branch
xscorch.info 
Added Files:
  Tag: pangocairo-branch
xscorch.patch 
Log Message:
merge from HEAD

Index: xscorch.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xscorch.info,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- xscorch.info15 May 2007 02:41:56 -  1.2.2.2
+++ xscorch.info29 May 2007 20:21:38 -  1.2.2.3
@@ -1,20 +1,28 @@
 Package: xscorch
 Version: 0.2.0
-Revision: 1
+Revision: 2
 Maintainer: Alexander Strange [EMAIL PROTECTED]
-BuildDepends: gtk+, gettext-dev, libiconv-dev, glib, x11-dev
-Depends: gtk+-shlibs
+BuildDepends: atk1 (= 1.17.0-1), cairo (= 1.2-1), expat1, fontconfig2-dev 
(= 2.3.2-13), freetype219, glib2-dev (= 2.12.0-1), glitz, gtk+2-dev (= 
2.10.0-1), libgettext3-dev, libiconv-dev, libjpeg, libpng3, libtiff, 
pango1-xft2-ft219-dev (= 1.16.0-1), pkgconfig (= 0.21-1), x11-dev, xft2-dev
+Depends: atk1-shlibs (= 1.17.0-1), glib2-shlibs (= 2.12.0-1), gtk+2-shlibs 
(= 2.10.0-1), libgettext3-shlibs, libiconv, pango1-xft2-ft219-shlibs (= 
1.16.0-1),  x11-shlibs
 Source: http://www.xscorch.org/releases/%n-%v.tar.gz 
 Source-MD5: 42862dbde1d0ebf87be30f7e04462a66
 Source2: http://www.xscorch.org/releases/xscorch-0.2.0-stack-smash.patch.gz
 Source2-MD5: 43cf6229e0f034c235805ec8a54e6718
 Source3: http://www.xscorch.org/releases/xscorch-0.2.0-64bit.patch.gz
 Source3-MD5: 00c6b5e67683ac8562488547659a72f3
+Patch: %n.patch
 PatchScript: 
 gzcat ../xscorch-0.2.0-stack-smash.patch.gz | patch -p0
 gzcat ../xscorch-0.2.0-64bit.patch.gz | patch -p0
 
-ConfigureParams: --mandir=%p/share/man --enable-opt  --disable-sound 
--with-gnome --without-readline
+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 
-I%p/include/sys
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
+SetLIBS: -L%p/lib
+SetCFLAGS: -Os
+SetCXXFLAGS: -Os
+ConfigureParams: --mandir=%p/share/man --enable-opt  --disable-sound 
--with-gnome --without-readline --with-gtk-12=no --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
 DocFiles: doc/AI doc/NOTES doc/NETWORK doc/xscorch.txt AUTHORS COPYING INSTALL 
NEWS README TODO 
 Description: Scorched Earth clone for X11
@@ -25,6 +33,11 @@
 
 DescPackaging: 
 The optional libraries (GNOME, MikMod, readline) are disabled because they 
aren't actually used for anything.
+
+dmacks switched from gtk1 to gtk2:
+gtk-12=no switches to gtk-20, not disables gtk entirely.
+Uses deprecated gtk functions.
+Placed local -I before global.
 
 Homepage: http://www.xscorch.org
 License: GPL

--- NEW FILE: xscorch.patch ---
diff -Nurd -x'*~' xscorch-0.2.0.orig/sgtk/Makefile.in 
xscorch-0.2.0/sgtk/Makefile.in
--- xscorch-0.2.0.orig/sgtk/Makefile.in 2004-03-25 00:24:11.0 -0500
+++ xscorch-0.2.0/sgtk/Makefile.in  2007-05-14 22:42:59.0 -0400
@@ -146,7 +146,7 @@
 libscorch_gtk_a_SOURCES =  sai-gtk.c   sautodef-gtk.c  
scolor-gtk.cscolor-gtk.hsdialog-gtk.h   
seconomy-gtk.c  send-gtk.c  sexplosion-gtk.c
sexplosion-gtk.hsfile-gtk.c sfont-gtk.c 
sgraphics-gtk.c sgtk.h  simage-gtk.c
simage-gtk.hsinventory-gtk.csland-gtk.c 
slottery-gtk.c  smainmenu-gtk.c smenu-gtk.c 
smenu-gtk.h snet-gtk.c  snet-gtk.h  
soptions-gtk.c  spaint-gtk.csphysics-gtk.c  
splayer-gtk.c   ssetup-gtk.hssound-gtk.c
sspill-gtk.csstatus-gtk.c   sstatus-gtk.h   
ssystem-gtk.c   ssystem-gtk.h   stank-gtk.c 
stank-gtk.h sweapons-gtk.c  swindow-gtk.c   
swindow-gtk.h
 
 
-INCLUDES = $(GTK_CFLAGS) -Iswidgets -I../libj
+INCLUDES = -Iswidgets -I../libj $(GTK_CFLAGS)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
diff -Nurd -x'*~' xscorch-0.2.0.orig/sgtk/sdialog-gtk.h 
xscorch-0.2.0/sgtk/sdialog-gtk.h
--- xscorch-0.2.0.orig/sgtk/sdialog-gtk.h   2004-02-26 10:27:56.0 
-0500
+++ xscorch-0.2.0/sgtk/sdialog-gtk.h2007-05-14 22:27:45.0 -0400
@@ -31,6 +31,8 @@
 #include slabel.h
 #include sgame/shelp.h
 

[cvs] dists/10.4/unstable/main/finkinfo/text tetex-nox.info, NONE, 1.1.2.2 ptex-base.info, 1.2.2.3, 1.2.2.4 scribus-aqua.info, 1.11.2.4, 1.11.2.5 scribus.info, 1.10.2.4, 1.10.2.5

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/text

Modified Files:
  Tag: pangocairo-branch
ptex-base.info scribus-aqua.info scribus.info 
Added Files:
  Tag: pangocairo-branch
tetex-nox.info 
Log Message:
merge from HEAD

Index: scribus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/scribus.info,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -d -r1.10.2.4 -r1.10.2.5
--- scribus.info15 May 2007 02:42:01 -  1.10.2.4
+++ scribus.info29 May 2007 20:21:46 -  1.10.2.5
@@ -1,13 +1,9 @@
 Package: scribus
-Version: 1.3.3.9
-Revision: 1002
+Version: 1.3.4
+Revision: 1001
 GCC: 4.0
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-#Source-MD5: 137941773eaa6975393c1aa97236e1e8
-# upstream released this tarball twice with different MD5s
-Source-MD5: a3d7af62d99d4e0f7485ae549de50df0
-SourceRename: scribus-%v_20070509.tar.bz2
-SourceDirectory: scribus-%v
+Source-MD5: cd3bc6cc6c2e2826eb689342e439443d
 License: GPL
 Conflicts: scribus12, scribus-i18n-en, scribus-scripting
 Replaces: scribus12, scribus-i18n-en, scribus-scripting
@@ -48,7 +44,7 @@
  /bin/cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ || 
/usr/bin/true
 
 DocFiles: AUTHORS COPYING ChangeLog README 
-Description: Layout program (stable branch 1.3.3.x)
+Description: Layout program (development branch 1.3.x)
 DescDetail:  
  Scribus is an open-source program that brings professional 
  page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops 

--- NEW FILE: tetex-nox.info ---
Info2: 
Package: tetex-nox
#Package: tetex%type_pkg[-nox]
# this file is being added to fink as -nox only to avoid forcing other users
# of tetex to rebuild
Type: -nox (-nox)
#Type: -nox (boolean)
Version: 3.0
Revision: 1003
GCC: 4.0
Description: Complete distribution of the TeX typesetting system
Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
BuildDepends: 
 libkpathsea4, t1lib5-nox, libpng3 (= 1:1.2.8-1), libwww, libncurses5 (= 
5.4-20041023-1006), fink (= 0.24.12),
 libjpeg, libiconv-dev,
 (%type_raw[-nox] = .)  t1lib5-x11, 
 (%type_raw[-nox] = .)  gd2 (= 2.0.33-1), 
 (%type_raw[-nox] = .) x11, 
 (%type_raw[-nox] = .) openmotif3

Conflicts: 
 system-tetex, tetex, tetex-nox, ptex, ptex-nox,
 (%type_raw[-nox] = -nox) tetex-base (= 2.0.2-24),
 (%type_raw[-nox] = -nox) ptex-base (= 3.1.3-7)

Replaces: 
tetex, tetex-nox, ptex, ptex-nox,
 (%type_raw[-nox] = -nox) tetex-base (= 2.0.2-24),
 (%type_raw[-nox] = -nox) ptex-base (= 3.1.3-7)

Provides: bundle-tetex
Recommends: detex, ifmslide, latex2html, pdfscreen, pdfslide, ppower4, tex4ht, 
texpower
Suggests: foiltex
Source: 
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/3.0/distrib/tetex-src-%v.tar.gz
Source-MD5: 944a4641e79e61043fdaf8f38ecbb4b3
PatchFile: tetex.patch
PatchFile-MD5: b5bc9d386f66b9542970d63adcf8270d
PatchScript: 
 sed 's|@PREFIX@|%p|g'  %{PatchFile} | sed 's|@PACKAGE@|%n-%v-%r|g' | patch -p1
 perl -pi -e s|hardcode_direct=yes|hardcode_direct=no| texk/configure 
texk/kpathsea/configure utils/texinfo/configure 
 perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace 
-undefined error,g' texk/configure texk/kpathsea/configure 
utils/texinfo/configure
 perl -pi -e 's,\*\.obj\),*.obj | *.dSYM),' texk/configure 
texk/kpathsea/configure utils/texinfo/configure

NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: 
 --without-texi2html --without-texinfo --enable-shared \
 --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
 --mandir='${prefix}/share/man' --disable-multiplatform --with-system-ncurses \
 --with-system-pnglib --with-system-t1lib --with-system-wwwlib \
 --with-system-zlib \
 (%type_raw[-nox] = .) --with-system-gd 
 (%type_raw[-nox] = -nox) --without-x 

InstallScript: 
#!/bin/bash -ev
 make install prefix=%i texmf=%i/share/texmf

echo Removing files that belong to the libkpathsea4 package...

 rm -R %i/include
 rm -R %i/lib
 rm %i/share/info/kpathsea.info

echo Setting up symlinks ...
 export DYLD_LIBRARY_PATH=%b/texk/kpathsea/SHARED PATH=%i/bin:$PATH 
TEXMFMAIN=%p/share/texmf-dist ; texlinks --cnffile 
%i/share/texmf/web2c/fmtutil.cnf --verbose %i/bin

echo Creating a local texmf tree, and symlinking it into place ...
 mkdir -p %i/etc/texmf.local
 %i/bin/mktexlsr %i/etc/texmf.local
 mkdir -p %i/share
 ln -s %p/etc/texmf.local %i/share/texmf-local

echo Creating a VARTEXMF tree, including a fonts directory ...
 mkdir -p %i/var/lib/texmf/fonts
 %i/bin/mktexlsr %i/var/lib/texmf

echo Creating a TEXMFCONFIG tree ...
 mkdir -p %i/etc/texmf-config
 %i/bin/mktexlsr %i/etc/texmf-config

echo Removing the ls-R file, which is supplied in the tetex-texmf package ...
 rm -f %i/share/texmf-dist/ls-R

echo Removing readlink, which is supplied in the debianutils package ...
 rm -f %i/bin/readlink
 rm -f %i/share/man/man1/readlink.1


[cvs] dists/10.4/unstable/main/finkinfo/languages gcc42.info, 1.1.2.4, 1.1.2.5 gcc42.patch, 1.1.2.3, 1.1.2.4 ipython-py.info, 1.4.2.1, 1.4.2.2 sbcl-i386.info, 1.3.2.1, 1.3.2.2 sbcl-powerpc.info, 1.3.2

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
gcc42.info gcc42.patch ipython-py.info sbcl-i386.info 
sbcl-powerpc.info 
Log Message:
merge from HEAD

Index: gcc42.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gcc42.patch,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- gcc42.patch 22 Feb 2007 13:09:22 -  1.1.2.3
+++ gcc42.patch 29 May 2007 20:21:40 -  1.1.2.4
@@ -31,3 +31,494 @@
  for peer in $peerlibs ; do
case $peer in
  xlib)
+--- gcc-4.2.0/boehm-gc/configure.ac.org2006-12-08 19:42:26.0 
-0500
 gcc-4.2.0/boehm-gc/configure.ac2007-05-16 15:38:25.0 -0400
+@@ -248,33 +248,46 @@
+ case $host in
+   powerpc*-*-darwin*)
+ AC_CHECK_MEMBER(ppc_thread_state_t.r0,
+-  AC_DEFINE(HAS_PPC_THREAD_STATE_R0,,[ppc_thread_state_t has field r0]),,
++  AC_DEFINE(HAS_PPC_THREAD_STATE_R0,1,
++  [ppc_thread_state_t has field r0]),,
+   [#include mach/thread_status.h])
+ AC_CHECK_MEMBER(ppc_thread_state_t.__r0,
+-  AC_DEFINE(HAS_PPC_THREAD_STATE___R0,,dnl
+-[ppc_thread_state_t has field __r0]),,
++  AC_DEFINE(HAS_PPC_THREAD_STATE___R0,1,dnl
++  [ppc_thread_state_t has field __r0]),,
+   [#include mach/thread_status.h])
+ AC_CHECK_MEMBER(ppc_thread_state64_t.r0,
+-  AC_DEFINE(HAS_PPC_THREAD_STATE64_R0,,dnl
+-[ppc_thread_state64_t has field r0]),,
++  AC_DEFINE(HAS_PPC_THREAD_STATE64_R0,1,dnl
++  [ppc_thread_state64_t has field r0]),,
+   [#include mach/thread_status.h])
+ AC_CHECK_MEMBER(ppc_thread_state64_t.__r0,
+-  AC_DEFINE(HAS_PPC_THREAD_STATE64___R0,,dnl
+-[ppc_thread_state64_t has field __r0]),,
++  AC_DEFINE(HAS_PPC_THREAD_STATE64___R0,1,dnl
++  [ppc_thread_state64_t has field __r0]),,
+   [#include mach/thread_status.h])
+ ;;
+   i?86*-*-darwin*)
+-AC_CHECK_MEMBER(i386_thread_state_t.eax,
+-  AC_DEFINE(HAS_I386_THREAD_STATE_EAX,,dnl
+-[i386_thread_state_t has field eax]),,
++AC_CHECK_MEMBER(x86_thread_state32_t.eax,
++  AC_DEFINE(HAS_X86_THREAD_STATE32_EAX,1,dnl
++  [x86_thread_state32_t has field eax]),,
+   [#include sys/cdefs.h
+-#include mach/thread_status.h])
+-AC_CHECK_MEMBER(i386_thread_state_t.__eax,
+-  AC_DEFINE(HAS_I386_THREAD_STATE___EAX,,dnl
+-[i386_thread_state_t has field __eax]),,
++  #include mach/thread_status.h])
++AC_CHECK_MEMBER(x86_thread_state32_t.__eax,
++  AC_DEFINE(HAS_X86_THREAD_STATE32___EAX,1,dnl
++  [x86_thread_state32_t has field __eax]),,
+   [#include sys/cdefs.h
+-#include mach/thread_status.h])
++  #include mach/thread_status.h])
+ ;;
++  x86_64-*-darwin*)
++AC_CHECK_MEMBER(x86_thread_state64_t.rax,
++  AC_DEFINE(HAS_X86_THREAD_STATE64_RAX,1,dnl
++  [x86_thread_state64_t has field rax]),,
++  [#include sys/cdefs.h
++  #include mach/thread_status.h])
++AC_CHECK_MEMBER(x86_thread_state64_t.__rax,
++  AC_DEFINE(HAS_X86_THREAD_STATE64___RAX,1,dnl
++  [x86_thread_state64_t has field __rax]),,
++  [#include sys/cdefs.h
++  #include mach/thread_status.h])
++ ;;
+   *) ;;
+ esac
+ 
+--- gcc-4.2.0/boehm-gc/darwin_stop_world.c.org 2006-12-08 19:42:26.0 
-0500
 gcc-4.2.0/boehm-gc/darwin_stop_world.c 2007-05-17 16:36:54.0 
-0400
+@@ -10,7 +10,7 @@
+be allocated, is called the red zone. This area as shown in Figure 3-2 may
+be used for any purpose as long as a new stack frame does not need to be
+added to the stack.
+-   
++
+Page 50: If a leaf procedure's red zone usage would exceed 224 bytes, then
+it must set up a stack frame just like routines that call other routines.
+ */
+@@ -20,48 +20,6 @@
+ # define PPC_RED_ZONE_SIZE 320
+ #endif
+ 
+-/* Try to work out the right way to access thread state structure members.
+-   The structure has changed its definition in different Darwin versions.  */
+-#if defined(__ppc__)
+-# define THREAD_STATE ppc_thread_state_t
+-# if defined (HAS_PPC_THREAD_STATE_R0)
+-#  define THREAD_FLD(x) x
+-# elif defined (HAS_PPC_THREAD_STATE___R0)
+-#  define THREAD_FLD(x) __ ## x
+-# else
+-#  error can not work out how to access fields of ppc_thread_state_t
+-# endif
+-#elif defined(__ppc64__)
+-# define THREAD_STATE ppc_thread_state64_t
+-# if defined (HAS_PPC_THREAD_STATE64_R0)
+-#  define THREAD_FLD(x) x
+-# elif defined (HAS_PPC_THREAD_STATE64___R0)
+-#  define THREAD_FLD(x) __ ## x
+-# else
+-#  error can not work out how to access fields of ppc_thread_state64_t
+-# endif
+-#elif defined(__i386__)
+-# define THREAD_STATE i386_thread_state_t
+-# if defined (HAS_I386_THREAD_STATE_EAX)
+-#  define THREAD_FLD(x) x
+-# elif defined 

[cvs] dists/10.4/unstable/crypto/finkinfo epiphany.info, 1.3.2.25, 1.3.2.26 gobby.info, 1.2.2.9, 1.2.2.10 libnet6.info, 1.2, 1.2.2.1 libobby.info, 1.2, 1.2.2.1

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/crypto/finkinfo

Modified Files:
  Tag: pangocairo-branch
epiphany.info gobby.info libnet6.info libobby.info 
Log Message:
merge from HEAD

Index: libobby.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libobby.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- libobby.info29 Nov 2006 23:41:21 -  1.2
+++ libobby.info29 May 2007 20:21:37 -  1.2.2.1
@@ -3,7 +3,7 @@
 Revision: 1001
 Description: Library for synced document buffers
 License: GPL
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 
 # Dependencies:
 BuildDependsOnly: true

Index: gobby.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gobby.info,v
retrieving revision 1.2.2.9
retrieving revision 1.2.2.10
diff -u -d -r1.2.2.9 -r1.2.2.10
--- gobby.info  15 May 2007 01:56:00 -  1.2.2.9
+++ gobby.info  29 May 2007 20:21:37 -  1.2.2.10
@@ -3,7 +3,7 @@
 Revision: 1002
 Description: Collaborative editor
 License: GPL
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 
 # Dependencies:
 Depends: glib2-shlibs (= 2.12.0-1), gtk+2-shlibs (= 2.10.0-1), 
glibmm2.4-shlibs, libxml++2-shlibs, gtkmm2.4-shlibs (= 2.10.0-1), 
gtksourceview-shlibs, libgnomecups-shlibs, libnet6-shlibs, libobby-shlibs, 
pango1-xft2-ft219-shlibs (= 1.16.0-1), atk1-shlibs (= 1.17.0-1), 
libgnomeprint2.2-shlibs, libart2-shlibs, gnutls14-shlibs, libtasn1-3-shlibs, 
libgcrypt-shlibs, libgpg-error-shlibs, libsigc++2-shlibs, libgettext3-shlibs, 
libhowl-shlibs, gnome-icon-theme

Index: libnet6.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libnet6.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- libnet6.info29 Nov 2006 23:49:49 -  1.2
+++ libnet6.info29 May 2007 20:21:37 -  1.2.2.1
@@ -3,7 +3,7 @@
 Revision: 1001
 Description: Library for development of network-based apps
 License: LGPL
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 
 # Dependencies:
 BuildDependsOnly: true

Index: epiphany.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/epiphany.info,v
retrieving revision 1.3.2.25
retrieving revision 1.3.2.26
diff -u -d -r1.3.2.25 -r1.3.2.26
--- epiphany.info   29 May 2007 16:08:56 -  1.3.2.25
+++ epiphany.info   29 May 2007 20:21:37 -  1.3.2.26
@@ -11,21 +11,20 @@
gconf2 (= 2.16.1-1),
glib2-shlibs (= 2.12.0-1),
gnome-base,
-   gnome-desktop4-shlibs (= 2.17.92-1),
-   gnome-icon-theme (= 2.17.91-1),
-   gnome-keyring-shlibs (= 0.7.92-1),
+   gnome-desktop4-shlibs (= 2.18.0-1),
+   gnome-icon-theme (= 2.18.0-1),
+   gnome-keyring-shlibs (= 0.8.0-1),
gnome-mime-data (= 2.4.1-4),
-   gnome-vfs2-unified-shlibs (= 1:2.17.91-1),
-   gtk+2 (= 2.10.0-1),
+   gnome-vfs2-unified-shlibs (= 1:2.18.0-1),
gtk+2-shlibs (= 2.10.0-1),
libart2-shlibs (= 2.3.16-2),
-   libbonobo2-shlibs (= 2.17.92-1),
-   libbonoboui2-shlibs (= 2.17.94-1),
+   libbonobo2-shlibs (= 2.18.0-1),
+   libbonoboui2-shlibs (= 2.18.0-1),
libgettext3-shlibs (= 0.14.2-13),
libglade2-shlibs (= 2.6.0-3),
-   libgnome2-shlibs (= 2.17.92-1),
+   libgnome2-shlibs (= 2.18.0-1),
libgnomecanvas2-shlibs (= 2.14.0-1),
-   libgnomeui2-shlibs (= 2.17.92-1),
+   libgnomeui2-shlibs (= 2.18.0-1),
libiconv,
libjpeg-shlibs (= 6b-16),
libxml2-shlibs (= 2.6.17-1),
@@ -54,24 +53,24 @@
gettext-tools (= 0.14.2-13),
glib2-dev (= 2.12.0-1),
glitz,
-   gnome-desktop4-dev (= 2.17.92-1),
+   gnome-desktop4-dev (= 2.18.0-1),
gnome-doc-utils (= 0.9.2-1),
-   gnome-keyring (= 0.7.92-1),
-   gnome-keyring-dev (= 0.7.92-1),
-   gnome-vfs2-unified-dev (= 1:2.17.91-1),
+   gnome-keyring (= 0.8.0-1),
+   gnome-keyring-dev (= 0.8.0-1),
+   gnome-vfs2-unified-dev (= 1:2.18.0-1),
gtk+2-dev (= 2.10.0-1),
intltool (= 0.35.5-1),
iso-codes,
libart2 (= 2.3.16-2),
-   libbonobo2-dev (= 2.17.92-1),
-   libbonoboui2-dev (= 2.17.94-1),
+   libbonobo2-dev (= 2.18.0-1),
+   libbonoboui2-dev (= 2.18.0-1),
libgettext3-dev (= 0.14.2-13),
libglade2 (= 2.6.0-3),
-   libgnome2 (= 2.17.92-1),
-   libgnome2-dev (= 2.17.92-1),
+   libgnome2 (= 2.18.0-1),
+   libgnome2-dev (= 2.18.0-1),
libgnomecanvas2-dev (= 2.14.0-1),
-   libgnomeui2 (= 2.17.92-1),
-   

[cvs] dists/10.4/unstable/main/finkinfo/graphics cal3d.info, NONE, 1.2.2.2 ftgl.info, NONE, 1.1.2.2 paraview-mpi.info, NONE, 1.1.2.2 t1lib5-5.1.1-3.info, NONE, 1.1.2.2 t1lib5-nox.info, NONE, 1.2.2.2 t

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/graphics

Modified Files:
  Tag: pangocairo-branch
aview.info cairo.info dia.info evolvotron.info f4l.info 
libdvdcss.info libpng3.info paraview.info t1lib1.info 
transfig.info xfig.info xfig.patch 
Added Files:
  Tag: pangocairo-branch
cal3d.info ftgl.info paraview-mpi.info t1lib5-5.1.1-3.info 
t1lib5-nox.info t1lib5-shlibs.info t1lib5-x11.info 
Removed Files:
  Tag: pangocairo-branch
t1lib5.info transfig-epsfig.patch 
Log Message:
merge from HEAD

Index: t1lib1.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/t1lib1.info,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- t1lib1.info 5 Sep 2006 03:55:34 -   1.4
+++ t1lib1.info 29 May 2007 20:21:39 -  1.4.2.1
@@ -1,11 +1,11 @@
 Package: t1lib1
 Version: 1.3.1
-Revision: 4
+Revision: 5
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: x11-dev
 BuildDependsOnly: True
-Conflicts: t1lib5
-Replaces: t1lib5
+Conflicts: t1lib5, t1lib5-x11, t1lib5-nox
+Replaces: t1lib5, t1lib5-x11, t1lib5-nox
 UpdateLibtoolinDirs: ac-tools
 PatchScript: 
   perl -pi -e s|hardcode_direct=yes|hardcode_direct=no| ac-tools/ltconfig

--- NEW FILE: cal3d.info ---
Package: cal3d
Version: 0.11.0
Revision: 1
Source: http://download.gna.org/cal3d/sources/%n-%v.tar.gz
Source-MD5: 82ad09c1c28e73bc9596aec47237bfba
Maintainer: Pierre-Henri Lavigne [EMAIL PROTECTED]
HomePage: https://gna.org/projects/cal3d/
License: GPL
Description: 3D character animation library
DescDetail: 
Cal3D is a skeletal based 3D character animation library written
in C++ in a platform-/graphic API-independent way. Originally
designed to be used in a 3D client for Worldforge, it evolved
into a stand-alone product which can be used in many different
kinds of projects. It supports combining animations and actions
through a mixer interface, and work is currently underway to
integrate morph targets (interpolating between one mesh and
another, using the same vertex sequence) easily into the system.

BuildDependsOnly: true
Depends: %n-shlibs (=%v-%r)
BuildDepends: doxygen
DocFiles: AUTHORS ChangeLog COPYING
ConfigureParams: --mandir=%i/share/man --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --disable-dependency-tracking
CompileScript: 
#! /bin/sh -ev
./configure %c
make
cd ./docs
make doc-api
cd ..

SplitOff: 
  Package: %N-shlibs
  Files: lib/libcal3d.12.0.0.dylib lib/libcal3d.12.dylib
  Description: Shared libraries for %N
  DocFiles: AUTHORS ChangeLog COPYING
  Shlibs: 
%p/lib/libcal3d.12.dylib 13.0.0 %n (= 0.11.0-0)
  

SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs (=%v-%r)
  BuildDependsOnly: True
  Files: include lib/libcal3d.la lib/pkgconfig lib/libcal3d.dylib 
  Description: Development libraries for %N
  DocFiles: AUTHORS ChangeLog COPYING docs/api/html/*


Index: xfig.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xfig.patch,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- xfig.patch  20 Jan 2006 20:26:46 -  1.1
+++ xfig.patch  29 May 2007 20:21:40 -  1.1.2.1
@@ -1,18 +1,20 @@
-diff -ruN xfig.3.2.5-alpha5/Imakefile xfig.3.2.5-alpha5-patched/Imakefile
 xfig.3.2.5-alpha5/ImakefileMon Apr 26 16:24:41 2004
-+++ xfig.3.2.5-alpha5-patched/ImakefileWed Oct 26 04:10:47 2005
-@@ -30,8 +30,8 @@
+diff -ruN xfig.3.2.5/Imakefile xfig.3.2.5-patched/Imakefile
+--- xfig.3.2.5/Imakefile   2006-10-10 16:19:22.0 -0700
 xfig.3.2.5-patched/Imakefile   2007-05-11 17:36:09.0 -0700
+@@ -30,9 +30,9 @@
  XCOMM Also, you may have to uncomment and redefine MKDIRHIER because make 
looks
  XCOMM for it relative to the BINDIR variable.
  XCOMM
--XCOMM BINDIR = /usr/bin/X11
+-BINDIR = /usr/bin
 -XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier -p
+-MKDIRHIER = mkdirhier 
 +BINDIR = $(PREFIX)/bin
 +MKDIRHIER = /bin/sh /usr/X11R6/bin/mkdirhier
++XCOMM MKDIRHIER = mkdirhier 
  
  XCOMM Uncomment and change XAPPLOADDIR to the directory where you want the
  XCOMM app-defaults resource files to go.  You will have to use the environment
-@@ -44,21 +44,21 @@
+@@ -45,7 +45,7 @@
  XCOMM different tree than the correct tree that your X system expects. The 
usual
  XCOMM purpose of DESTDIR is to test an install process by installing in a 
benign area.
  
@@ -21,10 +23,7 @@
  
  XCOMM Uncomment the following definition for XAW3D if you want to use
  XCOMM the 3d Athena Widget Set (highly recommended!)
- 
--XCOMM #define XAW3D
-+#define XAW3D
- 
+@@ -55,11 +55,11 @@
  XCOMM Uncomment the following if you have David Hawkey's Xaw3D version 1.5E 
which has
  XCOMM some new features, including Tips, which replace xfig's help 
balloons
  

[cvs] dists/10.4/unstable/main/finkinfo/sci bkchem.info, NONE, 1.1.2.2 magic71.info, NONE, 1.1.2.2 dap-py.info, 1.1.2.3, 1.1.2.4 easychem.info, 1.4.2.11, 1.4.2.12 engauge-digitizer.info, 1.2.2.2, 1.2.

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/sci

Modified Files:
  Tag: pangocairo-branch
dap-py.info easychem.info engauge-digitizer.info k3dsurf.info 
octave.info octave.patch proj.info pymol-py.info 
root5-devel.info root5.info scipy-core-py.info tcoffee.info 
Added Files:
  Tag: pangocairo-branch
bkchem.info magic71.info 
Removed Files:
  Tag: pangocairo-branch
apbs-mpi.info 
Log Message:
merge from HEAD

Index: pymol-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pymol-py.info,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -d -r1.7.2.2 -r1.7.2.3
--- pymol-py.info   27 Feb 2007 22:50:47 -  1.7.2.2
+++ pymol-py.info   29 May 2007 20:21:43 -  1.7.2.3
@@ -1,12 +1,13 @@
 Info2: 
 Package: pymol-py%type_pkg[python]
 Version: 0.99
-Revision: 1004
+Revision: 1005
 Maintainer: Jack Howarth [EMAIL PROTECTED]
 Type: python (2.3 2.4 2.5)
-Source: mirror:sourceforge:fink/pymol-0_99rev8-src.tgz
-Source-MD5: c8b2cb030dd9aea97c875061fb7ba35a
-SourceDirectory: pymol-%vrev8
+Source: mirror:sourceforge:fink/pymol-0_99rev10-src.tgz
+# Source: http://diablo.ucsc.edu/~wgscott/pymol/pymol-0_99rev10-src.tgz
+Source-MD5: 0aeba9d0c3b372f182bae07a0a161b5a
+SourceDirectory: pymol-%vrev10
 Depends: python%type_pkg[python], libpng3-shlibs, numeric-py%type_pkg[python], 
tcltk, pmw-py%type_pkg[python] (= 1.2-1), freeglut-shlibs, blt-shlibs
 BuildDepends: libpng3, freeglut, db43-ssl (= 4.3.29-1001)|db43 (= 
4.3.29-1001), readline (= 4.3-1028), gdbm3, expat, tcltk-dev, blt, x11-dev
 Conflicts: pymol, pymol-py22, pymol-py23, pymol-py24, pymol-py25
@@ -39,8 +40,8 @@
 DescPackaging: 
 The tarball used for this version was created in accordance to the BSD
 license of pymol using the following instructions...
-   svn export -r 2805 
https://svn.sourceforge.net/svnroot/pymol/branches/b099/pymol pymol-0.99rev8
-   tar --exclude=.svn -zcvf pymol-0_99rev8-src.tgz pymol-0.99rev8
+   svn export -r 2974  
https://svn.sourceforge.net/svnroot/pymol/branches/b099/pymol pymol-0.99rev10
+   tar --exclude=.svn -zcvf pymol-0_99rev10-src.tgz pymol-0.99rev10
 
 DescUsage: Just type 'pymol' at the command prompt inside an X environment.
 License: OSI-Approved

Index: k3dsurf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/k3dsurf.info,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- k3dsurf.info11 Dec 2006 04:20:00 -  1.3
+++ k3dsurf.info29 May 2007 20:21:43 -  1.3.2.1
@@ -4,7 +4,7 @@
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Depends: qt3-shlibs, x11, x11-shlibs
 BuildDepends: x11-dev, qt3
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 Homepage: http://k3dsurf.sourceforge.net
 License: GPL
 Description: Surface renderer, can export 3D models

Index: engauge-digitizer.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/engauge-digitizer.info,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- engauge-digitizer.info  7 Jan 2007 01:11:18 -   1.2.2.2
+++ engauge-digitizer.info  29 May 2007 20:21:43 -  1.2.2.3
@@ -4,7 +4,7 @@
 Source: mirror:sourceforge:digitizer/digit-src-4_0.tar.gz
 Depends: qt3-shlibs, x11, x11-shlibs, fftw3-shlibs
 BuildDepends: x11-dev, qt3, fftw3
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 Homepage: http://digitizer.sourceforge.net
 License: GPL
 Description: Extracts numbers from bitmap graphs or maps

Index: proj.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/proj.info,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- proj.info   22 Feb 2007 13:09:26 -  1.2.2.2
+++ proj.info   29 May 2007 20:21:43 -  1.2.2.3
@@ -1,9 +1,12 @@
 Package: proj
 Version: 4.5.0
-Revision: 4
+Revision: 5
 Maintainer: Kurt Schwehr [EMAIL PROTECTED]
-Source: ftp://ftp.remotesensing.org/pub/proj/proj-%v.tar.gz
+Source: ftp://ftp.remotesensing.org/pub/%n/%n-%v.tar.gz
+Source2: ftp://ftp.remotesensing.org/pub/%n/%n-datumgrid-1.3.tar.gz
+Source2ExtractDir: %n-%v/nad
 Source-MD5: 336fc8a12abbc4709e0bc1fb88a77436
+Source2-MD5: 0c3163fb89f8fed41bdf372456a12641
 PatchScript: perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,' 
configure
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true

--- NEW FILE: magic71.info ---
Package: magic71
Version: 7.1-20070406
Revision: 1
Maintainer: David Fang [EMAIL PROTECTED]
Source: http://www.csl.cornell.edu/~fang/sw/magic-%v.tar.gz
Source-MD5: 

[cvs] dists/10.4/unstable/main/finkinfo/libs nspr.info, NONE, 1.1.2.2 nspr.patch, NONE, 1.1.2.2 spidermonkey.info, NONE, 1.1.2.2 spidermonkey.patch, NONE, 1.1.2.2 adns.info, 1.2, 1.2.2.1 apache-forres

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/libs

Modified Files:
  Tag: pangocairo-branch
adns.info apache-forrest.info commons-configuration.info 
commons-dbcp.info dojo-compressor.info exiv2.info fuse.info 
jndi-ldap.info jndi.info jsch.info jta-spec.info 
libarchive.info libarchive.patch libdv4.info libgphoto2.info 
libidn.info libidn.patch m17n-lib.info pcre.info 
Added Files:
  Tag: pangocairo-branch
nspr.info nspr.patch spidermonkey.info spidermonkey.patch 
Log Message:
merge from HEAD

Index: apache-forrest.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/apache-forrest.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- apache-forrest.info 30 Jun 2006 00:34:54 -  1.1
+++ apache-forrest.info 29 May 2007 20:21:41 -  1.1.2.1
@@ -1,8 +1,8 @@
 Package: apache-forrest
-Version: 0.7
+Version: 0.8
 Revision: 1
 Source: mirror:apache:forrest/%n-%v.tar.gz
-Source-MD5: ec83eb26a2bd39a3577ae1d9debd2a64
+Source-MD5: 56799bac54f79cd26a8ba29b10904259
 Depends: ant-base (= 1.6.5-1), system-java (= 1.4-1)
 Type: java(1.4)
 CompileScript: echo none needed

Index: libdv4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libdv4.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- libdv4.info 16 Jan 2007 16:02:51 -  1.1.2.1
+++ libdv4.info 29 May 2007 20:21:41 -  1.1.2.2
@@ -23,7 +23,7 @@
 ###
 ConfigureParams: --disable-asm --disable-sdl --with-x --with-pic 
--enable-shared --enable-static --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
 CompileScript: 
-#!/bin/sh -e
+#!/bin/sh -ev
 
 ./configure %c
 perl -pi -e 's,playdv,,g' Makefile

Index: libgphoto2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libgphoto2.info,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- libgphoto2.info 4 Feb 2007 23:58:57 -   1.1.2.3
+++ libgphoto2.info 29 May 2007 20:21:41 -  1.1.2.4
@@ -5,7 +5,7 @@
 Depends: %N-shlibs (= %v-%r), libexif12-shlibs, libiconv, libgettext3-shlibs, 
libjpeg-shlibs, libtool14-shlibs, libusb-shlibs
 BuildDepends: gettext-tools, libexif12, libiconv-dev, libgettext3-dev, 
libjpeg, libtool14, libusb, graphviz, doxygen, pkgconfig
 GCC: 4.0
-Maintainer: Jack Fink [EMAIL PROTECTED]
+Maintainer: Jack Fink [EMAIL PROTECTED]
 Homepage: http://www.gphoto.org
 License: LGPL
 Description: Library for digital cameras

Index: libidn.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libidn.patch,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- libidn.patch30 Jun 2006 00:34:54 -  1.2
+++ libidn.patch29 May 2007 20:21:41 -  1.2.2.1
@@ -1,24 +1,24 @@
-diff -uNr libidn-0.6.3/Makefile.in libidn-0.6.3-new/Makefile.in
 libidn-0.6.3/Makefile.in   2006-03-08 07:02:33.0 -0500
-+++ libidn-0.6.3-new/Makefile.in   2006-06-28 23:44:06.0 -0400
-@@ -262,7 +262,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
+diff -uNr libidn-0.6.12/Makefile.in libidn-0.6.12-new/Makefile.in
+--- libidn-0.6.12/Makefile.in  2007-04-25 05:37:08.0 -0400
 libidn-0.6.12-new/Makefile.in  2007-05-18 15:51:32.0 -0400
+@@ -369,7 +369,7 @@
  target_alias = @target_alias@
--SUBDIRS = gl lib po src doc tests examples java csharp
-+SUBDIRS = gl lib po src tests examples java csharp
- ACLOCAL_AMFLAGS = -I m4 -I gl/m4
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = gl lib/gl lib po src doc tests examples java csharp
++SUBDIRS = gl lib/gl lib po src tests examples java csharp
+ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/gl/m4
  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
-diff -uNr libidn-0.6.3/java/misc/Makefile.in 
libidn-0.6.3-new/java/misc/Makefile.in
 libidn-0.6.3/java/misc/Makefile.in 2006-03-08 07:02:32.0 -0500
-+++ libidn-0.6.3-new/java/misc/Makefile.in 2006-06-28 23:45:06.0 
-0400
-@@ -228,7 +228,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+diff -uNr libidn-0.6.12/java/misc/Makefile.in 
libidn-0.6.12-new/java/misc/Makefile.in
+--- libidn-0.6.12/java/misc/Makefile.in2007-04-25 05:37:08.0 
-0400
 libidn-0.6.12-new/java/misc/Makefile.in2007-05-18 15:51:57.0 
-0400
+@@ -329,7 +329,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
  JAVAROOT = $(top_builddir)/java/misc
--JAVACFLAGS 

[cvs] dists/10.4/unstable/main/finkinfo/kde gwenrename.info, 1.1.2.2, 1.1.2.3 ksudoku.info, 1.1.2.2, 1.1.2.3

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/kde

Modified Files:
  Tag: pangocairo-branch
gwenrename.info ksudoku.info 
Log Message:
merge from HEAD

Index: gwenrename.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/gwenrename.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- gwenrename.info 15 May 2007 02:41:58 -  1.1.2.2
+++ gwenrename.info 29 May 2007 20:21:40 -  1.1.2.3
@@ -1,6 +1,6 @@
 Package: gwenrename
 Version: 1.0.3
-Revision: 1002
+Revision: 1003
 Source: http://members.hellug.gr/sng/%n/%n-%v.tar.gz
 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
@@ -12,10 +12,10 @@
 License: GPL
 Description: KDE - lightweight batch renamer tool
 Source-MD5: 8d599b1b09739ac2ec93f650ab74f7a3
-ConfigureParams: --mandir=%i/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
+ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
 PatchScript: perl -pi -e s,doc/HTML,doc/kde,g;s,-g -O,-O,g;s,-O2,-Os,g; 
configure
 InstallScript: 
-   make install
+   make install DESTDIR=%d
rm %i/share/icons/hicolor/16x16/apps/gwenview.png 
%i/share/icons/hicolor/22x22/apps/gwenview.png 
%i/share/icons/hicolor/32x32/apps/gwenview.png 
%i/share/icons/hicolor/48x48/apps/gwenview.png 
%i/share/icons/hicolor/64x64/apps/gwenview.png
 
 SetCFLAGS: -Os

Index: ksudoku.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/ksudoku.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- ksudoku.info15 May 2007 02:41:59 -  1.1.2.2
+++ ksudoku.info29 May 2007 20:21:40 -  1.1.2.3
@@ -3,7 +3,7 @@
 Revision: 1001
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Depends: kdelibs3-unified-shlibs (= 3.5-1), libart2-shlibs, libidn-shlibs, 
libiconv, qt3-shlibs, freetype219-shlibs, libpng3-shlibs, libgettext3-shlibs
-BuildDepends: libiconv-dev, libgettext3-dev, kdelibs3-unified-dev (= 3.5-1), 
libart2, libidn, qt3, libpng3, freetype219, arts-dev, gettext-tools, libjpeg, 
libxml2-bin
+BuildDepends: libiconv-dev, libgettext3-dev, kdelibs3-unified-dev (= 3.5-1), 
libart2, libidn, qt3, libpng3, freetype219, arts-dev, gettext-tools, libjpeg, 
libxml2-bin, cmake
 Recommends: kdebase3-unified (= 3.5-1)
 GCC: 4.0
 Maintainer: Jack Fink [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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/pythonmods appscript-py.info, NONE, 1.1.2.2 db-row-py.info, NONE, 1.1.2.2 db-row-py.patch, NONE, 1.1.2.2 pycurl-py.info, 1.1.2.2, 1.1.2.3

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/libs/pythonmods

Modified Files:
  Tag: pangocairo-branch
pycurl-py.info 
Added Files:
  Tag: pangocairo-branch
appscript-py.info db-row-py.info db-row-py.patch 
Log Message:
merge from HEAD

--- NEW FILE: db-row-py.patch ---
diff -Naur db_row-0.8/setup.py db_row-0.8beta/setup.py
--- db_row-0.8/setup.py 2003-10-15 11:04:45.0 -0700
+++ db_row-0.8beta/setup.py 2007-05-13 09:18:49.0 -0700
@@ -14,4 +14,5 @@
maintainer_email =  [EMAIL PROTECTED],
description = db_row objects,
include_dirs = ['.'],
+   py_modules = [ 'db_row' ],
ext_modules = [ Extension('db_rowc', ['fields.c','row.c']) ])

Index: pycurl-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/pycurl-py.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- pycurl-py.info  26 Mar 2007 15:03:29 -  1.1.2.2
+++ pycurl-py.info  29 May 2007 20:21:42 -  1.1.2.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: pycurl-py%type_pkg[python]
-Version: 7.16.1
+Version: 7.16.2.1
 Revision: 1
 Type: python (2.3 2.4 2.5)
 Description: Python bindings for libcurl
@@ -18,7 +18,7 @@
 Homepage: http://pycurl.sourceforge.net/
 
 Source: http://pycurl.sourceforge.net/download/pycurl-%v.tar.gz
-Source-MD5: 42f6f583a9350111c84ccc437ffb0870
+Source-MD5: d01bfb29aa090db05b9704073fe38e7d
 
 Depends: python%type_pkg[python], libcurl4-shlibs (= 7.16.1), libssh2-shlibs
 BuildDepends: libcurl4 (= 7.16.1), system-openssl-dev, fink (= 0.24.12), 
libssh2

--- NEW FILE: db-row-py.info ---
Info2: 

#=
# $Id: db-row-py.info 512 2007-05-14 04:20:20Z matt $
Package: db-row-py%type_pkg[python]
Version: 0.8
Revision: 1
Type: python (2.3 2.4 2.5)
Description: Superior wrapper for Python DBI query results
License: OSI-Approved
Homepage: http://opensource.theopalgroup.com/
Maintainer: Matthew Bogosian [EMAIL PROTECTED]
#=

# Dependencies ---

Depends: python%type_pkg[python]
BuildDepends: fink (= 0.24.12)

# Unpack phase ---

Source: http://opensource.theopalgroup.com/files/db_row-%v.tgz
Source-MD5: 8a264dde00752bef9a5751c5382269c8
SourceDirectory: db_row-%v

# Patch phase 

PatchFile: %{Ni}.patch
PatchFile-MD5: 6488eb3d28faf3286b5b4c6f824d2970

# Compile phase --

CompileScript: 
%p/bin/python%type_raw[python] setup.py build


# Install phase --

InstallScript: 
#!/bin/sh -ex
%p/bin/python%type_raw[python] setup.py install --root='%d'
install -d -m 755 \
'%i/share/doc/%n'
install -c -m 644 README \
'%i/share/doc/%n'


# Documentation --

DescDetail: 
From http://opensource.theopalgroup.com/:

This ... module defines light-weight objects which allow very flexible
access to a fixed number of positional and named attributes via several
interfaces. Or, more simply, these objects are a better way of returning
the results of database queries, since they allow effcient [sic] access to
fields by name or by index. It uses some of the new features of the
Python 2.2 class system, and provide a nice demonstration of how to take
advantage of them.




--- NEW FILE: appscript-py.info ---
Info2: 

Package: appscript-py%type_pkg[python]
Version: 0.17.2
Revision: 1
Maintainer: Tristan Thiede [EMAIL PROTECTED]
Type: python (2.4 2.5)
Depends: python%type_pkg[python], htmltemplate-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Source: mirror:sourceforge:appscript/appscript-%v.tar.gz
Source-MD5: 477a66853efc47d6c994884f4e0e7af7
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/bin
  install Extras/osadict/osadict %i/bin/osadict%type_raw[python]
  install Extras/osascangui/osascangui %i/bin/osascangui%type_raw[python]

PostInstScript: 
  update-alternatives --install %p/bin/osadict osadict 
%p/bin/osadict%type_raw[python] %type_pkg[python] --slave %p/bin/osascangui 
osascangui %p/bin/osascangui%type_raw[python]

PreRmScript: 
  if [ $1 != upgrade ]; then
update-alternatives --remove osadict %p/bin/osadict%type_raw[python]
  fi

DocFiles: License.txt README.txt Documentation Examples
Description: High level Apple event bridge for Python
DescDetail: 
AppScript is a user-friendly Apple event bridge that allows you to control
scriptable Mac OS X 

[cvs] dists/10.4/unstable/main/finkinfo/graphics cairo.info, 1.12, 1.13

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs17:/tmp/cvs-serv11918/10.4/unstable/main/finkinfo/graphics

Modified Files:
cairo.info 
Log Message:
whups, forgot to commit this

Index: cairo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/cairo.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cairo.info  25 May 2007 18:44:36 -  1.12
+++ cairo.info  29 May 2007 20:22:19 -  1.13
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.4.6
-Revision: 1022
+Revision: 1023
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -46,17 +46,18 @@
 #!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
-   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
./configure %c
find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/fontconfig2/include ,'
make
 
 
 InstallScript: 
+#!/bin/sh -ex
make install DESTDIR=%d
perl -pi -e 's,xrender = 0.6,,' %i/lib/pkgconfig/*.pc
-   perl -pi -e 's,^(Libs: .*)$,$1 -L/usr/X11R6/lib -lXrender -lXext -lX11 
-lICE -lSM,' cairo.pc
-   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' cairo.pc
+   perl -pi -e 's,^(Libs.private:.*)$,$1 -lXrender -lXext,' 
%i/lib/pkgconfig/cairo.pc
+   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' 
%i/lib/pkgconfig/cairo.pc
 
 DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
 SplitOff: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 auctex.info, 1.4.2.1, 1.4.2.2 emacs22.info, 1.3.2.9, 1.3.2.10 joe.info, 1.2.2.1, 1.2.2.2 joe.patch, 1.1, 1.1.2.1 texmacs.info, 1.8.2.3, 1.8.2.4 vim.info

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/editors

Modified Files:
  Tag: pangocairo-branch
auctex.info emacs22.info joe.info joe.patch texmacs.info 
vim.info 
Log Message:
merge from HEAD

Index: texmacs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -d -r1.8.2.3 -r1.8.2.4
--- texmacs.info26 Mar 2007 15:03:22 -  1.8.2.3
+++ texmacs.info29 May 2007 20:21:38 -  1.8.2.4
@@ -1,5 +1,5 @@
 Package: texmacs
-Version: 1.0.6.9
+Version: 1.0.6.10
 Revision: 1002
 GCC: 4.0
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
@@ -7,7 +7,9 @@
  Primary: http://www.texmacs.org/Download/ftp/targz/
  Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 
-Source-MD5: fde50d2c6a543e63be22534d77de474d
+Source-MD5: 073a2de1448b24ef215d6d0d39139dc8
+SourceRename: TeXmacs-%v-src_20070516.tar.gz
+SourceDirectory: TeXmacs-%v-src
 License: GPL
 Depends: x11-shlibs, tetex-base, guile16 (= 1.6.7-1010), ispell | aspell, 
wget, imlib2-shlibs, libiconv, freetype219-shlibs
 BuildDepends: x11, guile16-dev (= 1.6.7-1010), x11-dev, imlib2, libiconv-dev, 
freetype219

Index: emacs22.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs22.info,v
retrieving revision 1.3.2.9
retrieving revision 1.3.2.10
diff -u -d -r1.3.2.9 -r1.3.2.10
--- emacs22.info18 Mar 2007 14:05:58 -  1.3.2.9
+++ emacs22.info29 May 2007 20:21:38 -  1.3.2.10
@@ -1,7 +1,7 @@
 Info2: 
 Package: emacs22%type_pkg[uitype]
-Version: 22.0.93
-Revision: 1001
+Version: 22.0.99
+Revision: 1002
 Type: uitype (. -nox -gtk)
 Description: Flexible real-time text editor
 License: GPL
@@ -54,7 +54,7 @@
 Conflicts: emacs22, emacs22-nox, emacs22-gtk, emacs22-carbon 
(22.0.50.cvs20060118-1)
 Replaces: emacs22, emacs22-nox, emacs22-gtk, emacs22-carbon 
(22.0.50.cvs20060118-1)
 Source: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%v.tar.gz
-Source-MD5: 4e768a1489e514fbb78d1a5f9c512846
+Source-MD5: f0f6c5e4163113f5e292e7b03b078aa9
 Patch: emacs22.patch
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
@@ -73,6 +73,10 @@
  else
./configure %c --without-carbon --with-x --with-x-toolkit=lucid
  fi
+ # Sync .elc's with patched .el's
+ (cd src  make bootstrap) || exit
+ (cd lisp  make recompile EMACS=../src/bootstrap-emacs) || exit
+ # Compile emacs with new *.elc
  make
 
 InstallScript: 

Index: joe.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/joe.info,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- joe.info16 Jan 2007 16:02:17 -  1.2.2.1
+++ joe.info29 May 2007 20:21:38 -  1.2.2.2
@@ -1,38 +1,127 @@
 Package: joe
-Version: 3.3
-Revision: 1002
-Maintainer: Andreas Gockel [EMAIL PROTECTED]
-Source: mirror:sourceforge:%n-editor/%n-%v.tar.gz
-Source-MD5: 02221716679c039c5da00c275d61dbf4
-BuildDepends: libncurses5 (= 5.4-20041023-1006) | libncursesw5 (= 
5.4-20041023-1001)
+Version: 3.5
+Revision: 1001
+Description: User friendly full screen text editor
+License: GPL
+Maintainer: Andreas Gockel [EMAIL PROTECTED]
 Depends: libncurses5-shlibs (= 5.4-20041023-1006) | libncursesw5-shlibs (= 
5.4-20041023-1001)
+BuildDepends: libncurses5 (= 5.4-20041023-1006) | libncursesw5 (= 
5.4-20041023-1001)
+Suggests: ispell | aspell
+Source: mirror:sourceforge:%n-editor/%n-%v.tar.gz
+Source-MD5: 9bdffecce7ef910feaa06452d48843de
+Source2: 
http://cvsweb.allbsd.org/cvsweb.cgi/~checkout~/contrib/code/jupp/jupprc?rev=1.11content-type=text/plaincvsroot=mirbsdonly_with_tag=%n-3_1jupp8
+Source2Rename: jupprc-%n-3_1jupp8
+Source2-MD5: 2fef51678d95cfb4afc98d9af159e2ad
 Patch: %n.patch
-ConfigureParams: --mandir=%p/share/man
+ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc 
--disable-dependency-tracking
 InstallScript: 
  make install DESTDIR=%d
+ /bin/rm %i/bin/termidx
+ /bin/ln -s %n %i/bin/jupp
+ /usr/bin/install -c -m 444 ../jupprc-%n-3_1jupp8 %i/etc/%n/jupprc
+ /usr/bin/gzip -9 %i/share/man/man1/%n.1
+ /usr/bin/gzip -9 %i/share/man/ru/man1/%n.1
+ for i in jmacs jstar r%n jpico jupp; do \
+  /bin/ln -s %n.1.gz %i/share/man/man1/${i}.1.gz; \
+ done
+ for i in COPYING TODO docs/help-system.html; do \
+  /usr/bin/install -c -m 444 ${i} %i/share/doc/%n/; \
+ done
+ for i in ChangeLog COPYING HACKING help-system.html HINTS LIST NEWS README 
TODO; do \
+  /usr/bin/gzip -9 %i/share/doc/%n/${i}; \
+ done
+
+PostInstScript: 
+ if [ $1 = configure ]; then
+  update-alternatives --install %p/bin/editor editor %p/bin/%n 70 \
+--slave %p/share/man/man1/editor.1.gz editor.1.gz %p/share/man/man1/%n.1.gz
+  update-alternatives --install 

[svn] commit: r808 - in /trunk/experimental: 10.3/main/finkinfo/gnome/ 10.4/main/finkinfo/gnome/ common/main/finkinfo/gnome/

2007-05-29 Thread ranger
Author: ranger
Date: Tue May 29 22:33:09 2007
New Revision: 808

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=808repname=user%3a+ranger
Log:
add gettext-tools

Modified:
trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-bad-0.10.info
trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-good-0.10.info
trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-ugly-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.info
trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.info
trunk/experimental/common/main/finkinfo/gnome/gst-plugins-bad-0.10.info
trunk/experimental/common/main/finkinfo/gnome/gst-plugins-good-0.10.info
trunk/experimental/common/main/finkinfo/gnome/gst-plugins-ugly-0.10.info

Modified: trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-bad-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-bad-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-bad-0.10.info 
(original)
+++ trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-bad-0.10.info Tue 
May 29 22:33:09 2007
@@ -12,6 +12,7 @@
faac-dev,
fontconfig2-dev (= 2.3.2-2),
freetype219,
+   gettext-tools,
gsm,
gstreamer-0.10-dev (= 0.10.12-11),
gst-plugins-base-0.10-dev (= 0.10.12-13),

Modified: trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-good-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-good-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-good-0.10.info 
(original)
+++ trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-good-0.10.info Tue 
May 29 22:33:09 2007
@@ -16,6 +16,7 @@
freetype219,
gconf2 (= 2.6.0-1),
gconf2-dev (= 2.6.0-1),
+   gettext-tools,
glib2-dev (= 2.8.6-1),
glitz (= 0.5.6-1),
gnome-vfs2-unified-dev,

Modified: trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-ugly-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-ugly-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-ugly-0.10.info 
(original)
+++ trunk/experimental/10.3/main/finkinfo/gnome/gst-plugins-ugly-0.10.info Tue 
May 29 22:33:09 2007
@@ -14,6 +14,7 @@
fontconfig2-dev (= 2.3.2-2),
freetype219,
gconf2-dev (= 2.6.0-1),
+   gettext-tools,
gnome-vfs2-unified-dev,
glib2-dev (= 2.8.6-1),
gstreamer-0.10-dev (= 0.10.12-11),

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-bad-0.10.info Tue 
May 29 22:33:09 2007
@@ -12,6 +12,7 @@
faac-dev,
fontconfig2-dev (= 2.3.2-13),
freetype219,
+   gettext-tools,
gsm,
gstreamer-0.10-dev (= 0.10.12-1021),
gst-plugins-base-0.10-dev (= 0.10.12-1023),

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-good-0.10.info Tue 
May 29 22:33:09 2007
@@ -16,6 +16,7 @@
freetype219,
gconf2 (= 2.6.0-1),
gconf2-dev (= 2.6.0-1),
+   gettext-tools,
glib2-dev (= 2.12.0-1),
glitz (= 0.5.6-1),
gnome-vfs2-unified-dev,

Modified: trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.inforev=808repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/gnome/gst-plugins-ugly-0.10.info Tue 
May 29 22:33:09 2007
@@ 

[cvs] dists/10.3/unstable/main/finkinfo/graphics cairo.info, 1.23, 1.24

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs17:/tmp/cvs-serv11918/10.3/unstable/main/finkinfo/graphics

Modified Files:
cairo.info 
Log Message:
whups, forgot to commit this

Index: cairo.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/cairo.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cairo.info  25 May 2007 18:44:36 -  1.23
+++ cairo.info  29 May 2007 20:22:19 -  1.24
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.4.6
-Revision: 12
+Revision: 13
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -46,17 +46,18 @@
 #!/bin/sh -ex
export lt_cv_sys_max_cmd_len=65536
export PATH=%p/lib/freetype219/bin:%p/lib/fontconfig2/bin:$PATH
-   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
./configure %c
find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/fontconfig2/include ,'
make
 
 
 InstallScript: 
+#!/bin/sh -ex
make install DESTDIR=%d
perl -pi -e 's,xrender = 0.6,,' %i/lib/pkgconfig/*.pc
-   perl -pi -e 's,^(Libs: .*)$,$1 -L/usr/X11R6/lib -lXrender -lXext -lX11 
-lICE -lSM,' cairo.pc
-   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' cairo.pc
+   perl -pi -e 's,^(Libs.private:.*)$,$1 -lXrender -lXext,' 
%i/lib/pkgconfig/cairo.pc
+   perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include,' 
%i/lib/pkgconfig/cairo.pc
 
 DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
 SplitOff: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods net-ldap-pm.info, NONE, 1.1.2.2 x11-protocol-pm.info, NONE, 1.1.2.2 data-serializer-pm.info, 1.1, 1.1.2.1 heap-pm.info, 1.2, 1.2.2.1 insilicospect

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17:/tmp/cvs-serv11075/main/finkinfo/libs/perlmods

Modified Files:
  Tag: pangocairo-branch
data-serializer-pm.info heap-pm.info insilicospectro-pm.info 
rose-object-pm.info statistics-regression-pm.info 
template-pm.info text-iconv-pm.info tk-pm.info 
xml-filter-buffertext-pm.info xml-sax-writer-pm.info 
Added Files:
  Tag: pangocairo-branch
net-ldap-pm.info x11-protocol-pm.info 
Log Message:
merge from HEAD

Index: insilicospectro-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/insilicospectro-pm.info,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -d -r1.10.2.4 -r1.10.2.5
--- insilicospectro-pm.info 30 Apr 2007 02:48:26 -  1.10.2.4
+++ insilicospectro-pm.info 29 May 2007 20:21:42 -  1.10.2.5
@@ -1,11 +1,11 @@
 Info2: 
 Package: insilicospectro-pm%type_pkg[perl]
-Version: 1.0.15
+Version: 1.0.19
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 
 Source: mirror:cpan:authors/id/A/AL/ALEXMASS/InSilicoSpectro-%v.tar.gz
-Source-MD5: e9c584356cd08f2a50380fdf48d262f4
+Source-MD5: 76eeb7b199332908b4f48695a9588987
 
 Depends: 
  perl%type_pkg[perl]-core, 

Index: rose-object-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/rose-object-pm.info,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- rose-object-pm.info 22 Feb 2007 13:09:25 -  1.8.2.1
+++ rose-object-pm.info 29 May 2007 20:21:42 -  1.8.2.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-object-pm%type_pkg[perl]
-Version: 0.821
+Version: 0.84
 Revision: 1021
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Simple object base class
@@ -20,7 +20,7 @@
 
 
 Source: mirror:cpan:modules/by-module/Rose/Rose-Object-%v.tar.gz
-Source-MD5: b18bdf391bac34ac977a123e00306604
+Source-MD5: cb5a79f9a6962f2218e0012eb8719a5d
 
 UpdatePOD: true
 InstallScript: 

--- NEW FILE: net-ldap-pm.info ---
Info2: 
Package: net-ldap-pm%type_pkg[perl]
Version: 0.34
Revision: 1
###
Depends: perl%type_pkg[perl]-core, convert-asn1-pm%type_pkg[perl] (= 0.07)
BuildDepends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl], 
mime-base64-pm%type_pkg[perl], xml-sax-writer-pm%type_pkg[perl]
###
Source: mirror:cpan:authors/id/G/GB/GBARR/perl-ldap-%v.tar.gz
Source-MD5: 398689b0a7b1615075a6b5035f6e3e91
###
Type: perl (5.8.6 5.8.8)
UpdatePOD: true
###
CompileScript: 
  #!/bin/sh -ev

  export AUTOMATED_TESTING=1

  %{default_script}

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

DocFiles: CREDITS Changes MANIFEST README TODO
###
Description: Net::LDAP
DescDetail: 
  Net::LDAP is a collection of modules that implements a
  LDAP services API for Perl programs. The module may be
  used to search directories or perform maintenance functions
  such as adding, deleting or modifying entries.

DescPackaging: 
  Optional dependencies that can only be tested with access to
  a LDAP server are not included in BuildDepends.
  In CompileScript, AUTOMATED_TESTING=1 bypasses interactive
  prompting to install missing optional dependencies.

###
License: Artistic/GPL
Maintainer: degraw [EMAIL PROTECTED]
Homepage: http://search.cpan.org/dist/perl-ldap


Index: xml-sax-writer-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-sax-writer-pm.info,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- xml-sax-writer-pm.info  17 Oct 2006 21:42:10 -  1.6
+++ xml-sax-writer-pm.info  29 May 2007 20:21:42 -  1.6.2.1
@@ -7,7 +7,7 @@
 Replaces: xml-sax-writer-pm (= 0.44-1), xml-sax-writer-pm581 (= 0.44-2)
 Source: mirror:cpan:authors/id/D/DA/DAHUT/XML-SAX-Writer-%v.tar.gz
 Source-MD5: bf26550e84903ef36af0feb07d721d4e
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 Depends: 
xml-sax-pm%type_pkg[perl], 
xml-filter-buffertext-pm%type_pkg[perl], 

Index: xml-filter-buffertext-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/xml-filter-buffertext-pm.info,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- xml-filter-buffertext-pm.info   18 Aug 2006 01:38:21 -  1.4
+++ xml-filter-buffertext-pm.info   29 May 2007 20:21:42 -  1.4.2.1
@@ -7,7 +7,7 @@
 Source: mirror:cpan:authors/id/R/RB/RBERJON/XML-Filter-BufferText-%v.tar.gz
 Source-MD5: 2992c0387632583b966ab9c965b25512
 Replaces: xml-filter-buffertext-pm (= 1.00-2), xml-filter-buffertext-pm581 

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

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv8091/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
data-flow-pm.info 
Log Message:
new version


Index: data-flow-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/data-flow-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- data-flow-pm.info   20 Jan 2006 20:21:21 -  1.1
+++ data-flow-pm.info   30 May 2007 01:38:48 -  1.2
@@ -1,12 +1,12 @@
 Package: data-flow-pm
-Version: 0.05
+Version: 0.09
 Revision: 3
 Replaces: data-flow-pm581 (= 0.05-1)
 Source: mirror:cpan:modules/by-module/Data/Data-Flow-%v.tar.gz
-Source-MD5: aac4ec71bc145ce6bb9663360524b258
+Source-MD5: c889739cb1eb15055b91df08819ff542
 Type: perl
 UpdatePOD: True
-DocFiles: MANIFEST
+DocFiles: Changes
 Description: Simple-minded recipe-controlled build of data
 License: Artistic/GPL
 Maintainer: None [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv8091/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
data-flow-pm.info 
Log Message:
new version


Index: data-flow-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/data-flow-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- data-flow-pm.info   19 Apr 2005 15:49:14 -  1.3
+++ data-flow-pm.info   30 May 2007 01:38:47 -  1.4
@@ -1,12 +1,12 @@
 Package: data-flow-pm
-Version: 0.05
+Version: 0.09
 Revision: 3
 Replaces: data-flow-pm581 (= 0.05-1)
 Source: mirror:cpan:modules/by-module/Data/Data-Flow-%v.tar.gz
-Source-MD5: aac4ec71bc145ce6bb9663360524b258
+Source-MD5: c889739cb1eb15055b91df08819ff542
 Type: perl
 UpdatePOD: True
-DocFiles: MANIFEST
+DocFiles: Changes
 Description: Simple-minded recipe-controlled build of data
 License: Artistic/GPL
 Maintainer: None [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel ant-base.info,1.3,1.4

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv17091/10.4/unstable/main/finkinfo/devel

Modified Files:
ant-base.info 
Log Message:
up the rev, just to be clear

Index: ant-base.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ant-base.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ant-base.info   25 May 2007 15:32:05 -  1.3
+++ ant-base.info   30 May 2007 02:01:48 -  1.4
@@ -1,6 +1,6 @@
 Package: ant-base
 Version: 1.7.0
-Revision: 1
+Revision: 2
 Type: java
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 #


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/devel ant-base.info,1.4,1.5

2007-05-29 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv17091/10.3/unstable/main/finkinfo/devel

Modified Files:
ant-base.info 
Log Message:
up the rev, just to be clear

Index: ant-base.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/ant-base.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ant-base.info   25 May 2007 15:32:04 -  1.4
+++ ant-base.info   30 May 2007 02:01:48 -  1.5
@@ -1,6 +1,6 @@
 Package: ant-base
 Version: 1.7.0
-Revision: 1
+Revision: 2
 Type: java
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 #


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r809 - in /trunk/experimental/common/main/finkinfo/devel: ant-base.info ant-junit.info ant-optional.info

2007-05-29 Thread ranger
Author: ranger
Date: Wed May 30 04:05:10 2007
New Revision: 809

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

Modified:
trunk/experimental/common/main/finkinfo/devel/ant-base.info
trunk/experimental/common/main/finkinfo/devel/ant-junit.info
trunk/experimental/common/main/finkinfo/devel/ant-optional.info

Modified: trunk/experimental/common/main/finkinfo/devel/ant-base.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/ant-base.inforev=809repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/devel/ant-base.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/ant-base.info Wed May 30 
04:05:10 2007
@@ -1,6 +1,6 @@
 Package: ant-base
 Version: 1.7.0
-Revision: 1
+Revision: 2
 Type: java
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 #

Modified: trunk/experimental/common/main/finkinfo/devel/ant-junit.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/ant-junit.inforev=809repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/devel/ant-junit.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/ant-junit.info Wed May 30 
04:05:10 2007
@@ -1,13 +1,13 @@
 Package: ant-junit
-Version: 1.6.5
-Revision: 3
+Version: 1.7.0
+Revision: 1
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 #
 Type: java
 BuildDepends: fink (= 0.22.2-1), fink-mirrors (= 0.22.1.1-1), junit (= 
3.8.1-4), system-java-dev (= 1.4-1)
 Depends: ant-base (= %v-1), junit (= 3.8.1-4), system-java (= 1.4-1)
 Source: mirror:apache:ant/source/apache-ant-%v-src.tar.bz2
-Source-MD5: 80a7ad191c40b7d8c82533524b282b6b
+Source-MD5: 22b378e27ab300e4d73bf09d91c7e2a6
 SourceDirectory: apache-ant-%v
 CompileScript: ./build.sh -Ddist.name=ant -Dchmod.fail=false dist
 InstallScript: 

Modified: trunk/experimental/common/main/finkinfo/devel/ant-optional.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/ant-optional.inforev=809repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/devel/ant-optional.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/ant-optional.info Wed May 30 
04:05:10 2007
@@ -1,6 +1,6 @@
 Package: ant-optional
-Version: 1.6.5
-Revision: 6
+Version: 1.7.0
+Revision: 1
 Type: java(1.4)
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 BuildDepends: ant-base (= %v-1), antlr (= 2.7.4-3), bcel, jakarta-bsf (= 
2.3.0-3), jdepend, log4j, jakarta-oro (= 2.0.7-1), jakarta-regexp (= 1.4-1), 
jsch, jzlib, commons-logging, commons-net, javamail, jdepend (= 2.6-4), 
netrexx, xalan-j, stylebook, system-java-dev (= 1.4-1)
@@ -10,21 +10,10 @@
 
 CustomMirror: RangerMirror
 Source: mirror:apache:ant/source/apache-ant-%v-src.tar.bz2
-Source-MD5: 80a7ad191c40b7d8c82533524b282b6b
-Source2: mirror:custom:iContract-jdk1_2.jar
-Source2-MD5: 5a9be228573658534b2a526c1a840441
+Source-MD5: 22b378e27ab300e4d73bf09d91c7e2a6
 SourceDirectory: apache-ant-%v
 CompileScript: 
 #!/bin/sh -ex
-
-   mkdir -p ../icontract
-   pushd ../icontract
-   jar -xf ../iContract-jdk1_2.jar
-   rm -rf antlr
-   jar -cf ../iContract.jar *
-   popd
-
-   export CLASSPATH=../iContract.jar:$CLASSPATH
 
./build.sh -Ddist.name=ant -Dchmod.fail=false dist
 
@@ -32,18 +21,22 @@
 #!/bin/sh -ex
   
mkdir -p %i/lib/ant/lib
-   for package in antlr apache-bcel apache-bsf apache-log4j apache-oro 
apache-regexp apache-resolver commons-logging commons-net icontract jdepend 
javamail jmf jsch netrexx starteam stylebook swing trax vaj weblogic
+   for package in antlr apache-bcel apache-bsf apache-log4j apache-oro 
apache-regexp apache-resolver commons-logging commons-net jdepend javamail jmf 
jsch netrexx starteam stylebook swing trax vaj weblogic
do
-   install -c -m 644 ant/lib/ant-$package.jar %i/lib/ant/lib/
+   if [ -f ant/lib/ant-$package.jar ]; then
+   install -c -m 644 ant/lib/ant-$package.jar 
%i/lib/ant/lib/
+   else
+   echo warning: ant-$package.jar was missing
+   fi
done
 
 SplitOff: 
Package: ant
Depends: ant-base (= %v-1), ant-optional (= %v-%r)
-   DocFiles: INSTALL KEYS LICENSE* NOTICE README TODO WHATSNEW
+   DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
 
 Description: Optional tasks for Ant
-DocFiles: INSTALL KEYS LICENSE* NOTICE README TODO WHATSNEW
+DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
 DescDetail: 
 This package supplies the JAR files for Ant's optional tasks.
 


-
This SF.net 

[svn] commit: r810 - in /trunk/experimental/common/main/finkinfo/net: opennms-pgsql.info opennms-pgsql.patch

2007-05-29 Thread ranger
Author: ranger
Date: Wed May 30 04:05:53 2007
New Revision: 810

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

Added:
trunk/experimental/common/main/finkinfo/net/opennms-pgsql.info
trunk/experimental/common/main/finkinfo/net/opennms-pgsql.patch

Added: trunk/experimental/common/main/finkinfo/net/opennms-pgsql.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/net/opennms-pgsql.inforev=810repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/net/opennms-pgsql.info (added)
+++ trunk/experimental/common/main/finkinfo/net/opennms-pgsql.info Wed May 30 
04:05:53 2007
@@ -1,0 +1,55 @@
+Info3: 
+Package: opennms-pgsql%type_pkg[postgresql]
+Version: 1.3.2
+Revision: 2
+Type: postgresql(7.4 8.0 8.1 8.2)
+
+Replaces: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82, 
opennms ( 1.3.2-2)
+Conflicts: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82
+Provides: opennms-pgsql
+Source: mirror:sourceforge:opennms/opennms-source-%v-1.tar.gz
+Source-MD5: cbcee8743b888d86906e3e0f5da504cc
+SourceDirectory: opennms-%v-1/source
+Source2: mirror:sourceforge:opennms/opennms-m2-repository-%v.tar.gz
+Source2-MD5: 14fcad02d3e766d77d197745289152c3
+PatchScript: 
+#!/bin/sh -ex
+   sed -e 's,@REPOROOT@,%b/../../repository,' %a/%{Ni}.patch | patch -p2
+
+
+BuildDepends: 
+   maven (= 2.0.6-1),
+   (%type_raw[postgresql] = 8.0) 
postgresql%type_pkg[postgresql]-unified-dev,
+   (%type_raw[postgresql] = 8.1) postgresql%type_pkg[postgresql]-dev,
+
+Depends: 
+   (%type_raw[postgresql] = 7.4) 
postgresql%type_pkg[postgresql]-unified-shlibs,
+   (%type_raw[postgresql] = 8.1) postgresql%type_pkg[postgresql]-shlibs,
+
+CompileScript: 
+#!/bin/sh -ex
+   sh ./build.sh -s maven-settings.xml clean
+   sh ./build.sh -s maven-settings.xml -N install
+
+InstallScript: 
+#!/bin/sh -ex
+
+   /usr/bin/install -d -m 755 %i/var/opennms/lib
+
+   pushd opennms-iplike
+   sh ../build.sh -s ../maven-settings.xml -Ddist.name=opennms 
-Ddist.dir=%i/var -Dopennms.home=%p/var/opennms package
+   install -c -m 644 
opennms-iplike-macosx/target/opennms-iplike-macosx-%v.dylib 
%i/var/opennms/lib/iplike.dylib
+   popd
+
+
+Homepage: http://www.opennms.org/
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Description: OpenNMS PostgreSQL Library
+DocFiles: README*
+DescDetail: 
+OpenNMS is an open-source, enterprise-level network management system
+along the lines of HP's OpenView line of network management tools, or
+IBM's Tivoli.
+
+License: GPL
+

Added: trunk/experimental/common/main/finkinfo/net/opennms-pgsql.patch
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/net/opennms-pgsql.patchrev=810repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/net/opennms-pgsql.patch (added)
+++ trunk/experimental/common/main/finkinfo/net/opennms-pgsql.patch Wed May 30 
04:05:53 2007
@@ -1,0 +1,27 @@
+--- opennms-1.3.2-1/source/maven-settings.xml  1969-12-31 19:00:00.0 
-0500
 opennms-1.3.2-1-new/source/maven-settings.xml  2007-05-17 
23:02:51.0 -0400
+@@ -0,0 +1,5 @@
++settings
++ localRepository@REPOROOT@/localRepository
++ interactiveModefalse/interactiveMode
++ offlinetrue/offline
++/settings
+--- opennms-1.3.2-1/source/opennms-iplike/src/main/native/iplike.c 
2006-11-28 11:44:36.0 -0500
 opennms-1.3.2-1-new/source/opennms-iplike/src/main/native/iplike.c 
2007-05-17 23:02:51.0 -0400
+@@ -44,6 +44,16 @@
+ # undef _FILE_OFFSET_BITS
+ #endif /* UNDEF_FILE_OFFSET_BITS */
+ #include postgres.h /* PostgreSQL types */
++#include pg_config.h
++
++#ifdef PG_VERSION_NUM
++# if PG_VERSION_NUM = 80200
++#  include fmgr.h
++#  ifdef PG_MODULE_MAGIC
++PG_MODULE_MAGIC;
++#  endif
++# endif
++#endif
+ 
+ #ifdef DEBUG
+ #define LOG_FILE  /var/log/opennms/iplike.log


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[svn] commit: r811 - in /trunk/experimental/common/main/finkinfo/libs: libidn.info opensync.info

2007-05-29 Thread ranger
Author: ranger
Date: Wed May 30 04:06:05 2007
New Revision: 811

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

Added:
trunk/experimental/common/main/finkinfo/libs/opensync.info
Modified:
trunk/experimental/common/main/finkinfo/libs/libidn.info

Modified: trunk/experimental/common/main/finkinfo/libs/libidn.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/libidn.inforev=811repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/libidn.info (original)
+++ trunk/experimental/common/main/finkinfo/libs/libidn.info Wed May 30 
04:06:05 2007
@@ -15,7 +15,7 @@
 BuildDepends: fink (= 0.23.0-1), gettext-bin, gettext-tools, gtk-doc, 
libiconv-dev, libgettext3-dev, pkgconfig, system-java-dev (= 1.4-1)
 Depends: %N-shlibs (= %v-%r), pkgconfig
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-gtk-doc --enable-java
-Type: java
+Type: java(1.4)
 CompileScript: 
 #!/bin/sh -ex
 

Added: trunk/experimental/common/main/finkinfo/libs/opensync.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/libs/opensync.inforev=811repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/opensync.info (added)
+++ trunk/experimental/common/main/finkinfo/libs/opensync.info Wed May 30 
04:06:05 2007
@@ -1,0 +1,108 @@
+Package: opensync
+Version: 0.22
+Revision: 1
+BuildDepends: 
+   gettext-bin,
+   gettext-tools,
+   glib2-dev (= 2.12.0-1),
+   libgettext3-dev,
+   libiconv-dev,
+   libxml2 (= 2.6-1),
+   pkgconfig (= 0.16-1),
+   python25,
+   sqlite3-dev,
+   swig (= 1.3-1)
+
+Depends: %N-shlibs (= %v-%r)
+Source: http://www.opensync.org/attachment/wiki/download/libopensync-%v.tar.bz2
+Source-MD5: f563ce2543312937a9afb4f8445ef932
+ConfigureParams: --disable-dependency-tracking --enable-python=2.5
+CompileScript: 
+#!/bin/sh -ex
+
+   find . -name Makefile.in | xargs perl -pi -e 's,-Werror,,'
+   ./configure %c
+   make
+
+InstallScript: 
+   make -j1 install DESTDIR='%d'
+   rm -f %i/lib/python*/site-packages/opensync.pyc
+
+SplitOff: 
+   Package: %N-shlibs
+   Description: Shared libraries for opensync
+   Depends: 
+   glib2-shlibs (= 2.12.0-1),
+   libgettext3-shlibs,
+   libiconv,
+   libxml2-shlibs (= 2.6-1),
+   sqlite3-shlibs,
+   swig-shlibs (= 1.3-1)
+   
+   Files: 
+   lib/libopensync.0*.dylib
+   lib/libopensync-xml.0*.dylib
+   lib/libosengine.0*.dylib
+   lib/opensync/formats/*.so
+   
+   Shlibs: 
+   %p/lib/libopensync.0.dylib 1.0.0 %n (= 0.22-1)
+   %p/lib/libopensync-xml.0.dylib 1.0.0 %n (= 0.22-1)
+   %p/lib/libosengine.0.dylib 1.0.0 %n (= 0.22-1)
+   
+   DocFiles: COPYING
+
+SplitOff2: 
+   Package: %N-python-py25
+   Description: Python module for opensync
+   Depends: 
+   %N-shlibs (= %v-%r),
+   python25-shlibs
+   
+   Files: 
+   lib/python2.5/site-packages/*.so
+   lib/python2.5/site-packages/*.py
+   lib/python2.5/site-packages/*.pyo
+   
+   DocFiles: COPYING
+
+SplitOff3: 
+   Package: %N-dev
+   BuildDependsOnly: true
+   Description: Developer headers and libraries for opensync
+   Depends: 
+   %N (= %v-%r)
+   
+   Files: include lib
+   DocFiles: COPYING
+
+DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
+Description: Synchronization framework
+DescDetail: 
+OpenSync is a synchronization framework that is platform and
+distribution independent.  It consists of a powerful sync-engine and
+several plugins that can be used to connect to devices.
+
+OpenSync is very flexible and capable of synchronizing any type of
+data, including contacts, calendar, tasks, notes and files.
+
+The goals of OpenSync:
+
+* Provide a framework that can be used for general synchronization
+* Reusability.  The framework should be usable by many applications
+* Speed.  Synchronization should be as fast as possible.
+* Flexibility.  We cannot predict what formats / devices the future
+  will bring.  Therefore OpenSync is built as flexible and modular
+  as possible.
+* Integrity.  Data must never be lost, no matter what happens.
+* Portability.  The framework should run on as many platforms as
+  possible (Linux, Windows, Mac OS, BSD, etc)
+* Language neutral.  OpenSync is extensible in using other languages
+  like python, java and even more.
+* No dependencies on a X-server.  OpenSync is a library that can be
+  embed into other applications.  Therefore it is 

[cvs] dists/10.3/unstable/main/finkinfo/graphics tesseract.info, NONE, 1.1 tesseract.patch, NONE, 1.1

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv2975

Added Files:
tesseract.info tesseract.patch 
Log Message:
new package


--- NEW FILE: tesseract.info ---
Package: tesseract
Version: 1.04b
Revision: 1

BuildDepends: libtiff
Depends: libtiff-shlibs, %N-data
GCC: 3.3

Source: http://tesseract-ocr.googlecode.com/files/%n-%v.tar.gz
Source-MD5: c6f015f2f2c37b3e7e31b64eb295f798
SourceDirectory: %n-1.04

Patch: %n.patch

ConfigureParams: --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README ReleaseNotes

SplitOff: 
Package: %N-dev
BuildDependsOnly: true
Files: include lib
DocFiles: AUTHORS COPYING ChangeLog NEWS README ReleaseNotes


SplitOff2: 
Package: %N-data
Files: share/tessdata
DocFiles: AUTHORS COPYING ChangeLog NEWS README ReleaseNotes


DescPackaging: 
Disable automatic detection of fink at /sw

DescPort: 
Fix deficient #include in system headers.

DescDetail: 
A commercial quality OCR engine originally developed at HP between
1985 and 1995. In 1995, this engine was among the top 3 evaluated by
UNLV. It was open-sourced by HP and UNLV in 2005.

Description: Optical character recognition engine
Homepage: http://code.google.com/p/tesseract-ocr/
License: BSD
Maintainer: Daniel Macks [EMAIL PROTECTED]

--- NEW FILE: tesseract.patch ---
diff -Nurd -x'*~' tesseract-1.04.orig/configure tesseract-1.04/configure
--- tesseract-1.04.orig/configure   2007-05-16 20:28:33.0 -0400
+++ tesseract-1.04/configure2007-05-29 21:49:53.0 -0400
@@ -1503,17 +1503,6 @@
 fi
 
 # Special cases
-case $host in
-  *-darwin* | *-macos10*)
- if test -d /opt/local ; then
-   CPPFLAGS=$CPPFLAGS -I/opt/local/include
-   LDFLAGS=$LDFLAGS -L/opt/local/lib
- elif test -d /sw ; then
-   CPPFLAGS=$CPPFLAGS -I/sw/include
-   LDFLAGS=$LDFLAGS -L/sw/lib
- fi
-  ;;
-esac
 
 # 
 # Check Compiler Characteristics and
diff -Nurd -x'*~' tesseract-1.04.orig/dict/dawg.cpp tesseract-1.04/dict/dawg.cpp
--- tesseract-1.04.orig/dict/dawg.cpp   2007-05-15 20:54:26.0 -0400
+++ tesseract-1.04/dict/dawg.cpp2007-05-29 21:55:55.0 -0400
@@ -28,6 +28,7 @@
 #ifdef __MSW32__
 #include windows.h
 #else
+#include sys/types.h
 #include netinet/in.h
 #endif
 #include dawg.h


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv29391/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
date-manip-pm.info 
Log Message:
new version


Index: date-manip-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/date-manip-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- date-manip-pm.info  31 Dec 2004 00:41:10 -  1.4
+++ date-manip-pm.info  30 May 2007 03:56:00 -  1.5
@@ -1,18 +1,18 @@
 Package: date-manip-pm
-Version: 5.42a
-Revision: 12
+Version: 5.44
+Revision: 1
 ###
 BuildDepends: fink (= 0.17.0-1)
 Replaces: date-manip-pm581 (= 5.42a-10)
 ###
 Source: mirror:cpan:authors/id/S/SB/SBECK/DateManip-%v.tar.gz
-Source-MD5: 648386bbf46d021ae283811f75b07bdf
+Source-MD5: ebb1e17639fc4260b72690c1de2f5fdc
 ###
 Type: perl
 UpdatePOD: true
 NoPerlTests: true
 ###
-DocFiles: HISTORY INSTALL MANIFEST README* TODO
+DocFiles: HISTORY INSTALL README TODO
 ###
 Description: Perl Module to add Date::Manip 
 DescDetail: 
@@ -29,6 +29,13 @@
   DATE::MANIP below before deciding which of the Date and Time modules from
   CPAN is for you.
 
+DescPackaging: 
+  Disable tests per INSTALL:
+A few of the tests may fail.  Some will fail if they are run on a
+very slow computer (it will compare two different times that were
+supposed to be the same but aren't because a measurable amount of
+time passed between determining the time in two different ways).
+
 ###
 License: Artistic
 Maintainer: None [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-05-29 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs17:/tmp/cvs-serv29391/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
date-manip-pm.info 
Log Message:
new version


Index: date-manip-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/date-manip-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- date-manip-pm.info  20 Jan 2006 20:21:21 -  1.1
+++ date-manip-pm.info  30 May 2007 03:56:01 -  1.2
@@ -1,18 +1,18 @@
 Package: date-manip-pm
-Version: 5.42a
-Revision: 12
+Version: 5.44
+Revision: 1
 ###
 BuildDepends: fink (= 0.17.0-1)
 Replaces: date-manip-pm581 (= 5.42a-10)
 ###
 Source: mirror:cpan:authors/id/S/SB/SBECK/DateManip-%v.tar.gz
-Source-MD5: 648386bbf46d021ae283811f75b07bdf
+Source-MD5: ebb1e17639fc4260b72690c1de2f5fdc
 ###
 Type: perl
 UpdatePOD: true
 NoPerlTests: true
 ###
-DocFiles: HISTORY INSTALL MANIFEST README* TODO
+DocFiles: HISTORY INSTALL README TODO
 ###
 Description: Perl Module to add Date::Manip 
 DescDetail: 
@@ -29,6 +29,13 @@
   DATE::MANIP below before deciding which of the Date and Time modules from
   CPAN is for you.
 
+DescPackaging: 
+  Disable tests per INSTALL:
+A few of the tests may fail.  Some will fail if they are run on a
+very slow computer (it will compare two different times that were
+supposed to be the same but aren't because a measurable amount of
+time passed between determining the time in two different ways).
+
 ###
 License: Artistic
 Maintainer: None [EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits