[cvs] dists/10.4/unstable/main/finkinfo/text scribus-aqua.info, 1.31, 1.32

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27943

Modified Files:
scribus-aqua.info 
Log Message:
needs qt3mac, which is not available on 10.6


Index: scribus-aqua.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/scribus-aqua.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- scribus-aqua.info   6 Jun 2009 20:43:17 -   1.31
+++ scribus-aqua.info   25 Jan 2010 08:08:09 -  1.32
@@ -1,6 +1,7 @@
 Package: scribus-aqua
 Version: 1.3.3.13
 Revision: 2
+Distribution: 10.4, 10.5
 Source: mirror:sourceforge:scribus/scribus-%v.tar.bz2
 Source-MD5: e698b0d118c7f037e57163cba302d96e
 SourceDirectory: scribus-%v


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmacks/finkinfo gq.info,NONE,1.1

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28022

Added Files:
gq.info 
Log Message:
import from unstable


--- NEW FILE: gq.info ---
Package: gq
Version: 0.6.0
Revision: 1
Distribution: 10.4, 10.5
BuildDepends: glib, gettext-dev, libiconv-dev, openldap-ssl-dev, gtk+, 
gdk-pixbuf, orbit-dev, imlib, esound
Depends: openldap-ssl-shlibs, gtk+-shlibs, gdk-pixbuf-shlibs
Source: mirror:sourceforge:gqclient/%n-%v.tar.gz
Source-MD5: 8b77859a42d220e689f7c81f58afe94b
UpdateConfigGuess: true
ConfigureParams: --enable-browser-dnd --mandir=${prefix}/share/man
SetLDFLAGS: -I%p/include/sasl
SetLIBS: -liconv
#InstallScript: 
#  make install DESTDIR=%d
#
DocFiles: AUTHORS COPYING ChangeLog NEWS README* TODO
Description: Interactive graphical LDAP browser
DescDetail: 
GQ is GTK+ LDAP client and browser utility. It can be used for searching 
LDAP directory as well as browsing it using a tree view.

DescPackaging: 
Just a small patch to fix some assumptions about crypto and resolver libraries.
Formerly by Ben Reed

License: BSD
Maintainer: Chris Zubrzycki bere...@users.sourceforge.net
Homepage: http://diradmin.open-it.org/index.php


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmacks/finkinfo gq.patch,NONE,1.1 gq.info,1.1,1.2

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28100

Modified Files:
gq.info 
Added Files:
gq.patch 
Log Message:
update to new version


--- NEW FILE: gq.patch ---
diff -Nurd -x'*~' gq-1.3.4.orig/src/Makefile.in gq-1.3.4/src/Makefile.in
--- gq-1.3.4.orig/src/Makefile.in   2008-02-13 16:14:38.0 -0500
+++ gq-1.3.4/src/Makefile.in2010-01-25 02:52:51.0 -0500
@@ -307,7 +307,7 @@
 top_srcdir = @top_srcdir@
 OBJCLD = $(CCLD)
 NULL = 
-AM_CPPFLAGS = $(GQ_CFLAGS) $(LIBGCRYPT_CFLAGS) $(NULL) $(am__append_1)
+AM_CPPFLAGS = $(GQ_CFLAGS) $(LIBGCRYPT_CFLAGS) $(CRYPTO_CFLAGS) $(NULL) 
$(am__append_1)
 enum_templates = \
gq-enumerations.c.in \
gq-enumerations.h.in \
@@ -397,6 +397,8 @@
 gq_LDADD = \
$(GQ_LIBS) \
$(LIBGCRYPT_LIBS) \
+   $(CRYPTO_LIBS) \
+   $(INTLLIBS) \
$(NULL)
 
 EXTRA_DIST = \

Index: gq.info
===
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/gq.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gq.info 25 Jan 2010 08:08:17 -  1.1
+++ gq.info 25 Jan 2010 08:08:53 -  1.2
@@ -1,18 +1,83 @@
 Package: gq
-Version: 0.6.0
+Version: 1.3.4
 Revision: 1
-Distribution: 10.4, 10.5
-BuildDepends: glib, gettext-dev, libiconv-dev, openldap-ssl-dev, gtk+, 
gdk-pixbuf, orbit-dev, imlib, esound
-Depends: openldap-ssl-shlibs, gtk+-shlibs, gdk-pixbuf-shlibs
+BuildDepends: 
+   atk1,
+   cairo,
+   cyrus-sasl2-dev,
+   fink (= 0.24.12),
+   fontconfig2-dev,
+   freetype219,
+   gettext-bin,
+   gettext-tools,
+   glib2-dev,
+   gnome-keyring-dev,
+   gtk+2-dev,
+   intltool40,
+   libgcrypt,
+   libgettext3-dev,
+   libglade2,
+   libgpg-error,
+   libiconv-dev,
+   libpng3,
+   libxml2,
+   openldap24-dev,
+   openssl098-dev,
+   pango1-xft2-ft219-dev,
+   pixman,
+   pkgconfig,
+   x11-dev
+
+Depends: 
+   atk1-shlibs,
+   cairo-shlibs,
+   dpkg-base-files,
+   fontconfig2-shlibs,
+   freetype219-shlibs,
+   glib2-shlibs,
+   gnome-keyring-shlibs,
+   gtk+2,
+   gtk+2-shlibs,
+   libgcrypt-shlibs,
+   libgettext3-shlibs,
+   libglade2-shlibs,
+   libgpg-error-shlibs,
+   libiconv,
+   libxml2-shlibs,
+   openldap24-shlibs,
+   openssl098-shlibs,
+   pango1-xft2-ft219-shlibs,
+   rarian-compat,
+   shared-mime-info,
+   x11
+
 Source: mirror:sourceforge:gqclient/%n-%v.tar.gz
-Source-MD5: 8b77859a42d220e689f7c81f58afe94b
-UpdateConfigGuess: true
-ConfigureParams: --enable-browser-dnd --mandir=${prefix}/share/man
-SetLDFLAGS: -I%p/include/sasl
-SetLIBS: -liconv
-#InstallScript: 
-#  make install DESTDIR=%d
-#
+Source-MD5: d7b1e183a3ecbd77aceea02d27f36b3e
+PatchFile: %n.patch
+PatchFile-MD5: 0b0a9cd495ae8965622962322aa6b593
+PatchScript: 
+   %{default_script}
+   perl -pi -e 's/iconv_open/libiconv_open/' configure
+
+ConfigureParams: --enable-browser-dnd --disable-scrollkeeper 
--disable-update-mimedb 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
+#--with-ssl-prefix=%p/lib/system-openssl 
+InstallScript: 
+  make install DESTDIR=%d
+
+PostInstScript: 
+   if [ update != $1 ]; then
+   scrollkeeper-update -q
+   fi
+   update-mime-database %p/share/mime  /dev/null 21 || :
+   gtk-update-icon-cache -f -t %p/share/icons/hicolor || :
+
+PostRmScript: 
+   if [ update != $1 ]; then
+   scrollkeeper-update -q
+   fi
+   update-mime-database %p/share/mime  /dev/null 21 || :
+   gtk-update-icon-cache -f -t %p/share/icons/hicolor || :
+
 DocFiles: AUTHORS COPYING ChangeLog NEWS README* TODO
 Description: Interactive graphical LDAP browser
 DescDetail: 
@@ -22,7 +87,17 @@
 DescPackaging: 
 Just a small patch to fix some assumptions about crypto and resolver libraries.
 Formerly by Ben Reed
+
+   Upstream forgets to pass openssl linker flags even after
+   detecting that lib and activating code that uses it.
+
+   Can't use system-openssl (at least on 10.4) because wants
+   libcrypto.pc
+
+   Use direct detection of our iconv symbol (shimmed by header
+   #define during actual compiling)
 
 License: BSD
 Maintainer: Chris Zubrzycki bere...@users.sourceforge.net
-Homepage: http://diradmin.open-it.org/index.php
+#Homepage: http://diradmin.open-it.org/index.php
+Homepage: http://sourceforge.net/projects/gqclient/


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and 

[cvs] dists/10.4/unstable/crypto/finkinfo firefox3.info,1.20,1.21

2010-01-25 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31668

Modified Files:
firefox3.info 
Log Message:
Don't use compiler stubs manually (esp in fink list binutils-do.6).

Index: firefox3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox3.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- firefox3.info   21 Jan 2010 20:06:40 -  1.20
+++ firefox3.info   25 Jan 2010 12:58:50 -  1.21
@@ -1,6 +1,6 @@
 Package: firefox3
 Version: 3.6
-Revision: 1
+Revision: 2
 Architecture: i386, powerpc
 Distribution: 10.5, (%m = i386) 10.6
 Description: Lightweight browser from mozilla.org
@@ -66,7 +66,7 @@
 GCC: 4.0
 CompileScript: 
 #!/bin/sh -ev
-export PATH=%p/var/lib/fink/path-prefix-10.6:$PATH
+#export PATH=%p/var/lib/fink/path-prefix-10.6:$PATH
 /usr/bin/make -w -f client.mk build
 
 InstallScript: 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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/sci emboss.info, 1.33, 1.34 emboss.patch, 1.16, 1.17

2010-01-25 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3152

Modified Files:
emboss.info emboss.patch 
Log Message:
new upstream, crossing my fingers :)

Index: emboss.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/emboss.patch,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- emboss.patch6 Dec 2009 09:31:32 -   1.16
+++ emboss.patch25 Jan 2010 13:33:20 -  1.17
@@ -1,1132 +1,67 @@
-diff -Naur EMBOSS-6.1.0/ajax/Makefile.in EMBOSS-6.1.0-patched/ajax/Makefile.in
 EMBOSS-6.1.0/ajax/Makefile.in  2009-07-14 19:15:58.0 -0400
-+++ EMBOSS-6.1.0-patched/ajax/Makefile.in  2009-12-06 03:14:06.0 
-0500
-@@ -103,7 +103,7 @@
-   $(libajax_la_LDFLAGS) $(LDFLAGS) -o $@
- @iscygwin_fa...@am_libajax_la_rpath = -rpath $(libdir)
- @iscygwin_t...@am_libajax_la_rpath = -rpath $(libdir)
+Binary files EMBOSS-6.2.0/ajax/.DS_Store and 
EMBOSS-6.2.0-patched/ajax/.DS_Store differ
+diff -Nurd EMBOSS-6.2.0/ajax/acd/Makefile.in 
EMBOSS-6.2.0-patched/ajax/acd/Makefile.in
+--- EMBOSS-6.2.0/ajax/acd/Makefile.in  2010-01-15 05:54:39.0 -0500
 EMBOSS-6.2.0-patched/ajax/acd/Makefile.in  2010-01-24 08:32:58.0 
-0500
[...1155 lines suppressed...]
 EMBOSS-6.2.0-patched/nucleus/Makefile.in   2010-01-24 07:46:36.0 
-0500
 @@ -72,7 +72,7 @@
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  am__installdirs = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
  LTLIBRARIES = $(lib_LTLIBRARIES)
 -libnucleus_la_LIBADD =
-+libnucleus_la_LIBADD = ../ajax/libajax.la
++libnucleus_la_LIBADD = ../ajax/core/libajax.la ../ajax/graphics/libajaxg.la 
../ajax/ajaxdb/libajaxdb.la ../ajax/acd/libacd.la
  am__objects_1 = embaln.lo embcom.lo embcons.lo embdata.lo embdbi.lo \
embdmx.lo embdomain.lo embest.lo embexit.lo embgroup.lo \
embiep.lo embindex.lo embinit.lo embmat.lo embmisc.lo \
-diff -Naur EMBOSS-6.1.0/plplot/Makefile.in 
EMBOSS-6.1.0-patched/plplot/Makefile.in
 EMBOSS-6.1.0/plplot/Makefile.in2009-07-14 19:16:02.0 -0400
-+++ EMBOSS-6.1.0-patched/plplot/Makefile.in2009-12-06 03:07:39.0 
-0500
+diff -Nurd EMBOSS-6.2.0/plplot/Makefile.in 
EMBOSS-6.2.0-patched/plplot/Makefile.in
+--- EMBOSS-6.2.0/plplot/Makefile.in2010-01-15 05:54:43.0 -0500
 EMBOSS-6.2.0-patched/plplot/Makefile.in2010-01-23 17:44:52.0 
-0500
 @@ -71,7 +71,7 @@
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  am__installdirs = $(DESTDIR)$(libdir) $(DESTDIR)$(pkgincludedir)

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- emboss.info 6 Dec 2009 09:31:32 -   1.33
+++ emboss.info 25 Jan 2010 13:33:20 -  1.34
@@ -1,6 +1,6 @@
 Package: emboss
-Version: 6.1.0
-Revision: 4
+Version: 6.2.0
+Revision: 1
 #Distribution: 10.4, 10.5
 Depends: 
  %N-ajax6-shlibs (= %v-%r), 
@@ -12,7 +12,6 @@
  libjpeg-shlibs, 
  gd2-shlibs, 
  system-java (= 1.5.0), 
- expat1-shlibs, 
  fontconfig2-shlibs (= 2.4.1-1),
  freetype219-shlibs (= 2.3.8-2),
  libiconv
@@ -25,7 +24,6 @@
  x11-dev, 
  system-java-dev (= 1.5.0), 
  freetype219, 
- expat1, 
  fontconfig2-dev (= 2.4.1-1),
  freetype219 (= 2.3.8-2),
  fink (= 0.24.12)
