[cvs] dists/10.4/unstable/main/finkinfo/net nmap.info,1.5,1.6

2007-12-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9855

Modified Files:
nmap.info 
Log Message:
New upstream version.

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/nmap.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nmap.info   30 Jul 2007 19:26:40 -  1.5
+++ nmap.info   13 Dec 2007 14:22:20 -  1.6
@@ -1,54 +1,39 @@
 Info2: 
 Package: nmap%type_pkg[-nox]
-Version: 4.22
-Revision: 0.soc2.1001
+Version: 4.50
+Revision: 1
 GCC: 4.0
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
-Type: -nox (boolean)
+Type: -nox (boolean), python (2.5)
 
 BuildDepends: 
-   fink ( = 0.19.2-1 ),
+   fink (= 0.24.12),
libdnet1-dev,
libpcap,
lua51-dev,
pcre,
-   system-openssl-dev,
-   (%type_raw[-nox] = .) atk1,
-   (%type_raw[-nox] = .) autoconf,
-   (%type_raw[-nox] = .) automake1.9,
-   (%type_raw[-nox] = .) gettext-bin,
-   (%type_raw[-nox] = .) gettext-tools,
-   (%type_raw[-nox] = .) glib2-dev,
-   (%type_raw[-nox] = .) gtk+2-dev,
-   (%type_raw[-nox] = .) libgettext3-dev,
-   (%type_raw[-nox] = .) libiconv-dev,
-   (%type_raw[-nox] = .) pango1-xft2-dev,
-   (%type_raw[-nox] = .) pkgconfig,
-   (%type_raw[-nox] = .) x11-dev
+   system-openssl-dev
 
 Depends: 
libdnet1-shlibs,
libpcap-shlibs,
lua51-shlibs,
pcre-shlibs,
-   (%type_raw[-nox] = .) atk1-shlibs,
-   (%type_raw[-nox] = .) glib2-shlibs,
-   (%type_raw[-nox] = .) gtk+2-shlibs, 
-   (%type_raw[-nox] = .) libgettext3-shlibs,
-   (%type_raw[-nox] = .) libiconv,
-   (%type_raw[-nox] = .) pango1-xft2-shlibs,
-   (%type_raw[-nox] = .) x11-shlibs
+   (%type_raw[-nox] = .) python%type_pkg[python],
+   (%type_raw[-nox] = .) pygtk2-gtk-py%type_pkg[python],
+   (%type_raw[-nox] = .) pysqlite2-py%type_pkg[python]
 
-Conflicts: nmap-nox, nmap
-Replaces: nmap-nox, nmap
+Conflicts: nmap-nox, nmap, (%type_raw[-nox] = .) umit
+Replaces: nmap-nox, nmap, (%type_raw[-nox] = .) umit
+Recommends: (%type_raw[-nox] = .) psyco-py%type_pkg[python]
 
-Source: http://download.insecure.org/%{Ni}/dist/%{Ni}-%vSOC2.tar.bz2
-Source-MD5: 678faf0402b838450071ae0cdffcf52a
-SourceDirectory: %{Ni}-%vSOC2
+Source: http://download.insecure.org/%{Ni}/dist/%{Ni}-%v.tar.bz2
+Source-MD5: 9dabb008923641ffb51aa21f72e6f54a
+SourceDirectory: %{Ni}-%v
 
 PatchScript: 
# Don't use -no-cpp-precomp as it's a no-op.
-   perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' configure  
nmapfe/configure
+   perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' configure
 
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include
@@ -57,22 +42,30 @@
 SetMAKEFLAGS: -j1
 ConfigureParams: 
--mandir='$(prefix)/share/man' \
+   --libexecdir='$(prefix)/lib' \
--with-libpcap=%p \
--with-openssl=%p/lib/system-openssl \
--with-libpcre=%p \
--with-libdnet=%p \
-   --with-liblua=yes \
-   --without-umit
+   --with-liblua=yes
 
 CompileScript: 
