[cvs] dists/10.7/stable/main/finkinfo/net sylpheed.info,1.4,1.5

2012-11-13 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv28453

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

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sylpheed.info   14 May 2012 14:48:19 -  1.4
+++ sylpheed.info   13 Nov 2012 12:44:56 -  1.5
@@ -1,6 +1,6 @@
 Package: sylpheed
-Version: 3.1.4
-Revision: 2
+Version: 3.3.0
+Revision: 1
 
 Depends: 
   openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs,
@@ -22,8 +22,8 @@
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v3.1/sylpheed-%v.tar.bz2
-Source-MD5: 4e0e41f05607e5c2542a7dfd166aee77
+Source: http://sylpheed.sraoss.jp/sylpheed/v3.3/sylpheed-%v.tar.bz2
+Source-MD5: 20442f81dbb4e7c59462360ad0bb1afb
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics aquaterm.info, 1.3, 1.4 aquaterm.patch, 1.1, NONE

2012-11-04 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv18079

Modified Files:
aquaterm.info 
Removed Files:
aquaterm.patch 
Log Message:
new upstream version.  Remove aquaterm.patch, as no longer needed.

--- aquaterm.patch DELETED ---

Index: aquaterm.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/aquaterm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aquaterm.info   27 Jul 2012 22:35:10 -  1.3
+++ aquaterm.info   5 Nov 2012 00:00:39 -   1.4
@@ -1,21 +1,19 @@
 Package: aquaterm
-Version: 1.0.1
-Revision: 5
-Source: mirror:sourceforge:aquaterm/aquaterm_src.%v.tar.gz
-Source-MD5: e9d3ecdfe770d6f09a748add9886d1a9
-PatchFile: %n.patch
-PatchFile-MD5: c22455cc8479795a2c8090ad0f791e4e
+Version: 1.1.1
+Revision: 1
+Source: http://www.kilohotel.com/fink/AquaTerm-%v.tar.gz
+Source-MD5: 9c8da40bda38f4b9f3a57e560fdd9b5c
 BuildDepends: xcode.app
 Depends: %N-shlibs (= %v-%r)
 GCC: 4.0
-SourceDirectory: aquaterm
+SourceDirectory: AquaTerm-AquaTerm-5c223a5
 CompileScript: echo nothing to do here, everything is done in the installscript
 InstallScript: 
  #!/bin/sh -ex
  if test %m = powerpc; then archname=ppc; else archname=%m; fi
  ARCHS=$archname
- xcodebuild install -target AquaTerm -configuration Deployment DSTROOT=%d 
INSTALL_PATH=%p/Applications DYLIB_INSTALL_NAME_BASE=%p/Library/Frameworks 
GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=$archname
-
+ cd aquaterm
+ xcodebuild install -target AquaTerm DSTROOT=%d INSTALL_PATH=%p/Applications 
DYLIB_INSTALL_NAME_BASE=%p/Library/Frameworks 
GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=$archname 
MACOSX_DEPLOYMENT_TARGET=10.7
  mkdir -p %i/include/aquaterm
  cp AQTAdapter.h aquaterm.h %i/include
  cp AQTAdapter.h %i/include/aquaterm
@@ -35,7 +33,7 @@
   Shlibs: 
%p/Library/Frameworks/AquaTerm.framework/Versions/A/AquaTerm 1.0.0 %n (= 
1.0.0-1)
   
-  DocFiles: ReadMe ReleaseNotes INSTALL
+ DocFiles: aquaterm/ReadMe aquaterm/ReleaseNotes aquaterm/INSTALL
 
 SplitOff2: 
   Package: %N-dev
@@ -43,18 +41,14 @@
   Depends: %N-shlibs (= %v-%r)
   Replaces: %N (= 1.0-1)
   Files: include lib/libaquaterm.dylib share/%N
-  DocFiles: ReadMe ReleaseNotes INSTALL
+  DocFiles: aquaterm/ReadMe aquaterm/ReleaseNotes aquaterm/INSTALL
 
-DocFiles: ReadMe ReleaseNotes INSTALL Help/*.html
+DocFiles: aquaterm/ReadMe aquaterm/ReleaseNotes aquaterm/INSTALL 
aquaterm/Help/*.html
 License: OSI-Approved
 Description: Displays vector graphics in Aqua
 DescPackaging: 
   Package previously maintained by Jeffrey Whitaker. 
   Package ownership assumed by Kevin Horton as of aquaterm-1.0.1-5.
-  
-  AQTPlot.m patched in aquaterm-1.0.1-5 to remove the 1000 px max
-  window width.  See:
-  
http://sourceforge.net/mailarchive/message.php?msg_name=CB4B60C2-CFD5-469D-8E56-6D5638D58138%40mac.com
 
 Maintainer: Kevin Horton khorto...@rogers.com
-Homepage: http://aquaterm.sourceforge.net
+Homepage: http://aquaterm.github.com
\ No newline at end of file


--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci xfoil.info, 1.1, 1.2 xfoil.patch, 1.1, 1.2

2012-10-08 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3565

Modified Files:
xfoil.info xfoil.patch 
Log Message:
move to gcc4.7

Index: xfoil.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xfoil.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfoil.info  18 Aug 2011 14:17:43 -  1.1
+++ xfoil.info  8 Oct 2012 16:34:06 -   1.2
@@ -1,16 +1,16 @@
 Package: xfoil
 Version: 697
-Revision: 1001
+Revision: 1002
 License: GPL
 Architecture: x86_64
 Maintainer: Kevin Horton khorto...@rogers.com
-Depends: gcc46-shlibs, x11-shlibs, x11
-BuildDepends: gcc46, x11-dev, fink (= 0.24.12)
+Depends: gcc47-shlibs, x11-shlibs, x11
+BuildDepends: gcc47, x11-dev, fink (= 0.24.12)
 Source: http://web.mit.edu/drela/Public/web/xfoil/xfoil6.97.tar.gz
 Source-MD5: b9ce001ed838be880262c75038d489c5
 SourceDirectory: Xfoil
 PatchFile: %n.patch
-PatchFile-MD5: e808e4bc47e4c100be4df9f49bee32f0
+PatchFile-MD5: aea842ead9631004b3c313a1df3f6edb
 PatchScript: sed 's|@BUILDPREFIX@|%b|g' %{PatchFile} | patch -p1
 CompileScript: 
   #!/bin/sh -ev
@@ -18,7 +18,7 @@
   mv Makefile Makefile.orig
   mv Makefile_DP Makefile
   make osgen
-  make osmap.o FLG=-O -ffixed-line-length-none -fdefault-real-8  
-fdefault-integer-8
+  make osmap.o FLG=-O0 -ffixed-line-length-none -fdefault-real-8  
-fdefault-integer-8
   cd ..
   echo 'bin/osgen osmaps_ns.lst'
   bin/osgen osmaps_ns.lst

Index: xfoil.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xfoil.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfoil.patch 18 Aug 2011 14:17:43 -  1.1
+++ xfoil.patch 8 Oct 2012 16:34:06 -   1.2
@@ -25,8 +25,8 @@
  
 -FFLAGS = -O -r8 -ftrapuv -fpe0
 -FFLOPT = -O -r8 -ftrapuv -fpe0
-+FFLAGS = -O -fdefault-real-8 -fdefault-integer-8
-+FFLOPT = -O -fdefault-real-8 -fdefault-integer-8
++FFLAGS = -O0 -fdefault-real-8 -fdefault-integer-8
++FFLOPT = -O0 -fdefault-real-8 -fdefault-integer-8
  
  
  all:   $(PROGS)
@@ -44,7 +44,7 @@
 -FC = f77
 -FLG = -O -r8
 +FC = gfortran
-+FLG = -O -fdefault-real-8 -fdefault-integer-8
++FLG = -O0 -fdefault-real-8 -fdefault-integer-8
  PLTLIB = -lX11
  FTNLIB =
  
@@ -114,8 +114,8 @@
 -FFLAGS  = -O $(DP)
 -CFLAGS  = -O $(DEFINE)
 +DP = -fdefault-real-8 -fdefault-integer-8
-+FFLAGS  = -O $(DP)
-+CFLAGS  = -O -I/usr/X11R6/include/ $(DEFINE)
++FFLAGS  = -O0 $(DP)
++CFLAGS  = -O0 -I/usr/X11R6/include/ $(DEFINE)
  AR = ar r 
  RANLIB = ranlib
  LINKLIB =  -lX11 
@@ -147,8 +147,8 @@
 -FFLAGS  = -O3 $(DP)
 -CFLAGS  = -O3 $(DEFINE)
 +DP = -fdefault-real-8
-+FFLAGS  = -O $(DP)
-+CFLAGS  = -O $(DEFINE)
++FFLAGS  = -O0 $(DP)
++CFLAGS  = -O0 $(DEFINE)
  AR = ar r
  RANLIB = ranlib 
  
@@ -161,8 +161,8 @@
 +#
 +FC = gfortran
 +CC = gcc
-+FFLAGS  = -O -fdefault-real-8 -fdefault-integer-8
-+CFLAGS  = -O -I/usr/X11R6/include/ $(DEFINE)
++FFLAGS  = -O0 -fdefault-real-8 -fdefault-integer-8
++CFLAGS  = -O0 -I/usr/X11R6/include/ $(DEFINE)
 +AR = ar r
 +RANLIB = ranlib 
 +


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci xephem.info,1.2,1.3

2012-09-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv29957

Modified Files:
xephem.info 
Log Message:
Change MaxBuildJobs to false, to correct problem reported by Derek Homeier

Index: xephem.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xephem.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xephem.info 18 Aug 2012 16:35:37 -  1.2
+++ xephem.info 26 Sep 2012 10:24:05 -  1.3
@@ -1,6 +1,6 @@
 Package: xephem
 Version: 3.7.5
-Revision: 2
+Revision: 3
 BuildDepends: fink (= 0.24.12), libjpeg8, libpng15, openmotif3, x11-dev
 Depends: libjpeg8-shlibs, libpng15-shlibs, openmotif3-shlibs, x11-shlibs
 Source: http://97.74.56.125/free/%n-%v.tar.gz
@@ -13,6 +13,7 @@
 #PatchFile-MD5: 877e6afbf665dfa46cf9a5e22c4d697f
 PatchFile-MD5: e425e140417a3e5cf15696d55c23e4be
 PatchScript: sed 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
+UseMaxBuildJobs: False
 CompileScript: make -C GUI/xephem
 
 InstallScript: 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.6,1.7

2012-07-15 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv17599

Modified Files:
bluefish.info 
Log Message:
New upstream version.  Updated dependencies from libjpeg to libjpeg8.

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- bluefish.info   10 May 2012 20:01:15 -  1.6
+++ bluefish.info   15 Jul 2012 17:27:33 -  1.7
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 2.2.2
-Revision: 4
+Version: 2.2.3
+Revision: 1
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
-Source-MD5: 6475325565fb0a003a75f88564b7835f
+Source-MD5: d7d2d3893c3f100b27f2ea2e3edfb8d0
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
@@ -13,7 +13,7 @@
   libgettext8-shlibs (= 0.17-19), 
   glib2-shlibs (= 2.16.0-1), 
   gnome-icon-theme (= 2.12.0-1), 
-  libjpeg-shlibs (= 6b-16), 
+  libjpeg8-shlibs (= 6b-16), 
   libtiff-shlibs (= 3.7.2-1001), 
   pango1-xft2-ft219 (= 1.18.4-4), pango1-xft2-ft219-shlibs (= 1.18.4-4), 
   pcre-shlibs (= 4.5-1), 
@@ -54,7 +54,7 @@
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
   glib2-dev (= 2.16.0-1), 
   libiconv-dev (= 1.10-6), 
-  libjpeg (= 6b-16), 
+  libjpeg8 (= 6b-16), 
   libtiff (= 3.7.2-1001), 
   cairo (= 1.6-1),
   pango1-xft2-ft219-dev (= 1.18.4-4), 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/net sylpheed.info,1.3,1.4

2012-05-14 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv13885

Modified Files:
sylpheed.info 
Log Message:
add BuildDepends: dbus-glib1.2-dev and associated Depends

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sylpheed.info   26 Apr 2012 11:32:40 -  1.3
+++ sylpheed.info   14 May 2012 14:48:19 -  1.4
@@ -1,10 +1,10 @@
 Package: sylpheed
 Version: 3.1.4
-Revision: 1
+Revision: 2
 
 Depends: 
   openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs,
-  enchant1-shlibs, libpng15-shlibs, 
+  enchant1-shlibs, libpng15-shlibs, dbus-glib1.2-shlibs, 
   gtkspell2-shlibs (= 2.0.11-1004), 
   glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext8-shlibs, libiconv, x11
 
@@ -14,7 +14,7 @@
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   system-openssl-dev,
   openldap24-dev, db48-aes | db48, cyrus-sasl2-dev,
-  enchant1-dev,
+  enchant1-dev, dbus-glib1.2-dev, 
   gtkspell2-dev (= 2.0.11-1004), 
   glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext8-dev, 
libiconv-dev, x11-dev
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.5,1.6

2012-05-10 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv5330

Modified Files:
bluefish.info 
Log Message:
Added missing BuildDepends on intltool40.

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bluefish.info   10 Mar 2012 23:51:25 -  1.5
+++ bluefish.info   10 May 2012 20:01:15 -  1.6
@@ -2,7 +2,7 @@
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
 Version: 2.2.2
-Revision: 3
+Revision: 4
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
 Source-MD5: 6475325565fb0a003a75f88564b7835f
 SourceDirectory: %{ni}-%v
@@ -67,6 +67,7 @@
   freetype219 (= 2.3.5-1),
   glitz,
   gtk+2-dev (= 2.14.1-1), 
+  intltool40 (= 0.50.1-301), 
   x11-dev, 
   gucharmap7-dev, 
   libxml2 (= 2.6.22-1002), 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/net sylpheed.info,1.2,1.3

2012-04-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv15706

Modified Files:
sylpheed.info 
Log Message:
New upstream version.  Update libpng3 to libpng15 and libgettext3 to 
libgettext8.

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sylpheed.info   1 Mar 2012 01:05:17 -   1.2
+++ sylpheed.info   26 Apr 2012 11:32:40 -  1.3
@@ -1,29 +1,29 @@
 Package: sylpheed
-Version: 3.1.3
+Version: 3.1.4
 Revision: 1
 
 Depends: 
   openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs,
-  enchant1-shlibs,
+  enchant1-shlibs, libpng15-shlibs, 
   gtkspell2-shlibs (= 2.0.11-1004), 
-  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11
+  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext8-shlibs, libiconv, x11
 
 
 BuildDepends: 
-  glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
+  glitz, expat1, libpng15, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   system-openssl-dev,
   openldap24-dev, db48-aes | db48, cyrus-sasl2-dev,
   enchant1-dev,
   gtkspell2-dev (= 2.0.11-1004), 
-  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev
+  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext8-dev, 
libiconv-dev, x11-dev
 
 
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.1/sylpheed-%v.tar.bz2
-Source-MD5: 2ad17c0f822b266d83dfba11c3088659
+Source-MD5: 4e0e41f05607e5c2542a7dfd166aee77
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.4,1.5

2012-03-10 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv9591

Modified Files:
bluefish.info 
Log Message:
updated libpng14 dependency to libpng15

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bluefish.info   9 Mar 2012 11:26:45 -   1.4
+++ bluefish.info   10 Mar 2012 23:51:25 -  1.5
@@ -2,7 +2,7 @@
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
 Version: 2.2.2
-Revision: 2
+Revision: 3
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
 Source-MD5: 6475325565fb0a003a75f88564b7835f
 SourceDirectory: %{ni}-%v
@@ -21,7 +21,7 @@
   libxml2-shlibs (= 2.6.22-1002), libxml2-bin (= 2.6.22-1002), 
   shared-mime-info (= 0.16-1002), 
   atk1-shlibs (= 1.20.0-1), 
-  libpng14-shlibs (= 1.4.7-2), 
+  libpng15-shlibs (= 1.5.5-2), 
   gtk+2 (= 2.14.1-1), gtk+2-shlibs (= 2.14.1-1), 
   libiconv (= 1.10-6), 
   x11, 
@@ -62,7 +62,7 @@
   pixman (= 0.10.0-1),
   pkgconfig, 
   atk1 (= 1.20.0-1), 
-  libpng14 (= 1.4.7-2), 
+  libpng15 (= 1.5.5-2), 
   fontconfig2-dev (= 2.4.1-1),
   freetype219 (= 2.3.5-1),
   glitz,


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.2,1.3

2012-03-09 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv1028

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

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bluefish.info   23 Nov 2011 00:27:51 -  1.2
+++ bluefish.info   9 Mar 2012 11:18:24 -   1.3
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 2.2.0
+Version: 2.2.2
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
-Source-MD5: 23d894e065585d35dbc74c246c15cc9d
+Source-MD5: 6475325565fb0a003a75f88564b7835f
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
@@ -44,7 +44,8 @@
   (%type_raw[bluefish] = -gnome2) gnome-keyring-shlibs (= 0.4.3-1004), 
(%type_raw[bluefish] = -gnome2) gnome-keyring (= 0.4.3-4), 
   (%type_raw[bluefish] = -gnome2) libbonoboui2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libbonoboui2-shlibs (= 2.20.0-1), 
   (%type_raw[bluefish] = -gnome2) desktop-file-utils (= 0.10-1002), 
-  x11-shlibs
+  x11-shlibs,
+  python
 
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
@@ -150,6 +151,8 @@
 DescPackaging: 
  Update share-mime-database in PostInstScript and PostRmScript.
  Update desktop-database in PostInstScript and PostRmScript.
+ Add python dependency.  Must have fink's python, so the build process finds 
it rather than Apple's.
+   Apple's python brings in frameworks that choke the fink validator.
 
 DescPort: 
  Previous versions by Christoph Pfisterer, Matt Stephenson and Michele Garoche


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.3,1.4

2012-03-09 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv1237

Modified Files:
bluefish.info 
Log Message:
Replaced libgettext3 with libgettext8 and libpng3 with libpng14

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bluefish.info   9 Mar 2012 11:18:24 -   1.3
+++ bluefish.info   9 Mar 2012 11:26:45 -   1.4
@@ -2,7 +2,7 @@
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
 Version: 2.2.2
-Revision: 1
+Revision: 2
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
 Source-MD5: 6475325565fb0a003a75f88564b7835f
 SourceDirectory: %{ni}-%v
@@ -10,7 +10,7 @@
   aspell-shlibs (= 0.50.5-1002), 
   enchant (= 1.4.2-1), 
   default-icon-theme, 
-  libgettext3-shlibs (= 0.14.5-1), 
+  libgettext8-shlibs (= 0.17-19), 
   glib2-shlibs (= 2.16.0-1), 
   gnome-icon-theme (= 2.12.0-1), 
   libjpeg-shlibs (= 6b-16), 
@@ -21,7 +21,7 @@
   libxml2-shlibs (= 2.6.22-1002), libxml2-bin (= 2.6.22-1002), 
   shared-mime-info (= 0.16-1002), 
   atk1-shlibs (= 1.20.0-1), 
-  libpng3-shlibs (= 1:1.2.8-1), 
+  libpng14-shlibs (= 1.4.7-2), 
   gtk+2 (= 2.14.1-1), gtk+2-shlibs (= 2.14.1-1), 
   libiconv (= 1.10-6), 
   x11, 
@@ -50,7 +50,7 @@
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
   enchant1-dev (= 1.4.2-1), 
-  libgettext3-dev (= 0.14.5-1), 
+  libgettext8-dev (= 0.17-19), 
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
   glib2-dev (= 2.16.0-1), 
   libiconv-dev (= 1.10-6), 
@@ -62,7 +62,7 @@
   pixman (= 0.10.0-1),
   pkgconfig, 
   atk1 (= 1.20.0-1), 
-  libpng3 (= 1:1.2.8), 
+  libpng14 (= 1.4.7-2), 
   fontconfig2-dev (= 2.4.1-1),
   freetype219 (= 2.3.5-1),
   glitz,


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/net sylpheed.info,1.1,1.2

2012-02-29 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv3744

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

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sylpheed.info   8 Sep 2011 12:08:37 -   1.1
+++ sylpheed.info   1 Mar 2012 01:05:17 -   1.2
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 3.1.2
+Version: 3.1.3
 Revision: 1
 
 Depends: 
@@ -23,7 +23,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.1/sylpheed-%v.tar.bz2
-Source-MD5: 17100ab8ef5ef7e431bdbcff68bbf7b4
+Source-MD5: 2ad17c0f822b266d83dfba11c3088659
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/x11 convertall.info,1.1,1.2

2011-12-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv21767

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



Index: convertall.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/convertall.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- convertall.info 15 Sep 2011 18:26:57 -  1.1
+++ convertall.info 18 Dec 2011 21:31:40 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: convertall
-Version: 0.5.1
+Version: 0.5.2
 Revision: 1
 Type: python (2.7)
 Maintainer: Kevin Horton khorto...@rogers.com
@@ -9,8 +9,8 @@
   python%type_pkg[python]-shlibs, 
   pyqt4-py%type_pkg[python] (= 4.7.4-1) 
 
-Source: http://download.berlios.de/convertall/convertall-%v.tar.gz
-Source-MD5: 4f19e4f027c6cec590f842569b1ae7a0
+Source: http://www.kilohotel.com/fink/convertall-%v.tar.gz
+Source-MD5: 9378cb3ab40cf944570d53bcc5718ee8
 SourceDirectory: ConvertAll
 CompileScript: 
 echo Nothing to do in compile phase


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,1.1,1.2

2011-11-22 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv28595

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

Index: bluefish.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bluefish.info   17 Aug 2011 13:23:16 -  1.1
+++ bluefish.info   23 Nov 2011 00:27:51 -  1.2
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 2.0.3
-Revision: 2
+Version: 2.2.0
+Revision: 1
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
-Source-MD5: 4c062fcb1f90f91a35687b877d37d6dd
+Source-MD5: 23d894e065585d35dbc74c246c15cc9d
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
@@ -72,7 +72,7 @@
   (%type_raw[bluefish] = -gnome2) orbit2-dev (= 2.14.10-1), 
   (%type_raw[bluefish] = -gnome2) gconf2-dev (= 2.20.0-1), 
   (%type_raw[bluefish] = -gnome2) libbonobo2-dev (= 2.20.0-1), 
-  (%type_raw[bluefish] = -gnome2) dbus-dev (= 1.0.2-1), 
+  (%type_raw[bluefish] = -gnome2) dbus1.3-dev (= 1.2.8-1), 
   (%type_raw[bluefish] = -gnome2) audiofile, 
   (%type_raw[bluefish] = -gnome2) esound (= 0.2.36-1), 
   (%type_raw[bluefish] = -gnome2) libart2 (= 2.3.17-1), 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods geopy-py.info, NONE, 1.1

2011-10-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv30178

Added Files:
geopy-py.info 
Log Message:
adding geopy to 10.7

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

Package: geopy-py%type_pkg[python]
Version: 0.94.1
Revision: 1
Maintainer: Kevin Horton khorto...@rogers.com
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: http://geopy.googlecode.com/files/geopy-%v.tar.gz
Source-MD5: 8088f2ae72bfc068594278eaea3740cc
#SourceDirectory: geopy-trunk
CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d
#DocFiles: LICENSE
Description: Geocoding toolbox for python
DescDetail: 
  geopy makes it easy for developers to locate the coordinates of 
  addresses, cities, countries, and landmarks across the globe 
  using third-party geocoders and other sources of data, such as wikis.
  
  Parses various coordinate formats and calculates distance between
  point.

License: OSI-Approved
Homepage: http://www.geopy.org/




--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/x11 convertall.info,NONE,1.1

2011-09-15 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv1280

Added Files:
convertall.info 
Log Message:
new upstream version.  Adding convertall to 10.7

--- NEW FILE: convertall.info ---
Info2: 
Package: convertall
Version: 0.5.1
Revision: 1
Type: python (2.7)
Maintainer: Kevin Horton khorto...@rogers.com
Depends: 
  python%type_pkg[python], 
  python%type_pkg[python]-shlibs, 
  pyqt4-py%type_pkg[python] (= 4.7.4-1) 

Source: http://download.berlios.de/convertall/convertall-%v.tar.gz
Source-MD5: 4f19e4f027c6cec590f842569b1ae7a0
SourceDirectory: ConvertAll
CompileScript: 
echo Nothing to do in compile phase

InstallScript: 
  #! /bin/sh -ev
  export 
PYTHONPATH=%p/lib/qt4-x11/lib/python%type_raw[python]/site-packages:$PYTHONPATH
  %p/bin/python%type_raw[python] install.py -p %p -b %d
  rm -fr %i/share/doc/convertall
  perl -pi -e 's|exec|exec env 
PYTHONPATH=%p/lib/qt4-x11/lib/python%type_raw[python]/site-packages:$PYTHONPATH|g'
 %i/bin/convertall

License: GPL
DocFiles: doc/*
Description: Extremely flexible unit converter
DescDetail: 
  ConvertAll has a large database of units, and allows conversions
  that use multiple units, e.g. convert from feet per decade to 
  nautical miles per fortnight.

Homepage: http://convertall.bellz.org/



--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/net sylpheed.info,NONE,1.1

2011-09-08 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv19472

Added Files:
sylpheed.info 
Log Message:
Adding sylpheed to 10.7.  Disabled jpilot and compface due missing dependencies.

--- NEW FILE: sylpheed.info ---
Package: sylpheed
Version: 3.1.2
Revision: 1

Depends: 
  openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs,
  enchant1-shlibs,
  gtkspell2-shlibs (= 2.0.11-1004), 
  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11


BuildDepends: 
  glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
  gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
  system-openssl-dev,
  openldap24-dev, db48-aes | db48, cyrus-sasl2-dev,
  enchant1-dev,
  gtkspell2-dev (= 2.0.11-1004), 
  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev


Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta

Source: http://sylpheed.sraoss.jp/sylpheed/v3.1/sylpheed-%v.tar.bz2
Source-MD5: 17100ab8ef5ef7e431bdbcff68bbf7b4

SetCPPFLAGS: -I%p/lib/system-openssl/include 
SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
ConfigureParams: --enable-ipv6 --disable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --disable-compface --disable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config

InstallScript: 
make -j1 install DESTDIR=%d
install -d -m 755 %i/share/gnome/apps/Applications
install -c -m 644 sylpheed.desktop %i/share/gnome/apps/Applications/
install -d -m 755 %i/share/pixmaps
install -c -m 644 *.png %i/share/pixmaps/


DocFiles: AUTHORS COPYING* ChangeLog* NEWS* README* TODO*

Description: GTK+ based lightweight and fast e-mail client
DescDetail: 
  Sylpheed is an e-mail client (and news reader) based on GTK+, running on
  X Window System, and aiming for
   * Quick response
   * Graceful, and sophisticated interface
   * Easy configuration, intuitive operation
   * Abundant features
  The appearance and interface are similar to some popular e-mail clients for
  Windows, such as Outlook Express, Becky!, and Datula. The interface is also
  designed to emulate the mailers on Emacsen, and almost all commands are
  accessible with the keyboard.
  
  The messages are managed by MH format, and you'll be able to use it together
  with another mailer based on MH format (like Mew). You can also utilize
  fetchmail or/and procmail, and external programs on receiving (like inc or
  imget).
  
  Note: Now includes ssl capabilty.

DescPackaging: 
  Early gtk1 versions packaged by Masanori Sekino.
  
  dmacks overhauled for v2/gnome2
  dmacks--omit the second pass .o.c recompile for the convenience lib
  
  Kevin Horton took over sylpheed for v2.3.0 and created sylpheed-gpgme
  package to replace sylpheed-ssl.  The ssl functionality was added to
  the basic sylpheed package.  sylpheed-ssl is a dummy package to ease
  upgrading to sylpheed-gpgme from sylpheed-ssl.


Maintainer: Kevin Horton khorto...@rogers.com
License: GPL
Homepage: http://sylpheed.sraoss.jp/en

 


--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci xfoil.info, NONE, 1.1 xfoil.patch, NONE, 1.1

2011-08-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv30142

Added Files:
xfoil.info xfoil.patch 
Log Message:
Adding xfoil to 10.7


--- NEW FILE: xfoil.info ---
Package: xfoil
Version: 697
Revision: 1001
License: GPL
Architecture: x86_64
Maintainer: Kevin Horton khorto...@rogers.com
Depends: gcc46-shlibs, x11-shlibs, x11
BuildDepends: gcc46, x11-dev, fink (= 0.24.12)
Source: http://web.mit.edu/drela/Public/web/xfoil/xfoil6.97.tar.gz
Source-MD5: b9ce001ed838be880262c75038d489c5
SourceDirectory: Xfoil
PatchFile: %n.patch
PatchFile-MD5: e808e4bc47e4c100be4df9f49bee32f0
PatchScript: sed 's|@BUILDPREFIX@|%b|g' %{PatchFile} | patch -p1
CompileScript: 
  #!/bin/sh -ev
  cd orrs/bin
  mv Makefile Makefile.orig
  mv Makefile_DP Makefile
  make osgen
  make osmap.o FLG=-O -ffixed-line-length-none -fdefault-real-8  
-fdefault-integer-8
  cd ..
  echo 'bin/osgen osmaps_ns.lst'
  bin/osgen osmaps_ns.lst
  cd ../plotlib
  mv config.make config.make.orig
  mv config.make.DP config.make
  make
  cd ../bin
  make all

InstallScript:  
  #!/bin/sh -ev
  mkdir %i/bin
  cd bin
  install pplot pxplot xfoil %i/bin/
  cd ../runs
  mkdir -p %i/share/doc/xfoil/runs
  install * %i/share/doc/xfoil/runs/
  mkdir -p %i/share/xfoil
  install ../orrs/osmap.dat %i/share/xfoil/


DocFiles: xfoil_doc.txt version_notes.txt sessions.txt README
Description: Design and analyze subsonic isolated airfoils
DescDetail: 
  XFOIL is an interactive program for the design and analysis of subsonic 
  isolated  airfoils. 
  It consists of a collection of menu-driven routines which perform various 
  useful functions such as:
  
-Viscous (or inviscid) analysis of an existing airfoil, allowing
  -forced or free transition
  -transitional separation bubbles
  -limited trailing edge separation
  -lift and drag predictions just beyond CLmax
  -Karman-Tsien compressibility correction
  -fixed or varying Reynolds and/or Mach numbers
  
-Airfoil design and redesign by interactive modification of surface speed 
 distributions, in two methods:
  -Full-Inverse method, based on a complex-mapping formulation
  -Mixed-Inverse method, an extension of XFOIL's basic panel method
  
-Airfoil redesign by interactive modification of geometric parameters such 
 as
  -max thickness and camber, highpoint position
  -LE radius, TE thickness
  -camber line via geometry specification
  -camber line via loading change specification
  -flap deflection
  -explicit contour geometry (via screen cursor)
  
-Blending of airfoils
-Writing and reading of airfoil coordinates and polar save files
-Plotting of geometry, pressure distributions, and multiple polars

  Set environment variable OSMAP to %p/share/xfoil/osmap.dat if it is 
  desired to use the option to see individual-frequency plotting on the
  A/Ao plot.c
  
  This package compiles xfoil with double precision arithmetic.

DescPort: 
  Need to allow arbitrary line length in osmap.f (uses %b in a string).
  
  g95 compiler with double precision does not work - compiles, but xfoil
  will not find solution when doing ASEQ runs
  
  Switched to double precision using gfortran from gcc42 as of 
  xfoil-696-1000 for more stability.  There are multiple compile warnings
  about obsolete arithmetic IF statements, but the compiled code appears to 
  produce correct results.

Homepage: http://web.mit.edu/drela/Public/web/xfoil/

 

--- NEW FILE: xfoil.patch ---
diff -Naur Xfoil_orig/bin/Makefile Xfoil/bin/Makefile
--- Xfoil_orig/bin/Makefile 2008-04-07 17:05:29.0 -0400
+++ Xfoil/bin/Makefile  2008-04-09 18:50:59.0 -0400
@@ -44,7 +44,7 @@
 ###
 ###  Default compilers and flags
 ###  FFLOPT used for xsolve.f
-FC = f77
+FC = gfortran
 FFLAGS  = -O 
 FFLOPT  = -O
 INSTALLCMD = install -s
@@ -99,7 +99,7 @@
 #FFLAGS = -g -O0 -C
 ##--
 ### Intel Fortran Compiler
-FC = ifort
+#FC = ifort
 FFLAGS = -O
 FFLOPT = -O
 #FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o
@@ -112,8 +112,8 @@
 FFLOPT = -O -r8 -CB
 PLTOBJ = ../plotlib/libPltDP.a 
 
-FFLAGS = -O -r8 -ftrapuv -fpe0
-FFLOPT = -O -r8 -ftrapuv -fpe0
+FFLAGS = -O -fdefault-real-8 -fdefault-integer-8
+FFLOPT = -O -fdefault-real-8 -fdefault-integer-8
 
 
 all:$(PROGS)
diff -Naur Xfoil_orig/orrs/bin/Makefile_DP Xfoil/orrs/bin/Makefile_DP
--- Xfoil_orig/orrs/bin/Makefile_DP 2007-04-05 17:29:35.0 -0400
+++ Xfoil/orrs/bin/Makefile_DP  2008-04-09 18:53:03.0 -0400
@@ -1,20 +1,20 @@
 
 SRC = ../src
-PLTOBJ = /var/local/codes/Xplot/libPltDP.a
+PLTOBJ = ../../plotlib/libPltDP.a
 
 #
 #  Default compiler flags
-FC = f77
-FLG = -O -r8
+FC = gfortran
+FLG = -O -fdefault-real-8 -fdefault-integer-8
 PLTLIB = -lX11
 FTNLIB

[cvs] dists/10.7/stable/main/finkinfo/editors bluefish.info,NONE,1.1

2011-08-17 Thread Kevin Horton
  ./configure %c --without-gnome2_4-appreg
  fi
 make

InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d

PostInstScript: 
 [ -x %p/bin/update-mime-database ]  update-mime-database %p/share/mime  
/dev/null 21 || :
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :

PostRmScript: 
 [ -x %p/bin/update-mime-database ]  update-mime-database %p/share/mime  
/dev/null 21 || :
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
Description: Web-oriented text editor
DescDetail: 
 Bluefish is a syntax-coloring text editor for the experienced web
 designer, it was designed for editing HTML, PHP and the like.
 It has (among others) the following major features:
 * Projects for quick access of frequently used sets of files
 * Customizable syntax highlighting based on Perl Compatible 
   regular expressions for java, C, php, xml, python, perl, etc.
 * Multiple encodings support: utf-8, iso-xxx, Chinese, etc. 
 * Wizards for startup, tables, frames, and others
 * Dialogs for many HTML tags, with all their attributes
 * User-customizable toolbar for quick access to often used functions
 * A custom menu to specify your own tags or sets of code, and define 
   your own dialogs
 * Custom search and replace pattern support for the Custom menu
 * Function reference browser, including reference files for PHP, 
   HTML, CSS2, and Python
 * User customizable integration of many programs, including weblint, 
   tidy, make, xmllint. 
 Installation
 To install bluefish on a system with gnome2 installed, use:
 * fink install bluefish-gnome2
 To install bluefish on a system without gnome2 installed, use:
 * fink install bluefish
 It is also recommended to install applesystemfonts.
 Usage
 * Launch it with: bluefish
 * To get the custom menus in French language,
   launch it with:
   export LANGUAGE=fr_FR; export LANG=fr_FR; export LC_ALL=fr_FR; bluefish
 * Do not forget to install the desired aspell dictionaries
 Documentation
 * The English documentation is available as a separate package:
   bluefish-doc

DescPackaging: 
 Update share-mime-database in PostInstScript and PostRmScript.
 Update desktop-database in PostInstScript and PostRmScript.

DescPort: 
 Previous versions by Christoph Pfisterer, Matt Stephenson and Michele Garoche

License: GPL
Homepage: http://bluefish.openoffice.nl
Maintainer: Kevin Horton khorto...@rogers.com



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
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 bluefish.info, 1.17, 1.18

2011-08-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv13898

Modified Files:
bluefish.info 
Log Message:
Correct enchant depends


Index: bluefish.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- bluefish.info   4 Mar 2011 20:18:49 -   1.17
+++ bluefish.info   17 Aug 2011 13:30:41 -  1.18
@@ -2,13 +2,13 @@
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
 Version: 2.0.3
-Revision: 1
+Revision: 2
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
 Source-MD5: 4c062fcb1f90f91a35687b877d37d6dd
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
-  enchant1-shlibs (= 1.4.2-1), 
+  enchant (= 1.4.2-1), 
   default-icon-theme, 
   libgettext3-shlibs (= 0.14.5-1), 
   glib2-shlibs (= 2.16.0-1), 


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci xephem.info, NONE, 1.1 xephem.patch, NONE, 1.1

2011-08-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3895

Added Files:
xephem.info xephem.patch 
Log Message:
Added xephem to 10.7


--- NEW FILE: xephem.info ---
Package: xephem
Version: 3.7.5
Revision: 1
BuildDepends: fink (= 0.24.12), libjpeg, libpng3, openmotif3, x11-dev
Depends: libjpeg-shlibs, libpng3-shlibs, openmotif3-shlibs, x11-shlibs
Source: http://97.74.56.125/free/%n-%v.tar.gz
Source-MD5: 8ce194c7bde08cd2bc11836316e260bd

Source2: http://www.clearskyinstitute.com/xephem/wmm.cof
Source2-MD5: 13a643a1cc4726081b5c727689963f3b

PatchFile: %n.patch
#PatchFile-MD5: 877e6afbf665dfa46cf9a5e22c4d697f
PatchFile-MD5: e425e140417a3e5cf15696d55c23e4be
PatchScript: sed 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
CompileScript: make -C GUI/xephem

InstallScript: 
#! /bin/sh -ev
mkdir %i/bin
install -c -m 755 xephem %i/bin/xephem
cd GUI/xephem
mkdir -p %i/lib/xephem
install -c -m 755 xephem %i/lib/xephem/xephem
pwd
mv ../../../wmm.cof auxil/
cp -R auxil %i/lib/xephem
cp -R catalogs %i/lib/xephem
cp -R fifos %i/lib/xephem
cp -R fits %i/lib/xephem
cp -R gallery %i/lib/xephem
cp -R help %i/lib/xephem
cp -R lo %i/lib/xephem
cp -R tools %i/lib/xephem
mkdir -p %i/share/man/man1
install -c -m 755 xephem.1 %i/share/man/man1


DocFiles: Copyright
Description: Astronomical Software Ephemeris
DescDetail: 
The brainchild of programmer Elwood Downey, XEphem is a star-charting,
sky-simulating, ephemeris-generating celestial virtuoso that can do just about
everything ...


PostInstScript: 
cat %p/share/doc/xephem/Copyright
echo 
echo Included In fink with permission
echo A Full version of xephem is available for Mac OS X
echo Go to http://www.clearskyinstitute.com for more information


License: Restrictive/Distributable
Maintainer: Kevin Horton khorto...@rogers.com
Homepage: http://www.clearskyinstitute.com/xephem/

--- NEW FILE: xephem.patch ---
diff -Nurd -x'*~' xephem-3.7.2.orig/GUI/xephem/Makefile 
xephem-3.7.2/GUI/xephem/Makefile
--- xephem-3.7.2.orig/GUI/xephem/Makefile   2006-05-13 19:06:06.0 
-0400
+++ xephem-3.7.2/GUI/xephem/Makefile2007-06-15 00:34:30.0 -0400
@@ -33,8 +33,8 @@
 CC = gcc
 CLDFLAGS = -g
 CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
-LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
-XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11
+AM_LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
+XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
 LIBS = $(XLIBS) $(LIBLIB) -lm
 
 # for ppc Apple OS X to make universal (i386 and ppc binary), requires
@@ -179,7 +179,7 @@
 all: libs xephem xephem.1
 
 xephem: $(INCS) $(OBJS)
-   $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
+   $(CC) $(AM_LDFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
 xephem.1: xephem.man
nroff -man $?  $@
@@ -187,8 +187,7 @@
 libs:
cd ../../libjpegd; make
cd ../../liblilxml; make
cd ../../libpng; make
-   cd ../../libz; make
 
 clean:
touch x.o
diff -Nurd -x'*~' xephem-3.7.2.orig/GUI/xephem/patchlevel.c 
xephem-3.7.2/GUI/xephem/patchlevel.c
--- xephem-3.7.2.orig/GUI/xephem/patchlevel.c   2006-11-12 21:22:26.0 
-0500
+++ xephem-3.7.2/GUI/xephem/patchlevel.c2007-06-15 00:14:19.0 
-0400
@@ -1,3 +1,4 @@
+#include sys/types.h
 #include stdio.h
 
 #include Xm/Xm.h
diff -Nurd -x'*~' xephem-3.7.2.orig/GUI/xephem/time.c 
xephem-3.7.2/GUI/xephem/time.c
--- xephem-3.7.2.orig/GUI/xephem/time.c 2005-07-08 22:12:10.0 -0400
+++ xephem-3.7.2/GUI/xephem/time.c  2007-06-15 00:14:19.0 -0400
@@ -1,6 +1,6 @@
 /* get the time from the os.
  */