@@ -34,14 +32,12 @@
 CustomMirror: 
   Primary: ftp://emboss.open-bio.org/pub/EMBOSS/
 
-Source-MD5: 6c5163c571bc0be94d64420ce0d71824
-Source2: ftp://emboss.open-bio.org/pub/EMBOSS/fixes/client.jar
-Source2-MD5: 01b8ae4b36ee465206f8911e13677a87
+Source-MD5: 2e2937dd0493814ca0f64981f4c79319
 
 #SetCPPFLAGS: -Dstat64=stat
 
 PatchFile: %n.patch
-PatchFile-MD5: 8d3430963375ed7c192112faa369332e
+PatchFile-MD5: 883f84abeba1ecc40bbc4960fe49241c
 
 ConfigureParams: 
  --with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home \
@@ -50,32 +46,46 @@
  --libdir=%p/lib/EMBOSS
 
 
-CompileScript: 
- mv ../client.jar %b/jemboss/lib/
- ./configure %c
- make
-
-
 Installscript: 
   make install DESTDIR=%d
   mkdir -p %i/include/EMBOSS
   mv %i/include/*.* %i/include/EMBOSS/
-  ln -s EMBOSS/lib{ajax,ajaxg,nucleus,eplplot}.dylib %i/lib
+  ln -s 
EMBOSS/lib{ajax,ajaxg,ajaxdb,nucleus,eplplot,acd,eexpat,ensemble,epcre,ezlib}.dylib
 %i/lib
   mv %i/lib/EMBOSS/*.*a %i/lib
 
 
 SplitOff10: 
   Package: %N-ajax6-shlibs
-  Depends: %N-plplot3-shlibs (= %v-%r), libpng3-shlibs, libjpeg-shlibs, 
gd2-shlibs, libiconv, x11-shlibs, fontconfig2-shlibs (= 2.4.1-1), 
freetype219-shlibs (= 2.3.8-2)
-
+  Depends: 
+%N-plplot3-shlibs (= %v-%r), 
+libpng3-shlibs, 
+libjpeg-shlibs, 
+gd2-shlibs, 
+libiconv, 
+x11-shlibs, 
+fontconfig2-shlibs (= 2.4.1-1), 
+freetype219-shlibs (= 2.3.8-2)
+
   DocFiles: ChangeLog COPYING README
   Files: 
 

[cvs] dists/10.4/unstable/main/finkinfo/libs libgphoto2.info, 1.14, 1.15

2010-01-25 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7642/unstable/main/finkinfo/libs

Modified Files:
libgphoto2.info 
Log Message:
new upstream version

Index: libgphoto2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libgphoto2.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- libgphoto2.info 21 Jan 2010 09:20:09 -  1.14
+++ libgphoto2.info 25 Jan 2010 14:03:55 -  1.15
@@ -1,5 +1,5 @@
 Package: libgphoto2
-Version: 2.4.7
+Version: 2.4.8
 Revision: 1002
 Source: mirror:sourceforge:gphoto/%n-%v.tar.bz2
 Depends: %N-shlibs (= %v-%r)
@@ -11,7 +11,7 @@
 Homepage: http://www.gphoto.org
 License: LGPL
 Description: Library for digital cameras
-Source-MD5: 3c1f1b1e56214e83b97e2bc7aadba4c5
+Source-MD5: 7753f17dff15702466337aab05209a71
 BuildDependsOnly: True
 PatchFile: %n.patch
 PatchFile-MD5: 8e81dcbf8684c37b90050e447aa45c67
@@ -41,11 +41,13 @@
   Files: 
 share/libgphoto2
 share/locale
-lib/libgphoto2/2.4.7
+lib/libgphoto2/2.4.8
 lib/libgphoto2/print-camera-list
 lib/libgphoto2_port/0.8.0
 lib/libgphoto2.2.dylib
 lib/libgphoto2_port.0.dylib
+lib/libgphoto2.2.4.0.dylib
+lib/libgphoto2_port.0.8.0.dylib
 lib/udev
   
   Shlibs: 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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/sci geant4.8.info, 1.13, 1.14 geant4.9.info, 1.10, 1.11 geant4.9.patch, 1.6, 1.7

2010-01-25 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8381

Modified Files:
geant4.8.info geant4.9.info geant4.9.patch 
Log Message:
Use latest patch release and reformat sed command to make it more readable.

Index: geant4.9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.9.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- geant4.9.info   22 Jan 2010 21:18:55 -  1.10
+++ geant4.9.info   25 Jan 2010 14:11:56 -  1.11
@@ -1,7 +1,7 @@
 Info3: 
 Package: geant4.9%type_pkg[cernlib]
 Version: 4.9.2
-Revision: 22
+Revision: 23
 Type: cernlib (. -cernlib-gfortran -cernlib-g77)
 Architecture: ('%type_pkg[cernlib]' = '-cernlib-g77') powerpc, 
('%type_pkg[cernlib]' = '-cernlib-gfortran') powerpc, ('%type_pkg[cernlib]' = 
'-cernlib-gfortran') i386
 Description: Simulation of particle-matter interaction
@@ -69,10 +69,10 @@
 Provides: geant4
 Suggests: geant4.9-data
 GCC: 4.0
-Source: http://geant4.cern.ch/support/source/geant%v.p01.tar.gz
-Source-MD5: e8dc2413bd7b9d01027066d90e6a0ff4
+Source: http://geant4.cern.ch/support/source/geant%v.p02.tar.gz
+Source-MD5: d5935ca6ee0805fccca7c82c3167d65b
 PatchFile: geant4.9.patch
-PatchFile-MD5: 5396def29debd6aae7c7a0e5e1bd8db5
+PatchFile-MD5: 4194acca26c7b1cb01d44ba05aa75a26
 PatchScript: 
   #!/bin/sh -ev
   if [[ '%type_pkg[cernlib]' == -cernlib-g77 ]]; then
@@ -88,12 +88,18 @@
 FORTRAN='echo'
 FORTRAN_LIBS=''
   fi
-  sed 's|@PREFIX@|%p|g'  %{PatchFile} | sed 's|@BUILDDIR@|%b|g' | sed 
's|@VERSION@|%v|g' | \
-  sed s|@BUILDCERN@|$BUILDCERN|g | sed s|@FORTRAN@|$FORTRAN|g | \
-  sed s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g | patch -p1
-  mv Configure Configure.old
-  sed s|/sw|%p|g  Configure.old  Configure
-  chmod 755 Configure
+  cat %{PatchFile} | \
+/usr/bin/sed -e '{
+  s|@PREFIX@|%p|g ;
+  s|@BUILDDIR@|%b|g ;
+  s|@VERSION@|%v|g ;
+  s|@BUILDCERN@|$BUILDCERN|g ;
+  s|@FORTRAN@|$FORTRAN|g ;
+  s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g
+}' | \
+patch -p1
+  /usr/bin/sed -i.bak s|/sw/|%p/|g Configure
+  /bin/rm -f Configure.bak
 
 CompileScript: 
   #!/bin/sh -ev

Index: geant4.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.8.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- geant4.8.info   22 Jan 2010 21:18:54 -  1.13
+++ geant4.8.info   25 Jan 2010 14:11:56 -  1.14
@@ -89,12 +89,18 @@
 FORTRAN='echo'
 FORTRAN_LIBS=''
   fi
-  sed 's|@PREFIX@|%p|g'  %{PatchFile} | sed 's|@BUILDDIR@|%b|g' | sed 
's|@VERSION@|%v|g' | \
-  sed s|@BUILDCERN@|$BUILDCERN|g | sed s|@FORTRAN@|$FORTRAN|g | \
-  sed s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g | patch -p1
-  mv Configure Configure.old
-  sed s|/sw|%p|g  Configure.old  Configure
-  chmod 755 Configure
+  cat %{PatchFile} | \
+/usr/bin/sed -e '{
+  s|@PREFIX@|%p|g ;
+  s|@BUILDDIR@|%b|g ;
+  s|@VERSION@|%v|g ;
+  s|@BUILDCERN@|$BUILDCERN|g ;
+  s|@FORTRAN@|$FORTRAN|g ;
+  s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g
+}' | \
+patch -p1
+  /usr/bin/sed -i.bak s|/sw/|%p/|g Configure
+  /bin/rm -f Configure.bak
 
 CompileScript: 
   #!/bin/sh -ev

Index: geant4.9.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/geant4.9.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- geant4.9.patch  6 Jan 2009 13:00:53 -   1.6
+++ geant4.9.patch  25 Jan 2010 14:11:57 -  1.7
@@ -69,14 +69,14 @@
 +g4wlib_build_g3tog4='@BUILDCERN@'
 --- geant4.9.orig/config/sys/Darwin-g++.gmk2006-12-15 05:16:27.0 
-0600
 +++ geant4.9.new/config/sys/Darwin-g++.gmk 2006-12-22 10:26:22.0 
-0600
-@@ -29,27 +29,27 @@
+@@ -30,27 +30,27 @@
  FCFLAGS   += -pg
  CCFLAGS   += -pg
endif
 -  FC := gfortran
 +  FC := @FORTRAN@
FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore
-   LDFLAGS += -bind_at_load
+   LDFLAGS += -bind_at_load -arch_multiple
 -  FCLIBS := -lg2c -lnsl
 +  FCLIBS := @FORTRAN_LIBS@
SHEXT   := dylib
@@ -103,7 +103,7 @@
  #   XAWFLAGS   := -I/usr/X11R6/include # some installations.
endif
ifndef XAWLIBS
-@@ -73,7 +73,7 @@
+@@ -74,7 +74,7 @@
  
  #  QT Setup block ---
ifndef QTHOME
@@ -112,7 +112,7 @@
endif
ifndef QTMOC
 ifeq ($(QTHOME),/Library/Frameworks)
-@@ -128,15 +128,32 @@
+@@ -129,15 +129,32 @@
  
define build-granular-shared-lib
  @libdir=`(cd $(@D);/bin/pwd)`; \
@@ -149,7 +149,7 @@
  endif
 --- geant4.9.orig/Configure2006-12-23 11:40:51.0 -0600
 +++ geant4.9.new/Configure 2006-12-23 11:41:25.0 -0600
-@@ -3803,8 

[cvs] dists/10.4/stable/main/finkinfo/sci geant4.8.info, 1.11, 1.12 geant4.9-data.info, 1.3, 1.4 geant4.9.info, 1.7, 1.8 geant4.9.patch, 1.4, 1.5

2010-01-25 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8676

Modified Files:
geant4.8.info geant4.9-data.info geant4.9.info geant4.9.patch 
Log Message:
Latest version to stable.

Index: geant4.9.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/geant4.9.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- geant4.9.info   26 Aug 2009 04:27:09 -  1.7
+++ geant4.9.info   25 Jan 2010 14:14:37 -  1.8
@@ -1,10 +1,9 @@
 Info3: 
 Package: geant4.9%type_pkg[cernlib]
-Version: 4.9.1
+Version: 4.9.2
 Revision: 23
 Type: cernlib (. -cernlib-gfortran -cernlib-g77)
 Architecture: ('%type_pkg[cernlib]' = '-cernlib-g77') powerpc, 
('%type_pkg[cernlib]' = '-cernlib-gfortran') powerpc, ('%type_pkg[cernlib]' = 
'-cernlib-gfortran') i386
-Distribution: ('%type_pkg[cernlib]' = '-cernlib-gfortran') 10.4, 
('%type_pkg[cernlib]' = '-cernlib-gfortran') 10.5
 Description: Simulation of particle-matter interaction
 DescDetail: 
 Geant4 is a toolkit for the simulation of the passage of 
@@ -33,8 +32,7 @@
 BuildDependsOnly: true
 Depends: 
  %n-shlibs (=%v-%r), 
- openmotif3-bin,
- ('%type_pkg[cernlib]' = '-cernlib-gfortran') gcc43-shlibs
+ openmotif3-bin
 
 BuildDepends: 
  fink (= 0.27.2),
@@ -43,7 +41,7 @@
  openmotif3,
  ('%type_pkg[cernlib]' = '-cernlib-gfortran') cernlib2005-gfortran-geant321,
  ('%type_pkg[cernlib]' = '-cernlib-gfortran') cernlib2005-gfortran-dev,
- ('%type_pkg[cernlib]' = '-cernlib-gfortran') gcc43,
+ ('%type_pkg[cernlib]' = '-cernlib-gfortran') gcc44,
  ('%type_pkg[cernlib]' = '-cernlib-g77') cernlib2005-g77-dev,
  ('%type_pkg[cernlib]' = '-cernlib-g77') cernlib2005-g77-geant321,
  ('%type_pkg[cernlib]' = '-cernlib-g77') g77
@@ -71,10 +69,10 @@
 Provides: geant4
 Suggests: geant4.9-data
 GCC: 4.0
-Source: http://geant4.cern.ch/support/source/geant%v.p03.tar.gz
-Source-MD5: 194b33dd55243e9ea5873f339d052bab
+Source: http://geant4.cern.ch/support/source/geant%v.p02.tar.gz
+Source-MD5: d5935ca6ee0805fccca7c82c3167d65b
 PatchFile: geant4.9.patch
-PatchFile-MD5: bee30fc18de234aa2287ce1138b2551e
+PatchFile-MD5: 4194acca26c7b1cb01d44ba05aa75a26
 PatchScript: 
   #!/bin/sh -ev
   if [[ '%type_pkg[cernlib]' == -cernlib-g77 ]]; then
@@ -83,16 +81,25 @@
 FORTRAN_LIBS='-lg2c -lc'
   elif [[ '%type_pkg[cernlib]' == -cernlib-gfortran ]]; then
 BUILDCERN='y'
-FORTRAN='gfortran'
+FORTRAN='gfortran -static-libgfortran -static-libgcc'
 FORTRAN_LIBS='-lc'
   else
 BUILDCERN='n'
 FORTRAN='echo'
 FORTRAN_LIBS=''
   fi
-  sed 's|@PREFIX@|%p|g'  %{PatchFile} | sed 's|@BUILDDIR@|%b|g' | sed 
's|@VERSION@|%v|g' | \
-  sed s|@BUILDCERN@|$BUILDCERN|g | sed s|@FORTRAN@|$FORTRAN|g | \
-  sed s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g | patch -p1
+  cat %{PatchFile} | \
+/usr/bin/sed -e '{
+  s|@PREFIX@|%p|g ;
+  s|@BUILDDIR@|%b|g ;
+  s|@VERSION@|%v|g ;
+  s|@BUILDCERN@|$BUILDCERN|g ;
+  s|@FORTRAN@|$FORTRAN|g ;
+  s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g
+}' | \
+patch -p1
+  /usr/bin/sed -i.bak s|/sw/|%p/|g Configure
+  /bin/rm -f Configure.bak
 
 CompileScript: 
   #!/bin/sh -ev
@@ -133,7 +140,7 @@
 
 SplitOff: 
Package: %N-shlibs
-   Description: Shared libraries for GEANT4 9.1
+   Description: Shared libraries for GEANT4 9.2
Depends: 
  x11,
  clhep2-shlibs (= 2.0.3.1),
@@ -213,6 +220,8 @@
  lib/geant4.9/Darwin-g++/libG4geomdivision.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4geometrymng.%v.dylib
  lib/geant4.9/Darwin-g++/libG4geometrymng.4.9.dylib
+ lib/geant4.9/Darwin-g++/libG4geomtext.%v.dylib
+ lib/geant4.9/Darwin-g++/libG4geomtext.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4gflash.%v.dylib
  lib/geant4.9/Darwin-g++/libG4gflash.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4globman.%v.dylib
@@ -335,6 +344,8 @@
  lib/geant4.9/Darwin-g++/libG4optical.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4parameterisation.%v.dylib
  lib/geant4.9/Darwin-g++/libG4parameterisation.4.9.dylib
+ lib/geant4.9/Darwin-g++/libG4partadj.%v.dylib
+ lib/geant4.9/Darwin-g++/libG4partadj.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4partman.%v.dylib
  lib/geant4.9/Darwin-g++/libG4partman.4.9.dylib
  lib/geant4.9/Darwin-g++/libG4partutils.%v.dylib
@@ -406,6 +417,7 @@
  %p/lib/geant4.9/Darwin-g++/libG4geombias.4.9.dylib
4.9.0 %n (=4.9.0-11)
  %p/lib/geant4.9/Darwin-g++/libG4geomdivision.4.9.dylib
4.9.0 %n (=4.9.0-11)
  %p/lib/geant4.9/Darwin-g++/libG4geometrymng.4.9.dylib 
4.9.0 %n (=4.9.0-11)
+ %p/lib/geant4.9/Darwin-g++/libG4geomtext.4.9.dylib
4.9.0 %n (=4.9.2-11)
  %p/lib/geant4.9/Darwin-g++/libG4gflash.4.9.dylib  
4.9.0 %n (=4.9.0-11)
  %p/lib/geant4.9/Darwin-g++/libG4globman.4.9.dylib 

[cvs] dists/10.4/stable/main/finkinfo/sci root-pythia.info, 1.7, 1.8 root5.info, 1.15, 1.16 root5.patch, 1.7, 1.8

2010-01-25 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9529

Modified Files:
root-pythia.info root5.info root5.patch 
Log Message:
Latest version to stable.

Index: root-pythia.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/root-pythia.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- root-pythia.info26 Aug 2009 04:27:09 -  1.7
+++ root-pythia.info25 Jan 2010 14:21:24 -  1.8
@@ -1,28 +1,27 @@
 Package: root-pythia
-Version: 6.4
-Revision: 53
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
+Version: 6.5
+Revision: 11
+Architecture: powerpc, i386
 Description: Interface libraries Pythia - ROOT
 Depends:  %n-shlibs (=%v-%r)
-BuildDepends: gcc43, cernlib-mclibs
+BuildDepends: gcc44, cernlib-mclibs
 BuildDependsOnly: true
 Conflicts: root3-cernlib (3.10.02-13), root4-cernlib (=4.00.01-11)
 Replaces: root3-cernlib (3.10.02-13), root4-cernlib (=4.00.01-11)
 Source: ftp://root.cern.ch/root/pythia6.tar.gz
 SourceRename: pythia6_%v.tar.gz
-Source-MD5: 14fbd84706ac2286670592c3d1f59553
+Source-MD5: 0cf0829374b32501becafde443ef8ea7
 SourceDirectory: pythia6
 CompileScript: 
   #!/bin/sh -ev
-  gfortran -c pythia*.f
-  gfortran -c -fno-second-underscore tpythia6_called_from_cc.F
+  gfortran -c -std=legacy pythia*.f
+  gfortran -c -std=legacy -fno-second-underscore tpythia6_called_from_cc.F
   echo 'void MAIN__() {}'  main.c
   gcc -c main.c
   gcc -c pythia6_common_address.c
-  gfortran -bundle -flat_namespace -o libPythia6.so \
+  gfortran -bundle -flat_namespace -static-libgfortran -static-libgcc -o 
libPythia6.so \
 main.o tpythia6_called_from_cc.o pythia*.o -L%p/lib -lpythia
-  gfortran -dynamiclib -flat_namespace -single_module \
+  gfortran -dynamiclib -flat_namespace -static-libgfortran -static-libgcc 
-single_module \
 -install_name %p/lib/root/libPythia6.6.dylib -o libPythia6.%v.dylib  \
 main.o tpythia6_called_from_cc.o pythia*.o \
 -compatibility_version 6 -current_version %v -L%p/lib -lpythia
@@ -37,7 +36,6 @@
 
 SplitOff: 
Package: %N-shlibs
-   Depends: gcc43-shlibs
Conflicts: root3-cernlib-shlibs (3.10.02-13), root4-cernlib-shlibs 
(=4.00.01-11)
Replaces: root3-cernlib-shlibs (3.10.02-13), root4-cernlib-shlibs 
(=4.00.01-11)
InstallScript: 

Index: root5.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- root5.patch 24 Jul 2008 19:48:22 -  1.7
+++ root5.patch 25 Jan 2010 14:21:24 -  1.8
@@ -1,8 +1,17 @@
 Index: configure
 ===
 configure  (revision 24552)
+--- configure  (revision 27001)
 +++ configure  (working copy)
-@@ -2730,21 +2730,21 @@
+@@ -1795,7 +1795,7 @@
+ result ok
+ ftglincdir=`pkg-config --cflags-only-I ftgl | sed 's/-I//g'`
+ ftgllibs=`pkg-config --libs-only-l ftgl`
+-ftgllibdir=`pkg-config --libs-only-L ftgl | sed 's/-L//g'`
[...1003 lines suppressed...]
+   REAL   FENC   ,  HCV
+   COMMON/PAWC/NWPAW,IXPAWC,IHDIV,IXHIGZ,IXKU,FENC(5),LMAIN,
+- +HCV(200-11)
++ +HCV(400-11)
+   INTEGER   IQ,LQ
+   REALQ
+   DIMENSION IQ(2),Q(2),LQ(8000)
+Index: misc/minicern/src/zebra.f
+===
+--- misc/minicern/src/zebra.f  (revision 27001)
 misc/minicern/src/zebra.f  (working copy)
+@@ -203,7 +203,7 @@
+ 
+   SUBROUTINE MZPAW (NWORDS,CHOPT)
+   COMMON /PAWC/  NWPAW,IXPAWC,IHBOOK,IXHIGZ,IXKU,IFENCE(5)
+- +,  LMAIN, IPAW(9989)
++ +,  LMAIN, IPAW(400-11)
+   CHARACTER*(*) CHOPT
+   CALL UOPTC (CHOPT,'M',IPAW)
+   IF (IPAW(1).NE.0)   CALL MZEBRA(-1)

Index: root5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/root5.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- root5.info  26 Aug 2009 04:27:09 -  1.15
+++ root5.info  25 Jan 2010 14:21:24 -  1.16
@@ -1,43 +1,43 @@
 Info3: 
 Package: root5%type_pkg[-cernlib]%type_pkg[-geant4]%type_pkg[-qt]
-Version: 5.20.00
+Version: 5.22.00b
 Revision: 11
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
-#Architecture: (%type_pkg[-cernlib]) powerpc, (%type_pkg[-cernlib]) i386
 Type: 
  -cernlib (boolean),
  -geant4 (boolean),
  -qt (boolean)
 
+Architecture: ('%type_pkg[-cernlib]' = '-cernlib') powerpc, 
('%type_pkg[-cernlib]' = '-cernlib') i386
 GCC: 4.0
 BuildDependsOnly: false
 Description: Object-oriented data analysis framework
 Depends: 
  x11,
- %n-shlibs (=%v-%r)
+ %n-shlibs 

[cvs] dists/10.4/stable/main/finkinfo/sci clhep.info, 1.4, 1.5 clhep2.info, 1.6, 1.7

2010-01-25 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12451

Modified Files:
clhep.info clhep2.info 
Log Message:
latest version to stable.

Index: clhep.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/clhep.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- clhep.info  17 Jul 2008 13:07:33 -  1.4
+++ clhep.info  25 Jan 2010 14:50:52 -  1.5
@@ -1,11 +1,11 @@
 Package: clhep
-Version: 1.9.2.2
+Version: 1.9.2.3
 Revision: 51
 BuildDependsOnly: true
 Description: Class library for high energy physics
 Maintainer: Remi Mommsen remigius.momm...@cern.ch
-Source: http://cern.ch/clhep/clhep-%v.tgz
-Source-MD5: a49d7abc0050919d2fff485abfa6851b
+Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/clhep-%v.tgz
+Source-MD5: e40655bb8885ece86295bc41652ee51e
 SourceDirectory: %v/CLHEP
 GCC: 4.0
 SetCXX: g++-4.0 

Index: clhep2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/clhep2.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- clhep2.info 17 Jul 2008 13:07:33 -  1.6
+++ clhep2.info 25 Jan 2010 14:50:52 -  1.7
@@ -1,11 +1,11 @@
 Package: clhep2
-Version: 2.0.3.3
+Version: 2.0.4.3
 Revision: 51
 BuildDependsOnly: true
 Description: Class library for high energy physics
 Maintainer: Remi Mommsen remigius.momm...@cern.ch
-Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/clhep-%v-src.tgz
-Source-MD5: 51edc649f3c5bebb4cdebf193dcd50b8
+Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-%v.tgz
+Source-MD5: 73c124ae72f3c79d9d0851b41283dcf5
 SourceDirectory: %v/CLHEP
 GCC: 4.0
 NoSetMAKEFLAGS: true
@@ -23,11 +23,10 @@
   done
   for file in `/usr/bin/find . -name configure -print` ; do
 /usr/bin/sed -i '.bak' 's/++)/++*)/' $file
-/usr/bin/sed -i '.bak' 's/-single_module/-single_module -undefined 
dynamic_lookup -compatibility_version 3 -current_version 3.0.2/' $file
+/usr/bin/sed -i '.bak' 's/-single_module/-single_module 
-compatibility_version 3 -current_version 3.0.2/' $file
 /usr/bin/sed -i '.bak' 's=-Wl,-install_name,=-install_name %p/lib/=' $file
 /usr/bin/sed -i '.bak' 's/^  build_shared=no/  
build_shared=yes/' $file
   done 
-  /usr/bin/sed -i '.bak' 's/dvips -o HepMC_user_manual.dvi/dvips -o $\@ 
HepMC_user_manual.dvi/' HepMC/doc/Makefile.in
 
   # Fix for no longer existing psfig.sty
   /usr/bin/sed -i '.bak' 's/input{psfig.sty}/usepackage{epsfig}/g' 
GenericFunctions/doc/genericFunctions.tex


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils clamav.info, 1.22, 1.23 rkhunter.info, 1.4, 1.5 rkhunter.patch, 1.2, 1.3

2010-01-25 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12573

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

Index: rkhunter.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/rkhunter.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rkhunter.patch  19 Jul 2009 08:31:11 -  1.2
+++ rkhunter.patch  25 Jan 2010 14:51:55 -  1.3
@@ -1,47 +1,6 @@
 rkhunter.orig/installer.sh 2008-02-27 16:59:22.0 +0100
-+++ rkhunter.new/installer.sh  2008-06-10 12:52:29.0 +0200
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- 
- 

- #
-@@ -53,12 +53,13 @@
- fi
- 
- case ${OPERATING_SYSTEM} in
--AIX|OpenBSD|SunOS|IRIX*)
-+AIX|OpenBSD|SunOS|IRIX*|Darwin)
-   # What is the default shell?
-   if print /dev/null 21; then
-   alias echo='print'
-   ECHOOPT=--
--  elif [ ${OPERATING_SYSTEM} = IRIX -o ${OPERATING_SYSTEM} = 
IRIX64 ]; then
-+  elif [ ${OPERATING_SYSTEM} = IRIX -o ${OPERATING_SYSTEM} = 
IRIX64 \
-+  -o ${OPERATING_SYSTEM} = Darwin ]; then
-   ECHOOPT=
-   else
-   ECHOOPT=-e
 --- rkhunter.orig/files/rkhunter   2008-02-27 16:59:22.0 +0100
 +++ rkhunter.new/files/rkhunter2008-06-10 12:54:47.0 
+0200
-@@ -76,13 +76,14 @@
- fi
- 
- case ${OPERATING_SYSTEM} in
--AIX|OpenBSD|SunOS|IRIX*)
-+AIX|OpenBSD|SunOS|IRIX*|Darwin)
-   # What is the default shell?
-   if print /dev/null 21; then
-   alias echo='print'
-   ECHOOPT=--
-   MYSHELL=ksh
--  elif [ ${OPERATING_SYSTEM} = IRIX -o ${OPERATING_SYSTEM} = 
IRIX64 ]; then
-+  elif [ ${OPERATING_SYSTEM} = IRIX -o ${OPERATING_SYSTEM} = 
IRIX64 \
-+  -o ${OPERATING_SYSTEM} = Darwin ]; then
-   ECHOOPT=
-   MYSHELL=sh
-   else
-@@ -3045,7 +3046,7 @@
+@@ -3751,7 +3751,7 @@
if [ -n `echo \${STAT_CMD}\ | grep '\.pl$'` ]; then
SCMD=${STAT_CMD} --modeoct --raw --ino --mode --uid 
--gid --size --Mtime
INODECMD=${STAT_CMD} --modeoct --raw --ino
@@ -50,7 +9,7 @@
SCMD=${STAT_CMD} -f '%i %Mp%Lp %u %g %z %m:'
INODECMD=${STAT_CMD} -f '%i'
else
-@@ -5362,7 +5363,7 @@
+@@ -7008,7 +7008,7 @@
if [ -n `echo \${STAT_CMD}\ | grep '\.pl$'` ]; then
SCMD=${STAT_CMD} --modeoct --raw --ino --mode --uid 
--gid --size --Mtime
INODECMD=${STAT_CMD} --modeoct --raw --ino

Index: rkhunter.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/rkhunter.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rkhunter.info   19 Jul 2009 08:31:11 -  1.4
+++ rkhunter.info   25 Jan 2010 14:51:55 -  1.5
@@ -1,5 +1,5 @@
 Package: rkhunter
-Version: 1.3.4
+Version: 1.3.6
 Revision: 1
 Description: Rootkit Hunter
 License: GPL
@@ -12,13 +12,19 @@
  rkhunter must be run as superuser, i.e. do
  'sudo rkhunter'
 
-DocFiles: files/CHANGELOG files/LICENSE files/README files/WISHLIST
+DocFiles: 
+ files/ACKNOWLEDGMENTS
+ files/CHANGELOG
+ files/FAQ
+ files/LICENSE
+ files/README
+
 
 Source: mirror:sourceforge:rkhunter/%n-%v.tar.gz
-Source-MD5: 31eaacc4d01ad138d1a4283f105088e6
+Source-MD5: 41bd92b1ea0803401c4a45215c8293a2
 
 PatchFile: %n.patch
-PatchFile-MD5: 3a30d5f573f0c47e8b912302af70e7d4
+PatchFile-MD5: 99db3c28e81f5a69991a562300678a40
 PatchScript: 
   patch -p1  %{PatchFile}
   perl -pi -e 's|/var/lib/dpkg|%p/var/lib/dpkg|' files/rkhunter

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- clamav.info 14 Sep 2009 06:58:21 -  1.22
+++ clamav.info 25 Jan 2010 14:51:55 -  1.23
@@ -1,7 +1,7 @@
 Info3: 
 Package: clamav
-Version: 0.95.2
-Revision: 22
+Version: 0.95.3
+Revision: 21
 
 Description: Clam Anti-Virus scanner
 DescDetail: 
@@ -49,7 +49,7 @@
 Homepage: http://www.clamav.net/
 License: GPL
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 930362397d30e01ba81b5f24c1046d48
+Source-MD5: eaf9fccc3cc3567605a9732313652967
 
 BuildConflicts: clamav2-dev, clamav3-dev, clamav4-dev, clamav5-dev
 BuildDepends: 


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference

[cvs] dists/10.4/stable/main/finkinfo/graphics pil-py.info, 1.9, 1.10 pil-py.patch, 1.2, 1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32192

Modified Files:
pil-py.info pil-py.patch 
Log Message:
latest version to stable


Index: pil-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pil-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pil-py.info 22 Aug 2009 23:02:45 -  1.9
+++ pil-py.info 25 Jan 2010 16:50:09 -  1.10
@@ -1,10 +1,10 @@
 Info2: 
 
 Package: pil-py%type_pkg[python]
-Type: python (2.3 2.4 2.5)
+Type: python (2.3 2.4 2.5 2.6)
 
-Version: 1.1.5
-Revision: 3
+Version: 1.1.6
+Revision: 6
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Description: Python Imaging Library
 DescDetail: 
@@ -12,23 +12,30 @@
 your Python interpreter. This library supports many file formats, and
 provides powerful image processing and graphics capabilities.
 
-DescPort: 
- tk 8.4 not supported, needs a patch to tkImaging.c to compile.
- lots of patches to help it find fink installed libs and headers.
-
 Source: http://effbot.org/downloads/Imaging-%v.tar.gz
-Source-MD5: a64512e39469213ced0d091b9eba76c0
-BuildDepends: fink (= 0.24.12-1), tcltk-dev (= 8.4.1-1) , libpng3, libjpeg
-Depends: python%type_pkg[python], tcltk (= 8.4.1-1), libpng3-shlibs, 
libjpeg-shlibs
-SetCFLAGS: -I/usr/X11R6/include 
+Source-MD5: 3a9b5c20ca52f0a9900512d2c7347622
+BuildDepends: 
+   fink (= 0.24.12-1),
+   freetype219 (= 2.3.7-7),
+   libjpeg,
+   tcltk-dev (= 8.4.1-1)
+
+Depends: 
+   freetype219-shlibs (= 2.3.7-7),
+   libjpeg-shlibs,
+   python%type_pkg[python],
+   tcltk (= 8.4.1-1)
+
 Replaces: pil
 Provides: pil
 PatchFile: %{ni}.patch
-PatchFile-MD5: 2df23ecdd59187b8c7185d52022e8fa5
+PatchFile-MD5: 09d07243029c29ab23e3fd97d1ac3ae4
 PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
+NoSetCPPFLAGS: true
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build
 
+InfoTest: TestScript: %p/bin/python%type_raw[python] selftest.py || exit 2
 InstallScript: 
  #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
@@ -38,16 +45,26 @@
  mkdir -p %i/include/python%type_raw[python]/PIL
  cp -f libImaging/ImPlatform.h libImaging/Imaging.h 
%i/include/python%type_raw[python]/PIL
  cd %i/bin
- mv pilfont.py pifont%type_raw[python].py
+ mv pilfont.py pilfont%type_raw[python].py
  mv pildriver.py pildriver%type_raw[python].py
  mv pilconvert.py pilconvert%type_raw[python].py
  mv pilprint.py pilprint%type_raw[python].py
  mv pilfile.py pilfile%type_raw[python].py
 
-DocFiles: CHANGES-115 BUILDME CONTENTS README
+DocFiles: CHANGES README
 License: OSI-Approved
 Homepage: http://www.pythonware.com/products/pil
 Maintainer: None fink-de...@lists.sourceforge.net
+DescPackaging: 
+   Uses the tcl that matches python's tkinter
+
+   Avoid un-needed -I and -L paths
+
+   python build system seems to put CPPFLAGS before custom
+   include_dirs (python bug?): NoSetCPPFLAGS so that local -I
+   takes precedence. Especially need to find libImaging/Zip.h
+   rather than libzip1's zip.h on case-insensitive FS.
+
 
 # Info2
 

Index: pil-py.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pil-py.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pil-py.patch13 Mar 2007 13:03:36 -  1.2
+++ pil-py.patch25 Jan 2010 16:50:09 -  1.3
@@ -1,38 +1,46 @@
 Imaging/setup.py.orig  2006-09-24 06:20:39.0 -0600
-+++ Imaging/setup.py   2006-09-24 06:21:30.0 -0600
-@@ -119,11 +119,11 @@
+diff -Nurd -x'*~' Imaging-1.1.6.orig/setup.py Imaging-1.1.6/setup.py
+--- Imaging-1.1.6.orig/setup.py2006-12-03 06:37:29.0 -0500
 Imaging-1.1.6/setup.py 2008-11-20 11:28:06.0 -0500
+@@ -130,17 +130,10 @@
+ ))
  
- if sys.platform == darwin:
- # attempt to make sure we pick freetype2 over other versions
+ elif sys.platform == darwin:
+-# attempt to make sure we pick freetype2 over other versions
 -add_directory(include_dirs, /sw/include/freetype2)
 -add_directory(include_dirs, /sw/lib/freetype2/include)
-+add_directory(include_dirs, @PREFIX@/include/freetype2)
-+add_directory(include_dirs, @PREFIX@/lib/freetype2/include)
  # fink installation directories
 -add_directory(library_dirs, /sw/lib)
 -add_directory(include_dirs, /sw/include)
+-# darwin ports installation directories
+-add_directory(library_dirs, /opt/local/lib)
+-add_directory(include_dirs, /opt/local/include)
 +add_directory(library_dirs, @PREFIX@/lib)

[cvs] dists/10.4/stable/crypto/finkinfo evolution-exchange.info, 1.9, 1.10

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13096/stable/crypto/finkinfo

Modified Files:
evolution-exchange.info 
Log Message:
bdep fix, really this time


Index: evolution-exchange.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/crypto/finkinfo/evolution-exchange.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- evolution-exchange.info 20 Jan 2010 16:39:16 -  1.9
+++ evolution-exchange.info 25 Jan 2010 18:07:15 -  1.10
@@ -52,7 +52,7 @@
libgnomecanvas2-dev (= 2.26.0-1),
libgnomeui2-dev (= 2.24.1-1),
libgpg-error,
-   libhal1-shlibs (= 0.5.11-1),
+   libhal1-dev (= 0.5.11-1),
libical,
libiconv-dev,
libpng3,


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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 evolution-exchange.info, 1.9, 1.10

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13096/unstable/crypto/finkinfo

Modified Files:
evolution-exchange.info 
Log Message:
bdep fix, really this time


Index: evolution-exchange.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/evolution-exchange.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- evolution-exchange.info 20 Jan 2010 16:39:17 -  1.9
+++ evolution-exchange.info 25 Jan 2010 18:07:15 -  1.10
@@ -52,7 +52,7 @@
libgnomecanvas2-dev (= 2.26.0-1),
libgnomeui2-dev (= 2.24.1-1),
libgpg-error,
-   libhal1-shlibs (= 0.5.11-1),
+   libhal1-dev (= 0.5.11-1),
libical,
libiconv-dev,
libpng3,


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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 arm-binutils.info, 1.4, 1.5 lazarus-common.info, 1.10, 1.11

2010-01-25 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15516

Modified Files:
arm-binutils.info lazarus-common.info 
Log Message:
remove nds and gba from arm-binutils. They do not build, yet. Also, no 
arm-wince for powerpc-lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- arm-binutils.info   11 Jan 2010 23:16:19 -  1.4
+++ arm-binutils.info   25 Jan 2010 18:23:43 -  1.5
@@ -1,7 +1,7 @@
 Info2: 
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
+Revision: 2
 Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lazarus-common.info 17 Jan 2010 16:01:36 -  1.10
+++ lazarus-common.info 25 Jan 2010 18:23:43 -  1.11
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 4
+Revision: 6
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -12,10 +12,11 @@
 (%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-fpc-cross-arm-wince,
-gtk+2-shlibs
+(%m = i386)   fpc-cross-arm-wince,
+gtk+2-shlibs,
+glib2-shlibs
 
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.3, 1.4 lazarus-common.info, 1.5, 1.6

2010-01-25 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15558

Modified Files:
arm-binutils.info lazarus-common.info 
Log Message:
remove nds and gba from arm-binutils. They do not build, yet. Also, no 
arm-wince for powerpc-lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- arm-binutils.info   24 Jan 2010 17:19:10 -  1.3
+++ arm-binutils.info   25 Jan 2010 18:23:57 -  1.4
@@ -1,8 +1,8 @@
 Info2: 
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
-Type: platform (linux wince gba nds)
+Revision: 2
+Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lazarus-common.info 17 Jan 2010 16:01:55 -  1.5
+++ lazarus-common.info 25 Jan 2010 18:23:58 -  1.6
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 4
+Revision: 6
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -12,10 +12,11 @@
 (%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-fpc-cross-arm-wince,
-gtk+2-shlibs
+(%m = i386)   fpc-cross-arm-wince,
+gtk+2-shlibs,
+glib2-shlibs
 
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
___
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/graphics frontline.info, 1.11, 1.12

2010-01-25 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22299

Modified Files:
frontline.info 
Log Message:
fix typo

Index: frontline.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/frontline.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- frontline.info  19 Jan 2010 16:05:09 -  1.11
+++ frontline.info  25 Jan 2010 19:19:48 -  1.12
@@ -5,7 +5,7 @@
 GCC: 4.0
 Maintainer: None fink-de...@lists.sourceforge.net
 Depends: autotrace-shlibs (= 0.31.1-1018), pstoedit-shlibs (= 3.45-1), 
gnome-libs-shlibs, libxml2-shlibs, ming-shlibs, x11, libart2-shlibs, 
popt-shlibs, imagemagick1-shlibs (= 6.4.0-1011), libemf-shlibs (= 
1.0.2-1012), fftw3-shlibs
-BuildDepends: bzip2-dev, libiconv-dev, gnome-libs-dev, gnome-libs, esound, 
glib, gtk+, libjpeg, libtiff, libxml2, ming, gimp-dev (= 1.2.5-1003), 
autotrace (= 0.31.1-1018), pstoedit (= 3.45-1), libart2, popt, orbit-dev, 
imlib, pkgconfig, x11-dev, plotutils-dev (= 2.4.1-1007), imagemagick1-dev (= 
6.4.0-1011), lcms, libemf (= 1.0.2-1012), libpng3, libgettext3-dev, audiofile, 
giflib, gettext-tools, fftw
+BuildDepends: bzip2-dev, libiconv-dev, gnome-libs-dev, gnome-libs, esound, 
glib, gtk+, libjpeg, libtiff, libxml2, ming, gimp-dev (= 1.2.5-1003), 
autotrace (= 0.31.1-1018), pstoedit (= 3.45-1), libart2, popt, orbit-dev, 
imlib, pkgconfig, x11-dev, plotutils-dev (= 2.4.1-1007), imagemagick1-dev (= 
6.4.0-1011), lcms, libemf (= 1.0.2-1012), libpng3, libgettext3-dev, audiofile, 
giflib, gettext-tools, fftw3
 Source: http://ftp1.sourceforge.net/autotrace/%n-%v.tar.gz
 Source-MD5: 5fc2c3459b153dbc2b3138c1133f927e
 PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' frontline.m4


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/sci emboss.info,1.34,1.35

2010-01-25 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22508

Modified Files:
emboss.info 
Log Message:
typo

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- emboss.info 25 Jan 2010 13:33:20 -  1.34
+++ emboss.info 25 Jan 2010 19:21:37 -  1.35
@@ -80,7 +80,7 @@
   Shlibs: 
 %p/lib/EMBOSS/libajax.6.dylib 7.0.0 %n (= 6.2.0-1)
 %p/lib/EMBOSS/libajaxdb.6.dylib 7.0.0 %n (= 6.2.0-1)
-%p/lib/EMBOSS/libajaxg.6.dylib 7.0.0 %n (= 6.2.0-4)
+%p/lib/EMBOSS/libajaxg.6.dylib 7.0.0 %n (= 6.2.0-1)
 %p/lib/EMBOSS/libacd.6.dylib 7.0.0 %n (= 6.2.0-1)
 %p/lib/EMBOSS/libensembl.6.dylib 7.0.0 %n (= 6.2.0-1)
 %p/lib/EMBOSS/libeexpat.1.dylib 3.0.0 %n (= 6.2.0-1)


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/graphics frontline.info, 1.12, 1.13 autotrace.info, 1.10, 1.11

2010-01-25 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23126/unstable/main/finkinfo/graphics

Modified Files:
frontline.info autotrace.info 
Log Message:
pretty print Deps and add libtool2 deps

Index: autotrace.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/autotrace.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- autotrace.info  15 Dec 2009 07:34:19 -  1.10
+++ autotrace.info  25 Jan 2010 19:28:36 -  1.11
@@ -62,6 +62,7 @@
libjpeg-shlibs,
libpng3-shlibs,
libtiff-shlibs,
+   libtool2-shlibs,
ming-shlibs,
pstoedit-shlibs (= 3.50-1),
x11-shlibs

Index: frontline.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/frontline.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- frontline.info  25 Jan 2010 19:19:48 -  1.12
+++ frontline.info  25 Jan 2010 19:28:36 -  1.13
@@ -4,8 +4,53 @@
 Distribution: 10.4, 10.5
 GCC: 4.0
 Maintainer: None fink-de...@lists.sourceforge.net
-Depends: autotrace-shlibs (= 0.31.1-1018), pstoedit-shlibs (= 3.45-1), 
gnome-libs-shlibs, libxml2-shlibs, ming-shlibs, x11, libart2-shlibs, 
popt-shlibs, imagemagick1-shlibs (= 6.4.0-1011), libemf-shlibs (= 
1.0.2-1012), fftw3-shlibs
-BuildDepends: bzip2-dev, libiconv-dev, gnome-libs-dev, gnome-libs, esound, 
glib, gtk+, libjpeg, libtiff, libxml2, ming, gimp-dev (= 1.2.5-1003), 
autotrace (= 0.31.1-1018), pstoedit (= 3.45-1), libart2, popt, orbit-dev, 
imlib, pkgconfig, x11-dev, plotutils-dev (= 2.4.1-1007), imagemagick1-dev (= 
6.4.0-1011), lcms, libemf (= 1.0.2-1012), libpng3, libgettext3-dev, audiofile, 
giflib, gettext-tools, fftw3
+Depends: 
+   autotrace-shlibs (= 0.31.1-1018),
+   fftw3-shlibs,
+   gnome-libs-shlibs,
+   imagemagick1-shlibs (= 6.4.0-1011),
+   libart2-shlibs,
+   libemf-shlibs (= 1.0.2-1012),
+   libtool2-shlibs,
+   libxml2-shlibs,
+   ming-shlibs,
+   popt-shlibs,
+   pstoedit-shlibs (= 3.45-1),
+   x11
+
+BuildDepends: 
+   audiofile,
+   autotrace (= 0.31.1-1018),
+   bzip2-dev,
+   esound,
+   fftw3,
+   gettext-tools,
+   giflib,
+   gnome-libs,
+   gnome-libs-dev,
+   gimp-dev (= 1.2.5-1003),
+   glib,
+   gtk+,
+   imagemagick1-dev (= 6.4.0-1011),
+   imlib,
+   lcms,
+   libart2,
+   libemf (= 1.0.2-1012),
+   libiconv-dev,
+   libgettext3-dev,
+   libjpeg,
+   libpng3,
+   libtiff,
+   libtool2,
+   libxml2,
+   ming,
+   orbit-dev,
+   pkgconfig,
+   plotutils-dev (= 2.4.1-1007),
+   popt,
+   pstoedit (= 3.45-1),
+   x11-dev
+
 Source: http://ftp1.sourceforge.net/autotrace/%n-%v.tar.gz
 Source-MD5: 5fc2c3459b153dbc2b3138c1133f927e
 PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' frontline.m4


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics frontline.info, 1.4, 1.5 autotrace.info, 1.5, 1.6

2010-01-25 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23126/d/d/d/d

Modified Files:
frontline.info autotrace.info 
Log Message:
pretty print Deps and add libtool2 deps

Index: autotrace.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/autotrace.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- autotrace.info  6 Jan 2010 00:59:38 -   1.5
+++ autotrace.info  25 Jan 2010 19:28:36 -  1.6
@@ -62,6 +62,7 @@
libjpeg-shlibs,
libpng3-shlibs,
libtiff-shlibs,
+   libtool2-shlibs,
ming-shlibs,
pstoedit-shlibs (= 3.50-1),
x11-shlibs

Index: frontline.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/frontline.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- frontline.info  19 Jan 2010 16:05:09 -  1.4
+++ frontline.info  25 Jan 2010 19:28:36 -  1.5
@@ -5,8 +5,53 @@
 Architecture: i386, powerpc
 GCC: 4.0
 Maintainer: None fink-de...@lists.sourceforge.net
-Depends: autotrace-shlibs (= 0.31.1-1018), pstoedit-shlibs (= 3.45-1), 
gnome-libs-shlibs, libxml2-shlibs, ming-shlibs, x11, libart2-shlibs, 
popt-shlibs, imagemagick1-shlibs (= 6.4.0-1011), libemf-shlibs (= 
1.0.2-1012), fftw3-shlibs
-BuildDepends: bzip2-dev, libiconv-dev, gnome-libs-dev, gnome-libs, esound, 
glib, gtk+, libjpeg, libtiff, libxml2, ming, gimp-dev (= 1.2.5-1003), 
autotrace (= 0.31.1-1018), pstoedit (= 3.45-1), libart2, popt, orbit-dev, 
imlib, pkgconfig, x11-dev, plotutils-dev (= 2.4.1-1007), imagemagick1-dev (= 
6.4.0-1011), lcms, libemf (= 1.0.2-1012), libpng3, libgettext3-dev, audiofile, 
giflib, gettext-tools, fftw3
+Depends: 
+   autotrace-shlibs (= 0.31.1-1018),
+   fftw3-shlibs,
+   gnome-libs-shlibs,
+   imagemagick1-shlibs (= 6.4.0-1011),
+   libart2-shlibs,
+   libemf-shlibs (= 1.0.2-1012),
+   libtool2-shlibs,
+   libxml2-shlibs,
+   ming-shlibs,
+   popt-shlibs,
+   pstoedit-shlibs (= 3.45-1),
+   x11
+
+BuildDepends: 
+   audiofile,
+   autotrace (= 0.31.1-1018),
+   bzip2-dev,
+   esound,
+   fftw3,
+   gettext-tools,
+   giflib,
+   gnome-libs,
+   gnome-libs-dev,
+   gimp-dev (= 1.2.5-1003),
+   glib,
+   gtk+,
+   imagemagick1-dev (= 6.4.0-1011),
+   imlib,
+   lcms,
+   libart2,
+   libemf (= 1.0.2-1012),
+   libiconv-dev,
+   libgettext3-dev,
+   libjpeg,
+   libpng3,
+   libtiff,
+   libtool2,
+   libxml2,
+   ming,
+   orbit-dev,
+   pkgconfig,
+   plotutils-dev (= 2.4.1-1007),
+   popt,
+   pstoedit (= 3.45-1),
+   x11-dev
+
 Source: http://ftp1.sourceforge.net/autotrace/%n-%v.tar.gz
 Source-MD5: 5fc2c3459b153dbc2b3138c1133f927e
 PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' frontline.m4


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils beediff.info,1.2,1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27536

Modified Files:
beediff.info 
Log Message:
lift Distribution restriction


Index: beediff.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/beediff.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- beediff.info29 Aug 2009 06:01:31 -  1.2
+++ beediff.info25 Jan 2010 20:02:57 -  1.3
@@ -1,7 +1,6 @@
 Package: beediff
 Version: 1.8
 Revision: 1002
-Distribution: 10.4, 10.5
 Source: http://www.beesoft.org/download/%n_%v_src.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
 BuildDepends: glib2-dev, libgettext3-dev, libiconv-dev, libpng3, x11-dev, 
qt4-x11 (= 4.3-1)


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/sci gnuplot.info, 1.41, 1.42 gnuplot.patch, 1.6, 1.7

2010-01-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26029

Modified Files:
gnuplot.info gnuplot.patch 
Log Message:
New upstream; fix an operational bug (thanks to Andreas Schiffler for 
pointing it out)

Index: gnuplot.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gnuplot.patch   18 Apr 2009 22:01:48 -  1.6
+++ gnuplot.patch   26 Jan 2010 00:05:27 -  1.7
@@ -9,15 +9,6 @@
  $(top_srcdir)/mkinstalldirs $(DESTDIR)$$installdir ; \
  if [ ! -f $(DESTDIR)$$installdir/gnuplot.cfg ]; then \
$(INSTALL_DATA) $(srcdir)/gnuplot.cfg 
$(DESTDIR)$$installdir/gnuplot.cfg  \
-@@ -342,7 +342,7 @@
- uninstall-cfg:
-   @$(NORMAL_UNINSTALL)
-   @if test $(PLAINTEX) != no ; then \
--installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed 
s%^.*share/%$(prefix)/share/%` ; \
-+installdir=`echo @FINKPREFIX@/etc/texmf.local/latex/gnuplot |sed 
s%^.*etc/%$(prefix)/etc/%` ; \
- rm -f $(DESTDIR)$$installdir/gnuplot.cfg ; \
-   fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
 --- gnuplot-4.2.3.orig/share/LaTeX/Makefile.in 2008-04-24 19:27:57.0 
-0400
 +++ gnuplot-4.2.3/share/LaTeX/Makefile.in  2008-04-24 21:46:11.0 
-0400
 @@ -117,7 +117,7 @@
@@ -29,3 +20,14 @@
  SET_MAKE = @SET_MAKE@
  SHELL = @SHELL@
  STRIP = @STRIP@
+--- gnuplot-orig/src/term.c2006-12-27 16:40:28.0 -0500
 gnuplot/src/term.c 2007-06-15 00:35:51.0 -0400
+@@ -2732,7 +2732,7 @@ on_page(int x, int y)
+ if (term-flags  TERM_CAN_CLIP)
+   return TRUE;
+ 
+-if ((0  x  x  term-xmax)  (0  y  y  term-ymax))
++if ((0  x  x  term-xmax*xsize)  (0  y  y  term-ymax*ysize))
+   return TRUE;
+ 
+ return FALSE;

Index: gnuplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- gnuplot.info27 Oct 2009 15:09:09 -  1.41
+++ gnuplot.info26 Jan 2010 00:05:27 -  1.42
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnuplot%type_pkg[-ui]
-Version: 4.2.5
-Revision: 2
+Version: 4.2.6
+Revision: 1
 Type: -ui (-nox -nogtk .)
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 Conflicts: gnuplot, gnuplot-nox, gnuplot-nogtk
@@ -53,9 +53,9 @@
 
 GCC: 4.0
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
-Source-MD5: 85d042f8efd7aae3d9cbfd85b14d06d2
+Source-MD5: c10468d74030e8bed0fd6865a45cf1fd
 PatchFile: %{Ni}.patch
-PatchFile-MD5: 9034c4350b8d1daad672ca8c2e40fe0f
+PatchFile-MD5: 45f60cb14fbe2d90fb3e293101204bef
 PatchScript:
   perl -pi -e 's/\bClass\b/GP_Class/g' `find src -name \*.c -o -name \*.cpp -o 
-name \*.h`
   sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 
@@ -168,6 +168,7 @@
 Arial from /Library/Fonts
 
 DescPort: 
+
 Uses Per Persson's aqua terminal (installed via the aquaterm package).
 gnuplot is a shell script that sets environment variables and invokes
 gnuplot binary (renamed to gnuplotx).


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/sci gnuplot.info,1.42,1.43

2010-01-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26244

Modified Files:
gnuplot.info 
Log Message:
oops.  Need to make sure to save all windows


Index: gnuplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- gnuplot.info26 Jan 2010 00:05:27 -  1.42
+++ gnuplot.info26 Jan 2010 00:06:02 -  1.43
@@ -166,9 +166,11 @@
 As of 4.2.5:  Rather than use the arial font by default as upstream would 
 have us do (from msttcorefonts), we'll set environment variables to use 
 Arial from /Library/Fonts
+Apply terminal patch from Derek Bruening iye AT alum DOT mit DOT edu
+Thanks to Andreas Schiffler aschiffler AT ferzkopp DOT net for pointing
+this out.
 
 DescPort: 
-
 Uses Per Persson's aqua terminal (installed via the aquaterm package).
 gnuplot is a shell script that sets environment variables and invokes
 gnuplot binary (renamed to gnuplotx).


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11 gpsdrive.info,1.9,1.10

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28493

Modified Files:
gpsdrive.info 
Log Message:
backport Distribution restriction to unstable


Index: gpsdrive.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/gpsdrive.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gpsdrive.info   26 Jul 2008 20:30:11 -  1.9
+++ gpsdrive.info   26 Jan 2010 00:26:41 -  1.10
@@ -1,6 +1,7 @@
 Package: gpsdrive
 Version: 2.09
 Revision: 1016
+Distribution: 10.4, 10.5
 Description: GPS-based navigation tool
 DescDetail: 
 GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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 gnote.info,1.6,1.7

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28237/unstable/main/finkinfo/editors

Modified Files:
gnote.info 
Log Message:
missing bdep


Index: gnote.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/gnote.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gnote.info  20 Jan 2010 22:39:49 -  1.6
+++ gnote.info  26 Jan 2010 00:23:53 -  1.7
@@ -78,6 +78,7 @@
glibmm2.4-dev (= 2.20.0-1),
glitz,
gnome-common,
+   gnome-doc-utils (= 0.16.0-1),
gnome-panel-dev (= 2.26.0-1),
gnome-vfs2-unified-dev (= 1:2.24.1-1),
gtk+2-dev (= 2.16.0-1),


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm enlightenment.info, 1.5, 1.6

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29350

Modified Files:
enlightenment.info 
Log Message:
backport Distribution restriction to unstable


Index: enlightenment.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/enlightenment.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- enlightenment.info  21 Apr 2008 03:16:20 -  1.5
+++ enlightenment.info  26 Jan 2010 00:33:59 -  1.6
@@ -1,6 +1,7 @@
 Package: enlightenment
 Version: 0.16.8.5
 Revision: 1
+Distribution: 10.4, 10.5
 
 BuildDepends: 
audiofile,


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/sci gnuplot.info,1.43,1.44

2010-01-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27005

Modified Files:
gnuplot.info 
Log Message:
add URL


Index: gnuplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gnuplot.info26 Jan 2010 00:06:02 -  1.43
+++ gnuplot.info26 Jan 2010 00:13:26 -  1.44
@@ -167,6 +167,9 @@
 have us do (from msttcorefonts), we'll set environment variables to use 
 Arial from /Library/Fonts
 Apply terminal patch from Derek Bruening iye AT alum DOT mit DOT edu
+
+http://www.burningcutlery.com/derek/bargraph/#gnuplot-bug 
+
 Thanks to Andreas Schiffler aschiffler AT ferzkopp DOT net for pointing
 this out.
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2010-01-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28237/stable/main/finkinfo/editors

Modified Files:
gnote.info 
Log Message:
missing bdep


Index: gnote.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/gnote.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnote.info  20 Jan 2010 22:39:48 -  1.3
+++ gnote.info  26 Jan 2010 00:23:53 -  1.4
@@ -78,6 +78,7 @@
glibmm2.4-dev (= 2.20.0-1),
glitz,
gnome-common,
+   gnome-doc-utils (= 0.16.0-1),
gnome-panel-dev (= 2.26.0-1),
gnome-vfs2-unified-dev (= 1:2.24.1-1),
gtk+2-dev (= 2.16.0-1),


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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 amaya.info,1.4,1.5

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27737

Modified Files:
amaya.info 
Log Message:
10.6 compile failure


Index: amaya.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/amaya.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- amaya.info  27 Jan 2009 07:41:30 -  1.4
+++ amaya.info  26 Jan 2010 00:20:03 -  1.5
@@ -1,6 +1,7 @@
 Package:   amaya
 Version:   8.6
 Revision:  1002
+Distribution:  10.4, 10.5
 Maintainer:Stephane GULLY stephane.gu...@inrialpes.fr
 Depends:   glib-shlibs, imlib-shlibs (= 1.9.14-2), gtk+-shlibs, gettext, 
libjpeg-shlibs, libpng3-shlibs
 BuildDepends:   fink (= 0.24.12), glib, gtk+, imlib (= 1.9.14-2), libjpeg, 
libpng3, gettext-bin, gettext-tools, gettext-dev, x11-dev


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm obconf.info, 1.9, 1.10 openbox.info, 1.9, 1.10

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30095

Modified Files:
obconf.info openbox.info 
Log Message:
backport Distribution restriction to unstable


Index: openbox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/openbox.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- openbox.info10 Jan 2009 19:39:19 -  1.9
+++ openbox.info26 Jan 2010 00:41:06 -  1.10
@@ -1,6 +1,7 @@
 Package: openbox
 Version: 3.4.7.2
 Revision: 1
+Distribution: 10.4, 10.5
 Description: Another Window Manager not unlike blackbox
 License: GPL
 Maintainer: None fink-de...@lists.sourceforge.net

Index: obconf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/obconf.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- obconf.info 10 Jan 2009 19:39:19 -  1.9
+++ obconf.info 26 Jan 2010 00:41:06 -  1.10
@@ -1,6 +1,7 @@
 Package: obconf
 Version: 2.0.3
 Revision: 1
+Distribution: 10.4, 10.5
 Description: Configuration program for openbox
 License: GPL
 Maintainer: None fink-de...@lists.sourceforge.net


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm libxfce4mcs3.info, 1.4, 1.5

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21684

Modified Files:
libxfce4mcs3.info 
Log Message:
help configure find X11


Index: libxfce4mcs3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/libxfce4mcs3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libxfce4mcs3.info   12 Jan 2009 03:16:11 -  1.4
+++ libxfce4mcs3.info   26 Jan 2010 04:27:09 -  1.5
@@ -12,7 +12,7 @@
 Depends: gtk+2-shlibs (= 2.12.0-1), libxfce4util2-shlibs (= 4.2.3.2-1002), 
libxfcegui44-shlibs (= 4.2.3-1004), glib2-shlibs (= 2.14.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: fc775c082c02035654d90d231f7b2c5f
-ConfigureParams: --mandir='%i/share/man' --infodir='%i/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%i/share/man' --infodir='%i/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: 
  make install DESTDIR=%d
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm libxfce4mcs3.info, 1.4, 1.5 xfwm4.info, 1.2, 1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21758

Modified Files:
libxfce4mcs3.info xfwm4.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: libxfce4mcs3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/libxfce4mcs3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libxfce4mcs3.info   29 Aug 2009 05:34:01 -  1.4
+++ libxfce4mcs3.info   26 Jan 2010 04:27:31 -  1.5
@@ -1,7 +1,6 @@
 Package: libxfce4mcs3
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:libxfce4mcs-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: gtk+2-shlibs (= 2.12.0-1), libxfce4util2-shlibs (= 4.2.3.2-1002), 
libxfcegui44-shlibs (= 4.2.3-1004), glib2-shlibs (= 2.14.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: fc775c082c02035654d90d231f7b2c5f
-ConfigureParams: --mandir='%i/share/man' --infodir='%i/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%i/share/man' --infodir='%i/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: 
  make install DESTDIR=%d
 

Index: xfwm4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfwm4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfwm4.info  29 Aug 2009 07:49:24 -  1.2
+++ xfwm4.info  26 Jan 2010 04:27:31 -  1.3
@@ -1,7 +1,7 @@
 Package: xfwm4
 Version: 4.2.3.2
 Revision: 1002
-Distribution: 10.4, 10.5
+#Distribution: 10.4, 10.5
 Source: mirror:custom:xfwm4-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce-mcs-manager.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21951

Modified Files:
xfce-mcs-manager.info 
Log Message:
lift Distribution restriction


Index: xfce-mcs-manager.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce-mcs-manager.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-mcs-manager.info   29 Aug 2009 07:49:24 -  1.3
+++ xfce-mcs-manager.info   26 Jan 2010 04:29:15 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce-mcs-manager
 Version: 4.2.3
 Revision: 1002
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfce-mcs-plugins.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22495

Modified Files:
xfce-mcs-plugins.info 
Log Message:
help configure find X11


Index: xfce-mcs-plugins.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfce-mcs-plugins.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-mcs-plugins.info   12 Jan 2009 03:16:11 -  1.3
+++ xfce-mcs-plugins.info   26 Jan 2010 04:35:06 -  1.4
@@ -17,7 +17,7 @@
 SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
 SetLIBS: -L%p/lib
 SetCFLAGS: -Os -pipe
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x  
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4'  
--enable-shared --enable-static --with-pic --disable-debug --enable-final 
--disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x  
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4'  
--enable-shared --enable-static --with-pic --disable-debug --enable-final 
--disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: 
  make -j1 install DESTDIR=%d
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce-mcs-plugins.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22570

Modified Files:
xfce-mcs-plugins.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfce-mcs-plugins.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce-mcs-plugins.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-mcs-plugins.info   29 Aug 2009 07:49:24 -  1.3
+++ xfce-mcs-plugins.info   26 Jan 2010 04:35:21 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce-mcs-plugins
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -18,7 +17,7 @@
 SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
 SetLIBS: -L%p/lib
 SetCFLAGS: -Os -pipe
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x  
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4'  
--enable-shared --enable-static --with-pic --disable-debug --enable-final 
--disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x  
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4'  
--enable-shared --enable-static --with-pic --disable-debug --enable-final 
--disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: 
  make -j1 install DESTDIR=%d
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfwm4.info,1.4,1.5

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22896

Modified Files:
xfwm4.info 
Log Message:
help configure find X11


Index: xfwm4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfwm4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xfwm4.info  15 Jul 2008 01:41:25 -  1.4
+++ xfwm4.info  26 Jan 2010 04:39:12 -  1.5
@@ -17,7 +17,7 @@
 SetLIBS: -L%p/lib
 SetCFLAGS: -Os
 SetCXXFLAGS: -Os
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-conf-dir='%p/etc/xfce4' --libdir='%p/lib' 
--with-data-dir='%p/share/xfce4' --enable-shared --enable-static 
--disable-compositor --disable-debug --enable-final 
--disable-dependency-tracking --enable-randr
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-conf-dir='%p/etc/xfce4' --libdir='%p/lib' 
--with-data-dir='%p/share/xfce4' --enable-shared --enable-static 
--disable-compositor --disable-debug --enable-final 
--disable-dependency-tracking --enable-randr --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib
 CompileScript: 
 #!/bin/sh -ev
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfwm4.info,1.3,1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22924

Modified Files:
xfwm4.info 
Log Message:
help configure find X11


Index: xfwm4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfwm4.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfwm4.info  26 Jan 2010 04:27:31 -  1.3
+++ xfwm4.info  26 Jan 2010 04:39:24 -  1.4
@@ -1,7 +1,6 @@
 Package: xfwm4
 Version: 4.2.3.2
 Revision: 1002
-#Distribution: 10.4, 10.5
 Source: mirror:custom:xfwm4-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -18,7 +17,7 @@
 SetLIBS: -L%p/lib
 SetCFLAGS: -Os
 SetCXXFLAGS: -Os
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-conf-dir='%p/etc/xfce4' --libdir='%p/lib' 
--with-data-dir='%p/share/xfce4' --enable-shared --enable-static 
--disable-compositor --disable-debug --enable-final 
--disable-dependency-tracking --enable-randr
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-conf-dir='%p/etc/xfce4' --libdir='%p/lib' 
--with-data-dir='%p/share/xfce4' --enable-shared --enable-static 
--disable-compositor --disable-debug --enable-final 
--disable-dependency-tracking --enable-randr --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib
 CompileScript: 
 #!/bin/sh -ev
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfwm4-themes.info, 1.2, 1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23200

Modified Files:
xfwm4-themes.info 
Log Message:
lift Distribution restriction


Index: xfwm4-themes.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfwm4-themes.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfwm4-themes.info   29 Aug 2009 07:49:24 -  1.2
+++ xfwm4-themes.info   26 Jan 2010 04:41:49 -  1.3
@@ -1,7 +1,6 @@
 Package: xfwm4-themes
 Version: 4.2.3
 Revision: 1002
-Distribution: 10.4, 10.5
 Source: mirror:custom:xfwm4-themes-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfprint.info,1.2,1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23489

Modified Files:
xfprint.info 
Log Message:
lift Distribution restriction


Index: xfprint.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfprint.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfprint.info27 Aug 2009 08:43:49 -  1.2
+++ xfprint.info26 Jan 2010 04:45:07 -  1.3
@@ -1,7 +1,6 @@
 Package: xfprint
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xffm.info,1.8,1.9

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24228

Modified Files:
xffm.info 
Log Message:
help configure find X11


Index: xffm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xffm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xffm.info   12 Jan 2009 03:16:13 -  1.8
+++ xffm.info   26 Jan 2010 04:52:05 -  1.9
@@ -12,7 +12,7 @@
 Depends: %N-shlibs, libxfce4mcs3-shlibs (= 4.2.3-1001), libxfce4util2-shlibs 
(= 4.2.3.2-1002),  libxfcegui44-shlibs (= 4.2.3-1004), xfwm4 (= 4.2.3), 
xfce-mcs-manager (= 4.2.3), xfce-mcs-plugins (= 4.2.3), dbh-shlibs (= 
1.0.24), dbh (= 1.0.24), gtk-xfce-engine, glib2-shlibs (= 2.12.0-1), 
libiconv, librsvg2-shlibs (= 2.18.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: 5d151076c5d9ae9a6aa778ef182a1eea
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --enable-menu 
--enable-panel --enable-smbbranch --disable-debug --enable-final 
--disable-dependency-tracking --enable-shared --enable-static
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --enable-menu 
--enable-panel --enable-smbbranch --disable-debug --enable-final 
--disable-dependency-tracking --enable-shared --enable-static 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 CompileScript: 
 #!/bin/sh -ev
 export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xffm.info,1.5,1.6

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24328

Modified Files:
xffm.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xffm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xffm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xffm.info   29 Aug 2009 07:49:24 -  1.5
+++ xffm.info   26 Jan 2010 04:52:23 -  1.6
@@ -1,7 +1,6 @@
 Package: xffm
 Version: 4.2.3
 Revision: 1005
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: %N-shlibs, libxfce4mcs3-shlibs (= 4.2.3-1001), libxfce4util2-shlibs 
(= 4.2.3.2-1002),  libxfcegui44-shlibs (= 4.2.3-1004), xfwm4 (= 4.2.3), 
xfce-mcs-manager (= 4.2.3), xfce-mcs-plugins (= 4.2.3), dbh-shlibs (= 
1.0.24), dbh (= 1.0.24), gtk-xfce-engine, glib2-shlibs (= 2.12.0-1), 
libiconv, librsvg2-shlibs (= 2.18.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: 5d151076c5d9ae9a6aa778ef182a1eea
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --enable-menu 
--enable-panel --enable-smbbranch --disable-debug --enable-final 
--disable-dependency-tracking --enable-shared --enable-static
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --enable-menu 
--enable-panel --enable-smbbranch --disable-debug --enable-final 
--disable-dependency-tracking --enable-shared --enable-static 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 CompileScript: 
 #!/bin/sh -ev
 export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfce4-panel.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24837

Modified Files:
xfce4-panel.info 
Log Message:
help configure find X11


Index: xfce4-panel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfce4-panel.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-panel.info12 Jan 2009 03:16:13 -  1.3
+++ xfce4-panel.info26 Jan 2010 04:56:27 -  1.4
@@ -12,7 +12,7 @@
 Depends: libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 
4.2.3-1004), libxfce4util2-shlibs (= 4.2.3.2-1002), gtk+2-shlibs (= 
2.12.0-1), atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), 
libiconv, gtk-xfce-engine (= 2.2)
 PatchFile: %n.patch
 PatchFile-MD5: 95e6a80c98e2c4e774895d74bf31efa5
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce4-panel.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24869

Modified Files:
xfce4-panel.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfce4-panel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-panel.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-panel.info29 Aug 2009 07:49:24 -  1.3
+++ xfce4-panel.info26 Jan 2010 04:56:49 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce4-panel
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 
4.2.3-1004), libxfce4util2-shlibs (= 4.2.3.2-1002), gtk+2-shlibs (= 
2.12.0-1), atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), 
libiconv, gtk-xfce-engine (= 2.2)
 PatchFile: %n.patch
 PatchFile-MD5: 95e6a80c98e2c4e774895d74bf31efa5
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfdesktop.info, 1.5, 1.6

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25298

Modified Files:
xfdesktop.info 
Log Message:
help configure find X11


Index: xfdesktop.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfdesktop.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xfdesktop.info  12 Jan 2009 03:16:13 -  1.5
+++ xfdesktop.info  26 Jan 2010 05:00:09 -  1.6
@@ -12,7 +12,7 @@
 Depends: xfce4-panel (=4.2.3), xfce-mcs-manager (= 4.2.3), 
libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 4.2.3-1004), 
libxfce4util2-shlibs (= 4.2.3.2-1002), libiconv, glib2-shlibs (= 2.14.0-1), 
gtk+2-shlibs (= 2.12.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: 6087db9b34b76fb0a50a6fccce691e2c
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: make -j1 install DESTDIR=%d
 Description: Xfce4 desktop backdrop and launcher menu
 DocFiles: AUTHORS COPYING README


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfdesktop.info,1.3,1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25442

Modified Files:
xfdesktop.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfdesktop.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfdesktop.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfdesktop.info  29 Aug 2009 07:49:24 -  1.3
+++ xfdesktop.info  26 Jan 2010 05:00:31 -  1.4
@@ -1,7 +1,6 @@
 Package: xfdesktop
 Version: 4.2.3
 Revision: 1002
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: xfce4-panel (=4.2.3), xfce-mcs-manager (= 4.2.3), 
libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 4.2.3-1004), 
libxfce4util2-shlibs (= 4.2.3.2-1002), libiconv, glib2-shlibs (= 2.14.0-1), 
gtk+2-shlibs (= 2.12.0-1)
 PatchFile: %n.patch
 PatchFile-MD5: 6087db9b34b76fb0a50a6fccce691e2c
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 InstallScript: make -j1 install DESTDIR=%d
 Description: Xfce4 desktop backdrop and launcher menu
 DocFiles: AUTHORS COPYING README


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm gtk-xfce-engine.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25517

Modified Files:
gtk-xfce-engine.info 
Log Message:
lift Distribution restriction


Index: gtk-xfce-engine.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/gtk-xfce-engine.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gtk-xfce-engine.info29 Aug 2009 06:08:40 -  1.3
+++ gtk-xfce-engine.info26 Jan 2010 05:01:02 -  1.4
@@ -1,7 +1,6 @@
 Package: gtk-xfce-engine
 Version: 2.2.8
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfce4-session.info, 1.7, 1.8

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26107

Modified Files:
xfce4-session.info 
Log Message:
help configure find X11


Index: xfce4-session.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfce4-session.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xfce4-session.info  12 Jan 2009 03:16:13 -  1.7
+++ xfce4-session.info  26 Jan 2010 05:07:30 -  1.8
@@ -12,7 +12,7 @@
 Depends: %N-shlibs (= %v-%r), xfce-mcs-manager (= 4.2.3-1001), 
libxfce4mcs3-shlibs (= 4.2.3-1001)
 PatchFile: xfce4-session.patch
 PatchFile-MD5: 98c7bfe70c9d9365717470ec08255a61
-ConfigureParams: --libexecdir=%p/lib/%n --mandir='%p/share/man' 
--infodir='%p/share/info' --with-x --with-data-dir='%p/share/xfce4' 
--with-conf-dir='%p/etc/xfce4' --enable-shared --enable-static 
--disable-dependency-tracking --enable-final --disable-debug 
--enable-fast-install --disable-legacy-sm --disable-profiling 
--enable-session-screenshots --enable-shutdown-style=none 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --libexecdir=%p/lib/%n --mandir='%p/share/man' 
--infodir='%p/share/info' --with-x --with-data-dir='%p/share/xfce4' 
--with-conf-dir='%p/etc/xfce4' --enable-shared --enable-static 
--disable-dependency-tracking --enable-final --disable-debug 
--enable-fast-install --disable-legacy-sm --disable-profiling 
--enable-session-screenshots --enable-shutdown-style=none 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce4-session.info, 1.5, 1.6

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26140

Modified Files:
xfce4-session.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfce4-session.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-session.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xfce4-session.info  29 Aug 2009 07:49:24 -  1.5
+++ xfce4-session.info  26 Jan 2010 05:07:53 -  1.6
@@ -1,7 +1,6 @@
 Package: xfce4-session
 Version: 4.2.3
 Revision: 1004
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: %N-shlibs (= %v-%r), xfce-mcs-manager (= 4.2.3-1001), 
libxfce4mcs3-shlibs (= 4.2.3-1001)
 PatchFile: xfce4-session.patch
 PatchFile-MD5: 98c7bfe70c9d9365717470ec08255a61
-ConfigureParams: --libexecdir=%p/lib/%n --mandir='%p/share/man' 
--infodir='%p/share/info' --with-x --with-data-dir='%p/share/xfce4' 
--with-conf-dir='%p/etc/xfce4' --enable-shared --enable-static 
--disable-dependency-tracking --enable-final --disable-debug 
--enable-fast-install --disable-legacy-sm --disable-profiling 
--enable-session-screenshots --enable-shutdown-style=none 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --libexecdir=%p/lib/%n --mandir='%p/share/man' 
--infodir='%p/share/info' --with-x --with-data-dir='%p/share/xfce4' 
--with-conf-dir='%p/etc/xfce4' --enable-shared --enable-static 
--disable-dependency-tracking --enable-final --disable-debug 
--enable-fast-install --disable-legacy-sm --disable-profiling 
--enable-session-screenshots --enable-shutdown-style=none 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce4-systray.info, 1.3, 1.4 xfce4-toys.info, 1.3, 1.4 xfce4-trigger-launcher.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26247

Modified Files:
xfce4-systray.info xfce4-toys.info xfce4-trigger-launcher.info 
Log Message:
lift Distribution restriction


Index: xfce4-systray.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-systray.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-systray.info  29 Aug 2009 07:49:24 -  1.3
+++ xfce4-systray.info  26 Jan 2010 05:08:20 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce4-systray
 Version: 4.2.3
 Revision: 1004
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/

Index: xfce4-toys.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-toys.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-toys.info 29 Aug 2009 07:49:24 -  1.3
+++ xfce4-toys.info 26 Jan 2010 05:08:20 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce4-toys
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/

Index: xfce4-trigger-launcher.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-trigger-launcher.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-trigger-launcher.info 29 Aug 2009 07:49:24 -  1.3
+++ xfce4-trigger-launcher.info 26 Jan 2010 05:08:20 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce4-trigger-launcher
 Version: 4.2.3
 Revision: 1004
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfce4-iconbox.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26564

Modified Files:
xfce4-iconbox.info 
Log Message:
help configure find X11


Index: xfce4-iconbox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfce4-iconbox.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce4-iconbox.info  15 Jul 2008 01:41:24 -  1.3
+++ xfce4-iconbox.info  26 Jan 2010 05:11:02 -  1.4
@@ -10,7 +10,7 @@
 Source-MD5: cfd9b7383932fd9e404d79921c9e61d6
 BuildDepends: glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 
2.4.1-1), freetype219 (= 2.3.5-1), xft2-dev, atk1 (= 1.20.0-1), 
libxfcegui44-dev (= 4.2.3-1004), libxfce4util2-dev (= 4.2.3.2-1002), 
gtk+2-dev (= 2.12.0-1), pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 
0.10.0-1), glib2-dev (= 2.14.0-1), pkgconfig (= 0.21-1), libgettext3-dev, 
gettext-tools, libiconv-dev, dbh-dev (= 1.0.24), libxml2 (= 2.6.30-1), 
x11-dev, startup-notification-dev (= 0.8-1), libxfce4mcs3-dev (= 4.2.3-1001), 
xfce-mcs-manager (= 4.2.3-1001)
 Depends: libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 
4.2.3-1004), libxfce4util2-shlibs (= 4.2.3.2-1002), gtk+2-shlibs (= 
2.12.0-1), atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), 
glib2-shlibs (= 2.14.0-1), libiconv, gtk-xfce-engine
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce4-iconbox.info, 1.2, 1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26603

Modified Files:
xfce4-iconbox.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfce4-iconbox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-iconbox.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfce4-iconbox.info  29 Aug 2009 07:49:24 -  1.2
+++ xfce4-iconbox.info  26 Jan 2010 05:11:24 -  1.3
@@ -1,7 +1,6 @@
 Package: xfce4-iconbox
 Version: 4.2.3
 Revision: 1004
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -11,7 +10,7 @@
 Source-MD5: cfd9b7383932fd9e404d79921c9e61d6
 BuildDepends: glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 
2.4.1-1), freetype219 (= 2.3.5-1), xft2-dev, atk1 (= 1.20.0-1), 
libxfcegui44-dev (= 4.2.3-1004), libxfce4util2-dev (= 4.2.3.2-1002), 
gtk+2-dev (= 2.12.0-1), pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 
0.10.0-1), glib2-dev (= 2.14.0-1), pkgconfig (= 0.21-1), libgettext3-dev, 
gettext-tools, libiconv-dev, dbh-dev (= 1.0.24), libxml2 (= 2.6.30-1), 
x11-dev, startup-notification-dev (= 0.8-1), libxfce4mcs3-dev (= 4.2.3-1001), 
xfce-mcs-manager (= 4.2.3-1001)
 Depends: libxfce4mcs3-shlibs (= 4.2.3-1001), libxfcegui44-shlibs (= 
4.2.3-1004), libxfce4util2-shlibs (= 4.2.3.2-1002), gtk+2-shlibs (= 
2.12.0-1), atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), 
glib2-shlibs (= 2.14.0-1), libiconv, gtk-xfce-engine
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info'  --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 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


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/x11-wm xfce-utils.info, 1.3, 1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27270

Modified Files:
xfce-utils.info 
Log Message:
help configure find X11


Index: xfce-utils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/xfce-utils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-utils.info 12 Jan 2009 03:16:13 -  1.3
+++ xfce-utils.info 26 Jan 2010 05:17:15 -  1.4
@@ -12,7 +12,7 @@
 Depends: libxfcegui44-shlibs (= 4.2.3-1004), libxfce4util2-shlibs (= 
4.2.3.2-1002), libxfce4mcs3-shlibs (= 4.2.3-1001), gtk+2-shlibs (= 2.12.0-1), 
atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), glib2-shlibs 
(= 2.14.0-1), libiconv
 PatchFile: %n.patch
 PatchFile-MD5: d7e40dd775ad0d933a05b804d57e4dab
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-gdm --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-gdm --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 Description: Utilities for Xfce4
 InstallScript: 
  make install DESTDIR=%d


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm xfce-utils.info,1.3,1.4

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27307

Modified Files:
xfce-utils.info 
Log Message:
help configure find X11; lift Distribution restriction


Index: xfce-utils.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce-utils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfce-utils.info 29 Aug 2009 07:49:24 -  1.3
+++ xfce-utils.info 26 Jan 2010 05:17:36 -  1.4
@@ -1,7 +1,6 @@
 Package: xfce-utils
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
@@ -13,7 +12,7 @@
 Depends: libxfcegui44-shlibs (= 4.2.3-1004), libxfce4util2-shlibs (= 
4.2.3.2-1002), libxfce4mcs3-shlibs (= 4.2.3-1001), gtk+2-shlibs (= 2.12.0-1), 
atk1-shlibs (= 1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), glib2-shlibs 
(= 2.14.0-1), libiconv
 PatchFile: %n.patch
 PatchFile-MD5: d7e40dd775ad0d933a05b804d57e4dab
-ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-gdm --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x 
--with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug 
--enable-final --disable-gdm --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 Description: Utilities for Xfce4
 InstallScript: 
  make install DESTDIR=%d


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11-wm bundle-xfce4.info, 1.2, 1.3 xfcalendar.info, 1.2, 1.3 xfce4-appfinder.info, 1.2, 1.3 xfce4-icon-theme.info, 1.2, 1.3

2010-01-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27561

Modified Files:
bundle-xfce4.info xfcalendar.info xfce4-appfinder.info 
xfce4-icon-theme.info 
Log Message:
lift Distribution restriction


Index: xfce4-icon-theme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-icon-theme.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfce4-icon-theme.info   29 Aug 2009 07:49:24 -  1.2
+++ xfce4-icon-theme.info   26 Jan 2010 05:19:20 -  1.3
@@ -1,7 +1,6 @@
 Package: xfce4-icon-theme
 Version: 4.2.3
 Revision: 1002
-Distribution: 10.4, 10.5
 Source: mirror:custom:xfce4-icon-theme-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/

Index: bundle-xfce4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/bundle-xfce4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bundle-xfce4.info   29 Aug 2009 06:08:40 -  1.2
+++ bundle-xfce4.info   26 Jan 2010 05:19:20 -  1.3
@@ -1,7 +1,6 @@
 Package: bundle-xfce4
 Version: 4.2.3
 Revision: 1001
-Distribution: 10.4, 10.5
 Type: bundle
 Depends: gtk-xfce-engine (= 2.2.7), libxfce4util2 (= 4.2.3.2-1002), 
libxfce4util2-shlibs (= 4.2.3.2-1002), libxfcegui44 (= 4.2.3-1004), 
libxfcegui44-shlibs (= 4.2.3-1004), libxfce4mcs3 (= 4.2.3-1001), 
libxfce4mcs3-shlibs (= 4.2.3-1001), xfce-mcs-manager (= 4.2.3), 
xfce-mcs-plugins (= 4.2.3), xfce-utils (= 4.2.3), xfwm4 (= 4.2.3), xfdesktop 
(= 4.2.3), xfce4-panel (= 4.2.3), dbh (= 1.0.24), dbh-shlibs (= 1.0.24), 
xffm (= 4.2.3), xfce4-appfinder (=4.2.3)
 # temporarily turned off: xfce4-session (= 4.2.3)

Index: xfcalendar.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfcalendar.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfcalendar.info 29 Aug 2009 07:49:23 -  1.2
+++ xfcalendar.info 26 Jan 2010 05:19:20 -  1.3
@@ -1,7 +1,6 @@
 Package: xfcalendar
 Version: 4.2.3
 Revision: 1004
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/

Index: xfce4-appfinder.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/xfce4-appfinder.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfce4-appfinder.info29 Aug 2009 07:49:24 -  1.2
+++ xfce4-appfinder.info26 Jan 2010 05:19:20 -  1.3
@@ -1,7 +1,6 @@
 Package: xfce4-appfinder
 Version: 4.2.3
 Revision: 1003
-Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.gz
 CustomMirror: 
 eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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 vim.info,1.120,1.121

2010-01-25 Thread fangism
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7229

Modified Files:
vim.info 
Log Message:
fix configureparam to --prefix (OK'd by htodd)


Index: vim.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/vim.info,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- vim.info22 Jan 2010 07:29:16 -  1.120
+++ vim.info26 Jan 2010 07:05:13 -  1.121
@@ -24,7 +24,7 @@
  export CONF_OPT_GUI=--disable-gui
  fi
  cd src
- make prefix=%p CONF_ARGS=--with-gtk-prefix=%p --mandir=%i/share/man 
--with-prefix=%p CONF_OPT_CSCOPE=--enable-cscope 
CONF_OPT_MULTIBYTE=--enable-multibyte CONF_OPT_FEAT=--with-features=big
+ make prefix=%p CONF_ARGS=--with-gtk-prefix=%p --mandir=%i/share/man 
--prefix=%p CONF_OPT_CSCOPE=--enable-cscope 
CONF_OPT_MULTIBYTE=--enable-multibyte CONF_OPT_FEAT=--with-features=big
 
 InstallScript: 
   cd src; make -j1 install prefix=%i


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics gimp2-help.info, 1.1, 1.2 gimp2.info, 1.4, 1.5

2010-01-25 Thread Alexander Strange
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10315

Modified Files:
gimp2-help.info gimp2.info 
Log Message:
Move gimp2/-help to stable (requested)


Index: gimp2-help.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/gimp2-help.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gimp2-help.info 16 Jul 2008 03:01:30 -  1.1
+++ gimp2-help.info 26 Jan 2010 07:31:50 -  1.2
@@ -1,20 +1,26 @@
 Package: gimp2-help
-Version: 2.4.1
+Version: 2.6.0
 Revision: 1
 Description: GIMP documentation 
 License: GFDL
 Maintainer: Alexander Strange astra...@ithinksw.com
-Source: mirror:gimp:help/gimp-help-%v.tar.bz2
-Source-MD5: da505d7532b6e14713e04b6e79a11379
-BuildDepends: docbook-dtd, docbook-xsl, libxml2-bin, libxslt-bin
-Conflicts: gimp2 ( 2.4), gimp2-svg ( 2.4), gimp2-noprint ( 2.4), 
gimp2-svg-noprint ( 2.4)
-PatchScript: sed -i.bak -e 's|echo -n|/bin/echo -n|' Makefile.in
-ConfigureParams: --without-gimp --disable-network
-InstallScript: make install DESTDIR=%d top_builddir=`pwd`
-InfoTest: 
-  TestScript: 
-make check || exit 2
-  
+Source: mirror:gimp:help/gimp-help-%v-html-en.tar.bz2
+Source-MD5: 81da262343316835ebdd3354ce8eab4f
+SourceDirectory: gimp-help-2
+BuildDepends: docbook-dtd, docbook-xsl, libxml2-bin, libxslt-bin, dblatex, 
docbook-utils, gnome-doc-utils, gimp2-dev | gimp2-svg-dev
+Conflicts: gimp2 ( 2.6), gimp2-svg ( 2.6), gimp2-noprint ( 2.6), 
gimp2-svg-noprint ( 2.6)
+PatchScript: 
+   sed -i.bak -e 's/\.PHONY: help/.PHONY: help install/' Makefile
 
-DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README TERMINOLOGY
+CompileScript: 
+
+InstallScript: 
+   make help DESTDIR=%d
+   make install DESTDIR=%d
+
+DescPackaging: 
+   The GIMP manual is available in several languages,
+   but only the English version is packaged here.
+
+DocFiles: AUTHORS COPYING HACKING MAINTAINERS README
 Homepage: http://docs.gimp.org/

Index: gimp2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/gimp2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gimp2.info  30 Aug 2009 01:33:51 -  1.4
+++ gimp2.info  26 Jan 2010 07:31:50 -  1.5
@@ -1,62 +1,64 @@
 Info2: 
 Package: gimp2%type_pkg[-svg]
 Type: -svg (boolean)
-Distribution: 10.4, 10.5
 
-Version: 2.4.5
-Revision: 1
+Version: 2.6.7
+Revision: 2
 
-Source: mirror:gimp:v2.4/gimp-%v.tar.bz2
-Depends: %N-shlibs (= %v-%r)
-Conflicts: gimp2,gimp2-svg,gimp2-noprint,gimp2-svg-noprint
-Replaces: gimp2,gimp2-svg,gimp2-noprint,gimp2-svg-noprint
+Source: mirror:gimp:v2.6/gimp-%v.tar.bz2
+Depends: %N-shlibs (= %v-%r), dbus-shlibs (= 1.2.1-1), libbabl0.0.0-shlibs, 
libgegl0.0.0-shlibs
+Conflicts: 
+ gimp2,gimp2-svg,gimp2-noprint,gimp2-svg-noprint
+
+Replaces: 
+ gimp2,gimp2-svg,gimp2-noprint,gimp2-svg-noprint
+
 Recommends: %N-default (= %v-%r), gimp2-help
 BuildDepends: 
-pkgconfig (= 0.21-1), xft2-dev, glitz, cairo (= 1.6-1), libpng3, libjpeg, 
libtiff, glib2-dev (= 2.14.0-1), giflib, aalib (= 1.4rc5-2), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev, gtk-doc (= 1.8-1), x11-dev, 
libexif12, gtk+2-dev (= 2.12.0-1), libart2, libmng2, expat1, fontconfig2-dev 
(= 2.4.1-1), lcms, libwmf, pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 
0.10.0-1), atk1 (= 1.20.0-1), intltool (= 0.36.0-1), freetype219 (= 2.3.5-1),
- (%type_raw[-svg] = -svg) librsvg2 (= 2.18.0-1),
- (%type_raw[-svg] = -svg) audiofile,
- (%type_raw[-svg] = -svg) avahi-dev,
- (%type_raw[-svg] = -svg) esound,
- (%type_raw[-svg] = -svg) gail18-dev (= 1.20.0-1),
- (%type_raw[-svg] = -svg) gconf2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) dbus-dev (= 1.0-1),
- (%type_raw[-svg] = -svg) gnome-vfs2-unified-dev (= 1:2.20.0-1),
- (%type_raw[-svg] = -svg) gnome-keyring-dev,
- (%type_raw[-svg] = -svg) libavahi-glib1-dev,
- (%type_raw[-svg] = -svg) libbonobo2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) libbonoboui2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) libgnome2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) libgnomecanvas2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) libgnomeui2-dev (= 2.20.0-1),
- (%type_raw[-svg] = -svg) libgsf1.114-dev (= 1.14.5-1),
- (%type_raw[-svg] = -svg) libxml2 (= 2.6.30-1),
- (%type_raw[-svg] = -svg) orbit2-dev (= 2.14.9-1),
- (%type_raw[-svg] = -svg) libgtkhtml2 (= 2.6.3-1013),
- (%type_raw[-svg] = -svg) libcroco3,
- (%type_raw[-svg] = -svg) popt,
- libxslt (= 1.1.22-1), libncurses5, bzip2-dev
+ fink (= 0.24.12-1),
+ pkgconfig (= 0.23), xft2-dev, glitz, cairo (= 1.8-1), libpng3, libjpeg, 
libtiff, 
+ glib2-dev (= 2.20.5-1), giflib, aalib (= 1.4rc5-2), libgettext3-dev, 
gettext-bin, gettext-tools (= 0.17), 
+ libiconv-dev, gtk-doc (= 1.11-6), x11-dev, libexif12, gtk+2-dev (= 
2.16.6-1), libart2,