-  #!/bin/bash -ev
-  if [ %type_raw[-nox] == -nox ]; then
-   ./configure %c --without-nmapfe
-  else
-   ./configure %c
-  fi
-  # This hack is necessary to ensure that the system's openssl is always used.
-  make LDFLAGS='-L%p/lib/system-openssl/lib -L%p/lib -L%b/nbase 
-L%b/nsock/src/ $(STATIC)'
+   #!/bin/bash -ev
+   if [ %type_raw[-nox] == . ]; then
+   ./configure %c --with-zenmap 
PYTHON=%p/bin/python%type_raw[python]
+   else
+   ./configure %c --without-zenmap
+   fi
+   
+   # This hack is necessary to ensure that the system's openssl is always 
used.
+   make LDFLAGS='-L%p/lib/system-openssl/lib -L%p/lib -L%b/nbase 
-L%b/nsock/src/ $(STATIC)'
+
+InstallScript: 
+   #!/bin/bash -ev
+   make install DESTDIR=%d 
DEFAULT_PYTHON_PATH='%p/bin/python%type_raw[python]'
+   if [ %type_raw[-nox] == . ]; then
+   /bin/rm %i/bin/uninstall_zenmap
+   fi
 
 
 DocFiles: CHANGELOG COPYING HACKING docs/README docs/*.txt
@@ -84,6 +77,10 @@

Version 3.46 thanks to Alex Barclay [EMAIL PROTECTED].
 
+DescUsage: 
+   On Intel Macs, installing psyco-py%type_pkg[python] will speed up the
+   zenmap front end.
+
 DescPackaging: 
ConfigureParams installs manpages in correct directories and uses 
installed
version of libpcap.
@@ -99,7 +96,8 @@

Use Fink-installed libpcre and libdnet instead of building our own.
Now scriptable with lua!
-   The new umit GUI frontend is available as a separate package.
+   The old nmapfe GUI has been replaced with the python-based zenmap.
+   zenmap should be run as root or with sudo.

Previously maintained by Jeremy Higgs [EMAIL 

[cvs] dists/10.4/unstable/main/finkinfo/gnome gnome-python2-desktop-py.info, 1.1.2.20, 1.1.2.21

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13474/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
gnome-python2-desktop-py.info 
Log Message:
new upstreams, needs testing

Index: gnome-python2-desktop-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/gnome-python2-desktop-py.info,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -u -d -r1.1.2.20 -r1.1.2.21
--- gnome-python2-desktop-py.info   12 Dec 2007 16:13:21 -  1.1.2.20
+++ gnome-python2-desktop-py.info   13 Dec 2007 14:31:06 -  1.1.2.21
@@ -1,10 +1,10 @@
 Info2: 
 Package: gnome-python2-desktop-py%type_pkg[python]
-Version: 2.20.1
+Version: 2.20.0
 Revision: 1
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]
 Source: 
mirror:gnome:sources/gnome-python-desktop/2.20/gnome-python-desktop-%v.tar.bz2
-Source-MD5: f05d67b0f288728e703faa8f74995358
+Source-MD5: 02b177f488091d27bf0648ec4660d8f7
 Type: python (2.3 2.4 2.5)
 Depends: 
atk1-shlibs (= 1.20.0-1),


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo libgdiplus.info, 1.6.2.7, 1.6.2.8 mono-tools.info, 1.4.2.7, 1.4.2.8 monodevelop.info, 1.3.2.5, 1.3.2.6

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13474/crypto/finkinfo

Modified Files:
  Tag: pangocairo-branch
libgdiplus.info mono-tools.info monodevelop.info 
Log Message:
new upstreams, needs testing

Index: mono-tools.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/mono-tools.info,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -d -r1.4.2.7 -r1.4.2.8
--- mono-tools.info 4 Nov 2007 02:34:39 -   1.4.2.7
+++ mono-tools.info 13 Dec 2007 14:31:06 -  1.4.2.8
@@ -1,6 +1,6 @@
 Package: mono-tools
-Version: 1.2.4
-Revision: 1021
+Version: 1.2.6
+Revision: 1
 Description: Tools for use with the Mono runtime
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -9,7 +9,7 @@
gecko-sharp,
gnome-sharp2,
gtk-sharp2,
-   mono (= 1.2.3-1),
+   mono (= %v-1),
monodoc (= 1.2-1021)
 
 BuildDepends: 
@@ -18,7 +18,7 @@
expat1,
fink (= 0.26.0-1),
fontconfig2-dev (= 2.4.1-1),
-   freetype219,
+   freetype219 (= 2.3.5-1),
gconf2-dev (= 2.20.0-1),
gecko-sharp,
glib2-dev,
@@ -46,7 +46,7 @@
 
 
 Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
-Source-MD5: 7d193fea94123a3f30f67bca2873c791
+Source-MD5: 979aa2b947f1af8c181050aec3685125
 
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 CompileScript: 

Index: libgdiplus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libgdiplus.info,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -u -d -r1.6.2.7 -r1.6.2.8
--- libgdiplus.info 4 Nov 2007 02:34:39 -   1.6.2.7
+++ libgdiplus.info 13 Dec 2007 14:31:06 -  1.6.2.8
@@ -1,12 +1,12 @@
 Package: libgdiplus
-Version: 1.2.5
-Revision: 1021
+Version: 1.2.6
+Revision: 1
 Description: System.Drawing implementation for Mono
 License: OSI-Approved
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
 Depends: 
-   cairo-shlibs (= 1.2.2-1001),
+   cairo-shlibs (= 1.4-1001),
libtiff-shlibs,
giflib-shlibs | libungif-shlibs,
mono (= %v-1),
@@ -18,13 +18,13 @@
expat1,
fink (= 0.26.0-1),
fontconfig2-dev (= 2.4.1-1),
-   freetype219,
+   freetype219 (= 2.3.5-1),
gettext-tools,
glib2-dev (= 2.14.0-1),
glitz (= 0.4.4-1),
libgettext3-dev,
libiconv-dev,
-   libicu32-dev,
+   libicu36-dev | libicu32-dev,
libjpeg,
libpixman1 (= 0.1.5-1),
libpng3,
@@ -36,7 +36,7 @@
 
 
 Source: http://www.go-mono.org/sources/%n/%n-%v.tar.bz2
-Source-MD5: 82bbf6ca86b85e5148a15d8d88c6e548
+Source-MD5: dfe8e43a49b4aa40ab5b7cf53bf83675
 PatchScript: 
patch -p1  %a/%n.patch
perl -pi -e 's,-Werror,,' src/Makefile.in

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/monodevelop.info,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -d -r1.3.2.5 -r1.3.2.6
--- monodevelop.info4 Nov 2007 02:34:39 -   1.3.2.5
+++ monodevelop.info13 Dec 2007 14:31:06 -  1.3.2.6
@@ -1,6 +1,6 @@
 Package: monodevelop
-Version: 0.15.99
-Revision: 1021
+Version: 0.17
+Revision: 1
 Description: Integrated Development Environment for C#
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -25,7 +25,7 @@
expat1,
firefox1.5-dev,
fontconfig2-dev (= 2.4.1-1),
-   freetype219,
+   freetype219 (= 2.3.5-1),
gconf2-dev (= 2.20.0-1),
gecko-sharp-firefox15,
glib2-dev,
@@ -58,9 +58,15 @@
xft2-dev
 
 
-CustomMirror: RangerMirror
-Source: mirror:custom:%n-2007-09-20.tar.bz2
-Source-MD5: 7253355cd6564bb6b6126646d6855a96
+CustomMirror: 
+   Primary: http://ranger.users.finkproject.org/distfiles
+   eur-NL: http://ranger.users.finkproject.org/distfiles
+   nam-US: http://ranger.befunk.com/fink
+   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+   nam-CA: http://www.southofheaven.net/befunk
+
+Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
+Source-MD5: ea7288bc7ac88f699ac0aa1c10fffa82
 SourceDirectory: %n
 PatchScript: 
sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils monodoc.info, 1.4.2.1, 1.4.2.2

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13474/main/finkinfo/utils

Modified Files:
  Tag: pangocairo-branch
monodoc.info 
Log Message:
new upstreams, needs testing

Index: monodoc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/monodoc.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- monodoc.info21 Sep 2007 04:30:47 -  1.4.2.1
+++ monodoc.info13 Dec 2007 14:31:06 -  1.4.2.2
@@ -1,6 +1,6 @@
 Package: monodoc
-Version: 1.2.5
-Revision: 1021
+Version: 1.2.6
+Revision: 1
 Description: Mono class documentation and browser
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -12,8 +12,8 @@
 
 BuildConflicts: monodoc ( 1.0.2-1)
 
-Source: http://go-mono.com/sources/%n/%n-%v.zip
-Source-MD5: 7eb942dc85db3deb6284ce2e0dff9d6f
+Source: http://mono.ximian.com/monobuild/preview/sources/%n/%n-%v.zip
+Source-MD5: 249736f912449d19cb03a28fce3d8074
 
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/web mono-xsp.info, 1.4.2.1, 1.4.2.2

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13474/main/finkinfo/web

Modified Files:
  Tag: pangocairo-branch
mono-xsp.info 
Log Message:
new upstreams, needs testing

Index: mono-xsp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/mono-xsp.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- mono-xsp.info   21 Sep 2007 04:30:47 -  1.4.2.1
+++ mono-xsp.info   13 Dec 2007 14:31:06 -  1.4.2.2
@@ -1,11 +1,11 @@
 Package: mono-xsp
-Version: 1.2.1
+Version: 1.2.6
 Revision: 1
-Source: http://www.go-mono.com/sources/xsp/xsp-%v.tar.gz
-Source-MD5: 37333caaf4c4570ec76cf0ef9218b402
+Source: http://www.go-mono.com/sources/xsp/xsp-%v.tar.bz2
+Source-MD5: 61dd61398f041002292e5514c28decd3
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
-Depends: mono (= 1.2.5-1)
-BuildDepends: mono (= 1.2.5-1), pkgconfig
+Depends: mono (= %v-1)
+BuildDepends: mono (= %v-1), pkgconfig
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 Description: Mono ASP.Net web server


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages mono.info, 1.9.2.10, 1.9.2.11 mono.patch, 1.5.2.2, 1.5.2.3

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13474/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
mono.info mono.patch 
Log Message:
new upstreams, needs testing

Index: mono.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.info,v
retrieving revision 1.9.2.10
retrieving revision 1.9.2.11
diff -u -d -r1.9.2.10 -r1.9.2.11
--- mono.info   4 Nov 2007 02:34:49 -   1.9.2.10
+++ mono.info   13 Dec 2007 14:31:06 -  1.9.2.11
@@ -1,6 +1,6 @@
 Package: mono
-Version: 1.2.5.1
-Revision: 1021
+Version: 1.2.6
+Revision: 1
 Description: .NET-compatible CIL engine
 Type: java(1.4)
 License: LGPL
@@ -16,13 +16,14 @@
expat1,
fink (= 0.26.0-1),
fontconfig2-dev (= 2.4.1-1),
-   freetype219,
+   freetype219 (= 2.3.5-1),
+   gc (= 6.4-1001),
gettext-tools,
glib2-dev (= 2.14.0-1),
glitz (= 0.4.4-1),
libgettext3-dev,
libiconv-dev,
-   libicu32-dev,
+   libicu32-dev | libicu36-dev,
libpixman1 (= 0.1.5-1),
libpng3,
pkgconfig,
@@ -31,9 +32,8 @@
 BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
 Replaces: %N-dev ( %v-%r)
 
-CustomMirror: RangerMirror
 Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
-Source-MD5: dfede0c8c29384a8f8a6953a9bd06224
+Source-MD5: 391f85b4f962269e044ceac2b5235310
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 
 SetCPPFLAGS: -I%p/include
@@ -45,10 +45,24 @@
 CompileScript: 
 #!/bin/sh -ex
 
-   ulimit -n unlimited
+   case `uname -r` in
+   8.*)
+   ulimit -n unlimited
+   ;;
+   esac
+
export lt_cv_sys_max_cmd_len=65536
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g; 
s/need_relink=yes/need_relink=no/g' configure ltmain.sh
./configure %c --with-jdk=$JAVA_HOME
+
+   pushd libgc
+   CPPFLAGS=-D__DARWIN_UNIX03=0 ./configure %c 
--disable-embed-check --with-libgc-threads=pthreads
+   popd
+   for dir in libgc mono ikvm-native; do
+   pushd $dir
+   make
+   popd
+   done
make -j1
 
 
@@ -64,7 +78,8 @@
 SplitOff: 
Package: %N-shlibs
Depends: 
-   cairo-shlibs (= 1.2.2-1001),
+   cairo-shlibs (= 1.4-1001),
+   gc-shlibs (= 6.4-1001),
glib2-shlibs (= 2.14.0-1),
macosx (= 10.4.3-1)


Index: mono.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.patch,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- mono.patch  21 Sep 2007 04:30:46 -  1.5.2.2
+++ mono.patch  13 Dec 2007 14:31:06 -  1.5.2.3
@@ -1,7 +1,16 @@
 
 mono-1.2.5/configure   2007-08-27 15:33:48.0 -0400
-+++ mono-1.2.5-new/configure   2007-09-19 10:01:57.0 -0400
-@@ -40012,11 +40012,11 @@
+--- mono-1.2.6/configure   2007-11-16 17:03:27.0 -0500
 mono-1.2.6-new/configure   2007-11-29 16:19:10.0 -0500
+@@ -3034,7 +3034,7 @@
+   ;;
+   *-*-darwin*)
+   platform_win32=no
+-  CPPFLAGS=$CPPFLAGS -no-cpp-precomp -D_THREAD_SAFE 
-DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP
[...1059 lines suppressed...]
++#   if defined (HAS_PPC_THREAD_STATE___R0) \
++  || defined (HAS_PPC_THREAD_STATE64___R0) \
++  || defined (HAS_X86_THREAD_STATE32___EAX) \
++  || defined (HAS_X86_THREAD_STATE64___RAX)
++# define THREAD_FLD(x) __ ## x
++#   else
++# define THREAD_FLD(x) x
++#   endif
++#endif
++
++#if defined(DARWIN)
+ # if defined(POWERPC)
+ # define GC_MACH_THREAD_STATE_FLAVOR PPC_THREAD_STATE
+ # elif defined(I386)
+--- mono-1.2.6/mono/metadata/loader.c  2007-11-08 17:07:19.0 -0500
 mono-1.2.6-new/mono/metadata/loader.c  2007-11-29 16:22:08.0 
-0500
+@@ -1117,6 +1117,24 @@
  
if (!module) {
void *iter = NULL;


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1078 - in /trunk/experimental: ./ 10.4/crypto/finkinfo/ 10.4/main/finkinfo/languages/ 10.4/main/finkinfo/utils/ common/crypto/finkinfo/ common/main/finkinfo/languages/ common/main/finki

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 15:32:08 2007
New Revision: 1078

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

Modified:
trunk/experimental/10.4/crypto/finkinfo/libgdiplus.info
trunk/experimental/10.4/crypto/finkinfo/mono-tools.info
trunk/experimental/10.4/crypto/finkinfo/monodevelop.info
trunk/experimental/10.4/main/finkinfo/languages/mono.info
trunk/experimental/10.4/main/finkinfo/utils/monodoc.info
trunk/experimental/common/crypto/finkinfo/libgdiplus.info
trunk/experimental/common/crypto/finkinfo/mono-tools.info
trunk/experimental/common/crypto/finkinfo/monodevelop.info
trunk/experimental/common/main/finkinfo/languages/mono.info
trunk/experimental/common/main/finkinfo/utils/monodoc.info
trunk/experimental/common/main/finkinfo/web/libapache2-mod-mono.info
trunk/experimental/common/main/finkinfo/web/mono-xsp.info
trunk/experimental/generate-infofiles.pl

Modified: trunk/experimental/10.4/crypto/finkinfo/libgdiplus.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/crypto/finkinfo/libgdiplus.inforev=1078repname=user%3a+ranger
==
--- trunk/experimental/10.4/crypto/finkinfo/libgdiplus.info (original)
+++ trunk/experimental/10.4/crypto/finkinfo/libgdiplus.info Thu Dec 13 15:32:08 
2007
@@ -1,5 +1,5 @@
 Package: libgdiplus
-Version: 1.2.5
+Version: 1.2.6
 Revision: 1
 Description: System.Drawing implementation for Mono
 License: OSI-Approved
@@ -17,14 +17,14 @@
cairo (= 1.2-1),
expat1,
fink (= 0.26.0-1),
-   fontconfig2-dev,
-   freetype219,
+   fontconfig2-dev (= 2.4.1-1),
+   freetype219 (= 2.3.5-1),
gettext-tools,
-   glib2-dev (= 2.12.0-1),
+   glib2-dev (= 2.14.0-1),
glitz (= 0.4.4-1),
libgettext3-dev,
libiconv-dev,
-   libicu32-dev,
+   libicu36-dev | libicu32-dev,
libjpeg,
libpixman1 (= 0.1.5-1),
libpng3,
@@ -36,7 +36,7 @@
 
 
 Source: http://www.go-mono.org/sources/%n/%n-%v.tar.bz2
-Source-MD5: 82bbf6ca86b85e5148a15d8d88c6e548
+Source-MD5: dfe8e43a49b4aa40ab5b7cf53bf83675
 PatchScript: 
patch -p1  %a/%n.patch
perl -pi -e 's,-Werror,,' src/Makefile.in

Modified: trunk/experimental/10.4/crypto/finkinfo/mono-tools.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/crypto/finkinfo/mono-tools.inforev=1078repname=user%3a+ranger
==
--- trunk/experimental/10.4/crypto/finkinfo/mono-tools.info (original)
+++ trunk/experimental/10.4/crypto/finkinfo/mono-tools.info Thu Dec 13 15:32:08 
2007
@@ -1,5 +1,5 @@
 Package: mono-tools
-Version: 1.2.4
+Version: 1.2.6
 Revision: 1
 Description: Tools for use with the Mono runtime
 License: GPL
@@ -9,7 +9,7 @@
gecko-sharp,
gnome-sharp2,
gtk-sharp2,
-   mono (= 1.2.3-1),
+   mono (= %v-1),
monodoc (= 1.2-1021)
 
 BuildDepends: 
@@ -17,8 +17,8 @@
cairo,
expat1,
fink (= 0.26.0-1),
-   fontconfig2-dev,
-   freetype219,
+   fontconfig2-dev (= 2.4.1-1),
+   freetype219 (= 2.3.5-1),
gconf2-dev (= 2.20.0-1),
gecko-sharp,
glib2-dev,
@@ -46,7 +46,7 @@
 
 
 Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
-Source-MD5: 7d193fea94123a3f30f67bca2873c791
+Source-MD5: 979aa2b947f1af8c181050aec3685125
 
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 CompileScript: 

Modified: trunk/experimental/10.4/crypto/finkinfo/monodevelop.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/crypto/finkinfo/monodevelop.inforev=1078repname=user%3a+ranger
==
--- trunk/experimental/10.4/crypto/finkinfo/monodevelop.info (original)
+++ trunk/experimental/10.4/crypto/finkinfo/monodevelop.info Thu Dec 13 
15:32:08 2007
@@ -1,5 +1,5 @@
 Package: monodevelop
-Version: 0.15.99
+Version: 0.17
 Revision: 1
 Description: Integrated Development Environment for C#
 License: GPL
@@ -24,8 +24,8 @@
desktop-file-utils (= 0.14-1),
expat1,
firefox1.5-dev,
-   fontconfig2-dev,
-   freetype219,
+   fontconfig2-dev (= 2.4.1-1),
+   freetype219 (= 2.3.5-1),
gconf2-dev (= 2.20.0-1),
gecko-sharp-firefox15,
glib2-dev,
@@ -65,8 +65,8 @@
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
 
-Source: mirror:custom:%n-2007-09-20.tar.bz2
-Source-MD5: 7253355cd6564bb6b6126646d6855a96
+Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
+Source-MD5: ea7288bc7ac88f699ac0aa1c10fffa82
 SourceDirectory: %n
 PatchScript: 
sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1

Modified: 

[svn] commit: r1079 - in /trunk/experimental/10.4/main/finkinfo/libs: poppler-data.info poppler2-glib.info poppler2-qt3.info poppler2.info

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 15:32:59 2007
New Revision: 1079

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

Modified:
trunk/experimental/10.4/main/finkinfo/libs/poppler-data.info
trunk/experimental/10.4/main/finkinfo/libs/poppler2-glib.info
trunk/experimental/10.4/main/finkinfo/libs/poppler2-qt3.info
trunk/experimental/10.4/main/finkinfo/libs/poppler2.info

Modified: trunk/experimental/10.4/main/finkinfo/libs/poppler-data.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/poppler-data.inforev=1079repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/poppler-data.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/poppler-data.info Thu Dec 13 
15:32:59 2007
@@ -1,5 +1,5 @@
 Package: poppler-data
-Version: 0.1
+Version: 0.2.0
 Revision: 1
 Epoch: 1
 Description: Character-encoding files for poppler
@@ -14,7 +14,7 @@
 
 
 Source: http://poppler.freedesktop.org/%n-%v.tar.gz
-Source-MD5: 5c700eb06dda9dafec09cd85225e34d4
+Source-MD5: b7f98e84a4d2a2c794271d746ec7ee0b
 
 CompileScript: #
 

Modified: trunk/experimental/10.4/main/finkinfo/libs/poppler2-glib.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/poppler2-glib.inforev=1079repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/poppler2-glib.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/poppler2-glib.info Thu Dec 13 
15:32:59 2007
@@ -1,18 +1,21 @@
 Package: poppler2-glib
-Version: 0.6.1
+Version: 0.6.3
 Revision: 1
 Description: PDF rendering library (GLIB Interface)
 License: GPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: %N-shlibs (= %v-%r)
+Depends: 
+   %N-shlibs (= %v-%r),
+   pkgconfig (= 0.21-1)
+
 BuildDepends: 
atk1 (= 1.20.0-1),
cairo (= 1.2-1),
expat1,
fontconfig2-dev (= 2.4.1-1),
freetype219 (= 2.3.5-1),
-   glib2-dev (= 2.12.0-1),
+   glib2-dev (= 2.14.0-1),
glitz,
gtk+2-dev (= 2.12.0-1),
libgettext3-dev,
@@ -31,7 +34,7 @@
 GCC: 4.0
 
 Source: http://poppler.freedesktop.org/poppler-%v.tar.gz
-Source-MD5: 78a5f8ff1a3464eddb127577eea7a191
+Source-MD5: a585677188cd56a090c4dc3357e03a95
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1 --fuzz=4
 
 SetCPPFLAGS: -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/fontconfig2/include 
-I%p/lib/pango-ft219/include -I%p/include

Modified: trunk/experimental/10.4/main/finkinfo/libs/poppler2-qt3.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/poppler2-qt3.inforev=1079repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/poppler2-qt3.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/poppler2-qt3.info Thu Dec 13 
15:32:59 2007
@@ -1,5 +1,5 @@
 Package: poppler2-qt3
-Version: 0.6.1
+Version: 0.6.3
 Revision: 1
 Description: PDF rendering library (Qt Interface)
 License: GPL
@@ -21,7 +21,7 @@
 GCC: 4.0
 
 Source: http://poppler.freedesktop.org/poppler-%v.tar.gz
-Source-MD5: 78a5f8ff1a3464eddb127577eea7a191
+Source-MD5: a585677188cd56a090c4dc3357e03a95
 PatchScript: 
sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1 --fuzz=4
perl -pi -e 's,libqt-mt.so,libqt-mt.dylib,g' configure

Modified: trunk/experimental/10.4/main/finkinfo/libs/poppler2.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/poppler2.inforev=1079repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/poppler2.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/poppler2.info Thu Dec 13 
15:32:59 2007
@@ -1,5 +1,5 @@
 Package: poppler2
-Version: 0.6.1
+Version: 0.6.3
 Revision: 1
 Distribution: 10.4, 10.5
 Description: PDF rendering library
@@ -8,7 +8,7 @@
 
 Depends: 
%N-shlibs (= %v-%r),
-   poppler-data (= 1:0.1-1)
+   poppler-data (= 1:0.2-1)
 
 BuildDepends: 
cairo (= 1.2-1),
@@ -39,7 +39,7 @@
 GCC: 4.0
 
 Source: http://poppler.freedesktop.org/poppler-%v.tar.gz
-Source-MD5: 78a5f8ff1a3464eddb127577eea7a191
+Source-MD5: a585677188cd56a090c4dc3357e03a95
 PatchScript: sed -e 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 
 SetCFLAGS: -Os
@@ -79,9 +79,9 @@
 SplitOff: 
Package: %N-shlibs
Depends: 
-   poppler-data (= 1:0.1-1),
-   fontconfig2-shlibs,
-   freetype219-shlibs,
+   poppler-data (= 1:0.2-1),
+   fontconfig2-shlibs (= 2.4.1-1),
+   freetype219-shlibs (= 2.3.5-1),
   

[svn] commit: r1080 - /trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.info

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 15:33:13 2007
New Revision: 1080

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

Modified:
trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.info

Modified: trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.inforev=1080repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.info (original)
+++ trunk/experimental/10.4/main/finkinfo/net/net-snmp-unified.info Thu Dec 13 
15:33:13 2007
@@ -13,6 +13,7 @@
fink (= 0.26.0-1),
gawk,
expat1,
+   system-openssl-dev,
system-perl
 
 Conflicts: 


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1081 - /trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.info

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 15:33:29 2007
New Revision: 1081

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

Modified:
trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.info

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.inforev=1081repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdelibs3-unified.info Thu Dec 13 
15:33:29 2007
@@ -1,7 +1,7 @@
 Info3: 
 Package: kdelibs3-unified
 Version: 3.5.8
-Revision: 1023
+Revision: 1024
 Description: KDE - essential libraries
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -33,6 +33,7 @@
#   fontconfig2-dev (= 2.4.1-1),
freetype219,
libgettext3-dev,
+   gamin-dev,
gettext-tools,
glib2-dev (= 2.12.0-1),
libart2,
@@ -182,9 +183,10 @@
esound-shlibs,
expat1-shlibs,
freetype219-shlibs,
-   libgettext3-shlibs,
+   gamin-shlibs,
glib2-shlibs (= 2.12.0-1),
libart2-shlibs,
+   libgettext3-shlibs,
libiconv,
libidn-shlibs (= 0.5.1-1),
libjpeg-shlibs,


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1082 - /trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.info

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 15:49:01 2007
New Revision: 1082

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

Modified:
trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.info

Modified: trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.inforev=1082repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdelibs3-unified.info Thu Dec 
13 15:49:01 2007
@@ -1,7 +1,7 @@
 Info3: 
 Package: kdelibs3-unified
 Version: 3.5.8
-Revision: 1023
+Revision: 1024
 Description: KDE - essential libraries
 License: GPL/LGPL
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
@@ -24,6 +24,7 @@
 #  fontconfig2-dev (= 2.4.1-1),
freetype219,
libgettext3-dev,
+   gamin-dev,
gettext-tools,
glib2-dev (= 2.2.1-4),
libart2,
@@ -187,9 +188,10 @@
esound-shlibs,
expat1-shlibs,
freetype219-shlibs,
-   libgettext3-shlibs,
+   gamin-shlibs,
glib2-shlibs (= 2.2.1-4),
libart2-shlibs,
+   libgettext3-shlibs,
libiconv,
libidn-shlibs (= 0.5.1-1),
libjpeg-shlibs,


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1083 - in /trunk/experimental: ./ 10.4/crypto/finkinfo/ 10.4/main/finkinfo/devel/ 10.4/main/finkinfo/languages/ 10.4/main/finkinfo/libs/ 10.4/main/finkinfo/utils/ common/crypto/finkinfo

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 16:02:23 2007
New Revision: 1083

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=1083repname=user%3a+ranger
Log:
rearranging things a bit for mono-related stuff

Removed:
trunk/experimental/10.4/crypto/finkinfo/boo.info
trunk/experimental/10.4/crypto/finkinfo/gecko-sharp-2.0.info
trunk/experimental/10.4/crypto/finkinfo/gecko-sharp.info
trunk/experimental/10.4/crypto/finkinfo/gecko-sharp1-0.6.info
trunk/experimental/10.4/crypto/finkinfo/gecko-sharp1.info
trunk/experimental/10.4/crypto/finkinfo/gnome-sharp2.info
trunk/experimental/10.4/crypto/finkinfo/gtk-sharp-monodoc.info
trunk/experimental/10.4/crypto/finkinfo/gtk-sharp.info
trunk/experimental/10.4/crypto/finkinfo/gtk-sharp.patch
trunk/experimental/10.4/crypto/finkinfo/gtk-sharp2.info
trunk/experimental/10.4/crypto/finkinfo/gtksourceview-sharp.info
trunk/experimental/10.4/crypto/finkinfo/libgdiplus.info
trunk/experimental/10.4/crypto/finkinfo/libgdiplus.patch
trunk/experimental/10.4/crypto/finkinfo/mono-tools.info
trunk/experimental/10.4/crypto/finkinfo/monodevelop.info
trunk/experimental/10.4/crypto/finkinfo/monodevelop.patch
trunk/experimental/10.4/main/finkinfo/devel/nant.info
trunk/experimental/10.4/main/finkinfo/devel/nant.patch
trunk/experimental/10.4/main/finkinfo/languages/ikvm.info
trunk/experimental/10.4/main/finkinfo/languages/ikvm.patch
trunk/experimental/10.4/main/finkinfo/libs/cocoa-sharp.info
trunk/experimental/10.4/main/finkinfo/libs/dbus-sharp.info
trunk/experimental/10.4/main/finkinfo/libs/dbus-sharp.patch
trunk/experimental/10.4/main/finkinfo/utils/monodoc.info
Modified:
trunk/experimental/common/crypto/finkinfo/boo.info
trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.info
trunk/experimental/common/main/finkinfo/graphics/pixman.info
trunk/experimental/common/main/finkinfo/x11-modular/glproto.info
trunk/experimental/generate-infofiles.pl

Modified: trunk/experimental/common/crypto/finkinfo/boo.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/boo.inforev=1083repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/boo.info (original)
+++ trunk/experimental/common/crypto/finkinfo/boo.info Thu Dec 13 16:02:23 2007
@@ -1,9 +1,9 @@
 Package: boo
-Version: 0.7.9.2659
+Version: 0.8.0.2730
 Revision: 1
 CustomMirror: RangerMirror
-Source: http://dist.codehaus.org/%n/distributions/%n-%v-src.zip
-Source-MD5: 794db3987f3773d116eff01ec08b8915
+Source: http://go-mono.com/sources/%n/%n-%v-src.zip
+Source-MD5: de53eea5ffab5f9c1209c1f7588ad5eb
 NoSourceDirectory: true
 DocFiles: *.txt docs/*
 Depends: 

Modified: trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.inforev=1083repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.info 
(original)
+++ trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.info Thu Dec 
13 16:02:23 2007
@@ -1,8 +1,8 @@
 Package: gtksourceview-sharp
 Version: 2.0
-Revision: 9
-Source: http://go-mono.com/sources/%n-%v/%n-%v-0.10.tar.gz
-Source-MD5: 2179634b8931e6be849a1e1f82c834e3
+Revision: 10
+Source: http://go-mono.com/sources/%n-%v/%n-%v-0.11.tar.bz2
+Source-MD5: a8f56f02378b9b97e927748b099854a7
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
 Depends: 
gtk-sharp2 (= 2.4.0-1),
@@ -25,7 +25,7 @@
gnome-vfs2-unified-dev (= 1:2.20.0-1),
gtk+2-dev (= 2.12.0-1),
gtk-sharp2 (= 2.4.0-1),
-   gtksourceview-dev,
+   gtksourceview-dev (= 1.2-1),
intltool (= 0.36.0-1),
libart2 (= 2.3.16-1),
libbonobo2-dev (= 2.20.0-1),

Modified: trunk/experimental/common/main/finkinfo/graphics/pixman.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/graphics/pixman.inforev=1083repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/graphics/pixman.info (original)
+++ trunk/experimental/common/main/finkinfo/graphics/pixman.info Thu Dec 13 
16:02:23 2007
@@ -1,8 +1,8 @@
 Package: pixman
-Version: 0.9.5
+Version: 0.9.6
 Revision: 1
 Source: http://xorg.freedesktop.org/archive/individual/lib/pixman-%v.tar.bz2
-Source-MD5: f9fea77e46ec7a3a16e925e137f146e7
+Source-MD5: 7681334f55d41a705339228145d02c11
 
 Conflicts: libpixman1
 Replaces: libpixman1

Modified: trunk/experimental/common/main/finkinfo/x11-modular/glproto.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/x11-modular/glproto.inforev=1083repname=user%3a+ranger

[cvs] dists/10.4/unstable/main/finkinfo/gnome gtksourceview2-dev.info, 1.1.2.5, 1.1.2.6

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
gtksourceview2-dev.info 
Log Message:
update mono-based stuff

Index: gtksourceview2-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/gtksourceview2-dev.info,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- gtksourceview2-dev.info 4 Nov 2007 02:34:45 -   1.1.2.5
+++ gtksourceview2-dev.info 13 Dec 2007 16:11:42 -  1.1.2.6
@@ -1,5 +1,5 @@
 Package: gtksourceview2-dev
-Version: 2.0.1
+Version: 2.0.2
 Revision: 1
 Depends: gtksourceview2-shlibs (= %v-%r)
 Conflicts: gtksourceview-dev
@@ -38,7 +38,7 @@
xft2-dev
 
 Source: mirror:gnome:sources/gtksourceview/2.0/gtksourceview-%v.tar.bz2
-Source-MD5: b7848c5328e7576b1717d75c53063602
+Source-MD5: 8a9daf3fa9ddeed92c18572ee16cd1f5
 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


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils monodoc.info, 1.4.2.2, 1.4.2.3

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/utils

Modified Files:
  Tag: pangocairo-branch
monodoc.info 
Log Message:
update mono-based stuff

Index: monodoc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/monodoc.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- monodoc.info13 Dec 2007 14:31:06 -  1.4.2.2
+++ monodoc.info13 Dec 2007 16:11:43 -  1.4.2.3
@@ -1,22 +1,20 @@
 Package: monodoc
 Version: 1.2.6
 Revision: 1
-Description: Mono class documentation and browser
-License: GPL
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
-Depends: mono (= %v-1)
+Source: http://go-mono.com/sources/%n/%n-%v.zip
+Source-MD5: bd4c9619ebf3b41803b7ca9097be7fc1
+
+Depends: mono (= 1.2.6-1)
 BuildDepends: 
-   fink (= 0.26.0-1),
-   mono-dev (= 1.2.5-1021)
+   fink (= 0.22.2-1),
+   mono-dev (= 1.2.6-1)
 
 BuildConflicts: monodoc ( 1.0.2-1)
 
-Source: http://mono.ximian.com/monobuild/preview/sources/%n/%n-%v.zip
-Source-MD5: 249736f912449d19cb03a28fce3d8074
-
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
+
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 CompileScript: 
 #!/bin/sh -ex
@@ -26,7 +24,6 @@
   ./configure %c
   make
 
-
 InstallScript: 
 #!/bin/sh -ex
 
@@ -36,29 +33,32 @@
   rm -rf %i/lib/monodoc/sources/gecko-sharp*
 
 
+Description: Mono class documentation and browser
+DescDetail: 
+This is the MonoDoc module.  It contains the documentation for
+the Mono class libraries, tools to produce and edit the
+documentation, and a documentation browser.
+
+The documentation browser consists of a library and two
+front-ends: a Gtk#-based one, and an ASP.NET-based version.
+
+This set of tools is under heavy development, please report any bugs 
+in the Mono/Doctools module of Ximian Bugzilla (bugzilla.ximian.com)
+
 PreInstScript: 
   if [ -f %p/var/lib/dpkg/info/monodoc.postrm ]  [ `grep -c upgrade 
%p/var/lib/dpkg/info/monodoc.postrm` = 0 ]; then
 sudo echo #!/bin/sh  %p/var/lib/dpkg/info/monodoc.postrm
 sudo echo exit 0  %p/var/lib/dpkg/info/monodoc.postrm
   fi
 
-PostInstScript:   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  
%p/bin/monodoc --make-index /dev/null 21 || :
+PostInstScript: 
+  [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :
+
 PostRmScript: 
   if [ upgrade != $1 ]; then
 rm -rf %p/lib/monodoc
   fi
 
-
+License: GPL
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
 Homepage: http://www.go-mono.org/
-DescDetail: 
-This is the MonoDoc module.  It contains the documentation for
-the Mono class libraries, tools to produce and edit the
-documentation, and a documentation browser.
-
-The documentation browser consists of a library and two
-front-ends: a Gtk#-based one, and an ASP.NET-based version.
-
-This set of tools is under heavy development, please report any bugs 
-in the Mono/Doctools module of Ximian Bugzilla (bugzilla.ximian.com)
-
-


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages ikvm.info, 1.4.2.1, 1.4.2.2 ikvm.patch, 1.2, 1.2.2.1 mono.info, 1.9.2.11, 1.9.2.12 mono.patch, 1.5.2.3, 1.5.2.4

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
ikvm.info ikvm.patch mono.info mono.patch 
Log Message:
update mono-based stuff

Index: ikvm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ikvm.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- ikvm.info   21 Sep 2007 04:30:45 -  1.4.2.1
+++ ikvm.info   13 Dec 2007 16:11:42 -  1.4.2.2
@@ -1,25 +1,9 @@
 Package: ikvm
 Version: 0.30.0.0
-Revision: 1021
-Description: Java implementation for .Net
-License: BSD
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
-
-Depends: 
-   mono (= 1.1.16-1),
-   pkgconfig
-
-BuildDepends: 
-   mono-dev (= 1.2.5-1021),
-   nant (= 0.85-1032),
-   ecj,
-   glib2-dev (= 2.14.0-1),
-   libgettext3-dev
-
-Suggests: monodevelop
-
+Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
 Source-MD5: 8239e284cafd57ed6435bdc47f926521
+#SourceDirectory: %n
 Source2: mirror:gnu:classpath/classpath-0.92.tar.gz
 Source2-MD5: 4603ef3e593713d94788b919bc0b6c75
 Source3: mirror:gnu:classpath/classpath-0.92-generics.tar.gz
@@ -27,19 +11,24 @@
 Source4: http://go-mono.com/sources/%n/%n-0.14.tar.gz
 Source4-MD5: 042e49520251f9c76c0180cc2437a0b4
 Patch: %n.patch
-
+DocFiles: LICENSE THANKYOU website/*.txt
+Depends: mono (= 1.2.6-1), pkgconfig (= 0.21-1)
+Suggests: monodevelop
+BuildDepends: mono-dev (= 1.2.6-1), nant (= 0.85-10), ecj, glib2-dev (= 
2.14.0-1), libgettext3-dev
+Homepage: http://go-mono.com/
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Description: Java implementation for .Net
+NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/include
+NoSETLDFLAGS: true
 SetLIBS: -L%p/lib
-SetMAKEFLAGS: -j1
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
 NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: 
 #!/bin/sh -ex
 
nant -t:mono-1.0 generics
 
-
 InstallScript: 
 #!/bin/sh -ex
 
@@ -61,15 +50,14 @@
 exec_prefix=\${prefix}
 libdir=\${prefix}/lib
 
+
 Name: IKVM.NET
 Description: An implementation of Java for Mono and the Microsoft .NET 
Framework.
 Version: %v
 Libs: -r:\${libdir}/ikvm/IKVM.Runtime.dll 
-r:\${libdir}/ikvm/IKVM.GNU.Classpath.dll
 END
 
-DocFiles: LICENSE THANKYOU website/*.txt
 
-Homepage: http://go-mono.com/
 DescDetail: 
 IKVM.NET is an implementation of Java for Mono and the Microsoft
 .NET Framework.  It includes the following components:
@@ -78,4 +66,4 @@
 * A .NET implementation of the Java class libraries
 * Tools that enable Java and .NET interoperability
 
-
+License: BSD

Index: mono.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.info,v
retrieving revision 1.9.2.11
retrieving revision 1.9.2.12
diff -u -d -r1.9.2.11 -r1.9.2.12
--- mono.info   13 Dec 2007 14:31:06 -  1.9.2.11
+++ mono.info   13 Dec 2007 16:11:42 -  1.9.2.12
@@ -1,23 +1,22 @@
 Package: mono
 Version: 1.2.6
 Revision: 1
-Description: .NET-compatible CIL engine
-Type: java(1.4)
-License: LGPL
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
 
+Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
+Source-MD5: 391f85b4f962269e044ceac2b5235310
+PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
+DocFiles: AUTHORS COPYING* ChangeLog NEWS README
 Depends: 
libgettext3-shlibs,
system-java14
 
 BuildDepends: 
-   atk1,
+   atk1 (= 1.20.0-1),
cairo (= 1.2-1),
expat1,
-   fink (= 0.26.0-1),
+   fink (= 0.22.2-1),
fontconfig2-dev (= 2.4.1-1),
freetype219 (= 2.3.5-1),
-   gc (= 6.4-1001),
gettext-tools,
glib2-dev (= 2.14.0-1),
glitz (= 0.4.4-1),
@@ -26,22 +25,29 @@
libicu32-dev | libicu36-dev,
libpixman1 (= 0.1.5-1),
libpng3,
-   pkgconfig,
+   pkgconfig (= 0.21-1),
system-java14-dev
 
 BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
 Replaces: %N-dev ( %v-%r)
-
-Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
-Source-MD5: 391f85b4f962269e044ceac2b5235310
-PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
-
+Type: java(1.4)
+Homepage: http://go-mono.com/
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Description: .NET-compatible CIL engine
+NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/include
+NoSetLDFLAGS: true
 SetLDFLAGS: -bind_at_load
 SetLIBS: -L%p/lib
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc --with-icu=yes 
--with-preview=yes --disable-dependency-tracking CFLAGS=-Os CXXFLAGS=-Os
+ConfFiles: 
+   %p/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx
+   %p/etc/mono/1.0/machine.config
+   %p/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx
+   %p/etc/mono/2.0/machine.config
+   

[cvs] dists/10.4/unstable/main/finkinfo/libs cocoa-sharp.info, 1.5.2.3, 1.5.2.4 dbus-sharp.info, 1.4.2.6, 1.4.2.7

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/libs

Modified Files:
  Tag: pangocairo-branch
cocoa-sharp.info dbus-sharp.info 
Log Message:
update mono-based stuff

Index: dbus-sharp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/dbus-sharp.info,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -d -r1.4.2.6 -r1.4.2.7
--- dbus-sharp.info 4 Nov 2007 02:34:49 -   1.4.2.6
+++ dbus-sharp.info 13 Dec 2007 16:11:43 -  1.4.2.7
@@ -1,48 +1,41 @@
 Package: dbus-sharp
 Version: 0.70
-Revision: 1022
-Description: D-BUS C# bindings
-License: Restrictive/Distributable
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
-
-Depends: 
-   dbus-shlibs (= 1.0-1),
-   mono
-
+Revision: 1
 BuildDepends: 
-   atk1,
+   atk1 (= 1.20.0-1),
cairo (= 1.2-1),
-   dbus-dev (= 1.0-1),
+   dbus-dev (= 1.0.2-1027),
expat1,
fink (= 0.26.0-1),
fontconfig2-dev (= 2.4.1-1),
-   freetype219,
+   freetype219 (= 2.3.5-1),
gettext-tools,
glib2-dev (= 2.14.0-1),
glitz (= 0.4.4-1),
libgettext3-dev,
libiconv-dev,
+   libicu31-dev,
libicu32-dev,
libpixman1 (= 0.1.5-1),
libpng3,
-   mono-dev,
+   mono-dev (= 1.2.6-1),
mono-tools,
monodoc,
-   pkgconfig,
+   pkgconfig (= 0.21-1),
system-java14-dev,
x11-dev
 
-
+Depends: 
+   dbus-shlibs (= 1.0.2-1027),
+   mono
+
 Source: http://finch.finkproject.org/~ranger/distfiles/%n-%v.tar.bz2
 Source-MD5: 14913c8306aed859571b28cb68666e07
 Patch: %n.patch
-
 ConfigureParams: --mandir=%p/share/man --disable-qt --disable-qt3 
--disable-glib --disable-gtk --disable-xml-docs --disable-doxygen-docs 
--disable-gcj --enable-mono --enable-mono-docs --disable-python 
--disable-selinux --with-xml=expat
-
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
-
-Homepage: http://dbus.freedesktop.org/
+Description: D-BUS C# bindings
 DescDetail: 
 D-BUS is a message bus system, a simple way for applications to talk to one
 another.
@@ -56,4 +49,6 @@
 
 These bindings provide D-BUS access using C# through mono.
 
-
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Homepage: http://dbus.freedesktop.org/
+License: Restrictive/Distributable

Index: cocoa-sharp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/cocoa-sharp.info,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -d -r1.5.2.3 -r1.5.2.4
--- cocoa-sharp.info21 Sep 2007 04:30:47 -  1.5.2.3
+++ cocoa-sharp.info13 Dec 2007 16:11:43 -  1.5.2.4
@@ -1,26 +1,27 @@
 Package: cocoa-sharp
 Version: 0.9.4
-Revision: 1021
-Description: Cocoa graphical interface for Mono
-License: GPL
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
-
-Depends: 
-   glib2-shlibs (= 2.14.0-1),
-   mono (= 1.1.18-1)
+Revision: 1
+CustomMirror: 
+   Primary: http://ranger.users.finkproject.org/distfiles
+   eur-NL: http://ranger.users.finkproject.org/distfiles
+   nam-US: http://ranger.befunk.com/fink
+   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+   nam-CA: http://www.southofheaven.net/befunk
 
+Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
+Source-MD5: 16d21726434ff3d35582fd3859991cdd
 BuildDepends: 
glib2-dev (= 2.14.0-1),
+   libicu31-dev,
libicu32-dev,
-   mono-dev (= 1.2.5-1021),
-   monodoc (= 1.2-1021),
+   mono-dev (= 1.2.6-1),
+   monodoc (= 1.1.18-1),
pkgconfig
 
-
-CustomMirror: RangerMirror
-Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
-Source-MD5: 16d21726434ff3d35582fd3859991cdd
-
+Depends: 
+   glib2-shlibs (= 2.14.0-1),
+   mono (= 1.2.6-1)
+
 NoSetLDFLAGS: true
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-static --disable-dependency-tracking
 CompileScript: 
@@ -30,16 +31,18 @@
   ./configure %c
   make
 
-
 InstallScript: 
 #!/bin/sh -ex
   make install DESTDIR=%d
   install -d -m 755 %i/share/%n/samples
   cp -R samples/* %i/share/%n/samples/
 
-DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README*
-
-PostInstScript:   [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  
%p/bin/monodoc --make-index /dev/null 21 || :
+PostInstScript: 
+  [ -x %p/bin/monodoc ]  [ -d %p/lib/monodoc ]  %p/bin/monodoc 
--make-index /dev/null 21 || :
+
 
+DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README*
+Description: Cocoa graphical interface for Mono
+License: GPL
 Homepage: http://forge.novell.com/modules/xfmod/project/?cocoa-sharp
-
+Maintainer: Benjamin Reed [EMAIL PROTECTED]


-
SF.Net email is sponsored by:
Check out 

[cvs] dists/10.4/unstable/crypto/finkinfo boo.info, 1.3.2.6, 1.3.2.7 gecko-sharp-2.0.info, 1.1.2.2, 1.1.2.3 gecko-sharp.info, 1.6.2.21, 1.6.2.22 gecko-sharp1-0.6.info, 1.1.2.2, 1.1.2.3 gecko-sharp1.in

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/crypto/finkinfo

Modified Files:
  Tag: pangocairo-branch
boo.info gecko-sharp-2.0.info gecko-sharp.info 
gecko-sharp1-0.6.info gecko-sharp1.info gnome-sharp2.info 
gtk-sharp-monodoc.info gtk-sharp.info gtk-sharp2.info 
gtksourceview-sharp.info libgdiplus.info libgdiplus.patch 
mono-tools.info monodevelop.info monodevelop.patch 
Log Message:
update mono-based stuff

Index: monodevelop.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/monodevelop.patch,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- monodevelop.patch   21 Sep 2007 04:30:42 -  1.2.2.2
+++ monodevelop.patch   13 Dec 2007 16:11:42 -  1.2.2.3
@@ -1,4 +1,4 @@
-
+diff -uNr monodevelop-0.15/monodevelop.in monodevelop-0.15-new/monodevelop.in
 --- monodevelop-0.15/monodevelop.in2007-07-31 13:56:11.0 -0400
 +++ monodevelop-0.15-new/monodevelop.in2007-09-20 22:25:24.0 
-0400
 @@ -36,13 +36,17 @@

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/monodevelop.info,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -d -r1.3.2.6 -r1.3.2.7
--- monodevelop.info13 Dec 2007 14:31:06 -  1.3.2.6
+++ monodevelop.info13 Dec 2007 16:11:42 -  1.3.2.7
@@ -1,24 +1,40 @@
 Package: monodevelop
 Version: 0.17
 Revision: 1
-Description: Integrated Development Environment for C#
-License: GPL
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
+
+CustomMirror: 
+   Primary: http://ranger.users.finkproject.org/distfiles
+   eur-NL: http://ranger.users.finkproject.org/distfiles
+   nam-US: http://ranger.befunk.com/fink
+   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+   nam-CA: http://www.southofheaven.net/befunk
+
+Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
+Source-MD5: ea7288bc7ac88f699ac0aa1c10fffa82
+#Source: mirror:custom:%n-2007-09-20.tar.bz2
+#Source-MD5: 7253355cd6564bb6b6126646d6855a96
+SourceDirectory: %n
+PatchScript: 
+   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
+   perl -pi -e 's,libgtkembedmoz.so,libgtkembedmoz.dylib,g' configure 
monodevelop.in
+
+
+DocFiles: AUTHORS ChangeLog INSTALL NEWS README COPYING
 
 Depends: 
-   boo (= 0.7.9-1),
+   boo (= 0.7.5-2),
desktop-file-utils,
-   gecko-sharp (= 2.0-1039),
+   gecko-sharp (= 2.0-12),
gnome-sharp2,
-   gtk-sharp2 (= 2.10.2-1),
-   gtk-sharp-monodoc (= 2.10.2-1),
+   gtk-sharp2 (= 2.4.2-2),
+   gtk-sharp-monodoc (= 2.4.2-2),
gtksourceview-sharp (= 2.0-1029),
-   ikvm (= 0.30.0.0-1),
-   mono (= 1.1.17-1),
-   mono-tools (= 1.2.4-1)
+   ikvm (= 0.22.0.0-1),
+   mono (= 1.2.6-1),
+   mono-tools (= 1.1.11-5)
 
 BuildDepends: 
-   atk1,
+   atk1 (= 1.20.0-1),
bonobo-activation2-dev,
cairo,
desktop-file-utils (= 0.14-1),
@@ -26,59 +42,49 @@
firefox1.5-dev,
fontconfig2-dev (= 2.4.1-1),
freetype219 (= 2.3.5-1),
-   gconf2-dev (= 2.20.0-1),
+   gconf2-dev (= 2.20.1-1),
gecko-sharp-firefox15,
-   glib2-dev,
+   glib2-dev (= 2.14.0-1),
gnome-sharp2,
-   gnome-vfs2-unified-dev,
-   gtk+2-dev,
-   gtk-sharp2 (= 2.10.2-1),
-   gtksourceview-dev,
+   gnome-vfs2-unified-dev (= 1:2.20.0-1),
+   gtk+2-dev (= 2.10.2-1),
+   gtk-sharp2 (= 2.4.0-1),
+   gtksourceview-dev (= 1.8.5-1),
gtksourceview-sharp (= 2.0-1029),
-   ikvm (= 0.30.0.0-1),
-   libbonobo2-dev,
+   ikvm (= 0.22.0.0-1),
+   libbonobo2-dev (= 2.20.0-1),
libgettext3-dev,
-   libglade2,
-   libgnome2-dev,
-   libgnomeui2-dev,
+   libglade2 (= 2.6.2-1),
+   libgnome2-dev (= 2.20.0-1),
+   libgnomeui2-dev (= 2.20.0-1),
libiconv-dev,
-   libicu32-dev,
-   libidl2,
+   libicu36-dev | libicu32-dev,
+   libidl2 (= 0.8.9-1),
libjpeg,
libpng3,
libxml2,
-   mono-dev (= 1.2.5-1021),
-   mono-tools (= 1.2.4-1),
-   monodoc (= 1.2-1021),
-   orbit2-dev,
-   pango1-xft2-ft219-dev,
+   mono-dev (= 1.2.6-1),
+   mono-tools (= 1.1.11-5),
+   monodoc (= 1.2.3-1),
+   orbit2-dev (= 2.14.10-1),
+   pango1-xft2-ft219-dev (= 1.18.3-1),
pkgconfig (= 0.21-1),
pth2-dev,
x11-dev,
xft2-dev
 
 
-CustomMirror: 
-   Primary: http://ranger.users.finkproject.org/distfiles
-   eur-NL: http://ranger.users.finkproject.org/distfiles
-   nam-US: http://ranger.befunk.com/fink
-   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
-   nam-CA: 

[svn] commit: r1085 - in /trunk/experimental: 10.4/main/finkinfo/libs/perlmods/ common/main/finkinfo/libs/perlmods/

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 17:33:14 2007
New Revision: 1085

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

Modified:
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-conf-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-pm.info

trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-html-objects-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-object-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-pm.info
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-uri-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-conf-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-datetime-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-db-object-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-db-pm.info

trunk/experimental/common/main/finkinfo/libs/perlmods/rose-html-objects-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-object-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/rose-uri-pm.info

Modified: trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-conf-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-conf-pm.inforev=1085repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-conf-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-conf-pm.info Thu 
Dec 13 17:33:14 2007
@@ -22,7 +22,7 @@
rose-object-pm%type_pkg[perl]
 
 
-Source: mirror:cpan:authors/id/J/JS/JSIRACUSA/Rose-Conf-%v.tar.gz
+Source: mirror:cpan:modules/by-module/Rose/Rose-Conf-%v.tar.gz
 Source-MD5: 5892458a864d90d69e388336427c1619
 
 UpdatePOD: true

Modified: 
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.inforev=1085repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-datetime-pm.info 
Thu Dec 13 17:33:14 2007
@@ -22,7 +22,7 @@
rose-object-pm%type_pkg[perl] (= 0.82-1)
 
 
-Source: mirror:cpan:modules/by-module/Rose/Rose-DateTime-%v.tar.gz
+Source: mirror:sourceforge:rose/Rose-DateTime-%v.tar.gz
 Source-MD5: 4b22b9178c28f267a4907b365ecfc35d
 
 UpdatePOD: true

Modified: 
trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.inforev=1085repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-object-pm.info 
Thu Dec 13 17:33:14 2007
@@ -1,6 +1,6 @@
 Info2: 
 Package: rose-db-object-pm%type_pkg[perl]
-Version: 0.765
+Version: 0.766
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -17,7 +17,7 @@
perl%type_pkg[perl]-core,
rose-datetime-pm%type_pkg[perl] (= 0.532-1),
rose-object-pm%type_pkg[perl] (= 0.84-1),
-   rose-db-pm%type_pkg[perl] (= 0.735-1),
+   rose-db-pm%type_pkg[perl] (= 0.737-1),
test-simple-pm%type_pkg[perl]
 
 BuildDepends: 
@@ -28,12 +28,12 @@
perl%type_pkg[perl]-core,
rose-datetime-pm%type_pkg[perl] (= 0.532-1),
rose-object-pm%type_pkg[perl] (= 0.84-1),
-   rose-db-pm%type_pkg[perl] (= 0.735-1),
+   rose-db-pm%type_pkg[perl] (= 0.737-1),
test-simple-pm%type_pkg[perl]
 
 
-Source: mirror:cpan:modules/by-module/Rose/Rose-DB-Object-%v.tar.gz
-Source-MD5: fd1a020dd15b622426ba9db9164518bb
+Source: mirror:sourceforge:rose/Rose-DB-Object-%v.tar.gz
+Source-MD5: dfe64bfef7fc98a1172d320985766fe0
 
 UpdatePOD: true
 InstallScript: 

Modified: trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/rose-db-pm.inforev=1085repname=user%3a+ranger
==
--- 

[cvs] dists/10.4/unstable/main/finkinfo/web mono-xsp.info, 1.4.2.2, 1.4.2.3

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/web

Modified Files:
  Tag: pangocairo-branch
mono-xsp.info 
Log Message:
update mono-based stuff

Index: mono-xsp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/mono-xsp.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- mono-xsp.info   13 Dec 2007 14:31:06 -  1.4.2.2
+++ mono-xsp.info   13 Dec 2007 16:11:43 -  1.4.2.3
@@ -4,8 +4,8 @@
 Source: http://www.go-mono.com/sources/xsp/xsp-%v.tar.bz2
 Source-MD5: 61dd61398f041002292e5514c28decd3
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
-Depends: mono (= %v-1)
-BuildDepends: mono (= %v-1), pkgconfig
+Depends: mono (= 1.2.6-1)
+BuildDepends: mono-dev (= 1.2.6-1), pkgconfig (= 0.21-1)
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 Description: Mono ASP.Net web server


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel nant.info, 1.4.2.1, 1.4.2.2 nant.patch, 1.1.2.1, 1.1.2.2

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21295/main/finkinfo/devel

Modified Files:
  Tag: pangocairo-branch
nant.info nant.patch 
Log Message:
update mono-based stuff

Index: nant.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- nant.info   21 Sep 2007 04:30:42 -  1.4.2.1
+++ nant.info   13 Dec 2007 16:11:42 -  1.4.2.2
@@ -1,27 +1,27 @@
 Package: nant
 Version: 0.85
 Revision: 1038
-Description: Ant-like build tool for .NET
-License: GPL
-Maintainer: Benjamin Reed [EMAIL PROTECTED]
-
-Depends: mono (= 1.2.3-1)
-BuildDepends: 
-   mono-dev (= 1.2.5-1021),
-   pkgconfig
-
 
+#Source: mirror:sourceforge:%n/%n-%v-rc3-src.tar.gz
 Source: http://go-mono.com/sources/%n/%n-%v-src.tar.gz
 Source-MD5: 45ae065439b6cbc0e02051b855843f50
 SourceDirectory: %n-%v
 Patch: %n.patch
-
+DocFiles: COPYING.txt README.txt
+Depends: mono (= 1.2.6-1)
+BuildDepends: 
+   mono-dev (= 1.2.6-1),
+   pkgconfig
+
+Homepage: http://nant.sourceforge.net/
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+Description: Ant-like build tool for .NET
+NoSetCPPFLAGS: true
 SetCPPFLAGS: -I%p/include
+NoSETLDFLAGS: true
 SetLIBS: -L%p/lib
-SetMAKEFLAGS: -j1
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
 NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: 
 #!/bin/sh -ex
 
@@ -29,7 +29,6 @@
 
   make MONO=mono --debug MCS=mcs -debug
 
-
 InstallScript: 
 #!/bin/sh -ex
 
@@ -49,11 +48,9 @@
   mv doc %i/share/doc/%n
   mv examples %i/share/doc/%n/
 
-DocFiles: COPYING.txt README.txt
 
-Homepage: http://nant.sourceforge.net/
 DescDetail: 
 NAnt is a free .NET build tool.  In theory it is kind of like make
 without make's wrinkles.  In practice it's a lot like Ant.
 
-
+License: GPL

Index: nant.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.patch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- nant.patch  21 Sep 2007 04:30:43 -  1.1.2.1
+++ nant.patch  13 Dec 2007 16:11:42 -  1.1.2.2
@@ -1,4 +1,4 @@
-
+diff -uNr nant-0.85/src/NAnt.Core/Task.cs nant-0.85-new/src/NAnt.Core/Task.cs
 --- nant-0.85/src/NAnt.Core/Task.cs2005-10-21 13:13:06.0 -0400
 +++ nant-0.85-new/src/NAnt.Core/Task.cs2007-09-20 21:28:37.0 
-0400
 @@ -400,7 +400,10 @@
@@ -18,7 +18,8 @@
  }
 -}
 \ No newline at end of file
-+}
++}
+diff -uNr nant-0.85/src/NAnt.Core/Tasks/ExternalProgramBase.cs 
nant-0.85-new/src/NAnt.Core/Tasks/ExternalProgramBase.cs
 --- nant-0.85/src/NAnt.Core/Tasks/ExternalProgramBase.cs   2005-04-04 
08:08:28.0 -0400
 +++ nant-0.85-new/src/NAnt.Core/Tasks/ExternalProgramBase.cs   2007-09-20 
21:30:38.0 -0400
 @@ -452,7 +452,8 @@


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs cocoa-sharp.info, 1.5.2.4, 1.5.2.5 dbus-sharp.info, 1.4.2.7, 1.4.2.8

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17113/main/finkinfo/libs

Modified Files:
  Tag: pangocairo-branch
cocoa-sharp.info dbus-sharp.info 
Log Message:
pangocairoized firefox2 from the tracker, also updated more mono stuff

Index: dbus-sharp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/dbus-sharp.info,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -d -r1.4.2.7 -r1.4.2.8
--- dbus-sharp.info 13 Dec 2007 16:11:43 -  1.4.2.7
+++ dbus-sharp.info 13 Dec 2007 17:21:58 -  1.4.2.8
@@ -19,8 +19,8 @@
libpixman1 (= 0.1.5-1),
libpng3,
mono-dev (= 1.2.6-1),
-   mono-tools,
-   monodoc,
+   mono-tools (= 1.2.6-1),
+   monodoc (= 1.2.6-1),
pkgconfig (= 0.21-1),
system-java14-dev,
x11-dev

Index: cocoa-sharp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/cocoa-sharp.info,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -d -r1.5.2.4 -r1.5.2.5
--- cocoa-sharp.info13 Dec 2007 16:11:43 -  1.5.2.4
+++ cocoa-sharp.info13 Dec 2007 17:21:58 -  1.5.2.5
@@ -15,7 +15,7 @@
libicu31-dev,
libicu32-dev,
mono-dev (= 1.2.6-1),
-   monodoc (= 1.1.18-1),
+   monodoc (= 1.2.6-1),
pkgconfig
 
 Depends: 


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages mono.info, 1.9.2.12, 1.9.2.13 mono.patch, 1.5.2.4, 1.5.2.5

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17113/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
mono.info mono.patch 
Log Message:
pangocairoized firefox2 from the tracker, also updated more mono stuff

Index: mono.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.info,v
retrieving revision 1.9.2.12
retrieving revision 1.9.2.13
diff -u -d -r1.9.2.12 -r1.9.2.13
--- mono.info   13 Dec 2007 16:11:42 -  1.9.2.12
+++ mono.info   13 Dec 2007 17:21:58 -  1.9.2.13
@@ -23,12 +23,11 @@
libgettext3-dev,
libiconv-dev,
libicu32-dev | libicu36-dev,
-   libpixman1 (= 0.1.5-1),
libpng3,
pkgconfig (= 0.21-1),
system-java14-dev
 
-BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
+BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev, gc
 Replaces: %N-dev ( %v-%r)
 Type: java(1.4)
 Homepage: http://go-mono.com/

Index: mono.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.patch,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -d -r1.5.2.4 -r1.5.2.5
--- mono.patch  13 Dec 2007 16:11:42 -  1.5.2.4
+++ mono.patch  13 Dec 2007 17:21:58 -  1.5.2.5
@@ -56,1034 +56,6 @@
dllmap dll=i:kernel32.dll
dllentry dll=__Internal name=CopyMemory 
target=mono_win32_compat_CopyMemory/
dllentry dll=__Internal name=FillMemory 
target=mono_win32_compat_FillMemory/
-diff -uNr mono-1.2.6/libgc/darwin_stop_world.c 
mono-1.2.6-new/libgc/darwin_stop_world.c
 mono-1.2.6/libgc/darwin_stop_world.c   2007-11-08 17:07:02.0 
-0500
-+++ mono-1.2.6-new/libgc/darwin_stop_world.c   2007-11-29 17:38:30.0 
-0500
-@@ -1,5 +1,7 @@
- #include private/pthread_support.h
- 
-+/* This probably needs more porting work to ppc64. */
-+
[...1003 lines suppressed...]
-+   The structure has changed its definition in different Darwin versions.
-+   This now defaults to the (older) names without __, thus hopefully,
-+   not breaking any existing Makefile.direct builds.  */
-+#   if defined (HAS_PPC_THREAD_STATE___R0) \
-+  || defined (HAS_PPC_THREAD_STATE64___R0) \
-+  || defined (HAS_X86_THREAD_STATE32___EAX) \
-+  || defined (HAS_X86_THREAD_STATE64___RAX)
-+# define THREAD_FLD(x) __ ## x
-+#   else
-+# define THREAD_FLD(x) x
-+#   endif
-+#endif
-+
-+#if defined(DARWIN)
- # if defined(POWERPC)
- # define GC_MACH_THREAD_STATE_FLAVOR PPC_THREAD_STATE
- # elif defined(I386)
 diff -uNr mono-1.2.6/mono/metadata/loader.c 