-
+#include sys/types.h
 #include stdio.h
 #include time.h
 #include math.h
diff -Nurd -x'*~' xephem-3.7.2.orig/xephem xephem-3.7.2/xephem
--- xephem-3.7.2.orig/xephem1969-12-31 19:00:00.0 -0500
+++ xephem-3.7.2/xephem 2007-06-15 00:14:19.0 -0400
@@ -0,0 +1,2 @@
+#!/bin/sh
+@FINKPREFIX@/lib/xephem/xephem -env TELHOME=@FINKPREFIX@/lib


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
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 cadabra.info,1.22,1.23

2011-04-24 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv9262

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

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cadabra.info7 Feb 2010 22:19:28 -   1.22
+++ cadabra.info24 Apr 2011 22:11:32 -  1.23
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 1.20
+Version: 1.26
 Revision: 1
 Description: Computer algebra system for field theory
 License: GPL
@@ -28,7 +28,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 20b8cda9404a03d307191a7e32195253
+Source-MD5: 879c85c883ae822f05866cc2cfb0b344
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in; perl -pi -e 
's|-Wl,-dead_strip_dylibs| |' src/Makefile.in; perl -pi -e 's|maxima.res||' 
tests/Makefile.in; perl -pi -e 's|powers.res||' tests/Makefile.in


--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
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/net sylpheed-gpgme.info, 1.18, 1.19 sylpheed.info, 1.24, 1.25

2011-01-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9268

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
Switch from oniguruma to system regex, as it works.  Add sylpheed-beta

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sylpheed-gpgme.info 29 Jun 2010 12:51:41 -  1.18
+++ sylpheed-gpgme.info 18 Jan 2011 01:47:26 -  1.19
@@ -1,13 +1,12 @@
 Package: sylpheed-gpgme
 Version: 3.0.3
-Revision: 1
+Revision: 2
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
   openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
   gtkspell2-shlibs (= 2.0.11-1004), enchant1-shlibs, 
   compface-shlibs (= 1.4-2),
-  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
-  oniguruma-shlibs
+  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11
 
 
 BuildDepends: 
@@ -30,7 +29,7 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
-ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared 
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: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --disable-oniguruma 
--disable-shared 
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
 
 InstallScript: 
 make -j1 install DESTDIR=%d

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- sylpheed.info   29 Jun 2010 12:51:41 -  1.24
+++ sylpheed.info   18 Jan 2011 01:47:26 -  1.25
@@ -1,6 +1,6 @@
 Package: sylpheed
 Version: 3.0.3
-Revision: 1
+Revision: 2
 
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
@@ -8,8 +8,7 @@
   enchant1-shlibs,
   gtkspell2-shlibs (= 2.0.11-1004), 
   compface-shlibs (= 1.4-2),
-  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
-  oniguruma-shlibs
+  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11
 
 
 BuildDepends: 
@@ -22,19 +21,18 @@
   gtkspell2-dev (= 2.0.11-1004), 
   compface-dev (= 1.4-2),
   glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
-  oniguruma,
   fink (= 0.24.12)
 
 
-Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
-Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
+Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
+Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%v.tar.bz2
 Source-MD5: c69e5787868c7a8b5fe74cc24ffca189
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
-ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl 
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: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --disable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
 InstallScript: 
 make -j1 install DESTDIR=%d


--
Protect Your Site and Customers from Malware Attacks
Learn about 

[cvs] dists/10.4/unstable/main/finkinfo/text aspell-en.info,1.3,1.4

2011-01-16 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3230

Modified Files:
aspell-en.info 
Log Message:
new upstream version

Index: aspell-en.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell-en.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aspell-en.info  11 Oct 2006 23:46:44 -  1.3
+++ aspell-en.info  16 Jan 2011 23:36:31 -  1.4
@@ -1,8 +1,8 @@
 Package: aspell-en
-Version: 6.0-0
+Version: 7.0-0
 Revision: 1002
 Source: mirror:gnu:aspell/dict/en/aspell6-en-%v.tar.bz2