mono-1.2.6-new/mono/metadata/loader.c
 --- mono-1.2.6/mono/metadata/loader.c  2007-11-08 17:07:19.0 -0500
 +++ mono-1.2.6-new/mono/metadata/loader.c  2007-11-29 16:22:08.0 
-0500


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1087 - in /trunk/experimental: ./ common/crypto/finkinfo/ common/main/finkinfo/devel/ common/main/finkinfo/languages/ common/main/finkinfo/libs/

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 18:23:15 2007
New Revision: 1087

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

Modified:
trunk/experimental/common/crypto/finkinfo/gecko-sharp-2.0.info
trunk/experimental/common/crypto/finkinfo/gecko-sharp.info
trunk/experimental/common/crypto/finkinfo/gecko-sharp1-0.6.info
trunk/experimental/common/crypto/finkinfo/gecko-sharp1.info
trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.info
trunk/experimental/common/crypto/finkinfo/gtksourceview-sharp.info
trunk/experimental/common/crypto/finkinfo/mono-tools.info
trunk/experimental/common/crypto/finkinfo/monodevelop.info
trunk/experimental/common/main/finkinfo/devel/nant.info
trunk/experimental/common/main/finkinfo/languages/mono.info
trunk/experimental/common/main/finkinfo/languages/mono.patch
trunk/experimental/common/main/finkinfo/libs/cocoa-sharp.info
trunk/experimental/common/main/finkinfo/libs/dbus-sharp.info
trunk/experimental/copy-mono.sh

Modified: trunk/experimental/common/crypto/finkinfo/gecko-sharp-2.0.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gecko-sharp-2.0.inforev=1087repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gecko-sharp-2.0.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gecko-sharp-2.0.info Thu Dec 13 
18:23:15 2007
@@ -1,8 +1,8 @@
 Package: gecko-sharp
 Version: 2.0
-Revision: 1039
+Revision: 1040
 Type: bundle
-Depends: %N-firefox15 (= %v-%r) | %N-seamonkey (= %v-%r)
+Depends: %N-firefox2 (= %v-%r) | %N-firefox15 (= %v-%r) | %N-seamonkey (= 
%v-%r)
 Description: Mozilla browser C# bindings: bundle
 License: OSI-Approved
 Maintainer: Benjamin Reed [EMAIL PROTECTED]

Modified: trunk/experimental/common/crypto/finkinfo/gecko-sharp.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gecko-sharp.inforev=1087repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gecko-sharp.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gecko-sharp.info Thu Dec 13 
18:23:15 2007
@@ -1,22 +1,24 @@
 Info2: 
 Package: gecko-sharp%type_pkg[gecko]
 Version: 2.0
-Revision: 1039
-Type: gecko (-firefox1.5 -seamonkey)
+Revision: 1040
+Type: gecko (-firefox2 -firefox1.5 -seamonkey)
 Source: http://go-mono.com/sources/gecko-sharp-%v/gecko-sharp-%v-0.12.tar.gz
 Source-MD5: 226470d7be5150f9a8c4d119f61cc385
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL LICENSE* NEWS README
-Replaces: monodoc, gecko-sharp, gecko-sharp-firefox1.5, gecko-sharp-firefox15, 
gecko-sharp-seamonkey
-Conflicts: gecko-sharp ( 2.0-13), gecko-sharp-firefox1.5, 
gecko-sharp-firefox15, gecko-sharp-seamonkey
+Replaces: monodoc, gecko-sharp, gecko-sharp-firefox1.5, gecko-sharp-firefox2, 
gecko-sharp-firefox15, gecko-sharp-seamonkey
+Conflicts: gecko-sharp ( 2.0-13), gecko-sharp-firefox1.5, 
gecko-sharp-firefox2, gecko-sharp-firefox15, gecko-sharp-seamonkey
 Depends: 