-Source-MD5: 16449e0a266e1ecc526b2f3cd39d4bc2
+Source-MD5: e9cd14c33d1c7d33887b6759795fadba
 Depends: aspell (= 0.60.4-1000), aspell-shlibs (= 0.60.4-1000)
 CompileScript: ./configure
 InstallScript: make install DESTDIR=%d


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
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/text aspell-es.info,1.4,1.5

2011-01-16 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5393

Modified Files:
aspell-es.info 
Log Message:
new upstream version

Index: aspell-es.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell-es.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aspell-es.info  26 Feb 2010 15:33:15 -  1.4
+++ aspell-es.info  16 Jan 2011 23:42:26 -  1.5
@@ -1,10 +1,10 @@
 Package: aspell-es
-Version: 6.0-1.9a
+Version: 6.0-1.11-2
 Revision: 1
-Source: ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.9a-1.tar.bz2
-Source-MD5: 473c980181e1930d075c6111a7a68e49
+Source: ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.11-2.tar.bz2
+Source-MD5: 8406336a89c64e47e96f4153d0af70c4
 Depends: aspell (= 0.60.4-1000), aspell-shlibs (= 0.60.4-1000)
-SourceDirectory: aspell6-es-1.9a-1
+SourceDirectory: aspell6-es-1.11-2
 PatchScript: 
  mv Makefile.pre Makefile.pre.bak
  sed s/español.alias//  Makefile.pre.bak  Makefile.pre


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
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/text aspell-en.info,1.4,1.5

2011-01-16 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7116

Modified Files:
aspell-en.info 
Log Message:
new upstream version

Index: aspell-en.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell-en.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aspell-en.info  16 Jan 2011 23:36:31 -  1.4
+++ aspell-en.info  16 Jan 2011 23:49:06 -  1.5
@@ -1,8 +1,8 @@
 Package: aspell-en
-Version: 7.0-0
-Revision: 1002
+Version: 7.1-0
+Revision: 1000
 Source: mirror:gnu:aspell/dict/en/aspell6-en-%v.tar.bz2
-Source-MD5: e9cd14c33d1c7d33887b6759795fadba
+Source-MD5: beba5e8f3afd3ed1644653bb685b2dfb
 Depends: aspell (= 0.60.4-1000), aspell-shlibs (= 0.60.4-1000)
 CompileScript: ./configure
 InstallScript: make install DESTDIR=%d


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
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 bluefish.info, 1.15, 1.16

2010-10-12 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30967

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


Index: bluefish.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- bluefish.info   20 Jun 2010 14:30:20 -  1.15
+++ bluefish.info   12 Oct 2010 11:01:43 -  1.16
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 2.0.1
+Version: 2.0.2
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
-Source-MD5: 9b672411369bd580421f832214bf65b3
+Source-MD5: 0229a3fb1d68c926391761efbe12eb1b
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/net sylpheed-gpgme.info, 1.17, 1.18 sylpheed.info, 1.23, 1.24

2010-06-29 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4333

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
New upstream version.


Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- sylpheed-gpgme.info 12 Apr 2010 01:12:19 -  1.17
+++ sylpheed-gpgme.info 29 Jun 2010 12:51:41 -  1.18
@@ -1,5 +1,5 @@
 Package: sylpheed-gpgme
-Version: 3.0.2
+Version: 3.0.3
 Revision: 1
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
@@ -26,7 +26,7 @@
 Replaces: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme 
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
-Source-MD5: 2ee330c737b02418d8692bd193f8b176
+Source-MD5: c69e5787868c7a8b5fe74cc24ffca189
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sylpheed.info   12 Apr 2010 01:12:19 -  1.23
+++ sylpheed.info   29 Jun 2010 12:51:41 -  1.24
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 3.0.2
+Version: 3.0.3
 Revision: 1
 
 Depends: 
@@ -30,7 +30,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%v.tar.bz2
-Source-MD5: 2ee330c737b02418d8692bd193f8b176
+Source-MD5: c69e5787868c7a8b5fe74cc24ffca189
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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/libs/pythonmods simplejson-py.info, NONE, 1.1

2010-06-21 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16881

Added Files:
simplejson-py.info 
Log Message:
move simplejson-py to stable

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

Package: simplejson-py%type_pkg[python]
Version: 2.0.9
Revision: 1
Maintainer: Kevin Horton khorto...@rogers.com
Type: python ( 2.5 2.6 )
BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
Source-MD5: af5e67a39ca3408563411d357e6d5e47
SourceRename: simplejson-%v.tar.gz
CompileScript: python%type_raw[python] setup.py build
InstallScript: 
  python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/%n/
  cp -pR docs/* %i/share/doc/%n/

DocFiles: LICENSE.txt
Description: Simple JSON encoder/decoder for python
DescDetail: 
  simplejson is a simple, fast, complete, correct and extensible
  JSON http://json.org encoder and decoder for Python 2.3+. 
  It is pure Python code with no dependencies.

License: OSI-Approved
Homepage: http://undefined.org/python/#simplejson




--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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 bluefish.info, 1.14, 1.15

2010-06-20 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24382

Modified Files:
bluefish.info 
Log Message:
New upstream version.  Added gucharmap dependency to enable Unicode character 
map plugin.


Index: bluefish.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- bluefish.info   18 Feb 2010 11:21:17 -  1.14
+++ bluefish.info   20 Jun 2010 14:30:20 -  1.15
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 2.0.0
+Version: 2.0.1
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
-Source-MD5: ac9b1e8ef6d5691718a0daa6c78d5618
+Source-MD5: 9b672411369bd580421f832214bf65b3
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
@@ -25,6 +25,7 @@
   gtk+2 (= 2.12.8-1), gtk+2-shlibs (= 2.12.8-1), 
   libiconv (= 1.10-6), 
   x11, 
+  gucharmap,
   (%type_raw[bluefish] = -gnome2) gnome-base, 
   (%type_raw[bluefish] = -gnome2) gnome-mime-data (= 2.4.2-3), 
   (%type_raw[bluefish] = -gnome2) libidl2-shlibs (= 0.8.5-1001), 
@@ -66,6 +67,7 @@
   glitz,
   gtk+2-dev (= 2.12.8-1), 
   x11-dev, 
+  gucharmap7-dev, 
   libxml2 (= 2.6.22-1002), 
   (%type_raw[bluefish] = -gnome2) orbit2-dev (= 2.14.10-1), 
   (%type_raw[bluefish] = -gnome2) gconf2-dev (= 2.20.0-1), 
@@ -82,7 +84,7 @@
   (%type_raw[bluefish] = -gnome2) libbonoboui2-dev (= 2.20.0-1)
 
 Replaces: bluefish-unstable, bluefish-unstable-gnome2, bluefish,  
bluefish-gnome2, bluefish-gnome2-novfs, bluefish-gnomevfs2
-Conflicts: bluefish-unstable, bluefish-unstable-gnome2, bluefish,  
bluefish-gnome2, bluefish-gnome2-novfs, bluefish-gnomevfs2
+Conflicts: bluefish,  bluefish-gnome2, bluefish-gnome2-novfs, 
bluefish-gnomevfs2
 SetCFLAGS: -Os
 SetLDFLAGS: -bind_at_load
 ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-splash-screen --with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases 
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 
@@ -134,8 +136,6 @@
  * fink install bluefish-gnome2
  To install bluefish on a system without gnome2 installed, use:
  * fink install bluefish
- if you don't care being able to open remote files
- * fink install bluefish-gnome2-novfs
  It is also recommended to install applesystemfonts.
  Usage
  * Launch it with: bluefish


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods device-serialport-pm.info, 1.7, 1.8

2010-05-21 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23030

Modified Files:
device-serialport-pm.info 
Log Message:
New upstream version + perl 5.10.0 version


Index: device-serialport-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/device-serialport-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- device-serialport-pm.info   23 Aug 2009 04:23:28 -  1.7
+++ device-serialport-pm.info   21 May 2010 16:47:04 -  1.8
@@ -1,10 +1,10 @@
 Info2: 
 Package: device-serialport-pm%type_pkg[perl]
-Version: 1.003000
+Version: 1.04
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl]  584) 10.3, (%type_pkg[perl]  584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 Description: Perl5 interface to serial ports
 License: Artistic
 Maintainer: Kevin Horton khorto...@rogers.com
@@ -14,8 +14,8 @@
 #BuildDepends: 
 
 # Unpack Phase.
-Source: mirror:cpan:authors/id/C/CO/COOK/Device-SerialPort-1.003.tar.gz
-Source-MD5: c12e62ce428b17650d1d02cbfddf17c4
+Source: mirror:cpan:authors/id/C/CO/COOK/Device-SerialPort-%v.tar.gz
+Source-MD5: 82c698151f934eb28c65d1838cee7d9e
 
 # Compile Phase.
 # The module can test the communication with the serial port, if it is
@@ -50,7 +50,7 @@
   pass if they are not competing with other applications for CPU time.  Stop
   other applications if the tests fail and try to install again.
 
-Homepage: http://search.cpan.org/~cook/Device-SerialPort-1.003/
+Homepage: http://search.cpan.org/~cook/Device-SerialPort-1.04/
 
 # End of Info2
 


--

___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods test-numeric-pm.info, 1.8, 1.9

2010-05-21 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23149

Modified Files:
test-numeric-pm.info 
Log Message:
Added perl 5.10.0 version


Index: test-numeric-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-numeric-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- test-numeric-pm.info23 Aug 2009 04:23:29 -  1.8
+++ test-numeric-pm.info21 May 2010 16:47:46 -  1.9
@@ -2,9 +2,9 @@
 Package: test-numeric-pm%type_pkg[perl]
 Version: 0.3
 Revision: 1
-Architecture: (%type_pkg[perl] = 581) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
-Type: perl (5.8.1 5.8.6 5.8.8)
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 Description: Testing utilities for numbers
 License: Artistic
 Maintainer: Kevin Horton khorto...@rogers.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/net sylpheed-gpgme.info, 1.16, 1.17 sylpheed.info, 1.22, 1.23

2010-04-11 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2496

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
new upstream version.

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sylpheed-gpgme.info 18 Mar 2010 14:45:37 -  1.16
+++ sylpheed-gpgme.info 12 Apr 2010 01:12:19 -  1.17
@@ -1,5 +1,5 @@
 Package: sylpheed-gpgme
-Version: 3.0.1
+Version: 3.0.2
 Revision: 1
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
@@ -26,7 +26,7 @@
 Replaces: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme 
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
-Source-MD5: 0d349e04ffc50ca43e24e9fb5794692e
+Source-MD5: 2ee330c737b02418d8692bd193f8b176
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- sylpheed.info   18 Mar 2010 14:45:37 -  1.22
+++ sylpheed.info   12 Apr 2010 01:12:19 -  1.23
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 3.0.1
+Version: 3.0.2
 Revision: 1
 
 Depends: 
@@ -30,7 +30,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%v.tar.bz2
-Source-MD5: 0d349e04ffc50ca43e24e9fb5794692e
+Source-MD5: 2ee330c737b02418d8692bd193f8b176
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/net sylpheed-gpgme.info, 1.15, 1.16 sylpheed.info, 1.21, 1.22

2010-03-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21367

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
New upstream version.  Switch to db48 and openldap24.

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sylpheed-gpgme.info 24 Feb 2010 16:06:16 -  1.15
+++ sylpheed-gpgme.info 18 Mar 2010 14:45:37 -  1.16
@@ -1,9 +1,9 @@
 Package: sylpheed-gpgme
-Version: 3.0.0
+Version: 3.0.1
 Revision: 1
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
-  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
+  openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
   gtkspell2-shlibs (= 2.0.11-1004), enchant1-shlibs, 
   compface-shlibs (= 1.4-2),
   glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
@@ -15,7 +15,7 @@
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   pilot-link09,
   system-openssl-dev,
-  openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
+  openldap24-dev, db48-aes | db48, cyrus-sasl2-dev, gpgme11, libgpg-error,
   gtkspell2-dev (= 2.0.11-1004), enchant1-dev,
   compface-dev (= 1.4-2),
   glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
@@ -26,7 +26,7 @@
 Replaces: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme 
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
-Source-MD5: bb2cf4adfa9577746f54a516e9471bfd
+Source-MD5: 0d349e04ffc50ca43e24e9fb5794692e
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sylpheed.info   24 Feb 2010 16:06:16 -  1.21
+++ sylpheed.info   18 Mar 2010 14:45:37 -  1.22
@@ -1,10 +1,10 @@
 Package: sylpheed
-Version: 3.0.0
+Version: 3.0.1
 Revision: 1
 
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
-  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
+  openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs,
   enchant1-shlibs,
   gtkspell2-shlibs (= 2.0.11-1004), 
   compface-shlibs (= 1.4-2),
@@ -17,7 +17,7 @@
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   pilot-link09,
   system-openssl-dev,
-  openldap23-dev, db44-aes | db44, cyrus-sasl2-dev,
+  openldap24-dev, db48-aes | db48, cyrus-sasl2-dev,
   enchant1-dev,
   gtkspell2-dev (= 2.0.11-1004), 
   compface-dev (= 1.4-2),
@@ -30,7 +30,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%v.tar.bz2
-Source-MD5: bb2cf4adfa9577746f54a516e9471bfd
+Source-MD5: 0d349e04ffc50ca43e24e9fb5794692e
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/net sylpheed-beta-gpgme.info, 1.10, NONE sylpheed-beta.info, 1.11, NONE

2010-03-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21983

Removed Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
Log Message:
removing out of date info files for beta versions of sylpheed.

--- sylpheed-beta-gpgme.info DELETED ---

--- sylpheed-beta.info DELETED ---


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/text aspell.info, 1.11, 1.12 aspell.patch, 1.2, 1.3

2010-03-02 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2098/main/finkinfo/text

Modified Files:
aspell.info aspell.patch 
Log Message:
Fixed bug when spellchecking latex files.  Applied patch from aspell author.
Patch found in MacPorts aspell package.  Thanks MacPorts.


Index: aspell.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- aspell.patch20 Apr 2008 19:04:13 -  1.2
+++ aspell.patch3 Mar 2010 02:33:49 -   1.3
@@ -45,3 +45,17 @@
  
  # These two variables depend on the location of this directory.
  subdir = po
+diff -Nurd -x'*~' aspell-0.60.6.orig/gen/mk-static-filter.pl 
aspell-0.60.6/gen/mk-static-filter.pl
+--- aspell-0.60.6.orig/gen/mk-static-filter.pl.orig2007-12-03 
07:43:09.0 +0100
 aspell-0.60.6.orig/gen/mk-static-filter.pl 2008-04-18 22:34:26.0 
+0200
+@@ -159,7 +159,7 @@
+   printf STATICFILTERS \n  const KeyInfo * 
.${$filter}{NAME}._options_begin = .
+   
${$filter}{NAME}._options;\n;
+   # If structure is empty, set options_end to same as options_begin.
+-  if (%{$filter}) {
++  if ($firstopt) {
+ printf STATICFILTERS \n  const KeyInfo * 
.${$filter}{NAME}._options_end = .
+ 
${$filter}{NAME}._options;\n;
+   } else {
+
+

Index: aspell.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- aspell.info 26 Feb 2010 15:33:15 -  1.11
+++ aspell.info 3 Mar 2010 02:33:49 -   1.12
@@ -1,6 +1,6 @@
 Package: aspell
 Version: 0.60.6
-Revision: 1000
+Revision: 1001
 Source: mirror:gnu:%n/%n-%v.tar.gz
 Source-MD5: bc80f0198773d5c05086522be67334eb
 GCC: 4.0
@@ -10,7 +10,7 @@
 Replaces: pspell
 Suggests: aspell-en
 PatchFile: %n.patch
-PatchFile-MD5: 8da214edb4735095964ebf567d7c28b6
+PatchFile-MD5: 39ae6af13770888f3bb1f9e84503995a
 ConfigureParams: --enable-doc-dir='${prefix}/share/doc/%n' --enable-curses 
--enable-dict-dir='${prefix}/share/aspell' --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --enable-compile-in-filters 
--disable-dependency-tracking
 InstallScript: 
   make install DESTDIR=%d


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/text aspell-es.info, 1.3, 1.4 aspell.info, 1.10, 1.11

2010-02-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12125

Modified Files:
aspell-es.info aspell.info 
Log Message:
New upstream version


Index: aspell-es.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell-es.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aspell-es.info  11 Oct 2006 23:46:44 -  1.3
+++ aspell-es.info  26 Feb 2010 15:33:15 -  1.4
@@ -1,10 +1,10 @@
 Package: aspell-es
-Version: 0.50-2
-Revision: 1013
-Source: mirror:sourceforge:fink/%n-%v.repack.tar.gz
-Source-MD5: 2ee06bd96fbf1faf52ca0ac589b1b8db
+Version: 6.0-1.9a
+Revision: 1
+Source: ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.9a-1.tar.bz2
+Source-MD5: 473c980181e1930d075c6111a7a68e49
 Depends: aspell (= 0.60.4-1000), aspell-shlibs (= 0.60.4-1000)
-SourceDirectory: %n-%v
+SourceDirectory: aspell6-es-1.9a-1
 PatchScript: 
  mv Makefile.pre Makefile.pre.bak
  sed s/español.alias//  Makefile.pre.bak  Makefile.pre
@@ -14,11 +14,11 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README Copyright
 Description: Spanish dictionary for aspell
-DescPort: 
- The upstream tarball cannot be unpacked, due to non-ASCII character
- in one filename.  That file (espa\361ol.alias) has been removed from the
- repacked tarball, and is removed from the Makefile in the PatchScript.
-
+#DescPort: 
+# The upstream tarball cannot be unpacked, due to non-ASCII character
+# in one filename.  That file (espa\361ol.alias) has been removed from the
+# repacked tarball, and is removed from the Makefile in the PatchScript.
+#
 Maintainer: Kevin Horton khorto...@rogers.com
 License: OSI-Approved
 Homepage: http://aspell.net

Index: aspell.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/aspell.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- aspell.info 12 Jan 2009 04:04:02 -  1.10
+++ aspell.info 26 Feb 2010 15:33:15 -  1.11
@@ -1,8 +1,8 @@
 Package: aspell
-Version: 0.60.5
-Revision: 1003
+Version: 0.60.6
+Revision: 1000
 Source: mirror:gnu:%n/%n-%v.tar.gz
-Source-MD5: 17fd8acac6293336bcef44391b71e337
+Source-MD5: bc80f0198773d5c05086522be67334eb
 GCC: 4.0
 BuildDepends: libncursesw5 (= 5.4-20041023-1001), libgettext3-dev, 
gettext-tools, libiconv-dev, fink (= 0.24.12-1)
 Depends: ncurses, libncursesw5-shlibs (= 5.4-20041023-1001), 
libgettext3-shlibs, libiconv, %N-shlibs (= %v-%r)


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
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/net sylpheed-beta-gpgme.info, 1.9, 1.10 sylpheed-beta.info, 1.10, 1.11 sylpheed-gpgme.info, 1.14, 1.15 sylpheed.info, 1.20, 1.21

2010-02-24 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4469

Modified Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
sylpheed-gpgme.info sylpheed.info 
Log Message:
New upstream version of sylpheed.


Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sylpheed-gpgme.info 2 Feb 2010 02:33:42 -   1.14
+++ sylpheed-gpgme.info 24 Feb 2010 16:06:16 -  1.15
@@ -1,31 +1,32 @@
 Package: sylpheed-gpgme
-Version: 2.7.1
-Revision: 2
+Version: 3.0.0
+Revision: 1
 Depends: 
-  jpilot, pilot-link09-shlibs,
-  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
+  jpilot (= 0.99.9-12), pilot-link09-shlibs,
+  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), enchant1-shlibs, 
   compface-shlibs (= 1.4-2),
-  glib2-shlibs, gtk+2 (= 2.12.0-1), libgettext3-shlibs, libiconv, x11,
+  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
   oniguruma-shlibs
 
 
 BuildDepends: 
-  cairo (= 1.6-1), expat1, fontconfig2-dev (= 2.4.1-1), freetype219 (= 
2.3.5-1), glitz, libjpeg, libpng3 (= 1.2.5-4), libtiff, pixman (= 0.10.0-1), 
xft2-dev,
-  gettext-bin, gettext-tools, pkgconfig (= 0.22-3),
+  glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
+  gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   pilot-link09,
-  openssl097-dev,
+  system-openssl-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
-  gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
+  gtkspell2-dev (= 2.0.11-1004), enchant1-dev,
   compface-dev (= 1.4-2),
-  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-1), libgettext3-dev, libiconv-dev, x11-dev
+  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
+  fink (= 0.24.12)
 
 
-Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
-Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
+Conflicts: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme
+Replaces: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme 
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
-Source-MD5: 1f470525c1fbe53253813a0978c18228
+Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
+Source-MD5: bb2cf4adfa9577746f54a516e9471bfd
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
@@ -77,3 +78,5 @@
 Maintainer: Kevin Horton khorto...@rogers.com
 License: GPL
 Homepage: http://sylpheed.sraoss.jp/en
+
+

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sylpheed.info   2 Feb 2010 02:33:42 -   1.20
+++ sylpheed.info   24 Feb 2010 16:06:16 -  1.21
@@ -1,12 +1,14 @@
 Package: sylpheed
-Version: 2.7.1
-Revision: 2
+Version: 3.0.0
+Revision: 1
+
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
+  enchant1-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), 
   compface-shlibs (= 1.4-2),
-  glib2-shlibs (= 2.14.0-1), gtk+2-shlibs (= 2.12.0-1), atk1-shlibs (= 
1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, 
libiconv, x11,
+  glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
   oniguruma-shlibs
 
 
@@ -16,24 +18,26 @@
   pilot-link09,
   system-openssl-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev,
-  gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
+  enchant1-dev,
+  gtkspell2-dev (= 2.0.11-1004), 
   compface-dev (= 1.4-2),
   glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
-  oniguruma
+  oniguruma,
+  fink (= 0.24.12)
 
 
-Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
-Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
+Conflicts: sylpheed

[cvs] dists/10.4/unstable/main/finkinfo/editors bluefish.info, 1.13, 1.14

2010-02-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28951

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


Index: bluefish.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- bluefish.info   16 Dec 2008 23:45:45 -  1.13
+++ bluefish.info   18 Feb 2010 11:21:17 -  1.14
@@ -1,16 +1,17 @@
 Info2: 
 Package: bluefish%type_pkg[bluefish]
-Type: bluefish (. -gnome2 -gnome2-novfs)
-Version: 1.0.7
-Revision: 1003
-Source: http://www.bennewitz.com/%{ni}/stable/source/%{ni}-%v.tar.bz2
-Source-MD5: 2c3b3c9c8f8e32b9473dfd879f216dea
+Type: bluefish (. -gnome2)
+Version: 2.0.0
+Revision: 1
+Source: http://www.bennewitz.com/bluefish/stable/source/bluefish-%v.tar.bz2
+Source-MD5: ac9b1e8ef6d5691718a0daa6c78d5618
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
+  enchant1-shlibs (= 1.4.2-1), 
   default-icon-theme, 
   libgettext3-shlibs (= 0.14.5-1), 
-  glib2-shlibs (= 2.14.0-1), 
+  glib2-shlibs (= 2.16.0-1), 
   gnome-icon-theme (= 2.12.0-1), 
   libjpeg-shlibs (= 6b-16), 
   libtiff-shlibs (= 3.7.2-1001), 
@@ -24,17 +25,15 @@
   gtk+2 (= 2.12.8-1), gtk+2-shlibs (= 2.12.8-1), 
   libiconv (= 1.10-6), 
   x11, 
-  (%type_raw[bluefish] = -gnome2-novfs) gnome-base, (%type_raw[bluefish] = 
-gnome2) gnome-base, 
-  (%type_raw[bluefish] = -gnome2-novfs) gnome-mime-data (= 2.4.2-3), 
(%type_raw[bluefish] = -gnome2) gnome-mime-data (= 2.4.2-3), 
-  (%type_raw[bluefish] = -gnome2-novfs) libidl2-shlibs (= 0.8.5-1001), 
(%type_raw[bluefish] = -gnome2) libidl2-shlibs (= 0.8.5-1001), 
-  (%type_raw[bluefish] = -gnome2-novfs) orbit2 (= 2.14.10-1), 
(%type_raw[bluefish] = -gnome2) orbit2 (= 2.14.10-1),
-  (%type_raw[bluefish] = -gnome2-novfs) orbit2-shlibs (= 2.14.10-1), 
(%type_raw[bluefish] = -gnome2) orbit2-shlibs (= 2.14.10-1), 
-  (%type_raw[bluefish] = -gnome2-novfs) gconf2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) gconf2 (= 2.20.0-1),
-  (%type_raw[bluefish] = -gnome2-novfs) gconf2-shlibs (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) gconf2-shlibs (= 2.20.0-1), 
-  (%type_raw[bluefish] = -gnome2-novfs) libbonobo2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libbonobo2 (= 2.20.0-1),
-  (%type_raw[bluefish] = -gnome2-novfs) libbonobo2-shlibs (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libbonobo2-shlibs (= 2.20.0-1), 
-  (%type_raw[bluefish] = -gnome2-novfs) gnome-vfs2-unified (= 1:2.20.0-1), 
(%type_raw[bluefish] = -gnome2) gnome-vfs2-unified (= 1:2.20.0-1),
-  (%type_raw[bluefish] = -gnome2-novfs) gnome-vfs2-unified-shlibs (= 
1:2.20.0-1), (%type_raw[bluefish] = -gnome2) gnome-vfs2-unified-shlibs (= 
1:2.20.0-1), 
+  (%type_raw[bluefish] = -gnome2) gnome-base, 
+  (%type_raw[bluefish] = -gnome2) gnome-mime-data (= 2.4.2-3), 
+  (%type_raw[bluefish] = -gnome2) libidl2-shlibs (= 0.8.5-1001), 
+  (%type_raw[bluefish] = -gnome2) orbit2 (= 2.14.10-1),
+  (%type_raw[bluefish] = -gnome2) orbit2-shlibs (= 2.14.10-1), 
+  (%type_raw[bluefish] = -gnome2) gconf2 (= 2.20.0-1),
+  (%type_raw[bluefish] = -gnome2) gconf2-shlibs (= 2.20.0-1), 
+  (%type_raw[bluefish] = -gnome2) libbonobo2 (= 2.20.0-1),
+  (%type_raw[bluefish] = -gnome2) libbonobo2-shlibs (= 2.20.0-1), 
   (%type_raw[bluefish] = -gnome2) audiofile-shlibs, (%type_raw[bluefish] = 
-gnome2) audiofile-bin, 
   (%type_raw[bluefish] = -gnome2) esound-bin (= 0.2.36-1), 
(%type_raw[bluefish] = -gnome2) esound-common (= 0.2.36-1), 
(%type_raw[bluefish] = -gnome2) esound-shlibs (= 0.2.36-1), 
   (%type_raw[bluefish] = -gnome2) libart2-shlibs (= 2.3.17-1), 
@@ -43,15 +42,15 @@
   (%type_raw[bluefish] = -gnome2) libgnomecanvas2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libgnomecanvas2-shlibs (= 2.20.0-1), 
   (%type_raw[bluefish] = -gnome2) gnome-keyring-shlibs (= 0.4.3-1004), 
(%type_raw[bluefish] = -gnome2) gnome-keyring (= 0.4.3-4), 
   (%type_raw[bluefish] = -gnome2) libbonoboui2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libbonoboui2-shlibs (= 2.20.0-1), 
-  (%type_raw[bluefish] = -gnome2) libgnomeui2 (= 2.20.0-1), 
(%type_raw[bluefish] = -gnome2) libgnomeui2-shlibs (= 2.20.0-1), 
   (%type_raw[bluefish] = -gnome2) desktop-file-utils (= 0.10-1002), 
   x11-shlibs
 
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
+  enchant1-dev (= 1.4.2-1), 
   libgettext3-dev (= 0.14.5-1), 
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
-  glib2-dev (= 2.14.0-1), 
+  glib2-dev (= 2.16.0-1), 
   libiconv-dev (= 1.10-6), 
   libjpeg (= 6b-16), 
   libtiff (= 3.7.2-1001), 
@@ -68,11 +67,10 @@
   gtk+2-dev (= 2.12.8-1), 
   x11-dev, 
   libxml2 (= 2.6.22-1002), 
-  (%type_raw[bluefish] = -gnome2-novfs) orbit2-dev (= 2.14.10-1), 
(%type_raw[bluefish] = -gnome2) orbit2-dev (= 2.14.10-1), 
-  (%type_raw[bluefish] = -gnome2-novfs) gconf2-dev (= 

[cvs] dists/10.4/stable/main/finkinfo/net sylpheed-beta-gpgme.info, 1.6, 1.7 sylpheed-beta.info, 1.6, 1.7

2010-02-14 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19871

Modified Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
Log Message:
new beta version

Index: sylpheed-beta-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/net/sylpheed-beta-gpgme.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sylpheed-beta-gpgme.info11 Feb 2010 21:47:41 -  1.6
+++ sylpheed-beta-gpgme.info15 Feb 2010 01:49:31 -  1.7
@@ -1,10 +1,10 @@
 Package: sylpheed-beta-gpgme
-Version: 3.0.0beta7
+Version: 3.0.0beta8
 Revision: 1
 Depends: 
   jpilot (= 0.99.9-12), pilot-link09-shlibs,
-  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant, 
+  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), enchant1-shlibs, 
   compface-shlibs (= 1.4-2),
   glib2-shlibs (= 2.14.0-1), gtk+2 (= 2.12.0-1), atk1-shlibs (= 1.20.0-1), 
pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
   oniguruma-shlibs
@@ -14,18 +14,19 @@
   glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
   pilot-link09,
-  openssl097-dev,
+  system-openssl-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
-  gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
+  gtkspell2-dev (= 2.0.11-1004), enchant1-dev,
   compface-dev (= 1.4-2),
-  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev
+  glib2-dev (= 2.14.0-1), gtk+2-dev (= 2.12.0-1), atk1 (= 1.20.0-1), 
pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
+  fink (= 0.24.12)
 
 
-Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, sylpheed-gpgme
-Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, sylpheed-gpgme 
+Conflicts: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme
+Replaces: sylpheed-ssl, sylpheed, sylpheed-beta, sylpheed-gpgme 
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
-Source-MD5: 415bd8dd29ab84d6e55e3203023961cf
+Source-MD5: 8d91a00d8cf057279e1577369934b8ef
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv

Index: sylpheed-beta.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/sylpheed-beta.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sylpheed-beta.info  11 Feb 2010 21:47:41 -  1.6
+++ sylpheed-beta.info  15 Feb 2010 01:49:32 -  1.7
@@ -1,5 +1,5 @@
 Package: sylpheed-beta
-Version: 3.0.0beta7
+Version: 3.0.0beta8
 Revision: 1
 
 Depends: 
@@ -30,7 +30,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0beta/sylpheed-%v.tar.bz2
-Source-MD5: 415bd8dd29ab84d6e55e3203023961cf
+Source-MD5: 8d91a00d8cf057279e1577369934b8ef
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-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/net sylpheed-beta-gpgme.info, 1.5, 1.6 sylpheed-beta.info, 1.5, 1.6 sylpheed-gpgme.info, 1.5, 1.6 sylpheed.info, 1.5, 1.6

2010-02-11 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7578

Modified Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
sylpheed-gpgme.info sylpheed.info 
Log Message:
moving sylpheed packages to stable, as the current stable versions do not build

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sylpheed-gpgme.info 20 Jan 2010 17:30:56 -  1.5
+++ sylpheed-gpgme.info 11 Feb 2010 21:47:41 -  1.6
@@ -1,12 +1,10 @@
 Package: sylpheed-gpgme
-Version: 2.4.8
-Revision: 1004
-Distribution: 10.4, 10.5
-Architecture: i386, powerpc
+Version: 2.7.1
+Revision: 2
 Depends: 
-  jpilot, pilot-link10-shlibs,
+  jpilot, pilot-link09-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant1-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
   compface-shlibs (= 1.4-2),
   glib2-shlibs, gtk+2 (= 2.12.0-1), libgettext3-shlibs, libiconv, x11,
   oniguruma-shlibs
@@ -15,7 +13,7 @@
 BuildDepends: 
   cairo (= 1.6-1), expat1, fontconfig2-dev (= 2.4.1-1), freetype219 (= 
2.3.5-1), glitz, libjpeg, libpng3 (= 1.2.5-4), libtiff, pixman (= 0.10.0-1), 
xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.22-3),
-  pilot-link10,
+  pilot-link09,
   openssl097-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
   gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
@@ -26,11 +24,11 @@
 Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
+Source-MD5: 1f470525c1fbe53253813a0978c18228
 
-SetCPPFLAGS: -I%p/lib/pilot-link10/include
-SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv
+SetCPPFLAGS: -I%p/lib/system-openssl/include 
+SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared 
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
 
 InstallScript: 

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sylpheed.info   20 Jan 2010 17:30:56 -  1.5
+++ sylpheed.info   11 Feb 2010 21:47:41 -  1.6
@@ -1,12 +1,10 @@
 Package: sylpheed
-Version: 2.4.8
-Revision: 1005
-Distribution: 10.4, 10.5
-Architecture: i386, powerpc
+Version: 2.7.1
+Revision: 2
 Depends: 
-  jpilot (= 0.99.9-12), pilot-link10-shlibs,
+  jpilot (= 0.99.9-12), pilot-link09-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant1-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
   compface-shlibs (= 1.4-2),
   glib2-shlibs (= 2.14.0-1), gtk+2-shlibs (= 2.12.0-1), atk1-shlibs (= 
1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, 
libiconv, x11,
   oniguruma-shlibs
@@ -15,7 +13,7 @@
 BuildDepends: 
   glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
-  pilot-link10,
+  pilot-link09,
   system-openssl-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev,
   gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
@@ -27,11 +25,11 @@
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-%v.tar.bz2
+Source-MD5: 1f470525c1fbe53253813a0978c18228
 
-SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
-SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib
+SetCPPFLAGS: -I%p/lib/system-openssl/include 
+SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared 

[cvs] dists/10.4/unstable/main/finkinfo/sci xephem.info,1.9,1.10

2010-02-07 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20786

Modified Files:
xephem.info 
Log Message:
Updated magnetic declination file to be valid for 2010.



Index: xephem.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xephem.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xephem.info 23 Dec 2009 13:36:50 -  1.9
+++ xephem.info 7 Feb 2010 16:31:20 -   1.10
@@ -1,12 +1,14 @@
 Package: xephem
 Version: 3.7.4
-Revision: 1
+Revision: 2
 BuildDepends: fink (= 0.24.12), libjpeg, libpng3, openmotif3, x11-dev
 Depends: libjpeg-shlibs, libpng3-shlibs, openmotif3-shlibs, x11-shlibs
 Source: http://97.74.56.125/free/%n-%v.tar.gz
-
 Source-MD5: 4e9290609f36df469a2ba5a1b4fffd46
 
+Source2: http://www.clearskyinstitute.com/xephem/wmm.cof
+Source2-MD5: 13a643a1cc4726081b5c727689963f3b
+
 PatchFile: %n.patch
 PatchFile-MD5: 877e6afbf665dfa46cf9a5e22c4d697f
 PatchScript: sed 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
@@ -19,6 +21,8 @@
 cd GUI/xephem
 mkdir -p %i/lib/xephem
 install -c -m 755 xephem %i/lib/xephem/xephem
+pwd
+mv ../../../wmm.cof auxil/
 cp -R auxil %i/lib/xephem
 cp -R catalogs %i/lib/xephem
 cp -R fifos %i/lib/xephem


--
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 cadabra.info,1.21,1.22

2010-02-07 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20133

Modified Files:
cadabra.info 
Log Message:
New upstream version.  Added -dead_strip_dylibs to fix build problem on OS X 
10.4.

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cadabra.info10 Nov 2009 01:43:49 -  1.21
+++ cadabra.info7 Feb 2010 22:19:28 -   1.22
@@ -1,6 +1,6 @@
 Package: cadabra
-Version: 1.16
-Revision: 3
+Version: 1.20
+Revision: 1
 Description: Computer algebra system for field theory
 License: GPL
 Maintainer: Kevin Horton khorto...@rogers.com
@@ -13,7 +13,7 @@
   pango1-xft2-ft219-shlibs (= 1.18.4-4), atk1-shlibs (= 1.20.0-1),
   glibmm2.4-shlibs (= 2.13.9-1), breqn | texlive-base, applesystemfonts, 
   gnome-icon-theme (= 2.20.0-1), modglue-shlibs, glib2-shlibs (= 2.14.0-1), 
-  libgettext3-shlibs, libiconv
+  libgettext3-shlibs, libiconv, pangomm1.4.1-shlibs (= 2.14.0-1)
 
 BuildDepends: 
   breqn | texlive-base, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, 
@@ -23,15 +23,16 @@
   libsigc++2 (= 2.0.17-1001), glib2-dev (= 2.14.0-1), 
   pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), atk1 (= 
1.20.0-1),
   glibmm2.4-dev (= 2.13.9-1), libgettext3-dev, libiconv-dev, 
-  gtkmm2.4-gtk-dev (= 2.14.3-1), pangomm1.4.1-shlibs (= 2.14.0-1)
+  gtkmm2.4-gtk-dev (= 2.14.3-1), pangomm1.4.1 (= 2.14.0-1)
 
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 9a9af6dd770362e1be04b37dfe1ab85d
+Source-MD5: 20b8cda9404a03d307191a7e32195253
 
 # Patch Phase:
-PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in
+PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in; perl -pi -e 
's|-Wl,-dead_strip_dylibs| |' src/Makefile.in; perl -pi -e 's|maxima.res||' 
tests/Makefile.in; perl -pi -e 's|powers.res||' tests/Makefile.in
+# PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in; perl -pi -e 
's|maxima.res||' tests/Makefile.in; perl -pi -e 's|powers.res||' 
tests/Makefile.in
 
 # Compile Phase:
 GCC: 4.0
@@ -54,8 +55,6 @@
 # Install Phase:
 DocFiles: AUTHORS ChangeLog COPYING
 InstallScript:  
-  # make test
-  # make advtest
   make -j1 install DESTDIR=%d DEVDESTDIR=%d
   /bin/rm -fr %i/share/TeXmacs
   /bin/mkdir -m 777 -p %i/share/doc/%n/examples
@@ -75,6 +74,11 @@
   /bin/rm -fr %i/share/texmf
 
 
+InfoTest: 
+# TestScript: export CDB_LOG=1; make test || exit 2; make advtest || exit 2
+TestScript: make test || exit 2; make advtest || exit 2
+
+
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
 PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
 


--
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/net sylpheed-beta-gpgme.info, 1.8, 1.9 sylpheed-beta.info, 1.9, 1.10 sylpheed-gpgme.info, 1.13, 1.14 sylpheed.info, 1.19, 1.20

2010-02-01 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32455

Modified Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
sylpheed-gpgme.info sylpheed.info 
Log Message:
New upstream versions.
Corrected enchant linking error.
Corrected pilot-link version.


Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- sylpheed-gpgme.info 20 Jan 2010 17:30:56 -  1.13
+++ sylpheed-gpgme.info 2 Feb 2010 02:33:42 -   1.14
@@ -1,10 +1,10 @@
 Package: sylpheed-gpgme
-Version: 2.6.0
+Version: 2.7.1
 Revision: 2
 Depends: 
-  jpilot, pilot-link10-shlibs,
+  jpilot, pilot-link09-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant1-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
   compface-shlibs (= 1.4-2),
   glib2-shlibs, gtk+2 (= 2.12.0-1), libgettext3-shlibs, libiconv, x11,
   oniguruma-shlibs
@@ -13,7 +13,7 @@
 BuildDepends: 
   cairo (= 1.6-1), expat1, fontconfig2-dev (= 2.4.1-1), freetype219 (= 
2.3.5-1), glitz, libjpeg, libpng3 (= 1.2.5-4), libtiff, pixman (= 0.10.0-1), 
xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.22-3),
-  pilot-link10,
+  pilot-link09,
   openssl097-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
   gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
@@ -25,10 +25,10 @@
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
-Source-MD5: 5b7ed03b106e2a0d300b103652dd34c2
+Source-MD5: 1f470525c1fbe53253813a0978c18228
 
-SetCPPFLAGS: -I%p/lib/pilot-link10/include
-SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv
+SetCPPFLAGS: -I%p/lib/system-openssl/include 
+SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared 
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
 
 InstallScript: 

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sylpheed.info   20 Jan 2010 17:30:56 -  1.19
+++ sylpheed.info   2 Feb 2010 02:33:42 -   1.20
@@ -1,10 +1,10 @@
 Package: sylpheed
-Version: 2.6.0
+Version: 2.7.1
 Revision: 2
 Depends: 
-  jpilot (= 0.99.9-12), pilot-link10-shlibs,
+  jpilot (= 0.99.9-12), pilot-link09-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
-  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant1-shlibs,
+  gtkspell2-shlibs (= 2.0.11-1004), aspell-shlibs, enchant,
   compface-shlibs (= 1.4-2),
   glib2-shlibs (= 2.14.0-1), gtk+2-shlibs (= 2.12.0-1), atk1-shlibs (= 
1.20.0-1), pango1-xft2-ft219-shlibs (= 1.18.4-4), libgettext3-shlibs, 
libiconv, x11,
   oniguruma-shlibs
@@ -13,7 +13,7 @@
 BuildDepends: 
   glitz, expat1, libpng3, cairo (= 1.6-1), fontconfig2-dev (= 2.4.1-1), 
freetype219 (= 2.3.5-1), xft2-dev,
   gettext-bin, gettext-tools, pkgconfig (= 0.21-1),
-  pilot-link10,
+  pilot-link09,
   system-openssl-dev,
   openldap23-dev, db44-aes | db44, cyrus-sasl2-dev,
   gtkspell2-dev (= 2.0.11-1004), aspell-dev, enchant1-dev,
@@ -25,11 +25,11 @@
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
-Source-MD5: 5b7ed03b106e2a0d300b103652dd34c2
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-%v.tar.bz2
+Source-MD5: 1f470525c1fbe53253813a0978c18228
 
-SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
-SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib
+SetCPPFLAGS: -I%p/lib/system-openssl/include 
+SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
 InstallScript: 

Index: sylpheed-beta-gpgme.info

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods pyephem-py.info, 1.4, 1.5

2009-12-28 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13921

Modified Files:
pyephem-py.info 
Log Message:
Took over abandoned package.
New upstream version.

Index: pyephem-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/pyephem-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pyephem-py.info 11 Dec 2009 08:00:18 -  1.4
+++ pyephem-py.info 28 Dec 2009 13:21:40 -  1.5
@@ -1,25 +1,27 @@
 Info2: 
 Package: pyephem-py%type_pkg[python]
-Version: 3.7.2.2
+Version: 3.7.3.4
 Revision: 1
 Type: python(2.3 2.4 2.5 2.6)
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
-Maintainer: None fink-de...@lists.sourceforge.net
+Maintainer: Kevin Horton khorto...@rogers.com
 Depends: python%type_pkg[python]
-Source: http://rhodesmill.org/pyephem/pyephem-%v.tar.gz
-Source-MD5: 1f20bb38e06a0627f009c6efbbdb5577
+Source: http://pypi.python.org/packages/source/p/pyephem/pyephem-%v.tar.gz
+Source-MD5: de66c221a740ceb2e28056240d895011
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --root=%d
  /bin/mkdir -p %i/share/doc/%n/
- /bin/cp -R examples %i/share/doc/%n/
- /bin/cp -R tests %i/share/doc/%n/
- /bin/cp test %i/share/doc/%n/
- /bin/cp -R doc %i/share/doc/%n/
+ # cd src/ephem
+ # pwd
+ # /bin/cp -R examples %i/share/doc/%n/
+ /bin/cp -R src/ephem/tests %i/share/doc/%n/
+ # /bin/cp test %i/share/doc/%n/
+ /bin/cp -R src/ephem/doc %i/share/doc/%n/
  /bin/mkdir -p %i/include/python%type_raw[python]/libastro-%v/
- /bin/cp libastro-3.7.2/*.h %i/include/python%type_raw[python]/libastro-%v/
+ /bin/cp libastro-3.7.3/*.h %i/include/python%type_raw[python]/libastro-%v/
 
-DocFiles: CHANGELOG COPYING LICENSE-GPL LICENSE-LGPL README PKG-INFO
+DocFiles: src/ephem/doc/CHANGELOG.rst COPYING LICENSE-GPL LICENSE-LGPL README 
PKG-INFO
 Description: The astronomy library for Python
 DescDetail: 
  PyEphem provides scientific-grade astronomical computations for the Python
@@ -33,7 +35,7 @@
 
 DescUsage: 
  Please note that despite the package's name is pyephem you must import it
- using import ephem at python prompt. Read the documenation in
+ using import ephem at python prompt. Read the documentation in
  %p/share/doc/%n/doc for further informations.
 
 License: LGPL


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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 xephem.info, 1.8, 1.9 xephem.patch, 1.4, 1.5

2009-12-23 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14372

Modified Files:
xephem.info xephem.patch 
Log Message:
new upstream version

Index: xephem.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xephem.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xephem.info 31 Jan 2009 23:58:16 -  1.8
+++ xephem.info 23 Dec 2009 13:36:50 -  1.9
@@ -1,13 +1,14 @@
 Package: xephem
-Version: 3.7.3
+Version: 3.7.4
 Revision: 1
 BuildDepends: fink (= 0.24.12), libjpeg, libpng3, openmotif3, x11-dev
 Depends: libjpeg-shlibs, libpng3-shlibs, openmotif3-shlibs, x11-shlibs
-Source: http://clearskyinstitute.com/xephem/%n-%v.tar.gz
-Source-MD5: aa2330dad58403020cde12b5d228e499
+Source: http://97.74.56.125/free/%n-%v.tar.gz
+
+Source-MD5: 4e9290609f36df469a2ba5a1b4fffd46
 
 PatchFile: %n.patch
-PatchFile-MD5: ba2965986b301186b13de8422da22026
+PatchFile-MD5: 877e6afbf665dfa46cf9a5e22c4d697f
 PatchScript: sed 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
 CompileScript: make -C GUI/xephem
 

Index: xephem.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xephem.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xephem.patch26 Apr 2008 19:43:14 -  1.4
+++ xephem.patch23 Dec 2009 13:36:50 -  1.5
@@ -2,9 +2,9 @@
 --- xephem-3.7.2.orig/GUI/xephem/Makefile  2006-05-13 19:06:06.0 
-0400
 +++ xephem-3.7.2/GUI/xephem/Makefile   2007-06-15 00:34:30.0 -0400
 @@ -10,9 +10,9 @@
- # back here and compile and link all the *.c files into one executable, 
xephem.
+ # one executable, xephem.
  
- # -I and -L flags to find required supporting XEphem libraries
+ # These -I and -L flags point to the supporting XEphem libraries
 -LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd 
-I../../libpng -I../../libz
 -LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd 
-L../../libpng -L../../libz
 -LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-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/editors bluefish-unstable.info, 1.7, 1.8

2009-11-28 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24896

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- bluefish-unstable.info  24 Sep 2009 01:05:12 -  1.7
+++ bluefish-unstable.info  28 Nov 2009 18:39:35 -  1.8
@@ -1,14 +1,14 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.7
+Version: 1.3.8
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: f60a8a372cbb2738a0b91ed4c2880f0a
+Source-MD5: a4800b75f220ab6301a340052cd07401
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
-  enchant, 
+  enchant1-shlibs (= 1.4.2-1), 
   default-icon-theme, 
   libgettext3-shlibs (= 0.14.5-1), 
   glib2-shlibs (= 2.14.0-1), 
@@ -47,7 +47,7 @@
 
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
-  enchant1-dev, 
+  enchant1-dev (= 1.4.2-1), 
   libgettext3-dev (= 0.14.5-1), 
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
   glib2-dev (= 2.14.0-1), 
@@ -85,7 +85,7 @@
 Conflicts: bluefish-unstable, bluefish-unstable-gnome2, bluefish,  
bluefish-gnome2, bluefish-gnome2-novfs, bluefish-gnomevfs2
 SetCFLAGS: -Os
 SetLDFLAGS: -bind_at_load
-ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-splash-screen --with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases 
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: --disable-dependency-tracking --mandir=%p/share/man 
--disable-splash-screen --with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
 CompileScript: 
  #!/bin/sh -ev
  chmod 0644 po/ja.po


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 cadabra.info,1.20,1.21

2009-11-09 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16557

Modified Files:
cadabra.info 
Log Message:
Removed maxima dependency so cadabra will build on 10.6.  Cadabra only uses 
maxima, if present, at run time.  It is not detected at build time, and the 
presence (or lack) of maxima does not affect the deb.

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cadabra.info2 Sep 2009 10:19:06 -   1.20
+++ cadabra.info10 Nov 2009 01:43:49 -  1.21
@@ -1,6 +1,6 @@
 Package: cadabra
 Version: 1.16
-Revision: 1
+Revision: 3
 Description: Computer algebra system for field theory
 License: GPL
 Maintainer: Kevin Horton khorto...@rogers.com
@@ -11,12 +11,12 @@
   pcre-shlibs (= 7.6-2), x11-shlibs, gmp-shlibs, libgmpxx-shlibs,  
   libsigc++2-shlibs, gtkmm2.4-shlibs (= 2.14.3-1),
   pango1-xft2-ft219-shlibs (= 1.18.4-4), atk1-shlibs (= 1.20.0-1),
-  glibmm2.4-shlibs (= 2.13.9-1), breqn, applesystemfonts, 
+  glibmm2.4-shlibs (= 2.13.9-1), breqn | texlive-base, applesystemfonts, 
   gnome-icon-theme (= 2.20.0-1), modglue-shlibs, glib2-shlibs (= 2.14.0-1), 
-  libgettext3-shlibs, libiconv, maxima
+  libgettext3-shlibs, libiconv
 
 BuildDepends: 
-  breqn, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, 
+  breqn | texlive-base, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, 
   fontconfig2-dev (= 2.4.1-1), freetype219 (= 2.3.5-1), gettext-bin, 
   gettext-tools, glitz, libjpeg, libpng3, libtiff, pkgconfig (= 0.21-1), 
   xft2-dev, modglue, gtk+2-dev (= 2.12.0-1), x11-dev, pcre (= 7.6-2), gmp, 
@@ -54,8 +54,8 @@
 # Install Phase:
 DocFiles: AUTHORS ChangeLog COPYING
 InstallScript:  
-  make test
-  make advtest
+  # make test
+  # make advtest
   make -j1 install DESTDIR=%d DEVDESTDIR=%d
   /bin/rm -fr %i/share/TeXmacs
   /bin/mkdir -m 777 -p %i/share/doc/%n/examples
@@ -92,4 +92,4 @@
   mktexlsr run prior to compile in an attempt to avoid a problem 
   where breqn is not detected by the compile script.
 
-Homepage: http://www.aei.mpg.de/~peekas/cadabra/
+Homepage: http://cadabra.phi-sci.com/


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 bluefish-unstable.info, 1.6, 1.7

2009-09-23 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12899

Modified Files:
bluefish-unstable.info 
Log Message:
Fixed build depends typo

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- bluefish-unstable.info  22 Sep 2009 09:36:00 -  1.6
+++ bluefish-unstable.info  24 Sep 2009 01:05:12 -  1.7
@@ -47,7 +47,7 @@
 
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
-  enchant-dev, 
+  enchant1-dev, 
   libgettext3-dev (= 0.14.5-1), 
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
   glib2-dev (= 2.14.0-1), 


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
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 bluefish-unstable.info, 1.5, 1.6

2009-09-22 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20418

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version.  Added enchant dependency.

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bluefish-unstable.info  10 Jun 2009 22:46:51 -  1.5
+++ bluefish-unstable.info  22 Sep 2009 09:36:00 -  1.6
@@ -1,13 +1,14 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.5
+Version: 1.3.7
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: 35e59a98b4caf00d0042cff1925f9d5b
+Source-MD5: f60a8a372cbb2738a0b91ed4c2880f0a
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
+  enchant, 
   default-icon-theme, 
   libgettext3-shlibs (= 0.14.5-1), 
   glib2-shlibs (= 2.14.0-1), 
@@ -46,6 +47,7 @@
 
 BuildDepends: 
   aspell-dev (= 0.50.5-1002), 
+  enchant-dev, 
   libgettext3-dev (= 0.14.5-1), 
   gettext-tools (= 0.14.5-1), gettext-bin (= 0.14.5-1), 
   glib2-dev (= 2.14.0-1), 


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
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 cadabra.info,1.19,1.20

2009-09-02 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3399

Modified Files:
cadabra.info 
Log Message:
New upstream version.  Added maxima dependency, as it is needed for some 
cadabra features.

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cadabra.info14 Mar 2009 00:11:20 -  1.19
+++ cadabra.info2 Sep 2009 10:19:06 -   1.20
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 1.08
+Version: 1.16
 Revision: 1
 Description: Computer algebra system for field theory
 License: GPL
@@ -13,7 +13,7 @@
   pango1-xft2-ft219-shlibs (= 1.18.4-4), atk1-shlibs (= 1.20.0-1),
   glibmm2.4-shlibs (= 2.13.9-1), breqn, applesystemfonts, 
   gnome-icon-theme (= 2.20.0-1), modglue-shlibs, glib2-shlibs (= 2.14.0-1), 
-  libgettext3-shlibs, libiconv
+  libgettext3-shlibs, libiconv, maxima
 
 BuildDepends: 
   breqn, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, 
@@ -28,7 +28,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: a33a17c0794ce7e40b600a0f23bbfff2
+Source-MD5: 9a9af6dd770362e1be04b37dfe1ab85d
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in
@@ -42,7 +42,7 @@
 CompileScript: 
 #!/bin/sh -ev
 
-  export CPPFLAGS=-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 
-DX_LOCALE
+  export CPPFLAGS=-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 
-DX_LOCALE -fnested-functions
   export LDFLAGS=-L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib -L%p/lib
   export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
   export FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 avl.info, 1.10, 1.11 qprop.info, 1.8, 1.9 xfoil.info, 1.7, 1.8

2009-07-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28895

Modified Files:
avl.info qprop.info xfoil.info 
Log Message:
Replace gcc43 with gcc44.


Index: xfoil.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xfoil.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xfoil.info  31 Jan 2009 23:58:16 -  1.7
+++ xfoil.info  17 Jul 2009 11:27:59 -  1.8
@@ -1,11 +1,11 @@
 Package: xfoil
 Version: 696
-Revision: 1001
+Revision: 1002
 License: GPL
 #Architecture: powerpc
 Maintainer: Kevin Horton khorto...@rogers.com
-Depends: gcc43-shlibs, x11-shlibs, x11
-BuildDepends: fink (= 0.24.12), gcc43, x11-dev
+Depends: gcc44-shlibs, x11-shlibs, x11
+BuildDepends: fink (= 0.24.12), gcc44, x11-dev
 Source: http://web.mit.edu/drela/Public/web/xfoil/xfoil6.96.tar.gz
 Source-MD5: 6ea00f7a3a0d338e97ab48ef5dd3d011
 SourceDirectory: Xfoil

Index: qprop.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/qprop.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- qprop.info  31 Jan 2009 23:58:16 -  1.8
+++ qprop.info  17 Jul 2009 11:27:59 -  1.9
@@ -1,10 +1,10 @@
 Package: qprop
 Version: 1.21
-Revision: 1001
+Revision: 1002
 #Architecture: powerpc
 License: GPL
-Depends: gcc43-shlibs
-BuildDepends: fink (= 0.24.12), gcc43
+Depends: gcc44-shlibs
+BuildDepends: fink (= 0.24.12), gcc44
 Source: http://web.mit.edu/drela/Public/web/qprop/qprop%v.tar.gz
 Source-MD5: 1398ef8c670828138bdb4807037fe433
 SourceDirectory: Qprop

Index: avl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/avl.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- avl.info31 Jan 2009 23:58:15 -  1.10
+++ avl.info17 Jul 2009 11:27:58 -  1.11
@@ -1,9 +1,9 @@
 Package: avl
 Version: 3.26
-Revision: 1003
+Revision: 1004
 License: GPL
-Depends: gcc43-shlibs, x11-shlibs, x11
-BuildDepends: fink (= 0.24.12), gcc43, x11-dev
+Depends: gcc44-shlibs, x11-shlibs, x11
+BuildDepends: fink (= 0.24.12), gcc44, x11-dev
 Source: http://web.mit.edu/drela/Public/web/avl/avl%v.tar.gz
 Source-MD5: a204ed6ce76c1b9bb5e58486a182774f
 SourceDirectory: Avl


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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 avl.info, 1.11, 1.12 avl.patch, 1.4, 1.5

2009-07-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25543

Modified Files:
avl.info avl.patch 
Log Message:


Index: avl.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/avl.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- avl.patch   17 Nov 2007 22:17:25 -  1.4
+++ avl.patch   17 Jul 2009 15:23:08 -  1.5
@@ -1,6 +1,6 @@
-diff -urN avl-3.22-1/Avl/bin/Makefile avl-3.22-1mod/Avl/bin/Makefile
 Avl/bin/Makefile   2005-12-02 20:38:33.0 -0500
-+++ Avl/bin/Makefile   2005-12-02 20:34:51.0 -0500
+diff -urN Avl_orig/bin/Makefile Avl/bin/Makefile
+--- Avl_orig/bin/Makefile  2009-07-17 09:36:17.0 -0400
 Avl/bin/Makefile   2009-07-17 09:41:37.0 -0400
 @@ -2,7 +2,7 @@
  # Makefile for AVL
  #
@@ -10,7 +10,7 @@
  
  SRC = ../src
  
-@@ -22,9 +22,9 @@
+@@ -23,9 +23,9 @@
  
  ###
  ###  Default compilers and flags
@@ -20,62 +20,55 @@
 -PLTLIB = -lX11
 +PLTLIB = -L/usr/X11R6/lib -lX11
  FTNLIB =
- ##--
  
-@@ -59,16 +59,16 @@
+ #Subroutine SECOND source file
+@@ -64,14 +64,14 @@
  #FFLAGS = -O3
  ##--
  ### Intel Fortran Compiler 8.x
 -FC = ifort
-+#FC = ifort
- FFLAGS = -O 
+-FFLAGS = -O 
 -PLTLIB = -L/usr/X11R6/lib -lX11
+-SECOND = second_ifc.f
++#FC = ifort
++#FFLAGS = -O 
 +#PLTLIB = -L/usr/X11R6/lib -lX11
- #FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o
- #FTNLIB = -Vaxlib -i_dynamic
++#SECOND = second_ifc.f
  #FTNLIB = -Vaxlib
  ##--
  ### double-precision option (also need double precision Eispack and libPlt)
 -FFLAGS = -O -r8
--PLTOBJ = ../plotlib/libPltDP.a 
 +FFLAGS = -O3 -fdefault-real-8
-+PLTOBJ = ../plotlib/libPltDP.a 
+ PLTOBJ = ../plotlib/libPltDP.a 
  
  
- all:$(PROGS)
-diff -urN avl-3.22-1/Avl/eispack/Makefile avl-3.22-1mod/Avl/eispack/Makefile
 Avl/eispack/Makefile   2005-07-11 11:43:03.0 -0400
-+++ Avl/eispack/Makefile   2005-12-02 20:35:37.0 -0500
+diff -urN Avl_orig/eispack/Makefile Avl/eispack/Makefile
+--- Avl_orig/eispack/Makefile  2009-07-17 09:36:17.0 -0400
 Avl/eispack/Makefile   2009-07-17 09:42:31.0 -0400
 @@ -1,7 +1,7 @@
  
--#FC = f77
+ #FC = f77
 -FC = ifort
-+FC = gfortran
-+#FC = ifort
 -FLG = -O
++FC = gfortran
 +FLG = -O3 -fdefault-real-8
  EISLIB = eispack.a
  AR = ar r
  RAN = ranlib
-
- 
- 
-diff -urN avl-3.22-1/Avl/plotlib/Makefile avl-3.22-1mod/Avl/plotlib/Makefile
 Avl/plotlib/Makefile   2005-12-02 20:38:33.0 -0500
-+++ Avl/plotlib/Makefile   2005-12-02 20:32:10.0 -0500
-@@ -30,13 +30,13 @@
- ##
- 
+diff -urN Avl_orig/plotlib/Makefile Avl/plotlib/Makefile
+--- Avl_orig/plotlib/Makefile  2009-07-17 09:36:17.0 -0400
 Avl/plotlib/Makefile   2009-07-17 09:45:25.0 -0400
+@@ -32,11 +32,11 @@
  # Point to your install directory
--#INSTALLDIR= $(HOME)/lib
-+INSTALLDIR= @PREFIX@/lib
+ #INSTALLDIR= $(HOME)/lib
  #INSTALLDIR= /usr/local/lib
- #INSTALLDIR= .
+-#INSTALLDIR= .
++INSTALLDIR= @PREFIX@/lib
  
  # Use these to set default library name (overridden in config.make file) 
 -PLTLIB = libPlt.a
-+#PLTLIB = libPlt.a
 -#PLTLIB = libPltDP.a
++#PLTLIB = libPlt.a
 +PLTLIB = libPltDP.a
  
  
@@ -89,13 +82,7 @@
  ###
  ###
  ###  Uncomment to add the primitive 3D-view routines
-@@ -64,19 +64,19 @@
- ###  HPUX f77
- ###  Absoft f77 on Linux
- ###
--#OBJMISC = util-ops.o
-+OBJMISC = util-ops.o
-
+@@ -69,14 +69,14 @@
  
  ###
  ###  Default compilers and flags, install commands
@@ -107,98 +94,31 @@
  DEFINE = -DUNDERSCORE
  # Uncomment DP to make double-precision version
 -#DP = -r8
-+DP = -fdefault-real-8
 -FFLAGS  = -O $(DP)
-+FFLAGS  = -O3 $(DP)
 -CFLAGS  = -O $(DEFINE)
++DP = -fdefault-real-8
++FFLAGS  = -O3 $(DP)
 +CFLAGS  = -O2 -I/usr/X11R6/include/ $(DEFINE)
  AR = ar r 
  RANLIB = ranlib
  LINKLIB =  -lX11 
+diff -urN Avl_orig/plotlib/config.make.DP Avl/plotlib/config.make.DP
+--- Avl_orig/plotlib/config.make.DP2009-07-17 09:36:17.0 -0400
 Avl/plotlib/config.make.DP 2009-07-17 11:10:46.0 -0400
+@@ -127,3 +127,16 @@
+ #RANLIB = ar qs
+ #LINKLIB =  -lX11
  
- 
- 
-diff -urN avl-3.22-1/Avl/plotlib/config.make.DP 
avl-3.22-1mod/Avl/plotlib/config.make.DP
 Avl/plotlib/config.make.DP 2005-12-02 20:38:33.0 -0500
-+++ Avl/plotlib/config.make.DP 2005-12-02 20:30:35.0 -0500
-@@ -24,17 +24,17 @@
- ###  or the yaf77 or the old f77 shell script from f2c
- ###   g77the GNU Fortran compiler 
- #
--#FC = g77-3
++###-
++###  Uncomment for 

[cvs] dists/10.4/unstable/main/finkinfo/editors bluefish-unstable.info, 1.4, 1.5

2009-06-10 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21896

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version.

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bluefish-unstable.info  16 Apr 2009 22:00:12 -  1.4
+++ bluefish-unstable.info  10 Jun 2009 22:46:51 -  1.5
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.4
+Version: 1.3.5
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: 51f306bf1d5311a5614d0ec8cba255b8
+Source-MD5: 35e59a98b4caf00d0042cff1925f9d5b
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
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 aquaterm.info, 1.8, 1.9

2009-05-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1021

Modified Files:
aquaterm.info 
Log Message:
Revised archname definition in install script IAW discussion on fink-devel list.

Index: aquaterm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/aquaterm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- aquaterm.info   19 Jan 2009 20:31:49 -  1.8
+++ aquaterm.info   19 May 2009 13:41:57 -  1.9
@@ -13,8 +13,10 @@
 InstallScript: 
  #!/bin/sh -ex
 
- archname=i386
- if test %m = powerpc; then archname=ppc; fi
+ # archname=i386
+ # if test %m = powerpc; then archname=ppc; fi
+ if test %m = powerpc; then archname=ppc; else archname=%m; fi
+ ARCHS=$archname
  xcodebuild install -target AquaTerm -configuration Deployment DSTROOT=%d 
INSTALL_PATH=%p/Applications DYLIB_INSTALL_NAME_BASE=%p/Library/Frameworks 
GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=$archname
 
  mkdir -p %i/include/aquaterm


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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 aquaterm.info, 1.9, 1.10 aquaterm.patch, 1.4, 1.5

2009-05-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12131

Modified Files:
aquaterm.info aquaterm.patch 
Log Message:
Updated patch to zap the MACOSX_DEPLOYMENT_TARGET=10.1 in 
AquaTerm.xcodeproj/project.pbxproj

Index: aquaterm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/aquaterm.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aquaterm.patch  19 Jan 2009 20:31:49 -  1.4
+++ aquaterm.patch  19 May 2009 18:42:32 -  1.5
@@ -1,6 +1,70 @@
 diff -Nurd -x'*~' aquaterm.orig/AquaTerm.xcodeproj/project.pbxproj 
aquaterm/AquaTerm.xcodeproj/project.pbxproj
 --- aquaterm.orig/AquaTerm.xcodeproj/project.pbxproj   2006-07-31 
17:49:13.0 -0400
 +++ aquaterm/AquaTerm.xcodeproj/project.pbxproj2008-09-03 
17:16:33.0 -0400
+@@ -756,7 +756,6 @@
+   GCC_PREFIX_HEADER = 
$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h;
+   INFOPLIST_FILE = 
AquaTerm.framework-Info.plist;
+   INSTALL_PATH = 
$(LOCAL_LIBRARY_DIR)/Frameworks;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OPTIMIZATION_CFLAGS = -O0;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+@@ -793,7 +792,6 @@
+   GCC_PREFIX_HEADER = 
$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h;
+   INFOPLIST_FILE = 
AquaTerm.framework-Info.plist;
+   INSTALL_PATH = 
$(LOCAL_LIBRARY_DIR)/Frameworks;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
+@@ -827,7 +825,6 @@
+   GCC_PREFIX_HEADER = 
$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h;
+   INFOPLIST_FILE = 
AquaTerm.framework-Info.plist;
+   INSTALL_PATH = 
$(LOCAL_LIBRARY_DIR)/Frameworks;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
+@@ -860,7 +857,6 @@
+   GCC_PREFIX_HEADER = 
$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h;
+   INFOPLIST_FILE = 
AquaTerm.framework-Info.plist;
+   INSTALL_PATH = 
$(LOCAL_LIBRARY_DIR)/Frameworks;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
+@@ -900,7 +896,6 @@
+   INFOPLIST_FILE = AquaTerm.app-Info.plist;
+   INSTALL_PATH = $(USER_APPS_DIR);
+   LIBRARY_SEARCH_PATHS = 
/tmp/AquaTerm.dst/usr/local/lib;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OPTIMIZATION_CFLAGS = -O0;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+@@ -940,7 +935,6 @@
+   INFOPLIST_FILE = AquaTerm.app-Info.plist;
+   INSTALL_PATH = $(USER_APPS_DIR);
+   LIBRARY_SEARCH_PATHS = ;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
+@@ -977,7 +971,6 @@
+   INFOPLIST_FILE = AquaTerm.app-Info.plist;
+   INSTALL_PATH = $(USER_APPS_DIR);
+   LIBRARY_SEARCH_PATHS = 
/tmp/AquaTerm.dst/usr/local/lib;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
+@@ -1013,7 +1006,6 @@
+   INFOPLIST_FILE = AquaTerm.app-Info.plist;
+   INSTALL_PATH = $(USER_APPS_DIR);
+   LIBRARY_SEARCH_PATHS = 
/tmp/AquaTerm.dst/usr/local/lib;
+-  MACOSX_DEPLOYMENT_TARGET = 10.1;
+   OTHER_CFLAGS = ;
+   OTHER_LDFLAGS = (
+   -framework,
 @@ -1109,28 +1109,24 @@
CB699C8D08953AAD00C4B248 /* Development */ = {
   

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods simplejson-py.info, 1.5, 1.6

2009-04-23 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16975

Modified Files:
simplejson-py.info 
Log Message:
New upstream version + add python26 and remove python24

Index: simplejson-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/simplejson-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- simplejson-py.info  8 May 2008 00:55:57 -   1.5
+++ simplejson-py.info  23 Apr 2009 13:51:04 -  1.6
@@ -1,14 +1,14 @@
 Info2: 
 
 Package: simplejson-py%type_pkg[python]
-Version: 1.9.1
+Version: 2.0.9
 Revision: 1
 Maintainer: Kevin Horton khorto...@rogers.com
-Type: python ( 2.4 2.5)
+Type: python ( 2.5 2.6 )
 BuildDepends: setuptools-py%type_pkg[python]
 Depends: python%type_pkg[python]
 Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
-Source-MD5: d2ee608bdf6397b82a7cd53c8602b29e
+Source-MD5: af5e67a39ca3408563411d357e6d5e47
 SourceRename: simplejson-%v.tar.gz
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: 


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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 bluefish-unstable.info, 1.3, 1.4

2009-04-16 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25198

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bluefish-unstable.info  28 Jan 2009 14:52:16 -  1.3
+++ bluefish-unstable.info  16 Apr 2009 22:00:12 -  1.4
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.2
+Version: 1.3.4
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: cd65692ac3a221e8043aeb166a7bd89f
+Source-MD5: 51f306bf1d5311a5614d0ec8cba255b8
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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 cadabra.info,1.18,1.19

2009-03-13 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16082

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

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cadabra.info30 Nov 2008 11:52:32 -  1.18
+++ cadabra.info14 Mar 2009 00:11:20 -  1.19
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 1.0
+Version: 1.08
 Revision: 1
 Description: Computer algebra system for field theory
 License: GPL
@@ -28,7 +28,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 19b089baea425fd867bd6602fe09c8c3
+Source-MD5: a33a17c0794ce7e40b600a0f23bbfff2
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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/libs/perlmods test-numeric-pm.info, 1.4, 1.5

2009-02-22 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9968

Modified Files:
test-numeric-pm.info 
Log Message:
added perl 5.8.8

Index: test-numeric-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-numeric-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- test-numeric-pm.info16 Jun 2007 22:45:16 -  1.4
+++ test-numeric-pm.info22 Feb 2009 23:59:04 -  1.5
@@ -4,7 +4,7 @@
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
-Type: perl (5.8.1 5.8.4 5.8.6)
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
 Description: Testing utilities for numbers
 License: Artistic
 Maintainer: Kevin Horton khorto...@rogers.com


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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 bluefish-unstable.info, 1.2, 1.3

2009-01-28 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv880

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version.

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bluefish-unstable.info  4 Jan 2009 20:16:43 -   1.2
+++ bluefish-unstable.info  28 Jan 2009 14:52:16 -  1.3
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.1
+Version: 1.3.2
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: 1d1466986c49cfdb3749d1d32f710af2
+Source-MD5: cd65692ac3a221e8043aeb166a7bd89f
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
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 aquaterm.info, 1.7, 1.8 aquaterm.patch, 1.3, 1.4

2009-01-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30669

Modified Files:
aquaterm.info aquaterm.patch 
Log Message:
Maintainer change.  Patched aquaterm to change 1000 px max window width to 4096 
px to suit large monitors.

Index: aquaterm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/aquaterm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- aquaterm.patch  3 Sep 2008 21:26:14 -   1.3
+++ aquaterm.patch  19 Jan 2009 20:31:49 -  1.4
@@ -30,3 +30,15 @@
};
name = Default;
};
+diff -urN aquaterm_orig/AQTPlot.m aquaterm/AQTPlot.m
+--- aquaterm_orig/AQTPlot.m 2009-01-17 16:12:08.0 -0500
 aquaterm/AQTPlot.m  2009-01-17 16:12:56.0 -0500
+@@ -19,7 +19,7 @@
+ 
+ #define TITLEBAR_HEIGHT 22.0
+ #define WINDOW_MIN_WIDTH 200.0
+-#define WINDOW_MAX_WIDTH 1000.0
++#define WINDOW_MAX_WIDTH 4096.0
+ 
+ /* Debugging extras */
+ static inline void NOOP_(id x, ...) {;}

Index: aquaterm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/aquaterm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- aquaterm.info   3 Sep 2008 21:26:14 -   1.7
+++ aquaterm.info   19 Jan 2009 20:31:49 -  1.8
@@ -1,10 +1,10 @@
 Package: aquaterm
 Version: 1.0.1
-Revision: 4
+Revision: 5
 Source: mirror:sourceforge:aquaterm/aquaterm_src.%v.tar.gz
 Source-MD5: e9d3ecdfe770d6f09a748add9886d1a9
 PatchFile: %n.patch
-PatchFile-MD5: 1edf498cabd8762aec952613fa07cbde
+PatchFile-MD5: d1222c65eef6a3b53265421bc8de50b9
 BuildDepends: fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 GCC: 4.0
@@ -49,5 +49,13 @@
 DocFiles: ReadMe ReleaseNotes INSTALL Help/*.html
 License: OSI-Approved
 Description: Displays vector graphics in Aqua
-Maintainer: None fink-de...@lists.sourceforge.net
+DescPackaging: 
+  Package previously maintained by Jeffrey Whitaker. 
+  Package ownership assumed by Kevin Horton as of aquaterm-1.0.1-5.
+  
+  AQTPlot.m patched in aquaterm-1.0.1-5 to remove the 1000 px max
+  window width.  See:
+  
http://sourceforge.net/mailarchive/message.php?msg_name=CB4B60C2-CFD5-469D-8E56-6D5638D58138%40mac.com
+
+Maintainer: Kevin Horton khorto...@rogers.com
 Homepage: http://aquaterm.sourceforge.net


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
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 bluefish-unstable.info, 1.1, 1.2

2009-01-04 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1463

Modified Files:
bluefish-unstable.info 
Log Message:
New upstream version, plus corrected Conflicts/Replaces.

Index: bluefish-unstable.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish-unstable.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bluefish-unstable.info  16 Dec 2008 23:45:45 -  1.1
+++ bluefish-unstable.info  4 Jan 2009 20:16:43 -   1.2
@@ -1,10 +1,10 @@
 Info2: 
 Package: bluefish-unstable%type_pkg[bluefish]
 Type: bluefish (. -gnome2)
-Version: 1.3.0
+Version: 1.3.1
 Revision: 1
 Source: http://www.bennewitz.com/bluefish/devel/source/%{ni}-%v.tar.bz2
-Source-MD5: 117af9369ce98aae3a3a11242d3525ea
+Source-MD5: 1d1466986c49cfdb3749d1d32f710af2
 SourceDirectory: %{ni}-%v
 Depends: 
   aspell-shlibs (= 0.50.5-1002), 
@@ -79,8 +79,8 @@
   (%type_raw[bluefish] = -gnome2) gnome-keyring-dev (= 0.4.3-1004), 
   (%type_raw[bluefish] = -gnome2) libbonoboui2-dev (= 2.20.0-1)
 
-Replaces: bluefish-unstable, bluefish-unstable-gnome2
-Conflicts: bluefish-unstable, bluefish-unstable-gnome2
+Replaces: bluefish-unstable, bluefish-unstable-gnome2, bluefish,  
bluefish-gnome2, bluefish-gnome2-novfs, bluefish-gnomevfs2
+Conflicts: bluefish-unstable, bluefish-unstable-gnome2, bluefish,  
bluefish-gnome2, bluefish-gnome2-novfs, bluefish-gnomevfs2
 SetCFLAGS: -Os
 SetLDFLAGS: -bind_at_load
 ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-splash-screen --with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases 
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


--
___
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/net sylpheed-gpgme.info, 1.11, 1.12 sylpheed.info, 1.17, 1.18

2008-12-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11188

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
New upstream version.

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sylpheed-gpgme.info 20 Jul 2008 21:14:10 -  1.11
+++ sylpheed-gpgme.info 19 Dec 2008 21:28:30 -  1.12
@@ -1,6 +1,6 @@
 Package: sylpheed-gpgme
-Version: 2.5.0
-Revision: 1001
+Version: 2.6.0
+Revision: 1
 Depends: 
   jpilot, pilot-link10-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
@@ -24,8 +24,8 @@
 Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-%v.tar.bz2
-Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
+Source-MD5: 5b7ed03b106e2a0d300b103652dd34c2
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- sylpheed.info   20 Jul 2008 21:14:10 -  1.17
+++ sylpheed.info   19 Dec 2008 21:28:30 -  1.18
@@ -1,6 +1,6 @@
 Package: sylpheed
-Version: 2.5.0
-Revision: 1001
+Version: 2.6.0
+Revision: 1
 Depends: 
   jpilot (= 0.99.9-12), pilot-link10-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
@@ -25,8 +25,8 @@
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-%v.tar.bz2
-Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-%v.tar.bz2
+Source-MD5: 5b7ed03b106e2a0d300b103652dd34c2
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils xfplan.info, 1.2, 1.3 xfplan.patch, 1.1, 1.2

2008-12-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19256

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

Index: xfplan.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xfplan.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfplan.info 7 Oct 2007 22:28:15 -   1.2
+++ xfplan.info 18 Dec 2008 01:42:41 -  1.3
@@ -1,20 +1,31 @@
 Package: xfplan
-Version: 0.1
-Revision: 2
-Architecture: powerpc
-Distribution: 10.4
+Version: 0.8-20081218
+Revision: 1
 Maintainer: Kevin Horton khorto...@rogers.com
-Source: mirror:sourceforge:fplan/%n-%v.src.tar.gz
-Source-MD5: 8b977559ae9324e15345382844bc6786
-#xfce | xfce-taskbar,
+
+Source: http://www.kilohotel.com/fink/%n-%v.tar.gz
+Source-MD5: 618bc81391596f4934035114bc244fc8
+Source2: http://www.kilohotel.com/fink/fplan-db-2008.11.20.zip
+Source2-MD5: 5e75bf86636954e0e02ecffe91117573
+SourceDirectory: xfplan
+
 Depends: gnome-libs-shlibs,  x11,  glib-shlibs, imlib-shlibs, gtk+-shlibs, 
esound-shlibs, audiofile-shlibs, gettext
-BuildDepends: gnome-libs-dev, gcc3.3, glib, imlib, gtk+, esound, audiofile, 
gettext-dev
-SetCC: gcc-3.3
-SourceDirectory: xfplan-%v
+BuildDepends: gnome-libs-dev, glib, imlib, gtk+, esound, audiofile, gettext-dev
 Conflicts: fplan, fplan-nox
 Replaces: fplan, fplan-nox
+
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
-CompileScript: make
+CompileScript: 
+  cd ShapeLib; make
+  make
+
+
+InstallScript: 
+  make install prefix=%i
+  /usr/bin/install -d -m 755 %i/share/fplan/
+  /bin/cp ../fplan-db-2008.11.20/* %i/share/fplan
+  /bin/cp fplan.5 %i/share/man/man5/
+
 DocFiles: ANNOUNCE AUTHORS BUGS CHANGE.LOG FAQ LICENSE NOTES README TODO guide*
 Description: Flight Planning Tool
 DescDetail: 
@@ -24,21 +35,12 @@
 
 DescUsage: 
  xfplan requires a database of airports, VORs, etc to do anything useful.
- You can download the latest database of US airports, navaids and state 
- boundaries at  http://sourceforge.net/project/showfiles.php?group_id=137000.  
- Look for the file fplan-db. The database should be expanded and the files 
- copied to %p/share/fplan
+ Databases for US airports, navaids, special use airspace, state boundaries,
+ etc are installed in %p/share/fplan as part of this package.
  
  Use paddb to create a personal database if desired.  paddb is very 
  particular about the format of the input file.  See the User's Quide and
  man 5 fplan.
- 
- This package will not build with gcc 4.0.  It requires gcc 3.3.  Issue a 
- gcc_select 3.3 in the Terminal to switch to gcc 4.0 if required.
- 
- Many features do not yet work, including saving files.  Development progress
- is very slow.  It isn't obvious when or if new features will be added.  Basic
- flight planning does work.
 
 
 License: GPL

Index: xfplan.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xfplan.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfplan.patch21 Sep 2006 14:10:34 -  1.1
+++ xfplan.patch18 Dec 2008 01:42:41 -  1.2
@@ -1,62 +1,27 @@
 diff -Naur Makefile.orig Makefile
 --- xfplan-0.1/Makefile.orig2005-06-01 21:48:31.0 -0400
 +++ xfplan-0.1/Makefile2005-06-01 22:09:36.0 -0400
-@@ -68,11 +68,11 @@
+@@ -165,8 +165,8 @@
  
- # ---
- # Eventual final destination for program:
--prefix = /usr/local
+ 
+ # For Mac OSX, use these settings:
+-#prefix = /sw
+-#CCOPTS = -no-cpp-precomp -I/sw/include
 +prefix = @PREFIX@
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- datadir = $(prefix)/share/fplan
--mandir = $(prefix)/man
-+mandir = $(prefix)/share/man
- man1dir = $(mandir)/man1
- man5dir = $(mandir)/man5
- man1ext = .1
-@@ -117,7 +117,7 @@
- # Define any additional flags required by the C compiler during the
- # compilation phase (such as flags for debugging or optimization,
- # include -DOS2 when building under OS2/EMX, and -DDOS under MS-DOS)
--CCOPTS = -O
-+#CCOPTS = -O
- #CCOPTS = -g
- #
- #CCOPTS = -O2 -m486 -fomit-frame-pointer
-@@ -126,6 +126,7 @@
- #CCOPTS = -g -DDEBUG -Wall -pedantic
- #CCOPTS = -O -DOS2
- #CCOPTS = -O -DMSDOS
 +CCOPTS = -no-cpp-precomp -...@prefix@/include
  
  # ---
  # Define any additional flags required by the loader for the link phase,
-@@ -318,7 +319,7 @@
-$(PROTODIR)$(man1dir) $(PROTODIR)$(man5dir)
- 
- 
--install: install-exe install-man install-dbs
-+install: install-exe install-man
- 
- install-exe: $(EXES) $(PROTODIR)$(bindir)
-$(INSTALL) $(EXES) $(PROTODIR)$(bindir)
 
 diff -Naur config.h config.h.new
 --- xfplan-0.1/config.h2005-06-01 21

[cvs] dists/10.4/unstable/main/finkinfo/editors bluefish-unstable.info, NONE, 1.1 bluefish.info, 1.12, 1.13

2008-12-16 Thread Kevin Horton
), 
  fontconfig2-dev (= 2.4.1-1),
  freetype219 (= 2.3.5-1),
  glitz,
  gtk+2-dev (= 2.12.8-1), 
  x11-dev, 
  libxml2 (= 2.6.22-1002), 
  (%type_raw[bluefish] = -gnome2) orbit2-dev (= 2.14.10-1), 
  (%type_raw[bluefish] = -gnome2) gconf2-dev (= 2.20.0-1), 
  (%type_raw[bluefish] = -gnome2) libbonobo2-dev (= 2.20.0-1), 
  (%type_raw[bluefish] = -gnome2) dbus-dev (= 1.0.2-1), 
  (%type_raw[bluefish] = -gnome2) audiofile, 
  (%type_raw[bluefish] = -gnome2) esound (= 0.2.36-1), 
  (%type_raw[bluefish] = -gnome2) libart2 (= 2.3.17-1), 
  (%type_raw[bluefish] = -gnome2) libgnome2-dev (= 2.20.0-1), 
  (%type_raw[bluefish] = -gnome2) popt (= 1.10.4-1), 
  (%type_raw[bluefish] = -gnome2) libglade2 (= 2.6.2-1), 
  (%type_raw[bluefish] = -gnome2) libgnomecanvas2-dev (= 2.20.0-1), 
  (%type_raw[bluefish] = -gnome2) gnome-keyring-dev (= 0.4.3-1004), 
  (%type_raw[bluefish] = -gnome2) libbonoboui2-dev (= 2.20.0-1)

Replaces: bluefish-unstable, bluefish-unstable-gnome2
Conflicts: bluefish-unstable, bluefish-unstable-gnome2
SetCFLAGS: -Os
SetLDFLAGS: -bind_at_load
ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--disable-splash-screen --with-icon-path=%p/share/pixmaps 
--with-freedesktop_org-menu=%p/share/applications 
--with-freedesktop_org-mime=%p/share/mime 
--with-gnome2_4-mime=%p/share/mime-info --disable-update-databases 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
CompileScript: 
 #!/bin/sh -ev
 chmod 0644 po/ja.po
 perl -pi.bak -e 's|Tcl\:|tcl\:|g' data/highlighting.in
 if [ %type_raw[bluefish] == -gnome2 ]; then
  ./configure %c --with-gnome2_4-appreg=%p/share/application-registry
 else
  ./configure %c --without-gnome2_4-appreg
  fi
 make

InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d

PostInstScript: 
 [ -x %p/bin/update-mime-database ]  update-mime-database %p/share/mime  
/dev/null 21 || :
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :

PostRmScript: 
 [ -x %p/bin/update-mime-database ]  update-mime-database %p/share/mime  
/dev/null 21 || :
 [ -x %p/bin/update-desktop-database ]  update-desktop-database -q 
%p/share/applications || :

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
Description: Web-oriented text editor
DescDetail: 
 Bluefish-unstable is the developmental version of bluefish, a 
 syntax-coloring text editor for the experienced web designer, it was 
 designed for editing HTML, PHP and the like. It has (among others) the 
 following major features:
 * Projects for quick access of frequently used sets of files
 * Customizable syntax highlighting based on Perl Compatible 
   regular expressions for java, C, php, xml, python, perl, etc.
 * Multiple encodings support: utf-8, iso-xxx, Chinese, etc. 
 * Wizards for startup, tables, frames, and others
 * Dialogs for many HTML tags, with all their attributes
 * User-customizable toolbar for quick access to often used functions
 * A custom menu to specify your own tags or sets of code, and define 
   your own dialogs
 * Custom search and replace pattern support for the Custom menu
 * Function reference browser, including reference files for PHP, 
   HTML, CSS2, and Python
 * User customizable integration of many programs, including weblint, 
   tidy, make, xmllint. 
 Installation
 To install bluefish-unstable on a system with gnome2 installed, use:
 * fink install bluefish-unstable-gnome2
 To install bluefish-unstable on a system without gnome2 installed, use:
 * fink install bluefish-unstable
 The package can coexist with the bluefish package.
 It is also recommended to install applesystemfonts.
 Usage
 * Launch it with: bluefish-unstable
 * To get the custom menus in French language,
   launch it with:
   export LANGUAGE=fr_FR; export LANG=fr_FR; export LC_ALL=fr_FR; bluefish
 * Do not forget to install the desired aspell dictionaries
 Documentation
 * The English documentation is available as a separate package:
   bluefish-doc

DescPackaging: 
 Update share-mime-database in PostInstScript and PostRmScript.
 Update desktop-database in PostInstScript and PostRmScript.

DescPort: 
 Previous versions by Christoph Pfisterer, Matt Stephenson and Michele Garoche

License: GPL
Homepage: http://bluefish.openoffice.nl
Maintainer: Kevin Horton khorto...@rogers.com



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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 convertall.info,1.4,1.5

2008-12-06 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv677

Modified Files:
convertall.info 
Log Message:
New convertall site URL.

Index: convertall.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/convertall.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- convertall.info 30 May 2008 10:34:39 -  1.4
+++ convertall.info 6 Dec 2008 18:01:12 -   1.5
@@ -21,4 +21,4 @@
   that use multiple units, e.g. convert from feet per decade to 
   nautical miles per fortnight.
 
-Homepage: http://www.bellz.org/convertall/index.html
+Homepage: http://convertall.bellz.org/


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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/libs/pythonmods beautifulsoup-py.info, 1.3, 1.4

2008-12-06 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29138

Modified Files:
beautifulsoup-py.info 
Log Message:
New upstream version.
Added python2 variant.


Index: beautifulsoup-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/beautifulsoup-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- beautifulsoup-py.info   11 Jan 2008 00:49:39 -  1.3
+++ beautifulsoup-py.info   6 Dec 2008 23:17:09 -   1.4
@@ -1,13 +1,13 @@
 Info2: 
 
 Package: beautifulsoup-py%type_pkg[python]
-Version: 3.0.5
+Version: 3.0.7a
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Type: python (2.4 2.5)
+Type: python (2.4 2.5 2.6)
 Depends: python%type_pkg[python]
 Source: 
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-%v.tar.gz
-Source-MD5: ccbf5ee2199b115935a3ca9a2674f44e
+Source-MD5: d28c8148bb770e72762eb202fa797b56
 SourceDirectory: BeautifulSoup-%v
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: python%type_raw[python] setup.py install --root=%d


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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/devel importchecker-py.info, 1.1, 1.2

2008-12-06 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1958

Modified Files:
importchecker-py.info 
Log Message:
Added python2.6 variant.CVS: 
--


Index: importchecker-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/importchecker-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- importchecker-py.info   8 May 2008 00:55:09 -   1.1
+++ importchecker-py.info   6 Dec 2008 23:42:26 -   1.2
@@ -5,7 +5,7 @@
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
-Type: python (2.3 2.4 2.5)
+Type: python (2.3 2.4 2.5 2.6)
 
 Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
 


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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/libs/pythonmods geopy-py.info, 1.1, 1.2

2008-12-06 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3083

Modified Files:
geopy-py.info 
Log Message:
Added python2.6 variant.


Index: geopy-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/geopy-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geopy-py.info   4 Nov 2006 18:41:14 -   1.1
+++ geopy-py.info   6 Dec 2008 23:48:45 -   1.2
@@ -4,7 +4,7 @@
 Version: 0.93
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Type: python (2.4 2.5)
+Type: python (2.4 2.5 2.6)
 BuildDepends: setuptools-py%type_pkg[python]
 Depends: python%type_pkg[python]
 Source: http://kilohotel.com/fink/geopy-%v-svn20061015.tar.gz


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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/libs/pythonmods pyusb-py.info, 1.5, 1.6

2008-12-06 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6143

Modified Files:
pyusb-py.info 
Log Message:
New upstream version + add python2.6 variant.


Index: pyusb-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/pyusb-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pyusb-py.info   11 Jul 2007 01:41:32 -  1.5
+++ pyusb-py.info   7 Dec 2008 00:04:59 -   1.6
@@ -1,15 +1,15 @@
 Info2: 
 
 Package: pyusb-py%type_pkg[python]
-Version: 0.4.0   
+Version: 0.4.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Type: python (2.3 2.4 2.5)
+Type: python (2.3 2.4 2.5 2.6)
 BuildDepends: libusb
 Depends: python%type_pkg[python], libusb-shlibs
 Source: mirror:sourceforge:pyusb/pyusb-%v.tar.gz
-Source-MD5: 3162d4864568e34344a1886a4880878b
+Source-MD5: 9576c3e471e40e021fa44f36712bbd04
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build
 
@@ -18,14 +18,14 @@
   mkdir -p %i/share/doc/pyusb-py%type_pkg[python]/samples
   install samples/*.py %i/share/doc/pyusb-py%type_pkg[python]/samples/
 
-DocFiles: README gpl.txt
+DocFiles: README license.txt
 Description: Provides USB access to python
 DescDetail: 
   PyUSB provides easy USB access to python.
   The module contains classes and methods to
   support most USB operations.
 
-License: GPL
+License: BSD
 Homepage: http://pyusb.berlios.de/
 
 


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.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 cadabra.info,1.17,1.18

2008-11-30 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30996

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

Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cadabra.info19 Jul 2008 02:32:34 -  1.17
+++ cadabra.info30 Nov 2008 11:52:32 -  1.18
@@ -1,6 +1,6 @@
 Package: cadabra
-Version: 0.136
-Revision: 1004
+Version: 1.0
+Revision: 1
 Description: Computer algebra system for field theory
 License: GPL
 Maintainer: Kevin Horton [EMAIL PROTECTED]
@@ -8,19 +8,27 @@
 # Dependencies:
 Depends: 
   qt3-shlibs, lie, texmacs, gtk+2-shlibs (= 2.12.0-1), 
-  pcre-shlibs (= 7.6-2), x11-shlibs, gmp-shlibs, libgmpxx-shlibs, 
libsigc++2-shlibs, 
-  pango1-xft2-ft219-shlibs (= 1.18.4-4), atk1-shlibs (= 1.20.0-1), 
gtkmm2.4-shlibs (= 2.12.0-1), glibmm2.4-shlibs (= 2.13.9-1), 
-  breqn, applesystemfonts, gnome-icon-theme (= 2.20.0-1), modglue-shlibs, 
glib2-shlibs (= 2.14.0-1), libgettext3-shlibs, libiconv
+  pcre-shlibs (= 7.6-2), x11-shlibs, gmp-shlibs, libgmpxx-shlibs,  
+  libsigc++2-shlibs, gtkmm2.4-shlibs (= 2.14.3-1),
+  pango1-xft2-ft219-shlibs (= 1.18.4-4), atk1-shlibs (= 1.20.0-1),
+  glibmm2.4-shlibs (= 2.13.9-1), breqn, applesystemfonts, 
+  gnome-icon-theme (= 2.20.0-1), modglue-shlibs, glib2-shlibs (= 2.14.0-1), 
+  libgettext3-shlibs, libiconv
 
 BuildDepends: 
-  breqn, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, fontconfig2-dev (= 
2.4.1-1), freetype219 (= 2.3.5-1), gettext-bin, gettext-tools, glitz, libjpeg, 
libpng3, libtiff, pkgconfig (= 0.21-1), xft2-dev,
-  modglue (= 1.8-1), gtk+2-dev (= 2.12.0-1), x11-dev, pcre (= 7.6-2), gmp, 
libsigc++2 (= 2.0.17-1001), glib2-dev (= 2.14.0-1), 
-  pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), atk1 (= 
1.20.0-1), glibmm2.4-dev (= 2.13.9-1), gtkmm2.4-dev (= 2.12.0-1), 
libgettext3-dev, libiconv-dev
+  breqn, cairo (= 1.6-1), cairomm1 (= 1.2-1), expat1, 
+  fontconfig2-dev (= 2.4.1-1), freetype219 (= 2.3.5-1), gettext-bin, 
+  gettext-tools, glitz, libjpeg, libpng3, libtiff, pkgconfig (= 0.21-1), 
+  xft2-dev, modglue, gtk+2-dev (= 2.12.0-1), x11-dev, pcre (= 7.6-2), gmp, 
+  libsigc++2 (= 2.0.17-1001), glib2-dev (= 2.14.0-1), 
+  pango1-xft2-ft219-dev (= 1.18.4-4), pixman (= 0.10.0-1), atk1 (= 
1.20.0-1),
+  glibmm2.4-dev (= 2.13.9-1), libgettext3-dev, libiconv-dev, 
+  gtkmm2.4-gtk-dev (= 2.14.3-1), pangomm1.4.1-shlibs (= 2.14.0-1)
 
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: f0b57b39901c3d3717dd3c03c7e5adea
+Source-MD5: 19b089baea425fd867bd6602fe09c8c3
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in
@@ -44,7 +52,7 @@
   make
 
 # Install Phase:
-DocFiles: AUTHORS ChangeLog history COPYING
+DocFiles: AUTHORS ChangeLog COPYING
 InstallScript:  
   make test
   make advtest
@@ -54,6 +62,10 @@
   /bin/cp -PR %b/examples/* %i/share/doc/%n/examples
   /bin/mkdir %i/share/doc/%n/doc
   /bin/cp -PR %b/doc/* %i/share/doc/%n/doc
+  /bin/mkdir %i/share/doc/%n/html
+  /bin/cp -PR %b/html/* %i/share/doc/%n/html
+  /bin/mkdir %i/share/doc/%n/bugs
+  /bin/cp -PR %b/bugs/* %i/share/doc/%n/bugs
   /bin/mkdir %i/share/doc/%n/texmacs
   /bin/cp -PR %b/texmacs/* %i/share/doc/%n/texmacs
   /bin/mkdir -p %i/etc


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils modglue.info,1.5,1.6

2008-11-30 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6321

Modified Files:
modglue.info 
Log Message:
Maintainer change.

Index: modglue.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/modglue.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- modglue.info29 Nov 2008 22:52:47 -  1.5
+++ modglue.info30 Nov 2008 13:32:54 -  1.6
@@ -31,5 +31,5 @@
   %p/lib/libmid.1.dylib 2.0.0 %n (= 1.3-1)  
   
 
-Maintainer: Martin Costabel [EMAIL PROTECTED]
+Maintainer: Kevin Horton [EMAIL PROTECTED]
 Homepage: http://www.aei.mpg.de/~peekas/modglue/


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 mercurial-py.info, 1.9, 1.10

2008-11-19 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26596

Modified Files:
mercurial-py.info 
Log Message:
Tracker item 
http://sourceforge.net/tracker/index.php?func=detailaid=2305743group_id=17203atid=414256


Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mercurial-py.info   29 May 2008 20:42:47 -  1.9
+++ mercurial-py.info   19 Nov 2008 13:32:51 -  1.10
@@ -1,12 +1,12 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
 Distribution: (%type_pkg[python] = 23) 10.3
-Version: 1.0.1
+Version: 1.0.2
 Revision: 1
 Type: python (2.3 2.4 2.5)
 Depends: python%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: a4ef7eb2c8818404a459e3be05feff6f
+Source-MD5: 32432616f517107e6582721c257cd1f4
 CompileScript: 
 python%type_raw[python] setup.py build
 
@@ -102,4 +102,4 @@
 License: GPL
 Homepage: http://www.selenic.com/mercurial
 Maintainer: Pepe Barbe [EMAIL PROTECTED]
-
\ No newline at end of file
+


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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/net sylpheed-gpgme.info, 1.10, 1.11 sylpheed.info, 1.16, 1.17

2008-07-20 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11276

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
Corrected bad source URL

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sylpheed-gpgme.info 20 Jul 2008 05:41:18 -  1.10
+++ sylpheed-gpgme.info 20 Jul 2008 21:14:10 -  1.11
@@ -24,7 +24,7 @@
 Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-%v.tar.bz2
 Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sylpheed.info   20 Jul 2008 05:41:18 -  1.16
+++ sylpheed.info   20 Jul 2008 21:14:10 -  1.17
@@ -25,7 +25,7 @@
 Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
-Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
+Source: http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-%v.tar.bz2
 Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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/net sylpheed.info,1.14,1.15

2008-07-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv15636

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

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sylpheed.info   15 Jul 2008 01:41:20 -  1.14
+++ sylpheed.info   18 Jul 2008 22:55:26 -  1.15
@@ -1,6 +1,6 @@
 Package: sylpheed
-Version: 2.4.8
-Revision: 1003
+Version: 2.5.0
+Revision: 1000
 Depends: 
   jpilot (= 0.99.9-12), pilot-link10-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
@@ -26,7 +26,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
+Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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/net sylpheed-gpgme.info, 1.8, 1.9

2008-07-18 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23373

Modified Files:
sylpheed-gpgme.info 
Log Message:
New upstream version

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sylpheed-gpgme.info 15 Jul 2008 01:41:20 -  1.8
+++ sylpheed-gpgme.info 18 Jul 2008 23:12:45 -  1.9
@@ -1,6 +1,6 @@
 Package: sylpheed-gpgme
-Version: 2.4.8
-Revision: 1002
+Version: 2.5.0
+Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,
   openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
@@ -25,7 +25,7 @@
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
+Source-MD5: a6fc9e9c2a33876fddb33f25f40b820f
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 wine.info,1.5,1.6

2008-07-02 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24227

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


Index: wine.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wine.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wine.info   12 Apr 2008 14:05:00 -  1.5
+++ wine.info   2 Jul 2008 14:43:00 -   1.6
@@ -1,9 +1,10 @@
 Package: wine
-Version: 0.9.59
+Version: 1.1.0
 Revision: 1
 Description: Microsoft Windows compatibility layer
 License: LGPL
-Maintainer: Robert Cusick [EMAIL PROTECTED]
+Maintainer: Damian Dimmich [EMAIL PROTECTED]
+#Previous maintainer: Robert Cusick [EMAIL PROTECTED]
 # This version updated by Damian Dimmich
 
 #Much love to costabel, jfmertens, and other finkers for rebooting this 
package.
@@ -34,7 +35,7 @@
  msttcorefonts
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 8704e227745382e8ef5246787c482b23
+Source-MD5: b2374c4802bbef2f03633e153643b870
 
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -DDBUS_API_SUBJECT_TO_CHANGE
@@ -62,7 +63,7 @@
 
 Shlibs: %p/lib/libwine.1.dylib 1.0.0 %n (= 0.9.21-3)
 
-DocFiles: ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE README VERSION
+DocFiles: ANNOUNCE AUTHORS COPYING.LIB LICENSE README VERSION
 DescPort: 
 Didn't find dbus/dbus.h : added %p/include/dbus-1.0:%p/lib/dbus-1.0/include 
to search path, and required CPPFLAGS
 fontconfig.h : added /usr/X11R6/include
@@ -115,3 +116,5 @@
   BuildDependsOnly: true
   Files: include lib/libwine.dylib share/aclocal
 
+
+


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
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 cadabra.info,1.14,1.15

2008-06-24 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28500

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


Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cadabra.info10 Jun 2008 01:08:04 -  1.14
+++ cadabra.info25 Jun 2008 00:42:25 -  1.15
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 0.132
+Version: 0.136
 Revision: 1001
 Description: Computer algebra system for field theory
 License: GPL
@@ -19,7 +19,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 82a719ccd2c8022b4f3632d66ba1e22c
+Source-MD5: f0b57b39901c3d3717dd3c03c7e5adea
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in
@@ -38,8 +38,8 @@
 # Install Phase:
 DocFiles: AUTHORS ChangeLog history COPYING
 InstallScript:  
-  # make test
-  # make advtest
+  make test
+  make advtest
   make -j1 install DESTDIR=%d DEVDESTDIR=%d
   /bin/rm -fr %i/share/TeXmacs
   /bin/mkdir -m 777 -p %i/share/doc/%n/examples


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 cadabra.info,1.13,1.14

2008-06-09 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv32585

Modified Files:
cadabra.info 
Log Message:


Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cadabra.info23 Apr 2008 05:19:16 -  1.13
+++ cadabra.info10 Jun 2008 01:08:04 -  1.14
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 0.130
+Version: 0.132
 Revision: 1001
 Description: Computer algebra system for field theory
 License: GPL
@@ -19,7 +19,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 74ff6fdaf6f44583a11f385dc9d526ba
+Source-MD5: 82a719ccd2c8022b4f3632d66ba1e22c
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 convertall.info,1.3,1.4

2008-05-30 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31157

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


Index: convertall.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/convertall.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- convertall.info 27 Apr 2008 11:23:37 -  1.3
+++ convertall.info 30 May 2008 10:34:39 -  1.4
@@ -1,10 +1,10 @@
 Package: convertall
-Version: 0.4.1
+Version: 0.4.2
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 Depends: python25, pyqt4-py25
 Source: http://download.berlios.de/convertall/convertall-%v.tar.gz
-Source-MD5: 67abb34217a0287d481872c18547b04d
+Source-MD5: 5a11ee406cc816b6b64114cbb6243bee
 SourceDirectory: ConvertAll
 CompileScript: 
 echo Nothing to do in compile phase


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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/net sylpheed-beta-gpgme.info, 1.2, 1.3 sylpheed-beta.info, 1.3, 1.4

2008-05-20 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9821

Modified Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
Log Message:
New upstream version

Index: sylpheed-beta-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-beta-gpgme.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sylpheed-beta-gpgme.info1 May 2008 05:18:14 -   1.2
+++ sylpheed-beta-gpgme.info21 May 2008 01:11:09 -  1.3
@@ -1,5 +1,5 @@
 Package: sylpheed-beta-gpgme
-Version: 2.5.0beta1
+Version: 2.5.0rc
 Revision: 1
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -24,16 +24,16 @@
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, sylpheed-gpgme 
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-%v.tar.bz2
-Source-MD5: 0a8be05fb297c45470998c728b9e535e
+Source-MD5: 59aba70b4d7493d0707c4077b06aa5a0
 
-Patch: sylpheed-beta.patch
+#Patch: sylpheed-beta.patch
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared
 
 InstallScript: 
-make -j1 install DESTDIR=%d
+make install DESTDIR=%d
 install -d -m 755 %i/share/gnome/apps/Applications
 install -c -m 644 sylpheed.desktop %i/share/gnome/apps/Applications/
 install -d -m 755 %i/share/pixmaps

Index: sylpheed-beta.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-beta.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sylpheed-beta.info  1 May 2008 05:18:15 -   1.3
+++ sylpheed-beta.info  21 May 2008 01:11:09 -  1.4
@@ -1,5 +1,5 @@
 Package: sylpheed-beta
-Version: 2.5.0beta3
+Version: 2.5.0rc
 Revision: 1
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -25,7 +25,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-%v.tar.bz2
-Source-MD5: dfba6bacefa975172ebab4403c191a61
+Source-MD5: 59aba70b4d7493d0707c4077b06aa5a0
 
 #Patch: %n.patch
 
@@ -34,7 +34,7 @@
 ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl
 
 InstallScript: 
-make -j1 install DESTDIR=%d
+make install DESTDIR=%d
 install -d -m 755 %i/share/gnome/apps/Applications
 install -c -m 644 sylpheed.desktop %i/share/gnome/apps/Applications/
 install -d -m 755 %i/share/pixmaps


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods simplejson-py.info, 1.4, 1.5

2008-05-07 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18054

Modified Files:
simplejson-py.info 
Log Message:
New upstream version

Index: simplejson-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/simplejson-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- simplejson-py.info  21 Mar 2008 00:08:48 -  1.4
+++ simplejson-py.info  8 May 2008 00:55:57 -   1.5
@@ -1,14 +1,14 @@
 Info2: 
 
 Package: simplejson-py%type_pkg[python]
-Version: 1.7.5
+Version: 1.9.1
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 Type: python ( 2.4 2.5)
 BuildDepends: setuptools-py%type_pkg[python]
 Depends: python%type_pkg[python]
 Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
-Source-MD5: 649e1095b2600fc57ac34fbde8a88348
+Source-MD5: d2ee608bdf6397b82a7cd53c8602b29e
 SourceRename: simplejson-%v.tar.gz
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: 


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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 importchecker-py.info, NONE, 1.1

2008-05-07 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17971

Added Files:
importchecker-py.info 
Log Message:
New package

--- NEW FILE: importchecker-py.info ---
Info2: 
Package: importchecker-py%type_pkg[python]
Version: 1.0
Revision: 1
Maintainer: Kevin Horton [EMAIL PROTECTED]

Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python (2.3 2.4 2.5)

Depends: python%type_pkg[python], setuptools-py%type_pkg[python]

Source: 
http://pypi.python.org/packages/source/i/importchecker/importchecker-%v.tar.gz
Source-MD5: 75889242cf9c7a131dc1e92338c21b25

CompileScript: python%type_raw[python] setup.py build
InstallScript: 
  python%type_raw[python] setup.py install --root=%d
  mv %i/bin/importchecker %i/bin/importchecker-%type_raw[python]


DocFiles: CHANGES.txt CREDITS.txt LICENSE.txt README.txt 

Description: Find unused Python imports
DescDetail: 
  Importchecker is a commandline utility to find unused imports in Python 
  modules.

  Its output is grep-like (and thus emacs-friendly), reporting both the
  module's filenames and line numbers where names are imported that are not
  acually used in the module.

  Importchecker will not modify any of the source files. Whether the import
  needs to be removed is left to the judgement of the developer.


License: OSI-Approved
Homepage: http://pypi.python.org/pypi/importchecker


 


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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 bluefish.info, 1.8.2.36, 1.8.2.37

2008-04-28 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7306

Modified Files:
  Tag: pangocairo-branch
bluefish.info 
Log Message:
test commit - changed whitespace only


Index: bluefish.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/bluefish.info,v
retrieving revision 1.8.2.36
retrieving revision 1.8.2.37
diff -u -d -r1.8.2.36 -r1.8.2.37
--- bluefish.info   27 Apr 2008 16:50:20 -  1.8.2.36
+++ bluefish.info   28 Apr 2008 12:18:01 -  1.8.2.37
@@ -131,7 +131,7 @@
  * Function reference browser, including reference files for PHP, 
HTML, CSS2, and Python
  * User customizable integration of many programs, including weblint, 
-   tidy, make, xmllint.
+   tidy, make, xmllint. 
  Installation
  To install bluefish on a system with gnome2 installed, use:
  * fink install bluefish-gnome2


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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 convertall.info,1.2,1.3

2008-04-27 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv5491

Modified Files:
convertall.info 
Log Message:
corrected dependency blunder


Index: convertall.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/convertall.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- convertall.info 27 Apr 2008 00:37:55 -  1.2
+++ convertall.info 27 Apr 2008 11:23:37 -  1.3
@@ -2,7 +2,7 @@
 Version: 0.4.1
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Depends: python25, pyqt-py25
+Depends: python25, pyqt4-py25
 Source: http://download.berlios.de/convertall/convertall-%v.tar.gz
 Source-MD5: 67abb34217a0287d481872c18547b04d
 SourceDirectory: ConvertAll


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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/net sylpheed-beta.info, 1.1, 1.2 sylpheed-beta.patch, 1.1, NONE

2008-04-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22167

Modified Files:
sylpheed-beta.info 
Removed Files:
sylpheed-beta.patch 
Log Message:
New upstream version


--- sylpheed-beta.patch DELETED ---

Index: sylpheed-beta.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-beta.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sylpheed-beta.info  26 Mar 2008 11:34:58 -  1.1
+++ sylpheed-beta.info  26 Apr 2008 16:36:19 -  1.2
@@ -1,5 +1,5 @@
 Package: sylpheed-beta
-Version: 2.5.0beta1
+Version: 2.5.0beta3
 Revision: 1
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -25,9 +25,9 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-%v.tar.bz2
-Source-MD5: 0a8be05fb297c45470998c728b9e535e
+Source-MD5: dfba6bacefa975172ebab4403c191a61
 
-Patch: %n.patch
+#Patch: %n.patch
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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 xephem.info, 1.6, 1.7 xephem.patch, 1.3, 1.4

2008-04-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30473/sci

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


Index: xephem.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xephem.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xephem.info 16 Jun 2007 00:21:29 -  1.6
+++ xephem.info 26 Apr 2008 19:43:14 -  1.7
@@ -1,10 +1,10 @@
 Package: xephem
-Version: 3.7.2
-Revision: 3
+Version: 3.7.3
+Revision: 1
 BuildDepends: libjpeg, libpng3, openmotif3, x11-dev
 Depends: libjpeg-shlibs, libpng3-shlibs, openmotif3-shlibs, x11-shlibs
 Source: http://clearskyinstitute.com/xephem/%n-%v.tar.gz
-Source-MD5: 1074e04b9a89302d9f2bad7107674311
+Source-MD5: aa2330dad58403020cde12b5d228e499
 
 PatchScript: sed 's|@FINKPREFIX@|%p|g' %a/%n.patch | patch -p1
 CompileScript: make -C GUI/xephem

Index: xephem.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xephem.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xephem.patch16 Jun 2007 00:21:29 -  1.3
+++ xephem.patch26 Apr 2008 19:43:14 -  1.4
@@ -34,13 +34,11 @@
  
  xephem.1: xephem.man
nroff -man $?  $@
-@@ -187,10 +187,7 @@
+@@ -187,8 +187,7 @@
  libs:
-   cd ../../libastro; make
-   cd ../../libip; make
--  cd ../../libjpegd; make
+   cd ../../libjpegd; make
cd ../../liblilxml; make
--  cd ../../libpng; make
+   cd ../../libpng; make
 -  cd ../../libz; make
  
  clean:


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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 convertall.info,1.1,1.2

2008-04-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23038

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


Index: convertall.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/convertall.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- convertall.info 22 Sep 2006 19:40:45 -  1.1
+++ convertall.info 27 Apr 2008 00:37:55 -  1.2
@@ -1,16 +1,16 @@
 Package: convertall
-Version: 0.3.1
+Version: 0.4.1
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Depends: python24, pyqt-py24
-Source: http://www.bellz.org/convertall/convertall-%v.tar.gz
-Source-MD5: ec559b9faa4949217751fcc4c38603d9
+Depends: python25, pyqt-py25
+Source: http://download.berlios.de/convertall/convertall-%v.tar.gz
+Source-MD5: 67abb34217a0287d481872c18547b04d
 SourceDirectory: ConvertAll
 CompileScript: 
 echo Nothing to do in compile phase
 
 InstallScript:  
-  %p/bin/python2.4 install.py -p %p -b %d
+  %p/bin/python2.5 install.py -p %p -b %d
   rm -fr %i/share/doc/convertall
 
 License: GPL


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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/net sylpheed-beta-gpgme.info, NONE, 1.1 sylpheed-beta.info, NONE, 1.1

2008-03-26 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv14703

Added Files:
sylpheed-beta-gpgme.info sylpheed-beta.info 
Log Message:
Adding beta 1 of sylpheed 2.5


--- NEW FILE: sylpheed-beta-gpgme.info ---
Package: sylpheed-beta-gpgme
Version: 2.5.0beta1
Revision: 1
Depends: 
  jpilot, pilot-link10-shlibs,
  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs, openssl097-shlibs,
  gtkspell2-shlibs, aspell-shlibs,
  compface-shlibs (= 1.4-2),
  glib2-shlibs, gtk+2, atk1-shlibs, pango1-xft2-shlibs, libgettext3-shlibs, 
libiconv, x11,
  oniguruma-shlibs


BuildDepends: 
  gettext-bin, gettext-tools, pkgconfig,
  pilot-link10,
  openssl097-dev,
  openldap23-dev, db44-aes | db44, cyrus-sasl2-dev, gpgme11, libgpg-error,
  gtkspell2-dev, aspell-dev,
  compface-dev (= 1.4-2),
  glib2-dev, gtk+2-dev, atk1, pango1-xft2-dev, libgettext3-dev, libiconv-dev, 
x11-dev


Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, sylpheed-gpgme
Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, sylpheed-gpgme 

Source: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-%v.tar.bz2
Source-MD5: 0a8be05fb297c45470998c728b9e535e

Patch: sylpheed-beta.patch

SetCPPFLAGS: -I%p/lib/pilot-link10/include
SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv
ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared

InstallScript: 
make install DESTDIR=%d
install -d -m 755 %i/share/gnome/apps/Applications
install -c -m 644 sylpheed.desktop %i/share/gnome/apps/Applications/
install -d -m 755 %i/share/pixmaps
install -c -m 644 *.png %i/share/pixmaps/


DocFiles: AUTHORS COPYING* ChangeLog* NEWS* README* TODO*

Description: GTK+ based lightweight and fast e-mail client
DescDetail: 
  Beta version of the upcoming sylpheed 2.5.0
  Sylpheed is an e-mail client (and news reader) based on GTK+, running on
  X Window System, and aiming for
   * Quick response
   * Graceful, and sophisticated interface
   * Easy configuration, intuitive operation
   * Abundant features
  The appearance and interface are similar to some popular e-mail clients for
  Windows, such as Outlook Express, Becky!, and Datula. The interface is also
  designed to emulate the mailers on Emacsen, and almost all commands are
  accessible with the keyboard.
  
  The messages are managed by MH format, and you'll be able to use it together
  with another mailer based on MH format (like Mew). You can also utilize
  fetchmail or/and procmail, and external programs on receiving (like inc or
  imget).

  Note: sylpheed-ssl has been replaced by sylpheed-gpgme, which has exactly
  the same functionality.  The base sylpheed package now has ssl capability.

DescPackaging: 
  Early gtk1 versions packaged by Masanori Sekino.
  
  dmacks overhauled for v2/gnome2
  dmacks--omit the second pass .o.c recompile for the convenience lib
  
  Kevin Horton took over sylpheed for v2.3.0 and created sylpheed-gpgme
  package to replace sylpheed-ssl.  The ssl functionality was added to
  the basic sylpheed package.  sylpheed-ssl is a dummy package to ease
  upgrading to sylpheed-gpgme from sylpheed-ssl.


Maintainer: Kevin Horton [EMAIL PROTECTED]
License: GPL
Homepage: http://sylpheed.sraoss.jp/en

 

--- NEW FILE: sylpheed-beta.info ---
Package: sylpheed-beta
Version: 2.5.0beta1
Revision: 1
Depends: 
  jpilot, pilot-link10-shlibs,
  openldap23-shlibs, db44-aes-shlibs | db44-shlibs, cyrus-sasl2-shlibs,
  gtkspell2-shlibs, aspell-shlibs,
  compface-shlibs (= 1.4-2),
  glib2-shlibs, gtk+2, atk1-shlibs, pango1-xft2-shlibs, libgettext3-shlibs, 
libiconv, x11,
  oniguruma-shlibs


BuildDepends: 
  gettext-bin, gettext-tools, pkgconfig,
  pilot-link10,
  system-openssl-dev,
  openldap23-dev, db44-aes | db44, cyrus-sasl2-dev,
  gtkspell2-dev, aspell-dev,
  compface-dev (= 1.4-2),
  glib2-dev, gtk+2-dev, atk1, pango1-xft2-dev, libgettext3-dev, libiconv-dev, 
x11-dev,
  oniguruma


Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme

Source: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-%v.tar.bz2
Source-MD5: 0a8be05fb297c45470998c728b9e535e

Patch: %n.patch

SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib
ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl

InstallScript: 
make install DESTDIR=%d
install -d -m 755 %i/share/gnome/apps/Applications
install -c -m 644 sylpheed.desktop %i/share/gnome/apps/Applications/
install -d -m 755 %i/share/pixmaps
install -c -m 644 *.png %i/share/pixmaps/


DocFiles: AUTHORS COPYING

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

2008-03-20 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27638

Modified Files:
cadabra.info 
Log Message:
Added versioned dependency on pcre to cover change to libpcrecpp that breaks 
binary compatiblity


Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cadabra.info22 Feb 2008 18:37:18 -  1.11
+++ cadabra.info20 Mar 2008 21:34:52 -  1.12
@@ -1,6 +1,6 @@
 Package: cadabra
 Version: 0.130
-Revision: 1000
+Revision: 1001
 Description: Computer algebra system for field theory
 License: GPL
 Maintainer: Kevin Horton [EMAIL PROTECTED]
@@ -8,12 +8,12 @@
 # Dependencies:
 Depends: 
   qt3-shlibs, lie, texmacs,  pango1-xft2-shlibs, pkgconfig, gtk+2, 
gtk+2-shlibs, 
-  pcre-shlibs, x11-shlibs, gmp-shlibs, libgmpxx4-shlibs, libsigc++2-shlibs, 
+  pcre-shlibs (=7.6-2), x11-shlibs, gmp-shlibs, libgmpxx4-shlibs, 
libsigc++2-shlibs, 
   pango1-xft2-shlibs, atk1-shlibs, gtkmm2.4-shlibs, glibmm2.4-shlibs, 
   breqn, applesystemfonts, gnome-icon-theme, modglue-shlibs, glib2-shlibs, 
libgettext3-shlibs, libiconv
 
 BuildDepends: 
-  modglue (= 1.8-1), gtk+2-dev, x11-dev, pcre, gmp, libsigc++2, glib2-dev, 
+  modglue (= 1.8-1), gtk+2-dev, x11-dev, pcre (=7.6-2), gmp, libsigc++2, 
glib2-dev, 
   pango1-xft2-dev, atk1, glibmm2.4-dev, gtkmm2.4-dev, glib2-dev, 
libgettext3-dev, libiconv-dev
 
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods simplejson-py.info, 1.3, 1.4

2008-03-20 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26862/10.4/unstable/main/finkinfo/libs/pythonmods

Modified Files:
simplejson-py.info 
Log Message:
new upstream version


Index: simplejson-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/simplejson-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- simplejson-py.info  12 Apr 2007 00:11:36 -  1.3
+++ simplejson-py.info  21 Mar 2008 00:08:48 -  1.4
@@ -1,14 +1,14 @@
 Info2: 
 
 Package: simplejson-py%type_pkg[python]
-Version: 1.7
+Version: 1.7.5
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 Type: python ( 2.4 2.5)
 BuildDepends: setuptools-py%type_pkg[python]
 Depends: python%type_pkg[python]
 Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
-Source-MD5: 1e8866f758ef8e7d5fe6ebeb1b26e4eb
+Source-MD5: 649e1095b2600fc57ac34fbde8a88348
 SourceRename: simplejson-%v.tar.gz
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 pythontidy.info, 1.1, 1.2 pythontidy.patch, 1.1, 1.2

2008-03-16 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26104/main/finkinfo/devel

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


Index: pythontidy.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pythontidy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pythontidy.patch4 Feb 2007 01:47:03 -   1.1
+++ pythontidy.patch16 Mar 2008 21:26:02 -  1.2
@@ -1,11 +1,9 @@
-diff -urN PythonTidy/src/PythonTidy.py PythonTidy/src/PythonTidy.py
 PythonTidy/src/PythonTidy.py.sav   2007-01-28 15:02:44.0 -0500
-+++ PythonTidy/src/PythonTidy.py   2007-01-28 15:04:34.0 -0500
+diff -urN pythontidy-1.16-1/PythonTidy.py 
/Users/kwh/temp/pythontidy-1.16-1/PythonTidy.py
+--- pythontidy-1.16-1/PythonTidy.py2008-03-16 17:04:25.0 -0400
 /Users/kwh/temp/pythontidy-1.16-1/PythonTidy.py2008-03-16 
17:06:11.0 -0400
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
 [EMAIL PROTECTED]@/bin/python2.5
  # -*- coding: utf-8 -*-
  
  # PythonTidy.py
-
-

Index: pythontidy.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pythontidy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pythontidy.info 4 Feb 2007 01:47:03 -   1.1
+++ pythontidy.info 16 Mar 2008 21:26:02 -  1.2
@@ -1,15 +1,16 @@
 Info2: 
 Package: pythontidy
-Version: 1.11
+Version: 1.16
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 
 Depends: python25
 
-Source: http://www.lacusveris.com/PythonTidy/PythonTidy-%v.tar.gz
-Source-MD5: 9d7624456f44bd55413c41e70c006878
-#NoSourceDirectory: True
-SourceDirectory: PythonTidy
+Source: http://www.lacusveris.com/PythonTidy/PythonTidy-%v.python
+Source-MD5: 658f431a5671dcfea358306eebec8cea
+SourceRename: PythonTidy.py
+NoSourceDirectory: True
+#SourceDirectory: PythonTidy
 
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 
@@ -18,13 +19,11 @@
 InstallScript: 
   #!/bin/sh -ev
   mkdir %i/bin
-  cd src
-  /usr/bin/install -m 755 PythonTidy.sh %i/bin
   /usr/bin/install -m 755 PythonTidy.py %i/bin
-  /bin/ln -s %p/bin/PythonTidy.sh %i/bin/pythontidy
+  /bin/ln -s %p/bin/PythonTidy.py %i/bin/pythontidy
 
 
-DocFiles: COPYING
+# DocFiles: COPYING
 
 Description: Python code cleanup
 DescDetail: 
@@ -38,7 +37,7 @@
 
 
 License: GPL
-Homepage: http://cheeseshop.python.org/pypi/PythonTidy/1.11
+Homepage: http://cheeseshop.python.org/pypi/PythonTidy
 
 
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 avl.info, 1.7, 1.8 xfoil.info, 1.5, 1.6

2008-03-14 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv32699

Modified Files:
avl.info xfoil.info 
Log Message:
Updated to use gcc43 vice gcc42


Index: xfoil.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xfoil.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xfoil.info  6 Feb 2007 16:54:59 -   1.5
+++ xfoil.info  14 Mar 2008 11:58:42 -  1.6
@@ -1,11 +1,11 @@
 Package: xfoil
 Version: 696
-Revision: 1000
+Revision: 1001
 License: GPL
-Architecture: powerpc
+#Architecture: powerpc
 Maintainer: Kevin Horton [EMAIL PROTECTED]
-Depends: gcc42-shlibs, x11-shlibs, x11
-BuildDepends: gcc42, x11-dev
+Depends: gcc43-shlibs, x11-shlibs, x11
+BuildDepends: gcc43, x11-dev
 Source: http://web.mit.edu/drela/Public/web/xfoil/xfoil6.96.tar.gz
 Source-MD5: 6ea00f7a3a0d338e97ab48ef5dd3d011
 SourceDirectory: Xfoil

Index: avl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/avl.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- avl.info17 Nov 2007 22:17:25 -  1.7
+++ avl.info14 Mar 2008 11:58:42 -  1.8
@@ -1,10 +1,10 @@
 Package: avl
 Version: 3.26
-Revision: 1002
+Revision: 1003
 Distribution: 10.4, 10.5
 License: GPL
-Depends: gcc42-shlibs (= 4.2.2-1000), x11-shlibs, x11
-BuildDepends: gcc42 (= 4.2.2-1000), x11-dev
+Depends: gcc43-shlibs, x11-shlibs, x11
+BuildDepends: gcc43, x11-dev
 Source: http://web.mit.edu/drela/Public/web/avl/avl%v.tar.gz
 Source-MD5: a204ed6ce76c1b9bb5e58486a182774f
 SourceDirectory: Avl


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 qprop.info, 1.5, 1.6 xfoil.patch, 1.2, 1.3

2008-03-14 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv19501

Modified Files:
qprop.info xfoil.patch 
Log Message:
update qprop to use gcc43 vice gcc42
update xfoil to compile at -O3


Index: xfoil.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xfoil.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfoil.patch 6 Feb 2007 16:54:59 -   1.2
+++ xfoil.patch 14 Mar 2008 19:04:09 -  1.3
@@ -29,8 +29,8 @@
  ### Double precision option
 -FFLAGS = -O -r8 
 -FFLOPT = -O -r8 
-+FFLAGS = -O -fdefault-real-8 
-+FFLOPT = -O -fdefault-real-8 
++FFLAGS = -O3 -fdefault-real-8 
++FFLOPT = -O3 -fdefault-real-8 
  PLTOBJ = ../plotlib/libPltDP.a 
  
  
@@ -48,7 +48,7 @@
 -FC = f77
 +FC = gfortran
 -FLG = -O -r8
-+FLG = -O -fdefault-real-8
++FLG = -O3 -fdefault-real-8
  PLTLIB = -lX11
  FTNLIB =
  
@@ -109,7 +109,7 @@
 +DP = -fdefault-real-8
  FFLAGS  = -O $(DP)
 -CFLAGS  = -O $(DEFINE)
-+CFLAGS  = -O2 -I/usr/X11R6/include/ $(DEFINE)
++CFLAGS  = -O3 -I/usr/X11R6/include/ $(DEFINE)
  AR = ar r 
  RANLIB = ranlib
  LINKLIB =  -lX11 
@@ -129,9 +129,9 @@
 -#DP = -r8
 +DP = -fdefault-real-8
 -#FFLAGS  = -O2 $(DP)
-+FFLAGS  = -O $(DP)
++FFLAGS  = -O3 $(DP)
 -#CFLAGS  = -O2 $(DEFINE)
-+CFLAGS  = -O2 $(DEFINE)
++CFLAGS  = -O3 $(DEFINE)
  #AR = ar r
  #RANLIB = ranlib 
  #LINKLIB = -L/usr/X11R6/lib -lX11 
@@ -167,8 +167,8 @@
 +###  OS X via Fink packaging system
 +#
 +FC = gfortran
-+FFLAGS  = -O -fdefault-real-8
-+CFLAGS  = -O2 -I/usr/X11R6/include/ $(DEFINE)
++FFLAGS  = -O3 -fdefault-real-8
++CFLAGS  = -O3 -I/usr/X11R6/include/ $(DEFINE)
 +AR = ar r
 +RANLIB = ranlib 
 +

Index: qprop.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/qprop.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- qprop.info  18 Nov 2007 11:56:07 -  1.5
+++ qprop.info  14 Mar 2008 19:04:08 -  1.6
@@ -1,11 +1,11 @@
 Package: qprop
 Version: 1.21
-Revision: 1000
+Revision: 1001
 #Architecture: powerpc
 Distribution: 10.4, 10.5
 License: GPL
-Depends: gcc42-shlibs
-BuildDepends: gcc42
+Depends: gcc43-shlibs
+BuildDepends: gcc43
 Source: http://web.mit.edu/drela/Public/web/qprop/qprop%v.tar.gz
 Source-MD5: 1398ef8c670828138bdb4807037fe433
 SourceDirectory: Qprop


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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/net sylpheed-gpgme.info, 1.5, 1.6 sylpheed.info, 1.12, 1.13

2008-03-04 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9645

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
Fixed typo in version.


Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sylpheed-gpgme.info 3 Mar 2008 02:28:47 -   1.5
+++ sylpheed-gpgme.info 5 Mar 2008 01:28:05 -   1.6
@@ -1,5 +1,5 @@
 Package: sylpheed-gpgme
-Version: 2.4.1
+Version: 2.4.8
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sylpheed.info   3 Mar 2008 02:28:47 -   1.12
+++ sylpheed.info   5 Mar 2008 01:28:05 -   1.13
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 2.4.1
+Version: 2.4.8
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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/net sylpheed-beta.patch, NONE, 1.1 sylpheed-gpgme.info, 1.4, 1.5 sylpheed.info, 1.11, 1.12

2008-03-02 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25124

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Added Files:
sylpheed-beta.patch 
Log Message:
Added sylpheed-beta with conflicts/replaces with sylpheed


Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sylpheed-gpgme.info 29 Dec 2007 22:04:33 -  1.4
+++ sylpheed-gpgme.info 3 Mar 2008 02:28:47 -   1.5
@@ -1,5 +1,5 @@
 Package: sylpheed-gpgme
-Version: 2.4.8
+Version: 2.4.1
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -20,8 +20,8 @@
   glib2-dev, gtk+2-dev, atk1, pango1-xft2-dev, libgettext3-dev, libiconv-dev, 
x11-dev
 
 
-Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed
-Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed
+Conflicts: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
+Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed, sylpheed-beta, 
sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
 Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sylpheed.info   29 Dec 2007 22:04:33 -  1.11
+++ sylpheed.info   3 Mar 2008 02:28:47 -   1.12
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 2.4.8
+Version: 2.4.1
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -21,8 +21,8 @@
   oniguruma
 
 
-Conflicts: sylpheed-ssl, sylpheed-gpgme
-Replaces: sylpheed-ssl, sylpheed-gpgme
+Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
+Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed-beta, sylpheed-beta-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
 Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7

--- NEW FILE: sylpheed-beta.patch ---
diff -Naur sylpheed-2.5.0beta1/src/quick_search.c 
sylpheed-2.5.0beta1_patched/src/quick_search.c
--- sylpheed-2.5.0beta1/src/quick_search.c  2008-01-08 04:22:29.0 
-0500
+++ sylpheed-2.5.0beta1_patched/src/quick_search.c  2008-03-02 
07:55:17.0 -0500
@@ -27,6 +27,7 @@
 #include gtk/gtkvbox.h
 #include gtk/gtkoptionmenu.h
 #include gtk/gtkimage.h
+#include gtk/gtkentry.h
 
 #include summaryview.h
 #include quick_search.h


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 cadabra.info,1.10,1.11

2008-02-22 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30271

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


Index: cadabra.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cadabra.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cadabra.info28 Nov 2007 16:34:13 -  1.10
+++ cadabra.info22 Feb 2008 18:37:18 -  1.11
@@ -1,5 +1,5 @@
 Package: cadabra
-Version: 0.127
+Version: 0.130
 Revision: 1000
 Description: Computer algebra system for field theory
 License: GPL
@@ -19,7 +19,7 @@
 
 # Unpack Phase:
 Source: http://www.aei.mpg.de/~peekas/cadabra/cadabra-%v.tar.gz
-Source-MD5: 819c8861922178dc4db4ca71521c399d
+Source-MD5: 74ff6fdaf6f44583a11f385dc9d526ba
 
 # Patch Phase:
 PatchScript: perl -pi -e 's|texmf|texmf-local|' gui/Makefile.in


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods beautifulsoup-py.info, 1.2, 1.3

2008-01-10 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24437/unstable/main/finkinfo/libs/pythonmods

Modified Files:
beautifulsoup-py.info 
Log Message:
New upstream version.


Index: beautifulsoup-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/beautifulsoup-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- beautifulsoup-py.info   1 May 2007 20:36:25 -   1.2
+++ beautifulsoup-py.info   11 Jan 2008 00:49:39 -  1.3
@@ -1,13 +1,13 @@
 Info2: 
 
 Package: beautifulsoup-py%type_pkg[python]
-Version: 3.0.4
+Version: 3.0.5
 Revision: 1
 Maintainer: Kevin Horton [EMAIL PROTECTED]
 Type: python (2.4 2.5)
 Depends: python%type_pkg[python]
 Source: 
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-%v.tar.gz
-Source-MD5: 13a7a16e7f3b8febaace13b1b2790550
+Source-MD5: ccbf5ee2199b115935a3ca9a2674f44e
 SourceDirectory: BeautifulSoup-%v
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: python%type_raw[python] setup.py install --root=%d


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


[cvs] dists/10.4/unstable/main/finkinfo/net sylpheed-gpgme.info, 1.3, 1.4 sylpheed-ssl.info, 1.3, 1.4 sylpheed.info, 1.10, 1.11

2007-12-29 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31010

Modified Files:
sylpheed-gpgme.info sylpheed-ssl.info sylpheed.info 
Log Message:
new upstream version


Index: sylpheed-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-ssl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sylpheed-ssl.info   4 Oct 2007 19:29:29 -   1.3
+++ sylpheed-ssl.info   29 Dec 2007 22:04:33 -  1.4
@@ -1,6 +1,6 @@
 Package: sylpheed-ssl
 Type: bundle
-Version: 2.4.7
+Version: 2.4.8
 Revision: 1
 Depends: sylpheed-gpgme, fink-obsolete-packages
 Description: Placeholder package to update to unified sylpheed. (OBSOLETE)

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sylpheed-gpgme.info 4 Oct 2007 19:29:29 -   1.3
+++ sylpheed-gpgme.info 29 Dec 2007 22:04:33 -  1.4
@@ -1,5 +1,5 @@
 Package: sylpheed-gpgme
-Version: 2.4.7
+Version: 2.4.8
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -24,7 +24,7 @@
 Replaces: sylpheed-ssl ( 2.3.0-1), sylpheed
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 1f82dd04204e334280eecb59fa2c3b1b
+Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sylpheed.info   4 Oct 2007 19:29:29 -   1.10
+++ sylpheed.info   29 Dec 2007 22:04:33 -  1.11
@@ -1,5 +1,5 @@
 Package: sylpheed
-Version: 2.4.7
+Version: 2.4.8
 Revision: 1000
 Depends: 
   jpilot, pilot-link10-shlibs,
@@ -25,7 +25,7 @@
 Replaces: sylpheed-ssl, sylpheed-gpgme
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-%v.tar.bz2
-Source-MD5: 1f82dd04204e334280eecb59fa2c3b1b
+Source-MD5: 97fcbaa1e278849408ab1d628d4d1af7
 
 SetCPPFLAGS: -I%p/lib/pilot-link10/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib -lresolv -L%p/lib/system-openssl/lib


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


  1   2   >