+   (%type_raw[gecko] = -firefox2)   firefox2-shlibs,
(%type_raw[gecko] = -firefox1.5) firefox1.5-shlibs (= 1.5.0.12-1002),
(%type_raw[gecko] = -seamonkey)  seamonkey-shlibs (= 1.1.5-2),
gtk-sharp2 (= 2.10.2-1),
mono (= 1.2.6-1)
 
 BuildDepends: 
+   (%type_raw[gecko] = -firefox2)   firefox2-dev,
(%type_raw[gecko] = -firefox1.5) firefox1.5-dev (= 1.5.0.12-1002),
-   (%type_raw[gecko]  = -seamonkey) seamonkey-dev (= 1.1.5-2),
+   (%type_raw[gecko] = -seamonkey)  seamonkey-dev (= 1.1.5-2),
atk1 (= 1.20.0-1),
cairo (= 1.4-1),
expat1,
@@ -64,6 +66,8 @@
export MONODOC=%p/bin/monodocer
if [ %type_raw[gecko] == -firefox1.5 ]; then
MOZILLA_FLAGS=--with-mozilla-headers=%p/include/firefox1.5 
--with-mozilla-libs=%p/lib/firefox1.5
+   elif [ %type_raw[gecko] == -firefox2 ]; then
+   MOZILLA_FLAGS=--with-mozilla-headers=%p/include/firefox2 
--with-mozilla-libs=%p/lib/firefox2
else
MOZILLA_FLAGS=--with-mozilla-headers=%p/include/seamonkey 
--with-mozilla-libs=%p/lib/seamonkey
fi

Modified: trunk/experimental/common/crypto/finkinfo/gecko-sharp1-0.6.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gecko-sharp1-0.6.inforev=1087repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gecko-sharp1-0.6.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gecko-sharp1-0.6.info Thu Dec 13 
18:23:15 2007
@@ -1,8 +1,8 @@
 Package: gecko-sharp1
 Version: 0.6
-Revision: 1025
+Revision: 1028
 Type: bundle
-Depends: %N-firefox15 (= %v-%r) | %N-seamonkey (= %v-%r)
+Depends: 

[cvs] dists/10.4/unstable/main/finkinfo/libs libc-client1-shlibs.info, 1.1, 1.2 libc-client1-shlibs.patch, 1.1, 1.2

2007-12-13 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21597

Modified Files:
libc-client1-shlibs.info libc-client1-shlibs.patch 
Log Message:
Fix c-client to co exist with pine, though pine should jsut use the c-client 
shared instead of build it's own, as well it really shoudl update it's poenldap 
to 23 :\, anyhow fixed for now

Index: libc-client1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libc-client1-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libc-client1-shlibs.info12 Dec 2007 20:35:49 -  1.1
+++ libc-client1-shlibs.info13 Dec 2007 17:32:59 -  1.2
@@ -1,6 +1,6 @@
 Package: libc-client1-shlibs
 Version: 2006k
-Revision: 1
+Revision: 2
 Source: mirror:custom:imap-%v.tar.Z
 CustomMirror: 
  Primary: ftp://ftp.cac.washington.edu/imap/
@@ -12,8 +12,12 @@
 PatchScript: 
   sed 's|@FINKPREFIX@|%p|g'  %a/%n.patch | patch -p1
 
-CompileScript: make ops
-InstallScript: make install PREFIX=%p DESTDIR=%i
+CompileScript: 
+  make ops
+
+InstallScript: 
+  make install PREFIX=%p DESTDIR=%i
+
 DocFiles: CONTENTS LICENSE.txt NOTICE OSTYPE README SPECIALS SUPPORT docs/*
 Shlibs: %p/lib/libc-client.1.dylib 2.0.0 libc-client1-shlibs (= 2006k-1)
 SplitOff: 
@@ -41,8 +45,8 @@
   Package: uw-ipopd
   Depends: %N (= %v-%r)
   Files: 
-sbin/ipop2d
-sbin/ipop3d
+sbin/uw-ipop2d
+sbin/uw-ipop3d
   
   DocFiles: CONTENTS LICENSE.txt NOTICE OSTYPE README SPECIALS SUPPORT docs/*
   Description: POP2 and POP3 servers from UW
@@ -57,7 +61,7 @@
   Package: uw-imapd
   Depends: %N (= %v-%r)
   Files: 
-sbin/imapd
+sbin/uw-imapd
   
   DocFiles: CONTENTS LICENSE.txt NOTICE OSTYPE README SPECIALS SUPPORT docs/*
   Description: Remote mail folder access server
@@ -79,7 +83,7 @@
   Package: uw-mlock
   Depends: %N (= %v-%r)
   Files: 
-bin/mlock
+bin/uw-mlock
   
   DocFiles: CONTENTS LICENSE.txt NOTICE OSTYPE README SPECIALS SUPPORT docs/*
   Description: Mailbox locking program from UW
@@ -96,9 +100,9 @@
   Package: uw-mailutils
   Depends: %N (= %v-%r)
   Files: 
-bin/dmail
-bin/tmail
-bin/mailutil
+bin/uw-dmail
+bin/uw-tmail
+bin/uw-mailutil
   
   DocFiles: CONTENTS LICENSE.txt NOTICE OSTYPE README SPECIALS SUPPORT docs/*
   Description: C-client support programs from UW
@@ -110,9 +114,9 @@
 This package contains some programs that can be used with the libc-client
 mail handling library.  They are:
 
-mailutil: a program for dealing with mailboxes of various types.
-dmail: a Mail Delivery Agent (MDA) for use with procmail
-tmail: a Mail Delivery Program (MDA) for use with sendmail etc.
+uw-mailutil: a program for dealing with mailboxes of various types.
+uw-dmail: a Mail Delivery Agent (MDA) for use with procmail
+uw-tmail: a Mail Delivery Program (MDA) for use with sendmail etc.
   
 
 SplitOff100: 

Index: libc-client1-shlibs.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libc-client1-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libc-client1-shlibs.patch   12 Dec 2007 20:35:50 -  1.1
+++ libc-client1-shlibs.patch   13 Dec 2007 17:32:59 -  1.2
@@ -18,7 +18,7 @@
 +  $(BUILD) BUILDTYPE=osx IP=$(IP6) 
EXTRAAUTHENTICATORS=$(EXTRAAUTHENTICATORS) gss \
 +  PASSWDTYPE=pam \
 +  EXTRACFLAGS=$(EXTRACFLAGS) -DMAC_OSX_KLUDGE=1 \
-+  SPECIALS=SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib [EMAIL 
PROTECTED]@/etc/ssl/certs [EMAIL PROTECTED]@/etc/ssl/private 
GSSINCLUDE=/usr/include GSSLIB=/usr/lib [EMAIL PROTECTED]@/var/spool [EMAIL 
PROTECTED]@/sbin/mlock PAMDLFLAGS=-lpam
++  SPECIALS=SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib [EMAIL 
PROTECTED]@/etc/ssl/certs [EMAIL PROTECTED]@/etc/ssl/private 
GSSINCLUDE=/usr/include GSSLIB=/usr/lib [EMAIL PROTECTED]@/var/spool [EMAIL 
PROTECTED]@/sbin/uw-mlock PAMDLFLAGS=-lpam
 +
  oxp:  an
$(TOUCH) ip6
@@ -33,13 +33,13 @@
 +  mkdir -p $(DESTDIR)/bin
 +  mkdir -p $(DESTDIR)/lib
 +  mkdir -p $(DESTDIR)/include/c-client
-+  install -m755 ipopd/ipop2d $(DESTDIR)/sbin
-+  install -m755 ipopd/ipop3d $(DESTDIR)/sbin
-+  install -m755 imapd/imapd $(DESTDIR)/sbin
-+  install -m755 mlock/mlock $(DESTDIR)/bin
-+  install -m755 dmail/dmail $(DESTDIR)/bin
-+  install -m755 tmail/tmail $(DESTDIR)/bin
-+  install -m755 mailutil/mailutil $(DESTDIR)/bin
++  install -m755 ipopd/ipop2d $(DESTDIR)/sbin/uw-ipop2d
++  install -m755 ipopd/ipop3d $(DESTDIR)/sbin/uw-ipop3d
++  install -m755 imapd/imapd $(DESTDIR)/sbin/uw-imapd
++  install -m755 mlock/mlock $(DESTDIR)/bin/uw-mlock
++  install -m755 dmail/dmail $(DESTDIR)/bin/uw-dmail
++  install -m755 

[svn] commit: r1086 - in /trunk/experimental: 10.4/main/finkinfo/libs/perlmods/image-size-pm.info 10.4/main/finkinfo/libs/perlmods/text-iconv-pm.info common/main/finkinfo/libs/perlmods/image-size-pm.i

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 17:36:38 2007
New Revision: 1086

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

Added:
trunk/experimental/10.4/main/finkinfo/libs/perlmods/text-iconv-pm.info
Modified:
trunk/experimental/10.4/main/finkinfo/libs/perlmods/image-size-pm.info
trunk/experimental/common/main/finkinfo/libs/perlmods/image-size-pm.info

Modified: trunk/experimental/10.4/main/finkinfo/libs/perlmods/image-size-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/image-size-pm.inforev=1086repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/image-size-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/image-size-pm.info Thu 
Dec 13 17:36:38 2007
@@ -1,7 +1,7 @@
 Info2: 
 Package: image-size-pm%type_pkg[perl]
 Version: 3.01
-Revision: 2
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 Description: Image::Size perl module
@@ -36,7 +36,6 @@
--install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
--install_path script=%i/bin
./Build
-   ./Build test
 
 
 UpdatePOD: true

Added: trunk/experimental/10.4/main/finkinfo/libs/perlmods/text-iconv-pm.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/text-iconv-pm.inforev=1086repname=user%3a+ranger
==
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/text-iconv-pm.info 
(added)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/text-iconv-pm.info Thu 
Dec 13 17:36:38 2007
@@ -1,0 +1,37 @@
+Info2: 
+Package: text-iconv-pm%type_pkg[perl]
+Version: 1.7
+Revision: 1
+Description: The iconv() character set conversion function
+Type: perl (5.8.6 5.8.8)
+License: Artistic
+Maintainer: Benjamin Reed [EMAIL PROTECTED]
+
+Depends: 
+   perl%type_pkg[perl]-core,
+   libiconv
+
+BuildDepends: libiconv-dev
+Replaces: text-iconv-pm (= 1.2-1)
+
+Source: mirror:cpan:modules/by-module/Text/Text-Iconv-%v.tar.gz
+Source-MD5: 81b26e069eaebb084e91ea3c009b67ae
+
+ConfigureParams: INC=-I%p/include LIBS=-L%p/lib
+
+UpdatePOD: True
+InstallScript: 
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+DocFiles: README Changes
+
+Homepage: http://search.cpan.org/dist/Text-Iconv
+DescDetail: 
+  This module provides a Perl interface to the iconv() codeset
+  conversion function, as defined by the Single UNIX Specification.  For
+  more details see the POD documentation embedded in the file Iconv.pm,
+  which will also be installed as Text::Iconv(3) man page.
+
+
+

Modified: 
trunk/experimental/common/main/finkinfo/libs/perlmods/image-size-pm.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/perlmods/image-size-pm.inforev=1086repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/libs/perlmods/image-size-pm.info 
(original)
+++ trunk/experimental/common/main/finkinfo/libs/perlmods/image-size-pm.info 
Thu Dec 13 17:36:38 2007
@@ -1,7 +1,7 @@
 Info2: 
 Package: image-size-pm%type_pkg[perl]
 Version: 3.01
-Revision: 2
+Revision: 3
 ###
 Depends: 
file-spec-pm%type_pkg[perl],
@@ -33,7 +33,6 @@
--install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
--install_path script=%i/bin
./Build
-   ./Build test
 
 InstallScript: 
./Build install


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages mono.info, 1.9.2.13, 1.9.2.14

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3351/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
mono.info 
Log Message:
working mono

Index: mono.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/mono.info,v
retrieving revision 1.9.2.13
retrieving revision 1.9.2.14
diff -u -d -r1.9.2.13 -r1.9.2.14
--- mono.info   13 Dec 2007 17:21:58 -  1.9.2.13
+++ mono.info   13 Dec 2007 18:07:54 -  1.9.2.14
@@ -60,9 +60,6 @@
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g; 
s/need_relink=yes/need_relink=no/g' configure ltmain.sh
./configure %c --with-jdk=$JAVA_HOME
 
-   pushd libgc
-   CPPFLAGS=-D__DARWIN_UNIX03=0 ./configure %c 
--disable-embed-check --with-libgc-threads=pthreads
-   popd
for dir in libgc mono ikvm-native; do
pushd $dir
make


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1088 - /trunk/experimental/common/main/finkinfo/languages/mono.info

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 19:07:37 2007
New Revision: 1088

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=1088repname=user%3a+ranger
Log:
whups, this is bad

Modified:
trunk/experimental/common/main/finkinfo/languages/mono.info

Modified: trunk/experimental/common/main/finkinfo/languages/mono.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/languages/mono.inforev=1088repname=user%3a+ranger
==
--- trunk/experimental/common/main/finkinfo/languages/mono.info (original)
+++ trunk/experimental/common/main/finkinfo/languages/mono.info Thu Dec 13 
19:07:37 2007
@@ -60,9 +60,6 @@
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g; 
s/need_relink=yes/need_relink=no/g' configure ltmain.sh
./configure %c --with-jdk=$JAVA_HOME
 
-   pushd libgc
-   CPPFLAGS=-D__DARWIN_UNIX03=0 ./configure %c 
--disable-embed-check --with-libgc-threads=pthreads
-   popd
for dir in libgc mono ikvm-native; do
pushd $dir
make


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/stable/main/finkinfo/x11 mrxvt.info, NONE, 1.1 rxvt.info, 1.2, 1.3 rxvt-ml.info, 1.2, 1.3

2007-12-13 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7629/10.3/stable/main/finkinfo/x11

Modified Files:
rxvt.info rxvt-ml.info 
Added Files:
mrxvt.info 
Log Message:
Sync with unstable.

Index: rxvt-ml.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/rxvt-ml.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rxvt-ml.info31 Aug 2006 13:33:23 -  1.2
+++ rxvt-ml.info13 Dec 2007 18:18:59 -  1.3
@@ -1,27 +1,19 @@
 Package: rxvt-ml
-Version: 2.7.8
+Version: 2.7.10
 Revision: 2
-Conflicts: rxvt
-Replaces: rxvt
-Provides: rxvt
-Source: mirror:custom:rxvt-%v.tar.gz
-Source-MD5: e91b733b4f480f218db4b3b331ea42f6
-BuildDepends: x11-dev
-Depends: x11
-CustomMirror: 
- Primary: ftp://ftp.rxvt.org/pub/rxvt/
- Secondary: ftp://ftp.rxvt.org/pub/rxvt/old
+Type: bundle
+Depends: rxvt (=%v-%r), fink-obsolete-packages
+PreInstScript: 
+echo =NOTICE=
+echo rxvt-ml is obsolete, having been deprecated in favor of rxvt.
+echo (Now rxvt itself supports multi-language.)
+echo You can remove rxvt-ml now.
+echo 
 
-SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
--enable-languages
-Description: VT102 emulator for X11 with multi-language support
+Description: Placeholder package to update to rxvt. (OBSOLETE)
 DescDetail: 
-rxvt is intended as an xterm replacement for users who  do  
-not require  features  such  as  Tektronix  4014 emulation and
-toolkit-style configurability.  As  a  result,  rxvt  uses much
-much  less  swap  space  --  a  significant advantage on a machine
-serving many X sessions.
+rxvt-ml is an obsolete package to allow upgrading of legacy rxvt-ml
+packages to current rxvt with m17n enabled.
 
-License: GPL
-Maintainer: None [EMAIL PROTECTED]
-Homepage: http://www.rxvt.org/
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
+Homepage: http://pdb.finkproject.org/pdb/package.php/fink-obsolete-packages

--- NEW FILE: mrxvt.info ---
Package: mrxvt
Version: 0.5.3
Revision: 1
Source: mirror:sourceforge:materm/%n-%v.tar.gz
Source-MD5: 0dac39bef63a4a69eab35c027e8c5bdf
Source2: mirror:sourceforge:materm/no-scroll-with-buffer-%n-%v.patch
Source2-MD5: 9032af5f981b91462ed916d27ae286b9
BuildDepends: x11-dev, libpng3, libjpeg, libiconv-dev
Depends: x11, libjpeg-shlibs, libpng3-shlibs, libiconv
PatchScript: patch -p0  ../no-scroll-with-buffer-%n-%v.patch
ConfigureParams: --enable-everything --mandir=%p/share/man --disable-debug
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: VT102 emulator with multi-language support
DescDetail: 
Mrxvt (previously named materm) is a lightweight, powerful multi-tabbed 
terminal emulator for the X window system, based on rxvt version 2.7.11 
CVS and aterm. 
It implements many useful features seen in some modern X terminal emulators 
(like gnome-terminal and konsole) but aims to be fast, lightweight and 
independent of standard toolkits or desktop environments (e.g. Gnome / KDE).
You may customize mrxvt by copying the mrxvt.sample file located in
%p/etc/mrxvt inside your home directory under filename .mrxvtrc
Apart from the man page, see the FAQ/Tips and tricks on the web site. 

License: GPL
DescPackaging: 
  Formerly maintained by Michele Garoche

  PatchScript incorporates upstream patch

Maintainer: Todai Fink Team [EMAIL PROTECTED]
Homepage: http://materm.sourceforge.net/wiki/
Index: rxvt.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/rxvt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rxvt.info   31 Aug 2006 13:33:23 -  1.2
+++ rxvt.info   13 Dec 2007 18:18:59 -  1.3
@@ -1,18 +1,28 @@
 Package: rxvt
-Version: 2.7.8
-Revision: 2
-Conflicts: rxvt-ml
-Replaces: rxvt-ml
+Version: 2.7.10
+Revision: 3
+Conflicts: rxvt-ml (= 2.7.10-1)
+Replaces: rxvt-ml (= 2.7.10-1)
 Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: e91b733b4f480f218db4b3b331ea42f6
+Source-MD5: 302c5c455e64047b02d1ef19ff749141
+Source2: 
http://gentoo.gg3.net/portage/x11-terms/rxvt/files/rxvt-%v-line-scroll.patch
+Source3: http://gentoo.gg3.net/portage/x11-terms/rxvt/files/rxvt-%v-rk.patch
+Source4: http://gentoo.gg3.net/distfiles/rxvt-%v-xim-fix.patch.gz
+Source2-MD5: bbc012ce17c6e34803302e82cdf0a082
+Source3-MD5: 16be90450ba268312bb146b3d4e7b6e9
+Source4-MD5: 299ecbc322232d4031c02c72981fb193
 BuildDepends: x11-dev
 Depends: x11
 CustomMirror: 
  Primary: ftp://ftp.rxvt.org/pub/rxvt/
  Secondary: ftp://ftp.rxvt.org/pub/rxvt/old
 
-SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
+PatchScript: 
+ patch -p0  ../rxvt-%v-line-scroll.patch
+ patch -p1  ../rxvt-%v-rk.patch
+ gzip  -dc   

[cvs] dists/10.4/stable/main/finkinfo/x11 mrxvt.info, NONE, 1.1 rxvt.info, 1.3, 1.4 rxvt-ml.info, 1.3, 1.4

2007-12-13 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7629/10.4/stable/main/finkinfo/x11

Modified Files:
rxvt.info rxvt-ml.info 
Added Files:
mrxvt.info 
Log Message:
Sync with unstable.

Index: rxvt-ml.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/rxvt-ml.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rxvt-ml.info13 Jan 2007 19:55:11 -  1.3
+++ rxvt-ml.info13 Dec 2007 18:18:59 -  1.4
@@ -1,26 +1,19 @@
 Package: rxvt-ml
-Version: 2.7.8
+Version: 2.7.10
 Revision: 2
-Conflicts: rxvt
-Replaces: rxvt
-Provides: rxvt
-Source: mirror:custom:rxvt-%v.tar.gz
-Source-MD5: e91b733b4f480f218db4b3b331ea42f6
-BuildDepends: x11-dev
-Depends: x11
-CustomMirror: 
- Primary: ftp://ftp.rxvt.org/pub/rxvt/
- Secondary: ftp://ftp.rxvt.org/pub/rxvt/old
+Type: bundle
+Depends: rxvt (=%v-%r), fink-obsolete-packages
+PreInstScript: 
+echo =NOTICE=
+echo rxvt-ml is obsolete, having been deprecated in favor of rxvt.
+echo (Now rxvt itself supports multi-language.)
+echo You can remove rxvt-ml now.
+echo 
 
-ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
--enable-languages
-Description: VT102 emulator for X11 with multi-language support
+Description: Placeholder package to update to rxvt. (OBSOLETE)
 DescDetail: 
-rxvt is intended as an xterm replacement for users who  do  
-not require  features  such  as  Tektronix  4014 emulation and
-toolkit-style configurability.  As  a  result,  rxvt  uses much
-much  less  swap  space  --  a  significant advantage on a machine
-serving many X sessions.
+rxvt-ml is an obsolete package to allow upgrading of legacy rxvt-ml
+packages to current rxvt with m17n enabled.
 
-License: GPL
-Maintainer: None [EMAIL PROTECTED]
-Homepage: http://www.rxvt.org/
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
+Homepage: http://pdb.finkproject.org/pdb/package.php/fink-obsolete-packages

--- NEW FILE: mrxvt.info ---
Package: mrxvt
Version: 0.5.3
Revision: 1
Source: mirror:sourceforge:materm/%n-%v.tar.gz
Source-MD5: 0dac39bef63a4a69eab35c027e8c5bdf
Source2: mirror:sourceforge:materm/no-scroll-with-buffer-%n-%v.patch
Source2-MD5: 9032af5f981b91462ed916d27ae286b9
BuildDepends: x11-dev, libpng3, libjpeg, libiconv-dev
Depends: x11, libjpeg-shlibs, libpng3-shlibs, libiconv
PatchScript: patch -p0  ../no-scroll-with-buffer-%n-%v.patch
ConfigureParams: --enable-everything --mandir=%p/share/man --disable-debug
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: VT102 emulator with multi-language support
DescDetail: 
Mrxvt (previously named materm) is a lightweight, powerful multi-tabbed 
terminal emulator for the X window system, based on rxvt version 2.7.11 
CVS and aterm. 
It implements many useful features seen in some modern X terminal emulators 
(like gnome-terminal and konsole) but aims to be fast, lightweight and 
independent of standard toolkits or desktop environments (e.g. Gnome / KDE).
You may customize mrxvt by copying the mrxvt.sample file located in
%p/etc/mrxvt inside your home directory under filename .mrxvtrc
Apart from the man page, see the FAQ/Tips and tricks on the web site. 

License: GPL
DescPackaging: 
  Formerly maintained by Michele Garoche

  PatchScript incorporates upstream patch

Maintainer: Todai Fink Team [EMAIL PROTECTED]
Homepage: http://materm.sourceforge.net/wiki/
Index: rxvt.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/rxvt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rxvt.info   13 Jan 2007 19:55:11 -  1.3
+++ rxvt.info   13 Dec 2007 18:18:59 -  1.4
@@ -1,17 +1,28 @@
 Package: rxvt
-Version: 2.7.8
-Revision: 2
-Conflicts: rxvt-ml
-Replaces: rxvt-ml
+Version: 2.7.10
+Revision: 3
+Conflicts: rxvt-ml (= 2.7.10-1)
+Replaces: rxvt-ml (= 2.7.10-1)
 Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: e91b733b4f480f218db4b3b331ea42f6
+Source-MD5: 302c5c455e64047b02d1ef19ff749141
+Source2: 
http://gentoo.gg3.net/portage/x11-terms/rxvt/files/rxvt-%v-line-scroll.patch
+Source3: http://gentoo.gg3.net/portage/x11-terms/rxvt/files/rxvt-%v-rk.patch
+Source4: http://gentoo.gg3.net/distfiles/rxvt-%v-xim-fix.patch.gz
+Source2-MD5: bbc012ce17c6e34803302e82cdf0a082
+Source3-MD5: 16be90450ba268312bb146b3d4e7b6e9
+Source4-MD5: 299ecbc322232d4031c02c72981fb193
 BuildDepends: x11-dev
 Depends: x11
 CustomMirror: 
  Primary: ftp://ftp.rxvt.org/pub/rxvt/
  Secondary: ftp://ftp.rxvt.org/pub/rxvt/old
 
-ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
+PatchScript: 
+ patch -p0  ../rxvt-%v-line-scroll.patch
+ patch -p1  ../rxvt-%v-rk.patch
+ gzip  -dc   ../rxvt-%v-xim-fix.patch.gz | patch -p1
+
+ConfigureParams: --enable-everything 

[cvs] dists/10.4/unstable/main/finkinfo/sci zhu3d.info,1.11,1.12

2007-12-13 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21044/unstable/main/finkinfo/sci

Modified Files:
zhu3d.info 
Log Message:
new version

Index: zhu3d.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/zhu3d.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- zhu3d.info  10 Dec 2007 02:24:01 -  1.11
+++ zhu3d.info  13 Dec 2007 18:52:41 -  1.12
@@ -1,5 +1,5 @@
 Package: zhu3d
-Version: 3.3.2
+Version: 3.3.4
 Revision: 1002
 Source: http://www.kde-apps.org/CONTENT/content-files/43071-%n-%v.tar.gz
 Depends: glib2-shlibs, libgettext3-shlibs, qt4-x11-core-shlibs (= 4.3-1), 
qt4-x11-gui-shlibs (= 4.3-1), libiconv, libpng3-shlibs, x11, x11-shlibs
@@ -9,7 +9,7 @@
 License: GPL
 Description: Functions viewer/animator, uses OpenGL
 GCC: 4.0
-Source-MD5: 678628a1a3bf812ed45cb134cbd45486
+Source-MD5: 680642fa79652536b831f2c8085d88c9
 SourceDirectory: %n-%v
 PatchScript: 
%p/lib/qt4-x11/bin/qmake zhu3d.pro


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb footer.inc,1.5,1.6

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11923/pdb

Modified Files:
footer.inc 
Log Message:
rework the analytics stuff to use the new google analytics api, also make a 
better php api for our own use

Index: footer.inc
===
RCS file: /cvsroot/fink/web/pdb/footer.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- footer.inc  5 Dec 2007 19:04:34 -   1.5
+++ footer.inc  13 Dec 2007 19:47:10 -  1.6
@@ -1,5 +1,6 @@
 ?
 /* $Id$ */
-$urchin_account = UA-305132-1;
+$analytics_account = UA-305132-1;
+
 include_once $fsroot.footer.inc;
 ?


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web analytics.inc, NONE, 1.1 footer.inc, 1.39, 1.40 header.inc, 1.114, 1.115

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11923

Modified Files:
footer.inc header.inc 
Added Files:
analytics.inc 
Log Message:
rework the analytics stuff to use the new google analytics api, also make a 
better php api for our own use

Index: header.inc
===
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- header.inc  4 Dec 2007 21:34:25 -   1.114
+++ header.inc  13 Dec 2007 19:47:07 -  1.115
@@ -48,6 +48,8 @@

 return();
 }  
+
+include_once analytics.inc;
  
 // Language Code (from phpLang.inc.php)
 include_once dirname(__FILE__) . /phpLang.inc.php;

--- NEW FILE: analytics.inc ---
?php

$has_analytics = true;
$analytics_account = UA-305132-6;

function analytics_print($virtual_page=null, $account=null) {
/*
 * first, the feedburner stuff
 * login went to fink-core-private, 02/23/2007
 */
print script src=\http://feeds.feedburner.com/~s/FinkProjectNews\; 
type=\text/javascript\ charset=\utf-8\/script\n;

if ($account == null) {
global $analytics_account;
$account = $analytics_account;
}

// next, google analytics
print script type=\text/javascript\\n;
print   var gaJsHost = ((\https:\ == document.location.protocol)? 
\https://ssl.\:\http://www.\;);\n;
print   document.write(\\\script src='\ + gaJsHost + 
\google-analytics.com/ga.js' type='text/javascript'/script\);\n;
print /script\n;

print script type=\text/javascript\\n;
print   var pageTracker = _gat._getTracker(\$account\);\n;
print   pageTracker._initData();\n;
if ($virtual_page != null) {
print   pageTracker._trackPageview(\$virtual_page\);\n;
} else {
print   pageTracker._trackPageview();\n;
}
print /script\n;
}

function analytics_download_link($href, $contents, $analytics_name) {
print a href=\$href\ onClick=\pageTracker._trackPageview(' . 
str_replace(array(', \), array(\\', \quot;), $analytics_name) . 
');\ . $contents . '/a';
}

?

Index: footer.inc
===
RCS file: /cvsroot/fink/web/footer.inc,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- footer.inc  20 Apr 2007 02:04:35 -  1.39
+++ footer.inc  13 Dec 2007 19:47:06 -  1.40
@@ -1,9 +1,4 @@
-?
-/* $Id$ */
-if (!$urchin_account) {
-   $urchin_account = UA-305132-6;
-}
-?
+? /* $Id$ */ ?
 
 ? /* end content table */ ?
 /div
@@ -43,14 +38,10 @@
}
?
 /div
-!-- BMR 02/23/2007 - feedburner login went to fink-core-private --
-script src=http://feeds.feedburner.com/~s/FinkProjectNews; 
type=text/javascript charset=utf-8/script
-!-- BMR 02/24/2007 - added back in, got a login  :) --
-script src=http://www.google-analytics.com/urchin.js; type=text/javascript
-/script
-script type=text/javascript
-_uacct = ? echo $urchin_account ?;
-urchinTracker();
-/script 
+?
+   if ($has_analytics  !$skip_analytics) {
+   analytics_print();
+   }
+?
 /body
 /html


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download header.inc, 1.4, 1.5 index.de.php, 1.7, 1.8 index.en.php, 1.19, 1.20 index.fr.php, 1.10, 1.11 index.it.php, 1.6, 1.7 index.ja.php, 1.11, 1.12 index.zh.php, 1.5, 1.6

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/web/download
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11923/download

Modified Files:
header.inc index.de.php index.en.php index.fr.php index.it.php 
index.ja.php index.zh.php 
Log Message:
rework the analytics stuff to use the new google analytics api, also make a 
better php api for our own use

Index: index.it.php
===
RCS file: /cvsroot/fink/web/download/index.it.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.it.php15 Aug 2007 21:17:02 -  1.6
+++ index.it.php13 Dec 2007 19:47:09 -  1.7
@@ -3,10 +3,10 @@
 $cvs_author = '$Author$';
 $cvs_date = '$Date$';
 
-include header.inc;
+include_once header.inc;
+include_once ../fink_version.inc;
 ?
 
-
 h1Fink Downloads/h1
 p
 Esistono vari metodi per installare o aggiornare Fink.
@@ -20,17 +20,12 @@
 Nuovo a Fink?  Queste istruzioni di avvio rapido sono presenti allo scopo di 
rendervi
 l'avvio rapido con le binary release.
 /p
-? 
-include ../fink_version.inc;
-?
 
 ol
 lip
 Download dell' installer disk image:br
-a href=http://prdownloads.sourceforge.net/fink/Fink-? print $fink_version; 
?-PowerPC-Installer.dmg?downloadFink
-? print $fink_version; ? Binary Installer (PowerPC)/a - ? print 
$dmg_size; ?br
-a href=http://prdownloads.sourceforge.net/fink/Fink-? print $fink_version; 
?-Intel-Installer.dmg?downloadFink
-? print $fink_version; ? Binary Installer (Intel)/a - ? print 
$intel_dmg_size; ?br
+? analytics_download_link(http://prdownloads.sourceforge.net/fink/Fink-; . 
$fink_version . -PowerPC-Installer.dmg?download, Fink  . $fink_version .  
Binary Installer (PowerPC), /downloads/FinkPPC)   ? - ?= $dmg_size ?br
+? analytics_download_link(http://prdownloads.sourceforge.net/fink/Fink-; . 
$fink_version . -Intel-Installer.dmg?download,   Fink  . $fink_version .  
Binary Installer (Intel),   /downloads/FinkINTEL) ? - ?= $intel_dmg_size 
?br
 (10.3 users - use  a 
href=http://prdownloads.sourceforge.net/fink/Fink-0.7.2-Installer.dmg?download;Fink
 0.7.2/a)br
 (10.2 users - use  a 
href=http://prdownloads.sourceforge.net/fink/Fink-0.6.4-Installer.dmg?download;Fink

Index: index.de.php
===
RCS file: /cvsroot/fink/web/download/index.de.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.de.php18 Jun 2006 18:15:32 -  1.7
+++ index.de.php13 Dec 2007 19:47:08 -  1.8
@@ -3,10 +3,10 @@
 $cvs_author = '$Author$';
 $cvs_date = '$Date$';
 
-include header.inc;
+include_once header.inc;
+include_once ../fink_version.inc;
 ?
 
-
 h1Fink Download/h1
 p
 Es gibt verschiedene Möglichkeiten, Fink zu installieren und zu aktualisieren.
@@ -19,17 +19,12 @@
 p
 Sie möchten Fink zum ersten mal installieren? Diese Quick-Start-Anleitung 
hilft Ihnen, einen schnellen Einstieg zu finden.
 /p
-? 
-include ../fink_version.inc;
-?
 
 ol
 lip
 Laden Sie sich das Installations-Disc-Image herunter:br
-a href=http://prdownloads.sourceforge.net/fink/Fink-? print $fink_version; 
?-PowerPC-Installer.dmg?downloadFink
-? print $fink_version; ? Binary Installer (PowerPC)/a - ? print 
$dmg_size; ?br
-a href=http://prdownloads.sourceforge.net/fink/Fink-? print $fink_version; 
?-Intel-Installer.dmg?downloadFink
-? print $fink_version; ? Binary Installer (Intel)/a - ? print 
$intel_dmg_size; ?br
+? analytics_download_link(http://prdownloads.sourceforge.net/fink/Fink-; . 
$fink_version . -PowerPC-Installer.dmg?download, Fink  . $fink_version .  
Binary Installer (PowerPC), /downloads/FinkPPC)   ? - ?= $dmg_size ?br
+? analytics_download_link(http://prdownloads.sourceforge.net/fink/Fink-; . 
$fink_version . -Intel-Installer.dmg?download,   Fink  . $fink_version .  
Binary Installer (Intel),   /downloads/FinkINTEL) ? - ?= $intel_dmg_size 
?br
 (10.3 Nutzer - nehmen stattdessen  a 
href=http://prdownloads.sourceforge.net/fink/Fink-0.7.2-Installer.dmg?download;Fink
 0.7.2/a)br
 (10.2 Nutzer - nehmen stattdessen  a 
href=http://prdownloads.sourceforge.net/fink/Fink-0.6.4-Installer.dmg?download;Fink

Index: index.zh.php
===
RCS file: /cvsroot/fink/web/download/index.zh.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.zh.php18 Jun 2006 18:15:32 -  1.5
+++ index.zh.php13 Dec 2007 19:47:10 -  1.6
@@ -3,10 +3,10 @@
 $cvs_author = '$Author$';
 $cvs_date = '$Date$';
 
-include header.inc;
+include_once header.inc;
+include_once ../fink_version.inc;
 ?
 
-
 h1下载 Fink/h1
 p
 有很多办法可以安装或升级。
@@ -18,17 +18,12 @@
 p
 刚刚接触 
Fink?这个“快速上手”指南正是使你可以迅速用上我们的二进制发行版。
 /p
-? 
-include ../fink_version.inc;
-?
 
 ol
 lip
 下载安装程序磁盘映象:br
-a 

[cvs] dists/10.4/unstable/crypto/finkinfo gnome-sharp2.info, 1.1.2.4, 1.1.2.5 gtk-sharp-monodoc.info, 1.8.2.44, 1.8.2.45 gtk-sharp.info, 1.9.2.44, 1.9.2.45 gtk-sharp2.info, 1.7.2.44, 1.7.2.45 mono-too

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29250/crypto/finkinfo

Modified Files:
  Tag: pangocairo-branch
gnome-sharp2.info gtk-sharp-monodoc.info gtk-sharp.info 
gtk-sharp2.info mono-tools.info monodevelop.info 
monodevelop.patch 
Log Message:
more mono fixups

Index: monodevelop.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/monodevelop.patch,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- monodevelop.patch   13 Dec 2007 16:11:42 -  1.2.2.3
+++ monodevelop.patch   13 Dec 2007 20:33:41 -  1.2.2.4
@@ -1,7 +1,19 @@
-diff -uNr monodevelop-0.15/monodevelop.in monodevelop-0.15-new/monodevelop.in
 monodevelop-0.15/monodevelop.in2007-07-31 13:56:11.0 -0400
-+++ monodevelop-0.15-new/monodevelop.in2007-09-20 22:25:24.0 
-0400
-@@ -36,13 +36,17 @@
+diff -uNr monodevelop-0.17/Makefile.in monodevelop-0.17-new/Makefile.in
+--- monodevelop-0.17/Makefile.in   2007-11-02 14:48:34.0 -0400
 monodevelop-0.17-new/Makefile.in   2007-12-13 15:29:45.0 -0500
+@@ -332,7 +332,7 @@
+ # cd docs/apiguide  mdassembler --out monodevelop-api-guide --xhtml 
toc.xhtml  mv monodevelop-api-guide.zip ../web/sources
+ 
+ ### SYNCH BLOCK: any changes to this line should be kept in sync with the 
corresponding block in Makefile.am
+-MD_PKG_CONFIG_PATH = 
$(gtksharp_prefix)/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/$(shell
 if test -d /usr/lib64; then echo 
:/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/; fi)
++MD_PKG_CONFIG_PATH = 
@FINKPREFIX@/lib/fontconfig2/lib/pkgconfig/:@FINKPREFIX@/lib/freetype219/lib/pkgconfig/:@FINKPREFIX@/lib/pango-ft219/lib/pkgconfig/:$(gtksharp_prefix)/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/$(shell
 if test -d /usr/lib64; then echo 
:/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/; fi)
+ ### END BLOCK
+ MD_LAUNCH_SETUP = \
+   cd build/bin  \
+diff -uNr monodevelop-0.17/monodevelop.in monodevelop-0.17-new/monodevelop.in
+--- monodevelop-0.17/monodevelop.in2007-11-02 14:47:48.0 -0400
 monodevelop-0.17-new/monodevelop.in2007-12-13 15:28:04.0 
-0500
+@@ -54,14 +54,18 @@
  
  [EMAIL PROTECTED]@/lib/monodevelop/bin
  
@@ -14,12 +26,13 @@
 +  export DYLD_LIBRARY_PATH=$MOZILLA_HOME
  fi
  
[EMAIL 
PROTECTED]@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
-+for dir in fontconfig2 freetyp219; do
++for dir in fontconfig2 freetype219; do
 +  DYLD_LIBRARY_PATH=@FINKPREFIX@/lib/$dir/lib:$DYLD_LIBRARY_PATH
 +done
 +
[EMAIL 
PROTECTED]@/lib/fontconfig2/lib/pkgconfig/:@FINKPREFIX@/lib/freetype219/lib/pkgconfig/:@FINKPREFIX@/lib/pango-ft219/lib/pkgconfig/@gtksharp_prefix@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
+ ### SYNCH BLOCK: any changes to this block should be kept in sync with the 
one in Makefile.am
[EMAIL 
PROTECTED]@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
[EMAIL 
PROTECTED]@/lib/fontconfig2/lib/pkgconfig/:@FINKPREFIX@/lib/freetype219/lib/pkgconfig/:@FINKPREFIX@/lib/pango-ft219/lib/pkgconfig/:@gtksharp_prefix@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
+ if test -d /usr/lib64; then 
MD_PKG_CONFIG_PATH=$MD_PKG_CONFIG_PATH:/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/;
 fi
+ ### END BLOCK
  
- if [ -n $PKG_CONFIG_PATH ]; then
-   export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$MD_PKG_CONFIG_PATH

Index: monodevelop.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/monodevelop.info,v
retrieving revision 1.3.2.8
retrieving revision 1.3.2.9
diff -u -d -r1.3.2.8 -r1.3.2.9
--- monodevelop.info13 Dec 2007 17:21:57 -  1.3.2.8
+++ monodevelop.info13 Dec 2007 20:33:41 -  1.3.2.9
@@ -11,9 +11,6 @@
 
 Source: http://go-mono.com/sources/%n/%n-%v.tar.bz2
 Source-MD5: ea7288bc7ac88f699ac0aa1c10fffa82
-#Source: mirror:custom:%n-2007-09-20.tar.bz2
-#Source-MD5: 7253355cd6564bb6b6126646d6855a96
-SourceDirectory: %n
 PatchScript: 
sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
perl -pi -e 's,libgtkembedmoz.so,libgtkembedmoz.dylib,g' configure 
monodevelop.in

Index: mono-tools.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/mono-tools.info,v
retrieving revision 1.4.2.10
retrieving revision 1.4.2.11
diff -u -d -r1.4.2.10 -r1.4.2.11
--- mono-tools.info 13 Dec 

[cvs] dists/10.4/unstable/main/finkinfo/languages ikvm.info, 1.4.2.2, 1.4.2.3 ikvm.patch, 1.2.2.1, 1.2.2.2

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29250/main/finkinfo/languages

Modified Files:
  Tag: pangocairo-branch
ikvm.info ikvm.patch 
Log Message:
more mono fixups

Index: ikvm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ikvm.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- ikvm.info   13 Dec 2007 16:11:42 -  1.4.2.2
+++ ikvm.info   13 Dec 2007 20:33:41 -  1.4.2.3
@@ -1,20 +1,26 @@
 Package: ikvm
-Version: 0.30.0.0
+Version: 0.36.0.5
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: 8239e284cafd57ed6435bdc47f926521
-#SourceDirectory: %n
-Source2: mirror:gnu:classpath/classpath-0.92.tar.gz
-Source2-MD5: 4603ef3e593713d94788b919bc0b6c75
-Source3: mirror:gnu:classpath/classpath-0.92-generics.tar.gz
-Source3-MD5: 3efacbefe0224dfe57d9049619095b32
-Source4: http://go-mono.com/sources/%n/%n-0.14.tar.gz
-Source4-MD5: 042e49520251f9c76c0180cc2437a0b4
+Source-MD5: 3653fa50bcd84b61510935b6077d9ec6
+Source2: mirror:sourceforge:%n/classpath-0.95-stripped.zip
+Source2-MD5: 61abaabd02bcd11b275a2ad6ed6cb401
+Source3: mirror:sourceforge:%n/openjdk-b13-stripped.zip
+Source3-MD5: f47f3bf819919e585854de401099a626
 Patch: %n.patch
 DocFiles: LICENSE THANKYOU website/*.txt
-Depends: mono (= 1.2.6-1), pkgconfig (= 0.21-1)
+Depends: 
+   mono (= 1.2.6-1),
+   pkgconfig (= 0.21-1)
+
 Suggests: monodevelop
-BuildDepends: mono-dev (= 1.2.6-1), nant (= 0.85-10), ecj, glib2-dev (= 
2.14.0-1), libgettext3-dev
+BuildDepends: 
+   mono-dev (= 1.2.6-1),
+   nant (= 0.85-10),
+   ecj,
+   glib2-dev (= 2.14.0-1),
+   libgettext3-dev
+
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed [EMAIL PROTECTED]
 Description: Java implementation for .Net
@@ -27,7 +33,7 @@
 CompileScript: 
 #!/bin/sh -ex
 
-   nant -t:mono-1.0 generics
+   nant -t:mono-1.0
 
 InstallScript: 
 #!/bin/sh -ex
@@ -40,7 +46,7 @@
cat END  %i/bin/$script
 #!/bin/sh
 
-%p/bin/mono %p/lib/%N/${script}.exe $@
+%p/bin/mono %p/lib/%N/${script}.exe \$@
 END
chmod 755 %i/bin/$script
done

Index: ikvm.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ikvm.patch,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- ikvm.patch  13 Dec 2007 16:11:42 -  1.2.2.1
+++ ikvm.patch  13 Dec 2007 20:33:41 -  1.2.2.2
@@ -1,6 +1,6 @@
-diff -uNr ikvm-0.30.0.0/native/native.build 
ikvm-0.30.0.0-patched/native/native.build
 ikvm-0.30.0.0/native/native.build  2005-12-07 10:06:32.0 -0500
-+++ ikvm-0.30.0.0-patched/native/native.build  2006-08-22 13:04:35.0 
-0400
+diff -uNr ikvm-0.36.0.5/native/native.build 
ikvm-0.36.0.5-patched/native/native.build
+--- ikvm-0.36.0.5/native/native.build  2006-10-16 07:40:36.0 -0400
 ikvm-0.36.0.5-patched/native/native.build  2007-12-13 13:52:12.0 
-0500
 @@ -9,7 +9,7 @@
  /if
  /target
@@ -10,31 +10,3 @@
  copy file=libikvm-native.so todir=../bin/
  /target
  target name=ikvm-native-win32
-diff -uNr ikvm-0.30.0.0/runtime/MemberWrapper.cs 
ikvm-0.30.0.0-patched/runtime/MemberWrapper.cs
 ikvm-0.30.0.0/runtime/MemberWrapper.cs 2006-08-02 15:45:54.0 
-0400
-+++ ikvm-0.30.0.0-patched/runtime/MemberWrapper.cs 2006-08-22 
13:04:58.0 -0400
-@@ -468,9 +468,9 @@
-   // the method had any declared exceptions, the 
declaredExceptions field would have
-   // been set)
-   if(method != null
--#if !COMPACT_FRAMEWORK
-+
-!(method is MethodBuilder)
--#endif
-+
-   )
-   {
-   ThrowsAttribute attr = 
AttributeHelper.GetThrows(method);
-diff -uNr ikvm-0.30.0.0/runtime/classpath.cs 
ikvm-0.30.0.0-patched/runtime/classpath.cs
 ikvm-0.30.0.0/runtime/classpath.cs 2006-08-03 09:11:06.0 -0400
-+++ ikvm-0.30.0.0-patched/runtime/classpath.cs 2006-08-22 13:04:58.0 
-0400
-@@ -771,9 +771,7 @@
-   // HACK we have to exclude DynamicTypeWrapper 
instances, because proxies that are created by the bootstrap
-   // class loader also need to return null (but 
they don't live in the CoreAssembly)
-   if(loader == null  tw.Assembly != 
JVM.CoreAssembly
--#if !COMPACT_FRAMEWORK
-!(tw is DynamicTypeWrapper)
--#endif // !COMPACT_FRAMEWORK
-   )
-   {
-   return 
JVM.Library.getSystemClassLoader();



[svn] commit: r1089 - in /trunk/experimental/common: crypto/finkinfo/ main/finkinfo/languages/

2007-12-13 Thread ranger
Author: ranger
Date: Thu Dec 13 21:33:52 2007
New Revision: 1089

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

Modified:
trunk/experimental/common/crypto/finkinfo/gnome-sharp2.info
trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.info
trunk/experimental/common/crypto/finkinfo/gtk-sharp.info
trunk/experimental/common/crypto/finkinfo/gtk-sharp2.info
trunk/experimental/common/crypto/finkinfo/mono-tools.info
trunk/experimental/common/crypto/finkinfo/monodevelop.info
trunk/experimental/common/crypto/finkinfo/monodevelop.patch
trunk/experimental/common/main/finkinfo/languages/ikvm.info
trunk/experimental/common/main/finkinfo/languages/ikvm.patch

Modified: trunk/experimental/common/crypto/finkinfo/gnome-sharp2.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gnome-sharp2.inforev=1089repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gnome-sharp2.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gnome-sharp2.info Thu Dec 13 
21:33:52 2007
@@ -15,18 +15,19 @@
gnome-panel-dev (= 2.20.0-1),
gnome-vfs2-unified-dev (= 1:2.20.0-1),
gtk+2-dev (= 2.10.2-1),
+   gtk-sharp2 (= 2.10.2-1),
gtkhtml3.14-dev,
libart2 (= 2.3.19-1),
libbonobo2-dev (= 2.20.0-1),
libbonoboui2-dev (= 2.20.0-1),
libcroco3,
libgettext3-dev, 
-   libgda-dev,
+   libgda3-dev,
libglade2 (= 2.6.2-1),
libgnome2-dev (= 2.20.0-1),
libgnomeui2-dev (= 2.20.0-1),
libgnomecanvas2-dev (= 2.20.0-1),
-   libgnomedb-dev,
+   libgnomedb3-dev,
libgnomeprint2.2-dev (= 2.18.2-1),
libgnomeprintui2.2-dev (= 2.18.1-1),
libgsf-dev,
@@ -48,6 +49,7 @@
gnome-panel-shlibs (= 2.20.0-1),
gnome-vfs2-unified-shlibs (= 1:2.20.0-1),
gtk+2-shlibs (= 2.10.2-1),
+   gtk-sharp2 (= 2.10.2-1),
gtkhtml3.14-shlibs,
libart2-shlibs (= 2.3.19-1),
libbonobo2-shlibs (= 2.20.0-1),

Modified: trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.inforev=1089repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gtk-sharp-monodoc.info Thu Dec 13 
21:33:52 2007
@@ -24,12 +24,12 @@
libbonoboui2-dev (= 2.20.0-1),
libcroco3,
libgettext3-dev, 
-   libgda-dev,
+   libgda3-dev,
libglade2 (= 2.6.2-1),
libgnome2-dev (= 2.20.0-1),
libgnomeui2-dev (= 2.20.0-1),
libgnomecanvas2-dev (= 2.20.0-1),
-   libgnomedb-dev,
+   libgnomedb3-dev,
libgnomeprint2.2-dev (= 2.18.2-1),
libgnomeprintui2.2-dev (= 2.18.1-1),
libgsf,

Modified: trunk/experimental/common/crypto/finkinfo/gtk-sharp.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gtk-sharp.inforev=1089repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gtk-sharp.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gtk-sharp.info Thu Dec 13 
21:33:52 2007
@@ -22,11 +22,11 @@
libbonobo2-dev (= 2.20.0-1),
libbonoboui2-dev (= 2.20.0-1),
libcroco3,
-   libgda-dev,
+   libgda3-dev,
libgettext3-dev,
libgnome2-dev (= 2.20.0-1),
libgnomecanvas2-dev (= 2.20.0-1),
-   libgnomedb-dev,
+   libgnomedb3-dev,
libgnomeprint2.2-dev (= 2.18.2-1),
libgnomeprintui2.2-dev (= 2.18.1-1),
libgnomeui2-dev (= 2.20.0-1),

Modified: trunk/experimental/common/crypto/finkinfo/gtk-sharp2.info
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/crypto/finkinfo/gtk-sharp2.inforev=1089repname=user%3a+ranger
==
--- trunk/experimental/common/crypto/finkinfo/gtk-sharp2.info (original)
+++ trunk/experimental/common/crypto/finkinfo/gtk-sharp2.info Thu Dec 13 
21:33:52 2007
@@ -22,12 +22,12 @@
libbonoboui2-dev (= 2.20.0-1),
libcroco3,
libgettext3-dev, 
-   libgda-dev,
+   libgda3-dev,
libglade2 (= 2.6.2-1),
libgnome2-dev (= 2.20.0-1),
libgnomeui2-dev (= 2.20.0-1),
libgnomecanvas2-dev (= 2.20.0-1),
-   libgnomedb-dev,
+   libgnomedb3-dev,
libgnomeprint2.2-dev (= 2.18.2-1),
libgnomeprintui2.2-dev (= 2.18.1-1),
libgsf-dev,

Modified: trunk/experimental/common/crypto/finkinfo/mono-tools.info
URL: 

[cvs] dists/10.4/unstable/main/finkinfo/net pidgin.info, 1.1, NONE pidgin.patch, 1.1, NONE

2007-12-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv371/main/finkinfo/net

Removed Files:
pidgin.info pidgin.patch 
Log Message:
move to crypto due to crypto dependencies

--- pidgin.info DELETED ---

--- pidgin.patch DELETED ---


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo pidgin.info, NONE, 1.1 pidgin.patch, NONE, 1.1

2007-12-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv371/crypto/finkinfo

Added Files:
pidgin.info pidgin.patch 
Log Message:
move to crypto due to crypto dependencies

--- NEW FILE: pidgin.info ---
Info3: 
# Info3 packaging is temporary, just to support commends in depends fields
Package: pidgin
Version: 2.3.0
Revision: 1
Maintainer: David Fang [EMAIL PROTECTED]
Source: http://downloads.sourceforge.net/%n/%n-%v.tar.bz2
Source-MD5: 0456e63358c8be7a905f9a8ca6494088
License: GPL
Homepage: http://www.pidgin.im/
Description: Multi-protocol instant messenger client
BuildDepends: 
aspell-dev,
atk1,
audiofile,
cyrus-sasl2-dev,
dbus-dev,
gettext-bin,
libgettext3-dev,
gettext-tools,
glib2-dev,
doxygen,
graphviz,
gconf2-dev,
gconf2,
gnutls14,
gstreamer-0.10-dev,
gtk+2-dev,
gtkspell2-dev,
#   libao2,
libgcrypt,
libgpg-error, 
libhowl-dev,
libiconv-dev,
libncursesw5,
libtasn1-3,
libxml2,
#   ncurses-dev,
pango1-xft2-dev,
pth,
pkgconfig   (= 0.9.0-1),
python,
sqlite3-dev,
startup-notification-dev,
#   system-openssl-dev,
#   tcltk-dev,
xml-parser-pm586 | xml-parser-pm588 | xml-parser-pm584 | 
xml-parser-pm581,
x11-dev

Depends: 
%N-shlibs (= %v-%r),
atk1-shlibs,
gtk+2-shlibs,
gtkspell2-shlibs,
pango1-xft2,
startup-notification-shlibs

Patch: %n.patch
DocFiles: 
AUTHORS COPYING COPYRIGHT ChangeLog HACKING INSTALL
NEWS PLUGIN_HOWTO README
doc/*.txt

# --with-perl-lib confuses the build somehow?
# TODO: re-enable perl
ConfigureParams: 
--prefix=%p \
--mandir=%p/share/man \
--disable-perl \
--enable-dbus \
--enable-cyrus-sasl \
--enable-gnutls \
--enable-doxygen \
--enable-dot \
-C

CompileScript: 
#!/bin/sh -ev
mkdir build
cd build
../configure %c
make

InfoTest: 
TestScript: 
#!/bin/sh -ev
cd build
make -k check || exit 2

TestDepends: check
TestSuiteSize: small

InstallScript: 
#!/bin/sh -ev
cd build
# will need this when we re-enable perl:
# force man pages to install into prefix/share/man
# There must be a proper way to do this with Makefile.PL...
if test -f libpurple/plugins/perl/common/Makefile
then
cd libpurple/plugins/perl
# this Makefile is not produced until *after* make is run:
hackfile=common/Makefile
mv $hackfile $hackfile.orig
sed -e '/^INSTALLVENDORMAN3DIR/s|man/|share/man/|' \
-e '/^INSTALLSITEMAN3DIR/s|man/|share/man/|' \
$hackfile.orig  $hackfile
cd ../../..
cd pidgin/plugins/perl
# this Makefile is not produced until *after* make is run:
hackfile=common/Makefile
mv $hackfile $hackfile.orig
sed -e '/^INSTALLVENDORMAN3DIR/s|man/|share/man/|' \
-e '/^INSTALLSITEMAN3DIR/s|man/|share/man/|' \
$hackfile.orig  $hackfile
cd ../../..
fi
# end if test -f .../common/Makefile
make DESTDIR=%d install
mkdir -p %i/share/podfiles
if test -d %i/System/Library/Perl
then
mv %i/System/Library/Perl/5.8.*/darwin-thread-multi-2level/perllocal.pod \
%i/share/podfiles/perllocal.%n.pod
rm -rf %i/System
elif test -d %i/lib/perl5-core
then
mv %i/lib/perl5-core/5.8.*/darwin-thread-multi-2level/perllocal.pod \
%i/share/podfiles/perllocal.%n.pod
rm -rf %i/lib/perl5-core
else
echo perllocal.pod not found, skipping.
fi
# Fink:Packaging:pkg-config prefers %p/share/pkgconfig over lib, move *.pc?

# UpdatePOD: Yes
SplitOff: 
  Package: finch
  Depends: finch-shlibs (= %v-%r)
  Description: Text-only instant messenger client from pidgin.
  Files: 
bin/finch
share/man/man1/finch.1
  

SplitOff2: 
  Package: finch-shlibs
  Depends: 
libpurple-shlibs (= %v-%r),
#   ncurses-shlibs,
libncursesw5-shlibs
  
  Description: Shared libraries for finch, text-only instant messenger.
  Files: 
lib/libgnt.*.dylib
lib/finch/*.so
lib/gnt/*.so
  
  Shlibs: 
%p/lib/libgnt.0.dylib 1.0.0 %n (= 2.2.0-1)
  

SplitOff3: 
  Package: finch-dev
  Description: Development headers for finch and gnt.
  BuildDependsOnly: True
  Depends: finch-shlibs (= %v-%r)
  DocFiles: COPYING
  Files: 
include/gnt
include/finch
lib/finch/*.la
lib/gnt/*.la
lib/libgnt.la
lib/pkgconfig/gnt.pc
  

SplitOff4: 
  Package: libpurple-shlibs
  Description: Shared libraries for libpurple, IM protocol library.
  DocFiles: COPYING
  Depends: 
audiofile-shlibs,
cyrus-sasl2-shlibs,
dbus-shlibs,
gnutls14-shlibs,
gconf2-shlibs,
gstreamer-0.10-shlibs,
#   libao2-shlibs,
#   libgcrypt-shlibs, 
#   libgpg-error-shlibs, 

[cvs] dists/10.4/unstable/main/finkinfo/graphics fontforge.info, 1.25, 1.26 fontforge.patch, 1.13, 1.14

2007-12-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6611

Modified Files:
fontforge.info fontforge.patch 
Log Message:
New upstream version.

Index: fontforge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/fontforge.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- fontforge.info  16 Nov 2007 12:49:43 -  1.25
+++ fontforge.info  13 Dec 2007 22:17:42 -  1.26
@@ -1,5 +1,5 @@
 Package: fontforge
-Version: 20071110
+Version: 20071210
 Revision: 1
 License: BSD
 Description: Outline font editor
@@ -24,10 +24,10 @@
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 
 Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
-Source-MD5: 79e0663867ed7a50ad901024ebd82a0f
+Source-MD5: 971a9a36a98efc8bb4e623b3d3fd0591
 SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20071109.tar.bz2
-Source2-MD5: ef2746373eacf71a0f13467a0e8c3856
+Source2: mirror:sourceforge:%n/%n_htdocs-20071211.tar.bz2
+Source2-MD5: 5ed3cff928f49fbe103deecee373686f
 Source2ExtractDir: %n-%v/htdocs
 
 Depends: 
@@ -65,15 +65,15 @@
 DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
 
 PatchFile: %n.patch
-PatchFile-MD5: 45662f7899565421e5bda7cb67eaa776
+PatchFile-MD5: 99dd390ef6cf4d679af74fcf267be7e0
 PatchScript: 
patch -p1 %{PatchFile}
-   #Use System's python for the embedded python interpreter.
-   perl -pi -e 's,python -c,/usr/bin/python -c,g' configure
+   #The following patches are to build the python extension. Unfortunately,
+   #I haven't gotten it to work yet so creation of the extension is 
disabled for now.
#Use Fink's python2.5 to build the python extension and install in 
proper dir.
-   #perl -pi -e 's,python setup.py install,%p/bin/python2.5 setup.py 
install --root=%d,' Makefile.dynamic.in
+   perl -pi -e 's,python setup.py install,%p/bin/python2.5 setup.py 
install --root=%d,' Makefile.dynamic.in
#Make extension look for private libs in %p/lib/%n
-   #perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
+   perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
 
 
 NoSetMAKEFLAGS: true
@@ -81,14 +81,15 @@
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True
 SetCFLAGS: -Os -I%p/include/libxml2
-SetLIBRARY_PATH: %p/lib/freetype219/lib:/usr/X11R6/lib:%p/lib
+SetLIBRARY_PATH: %p/lib/freetype219/lib:%p/lib:/usr/X11R6/lib
+SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib -L/usr/X11R6/lib
 ConfigureParams: 
--mandir='${prefix}/share/man'\
--libdir='${prefix}/lib/%n'\
--with-x\
--with-regular-link\
--with-devicetables\
-   --with-python\
+   --with-python=/usr/bin/python\
--enable-shared=yes\
--enable-static=no\
--enable-libff\

Index: fontforge.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/fontforge.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- fontforge.patch 7 Oct 2007 19:36:53 -   1.13
+++ fontforge.patch 13 Dec 2007 22:17:42 -  1.14
@@ -1,18 +1,18 @@
-diff -ru fontforge-20071002.orig/Makefile.dynamic.in 
fontforge-20071002/Makefile.dynamic.in
 fontforge-20071002.orig/Makefile.dynamic.in2007-10-02 
14:08:48.0 -0400
-+++ fontforge-20071002/Makefile.dynamic.in 2007-10-07 15:20:08.0 
-0400
-@@ -96,7 +96,7 @@
-   $(INSTALL_DATA) $(srcdir)/fontforge/fontlint.1 $(DESTDIR)$(mandir)/man1
+diff -ru fontforge-20071210.orig/Makefile.dynamic.in 
fontforge-20071210/Makefile.dynamic.in
+--- fontforge-20071210.orig/Makefile.dynamic.in2007-12-08 
18:08:38.0 -0500
 fontforge-20071210/Makefile.dynamic.in 2007-12-12 08:11:33.0 
-0500
+@@ -113,7 +113,7 @@
+ # You may need to be root to do the install
  #explicit use of sh to make sure we don't invoke csh with different if 
syntax
sh -c if test -d $(srcdir)/htdocs /dev/null ; then $(MAKE) 
install_docs ; fi
 -  sh  systemspecific
 +# sh  systemspecific
  #we don't always create a setup.py
-   -(cd pyhook ; python setup.py install )
+   -(cd pyhook ; if test -r setup.py ; then python setup.py install ; fi )
  
-diff -ru fontforge-20071002.orig/Unicode/Makefile.dynamic.in 
fontforge-20071002/Unicode/Makefile.dynamic.in
 fontforge-20071002.orig/Unicode/Makefile.dynamic.in2007-05-28 
10:20:55.0 -0400
-+++ fontforge-20071002/Unicode/Makefile.dynamic.in 2007-10-07 
15:19:13.0 -0400
+diff -ru fontforge-20071210.orig/Unicode/Makefile.dynamic.in 
fontforge-20071210/Unicode/Makefile.dynamic.in
+--- fontforge-20071210.orig/Unicode/Makefile.dynamic.in2007-12-09 
15:37:16.0 -0500
 fontforge-20071210/Unicode/Makefile.dynamic.in 2007-12-12 

[cvs] dists/10.4/unstable/main/finkinfo/text ghostscript.info, 1.11, 1.12

2007-12-13 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22747

Modified Files:
ghostscript.info 
Log Message:
update from tracker

Index: ghostscript.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ghostscript.info15 Sep 2007 03:56:27 -  1.11
+++ ghostscript.info14 Dec 2007 01:48:20 -  1.12
@@ -1,12 +1,12 @@
 Package: ghostscript
-Version: 8.60
-Revision: 1
+Version: 8.61
+Revision: 2
 
 Description: Interpreter for PostScript and PDF
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: ce7c276891411e0865e006f0310ea1ec
-Depends: x11, x11-shlibs, ghostscript-fonts
-BuildDepends: x11-dev
+Source-MD5: aa55ca90b891c1b3b7402a09a2146a87
+Depends: x11, x11-shlibs, ghostscript-fonts, libiconv
+BuildDepends: x11-dev, libiconv-dev
 Conflicts: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
 Replaces: ghostscript-nox, ghostscript6, ghostscript6-nox, system-ghostscript8
 License: GPL


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.82,1.83

2007-12-13 Thread Benjamin Reed
Update of /cvsroot/fink/CVSROOT
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26569

Modified Files:
avail 
Log Message:
getphuture translation access

Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- avail   1 Dec 2007 21:59:58 -   1.82
+++ avail   14 Dec 2007 01:58:15 -  1.83
@@ -3,7 +3,7 @@
 
 # Website maintainers (now need access to scripts/installer/dmg and to fink, 
 #   where some of the documentation is maintained)
-avail|claudio87, fede_dev, g5cpu, horsager, jeff_yecn, kalx, sao_x, thoeger, 
wtiggersf, zifra|web, scripts/installer, fink
+avail|claudio87, fede_dev, g5cpu, getphuture, horsager, jeff_yecn, kalx, 
sao_x, thoeger, wtiggersf, zifra|web, scripts/installer, fink
 
 # Fink Map is its own directory (not integrated into web build system)
 avail|newmanbe|web/map


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/editors proofgeneral.info, NONE, 1.1 proofgeneral.patch, NONE, 1.1

2007-12-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25791

Added Files:
proofgeneral.info proofgeneral.patch 
Log Message:
New from tracker 
https://sourceforge.net/tracker/index.php?func=detailaid=1791962group_id=17203atid=414256

--- NEW FILE: proofgeneral.patch ---
--- ProofGeneral/Makefile.orig  2005-09-21 14:26:45.0 -0400
+++ ProofGeneral/Makefile   2007-08-30 15:05:02.0 -0400
@@ -16,6 +16,9 @@
 # Set this to emacs or xemacs according to your version of Emacs.
 # NB: this is also used to set default install path names below.
 EMACS=$(shell if [ -z `which emacs` ]; then echo xemacs; else echo emacs; fi)
+
+# Set this to the path to the install-info program, if necessary.
+INSTALL_INFO=/sbin/install-info
 
 # We default to /usr rather than /usr/local because installs of
 # desktop and doc files under /usr/local are unlikely to work with
@@ -214,8 +214,8 @@
cp -pf doc/proofgeneral.1 ${MANDIR}
mkdir -p ${INFODIR}
cp -pf doc/*.info ${INFODIR}
-   /sbin/install-info ${INFODIR}/ProofGeneral.info* ${INFODIR}/dir
-   /sbin/install-info ${INFODIR}/PG-adapting.info* ${INFODIR}/dir
+   ${INSTALL_INFO} ${INFODIR}/ProofGeneral.info* ${INFODIR}/dir
+   ${INSTALL_INFO} ${INFODIR}/PG-adapting.info* ${INFODIR}/dir
mkdir -p ${DOCDIR}
for f in ${DOC_FILES}; do cp -pf $$f ${DOCDIR}; done
for f in ${DOC_EXAMPLES}; do mkdir -p ${DOCDIR}/`dirname $$f`; cp -pf 
$$f ${DOCDIR}/$$f; done

--- NEW FILE: proofgeneral.info ---
# Initial Data
Package: proofgeneral
Version: 3.7pre070819
Revision: 1
Description: Emacs-based interface for proof assistants
License: GPL
Maintainer: John Ridgway [EMAIL PROTECTED]

# Dependencies
Depends: emacsen, make
BuildDepends: texinfo, pdftex, sed
Enhances: isabelle-polyml5

# Unpack
Source: http://proofgeneral.inf.ed.ac.uk/releases/ProofGeneral-%v.tar.gz
Source-MD5: 49b592cd63bde6cc7758da3db93f7f82

# Patch Phase
PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1

# Compile Phase
CompileScript: 
  make PREFIX=%i DEST_PREFIX=%p doc.info doc.pdf doc.html


# Install Phase
InstallScript: 
  make PREFIX=%i DEST_PREFIX=%p DOCDIR=%i/share/doc/%n INSTALL_INFO=echo 
ignoring install-el install-bin install-init install-doc
  install -m 644 Makefile %i/share/emacs/site-lisp/ProofGeneral
  install -m 755 -d   %i/share/doc/%n/html
  install -m 644 doc/*.html   %i/share/doc/%n/html


# Build Phase
#PreInstScript:
PostInstScript: 
  echo -- Byte-compiling .el files
  (cd %p/share/emacs/site-lisp/ProofGeneral  make compile)
#  echo -- Fixing paths in scripts
#  (cd %p  make -f %p/share/emacs/site-lisp/ProofGeneral/Makefile PREFIX=%p 
pgscripts)
  echo -- Done Post-installation

PreRmScript: 
  (cd %p/share/emacs/site-lisp/ProofGeneral  rm -f .byte-compile Makefile 
*.elc */*.elc */*/*.elc */*/*/*.elc)

#PostRmScript:
#ConfFiles:
InfoDocs: PG-adapting.info ProofGeneral.info 

# Additional Data
Homepage: http://proofgeneral.inf.ed.ac.uk/
DescDetail:   
  Proof General is a generic interface for proof assistants, based on the
  customizable text editor Emacs. It works with either XEmacs or GNU Emacs.
  (If you don't know Emacs, the Emacs Wiki is helpful).

DescUsage: 
Put this line in your .emacs file:

(load-file %p/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el)

If you prefer not to edit .emacs, you can use the script in
bin/proofgeneral to launch Emacs with Proof General loaded.



-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde transkode.info,1.3,1.4

2007-12-13 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9569/unstable/main/finkinfo/kde

Modified Files:
transkode.info 
Log Message:
new version

Index: transkode.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/transkode.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- transkode.info  14 May 2007 16:48:02 -  1.3
+++ transkode.info  14 Dec 2007 07:41:26 -  1.4
@@ -1,7 +1,7 @@
 Package: transkode
-Version: 0.6r
+Version: 0.7
 Revision: 1002
-Source: mirror:sourceforge:%n/%n-0.6.tar.bz2
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Depends: freetype219-shlibs, kdelibs3-unified-shlibs, libart2-shlibs, 
libgettext3-shlibs, libiconv, libidn-shlibs, libpng3-shlibs, qt3-shlibs, 
taglib-shlibs
 BuildDepends: kdelibs3-unified-dev (= 3.4.3-1021), x11-dev, libiconv-dev, 
freetype219, gettext-tools, qt3, libart2, libgettext3-dev, libidn, libpng3, 
taglib, libjpeg, libxml2-bin, arts-dev
 Recommends: kdebase3-unified, coreutils-default, faad, flac-bin, 
gstreamer-0.10, lame, mplayer | mplayer-altivec, mppdec, vorbis-tools, shorten, 
speex3-bin
@@ -9,9 +9,9 @@
 Maintainer: Jack Fink [EMAIL PROTECTED]
 Homepage: http://kde-apps.org/content/show.php?content=37669
 License: GPL
-Description: Frontend for various audio transcoding tools
-Source-MD5: 6ce8c946277d925b76e122fee1f45626
-SourceDirectory: %n-0.6
+Description: KDE - Frontend for various audio transcoding tools
+Source-MD5: a24502b735a4a5567636273bac6c9461
+SourceDirectory: %n
 ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
 PatchScript: perl -pi -e s,doc/HTML,doc/kde,;s,-g -O,-O,;s,-O2,-Os,; 
configure
 SetLDFLAGS: -L%{p}/lib/freetype219/lib


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs