Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv20023/main/finkinfo/languages

Modified Files:
      Tag: pangocairo-branch
        clisp.info php4.info php5.info scheme48.info scheme48.patch 
        tcltk.info 
Log Message:
mege from head

Index: php4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/php4.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- php4.info   4 Aug 2007 03:33:08 -0000       1.4.2.1
+++ php4.info   28 Sep 2007 16:34:29 -0000      1.4.2.2
@@ -2,7 +2,7 @@
 Version: 4.4.2
 Revision: 14
 ###
-BuildDepends: aprutil-dev, apr-dev (>= 0.9.12-10), libtool14, libgettext3-dev, 
libiconv-dev, gd2, mysql15-dev, postgresql80-unified-dev, libcurl3-unified, 
expat, libmhash, libmcve, libmcrypt, libxml2 (>= 2.6.1-1), libxslt (>= 
1.1.0-1), openldap23-dev, libsablot-dev, ming, t1lib5, pcre, libpng3, 
apache2-dev (>= 2.0.58-10), unixodbc2 | unixodbc2-nox, gdbm3, 
net-snmp-unified-dev, db44-aes, libtiff, pdflib, system-java15-dev, recode-dev, 
gmp, mnogosearch1-dev, uw-imap-c-client (>= 2004e-10), libjpeg, 
cyrus-sasl2-dev, system-openssl-dev
+BuildDepends: aprutil-dev, apr-dev (>= 0.9.12-10), libtool14, libgettext3-dev, 
libiconv-dev, gd2, mysql15-dev, postgresql80-unified-dev, libcurl3-unified, 
expat, libmhash, libmcve, libmcrypt, libxml2 (>= 2.6.1-1), libxslt (>= 
1.1.0-1), openldap23-dev, libsablot-dev, ming, t1lib5, pcre, libpng3, 
apache2-dev (>= 2.0.58-10), unixodbc2 | unixodbc2-nox, gdbm3, 
net-snmp-unified15-dev, db44-aes, libtiff, pdflib, system-java15-dev, 
recode-dev, gmp, mnogosearch1-dev, uw-imap-c-client (>= 2004e-10), libjpeg, 
cyrus-sasl2-dev, system-openssl-dev
 Replaces: php4-apache2-ssl
 ###
 CustomMirror: <<

Index: scheme48.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- scheme48.info       15 May 2007 02:42:00 -0000      1.4.2.1
+++ scheme48.info       28 Sep 2007 16:34:29 -0000      1.4.2.2
@@ -1,16 +1,17 @@
 Package: scheme48
-Version: 1.6
+Version: 1.7
 Revision: 1
 Source: http://s48.org/%v/%n-%v.tgz
-Source-MD5: ec5cb92d400c4039c0a1a3d76a3a9f6d
+Source-MD5: 62019de0f92ed2a353289d19a8e3c835
 DocFiles: COPYING INSTALL README
 Description: Popular implementation of the Scheme language
+Patch: %n.patch
 InstallScript: <<
-  mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
-  make install prefix=%i mandir=%i/share/man/man1 docdir=%i/share/doc/%n
-  perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
-  perl -pi -e 's|%i|%p|g' %i/bin/%n
-  cp -r doc %i/share/doc/%n
+  # mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
+  make install DESTDIR=%d
+  # perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+  # perl -pi -e 's|%i|%p|g' %i/bin/%n
+  # cp -r doc %i/share/doc/%n
 <<
 DescDetail: <<
 Scheme48 is an implementation of Scheme written by Richard Kelsey and 

Index: clisp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/clisp.info,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- clisp.info  7 Feb 2007 14:55:11 -0000       1.4.2.1
+++ clisp.info  28 Sep 2007 16:34:29 -0000      1.4.2.2
@@ -3,6 +3,7 @@
 # revision
 Version: 2.41
 Revision: 1
+Distribution: 10.4
 License: GPL
 Description: ANSI Common Lisp implementation
 Maintainer: elcepi <[EMAIL PROTECTED]>

Index: scheme48.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.patch,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- scheme48.patch      21 May 2006 23:45:28 -0000      1.1
+++ scheme48.patch      28 Sep 2007 16:34:29 -0000      1.1.2.1
@@ -1,33 +1,15 @@
-diff -Naur --exclude='*~' scheme48-1.3/c/free.c scheme48-1.3.fink/c/free.c
---- scheme48-1.3/c/free.c      2005-05-22 07:15:10.000000000 -0700
-+++ scheme48-1.3.fink/c/free.c 2006-05-21 16:22:49.000000000 -0700
-@@ -19,6 +19,7 @@
-  */
- 
- #include <stdio.h>
-+#include <string.h>
- 
- #ifndef _WIN32
- #include "sysdep.h"
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynamo.c 
scheme48-1.3.fink/c/unix/dynamo.c
---- scheme48-1.3/c/unix/dynamo.c       2005-04-27 01:45:24.000000000 -0700
-+++ scheme48-1.3.fink/c/unix/dynamo.c  2006-05-21 16:23:50.000000000 -0700
-@@ -6,6 +6,7 @@
-  */
- 
- #include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
- #include "sysdep.h"
- #include "scheme48.h"
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynlink.c 
scheme48-1.3.fink/c/unix/dynlink.c
---- scheme48-1.3/c/unix/dynlink.c      2005-04-27 01:45:24.000000000 -0700
-+++ scheme48-1.3.fink/c/unix/dynlink.c 2006-05-21 16:23:24.000000000 -0700
-@@ -8,6 +8,7 @@
- #include "sysdep.h"
+diff -Naur --exclude='*~' --exclude=semantic.cache scheme48-1.7/Makefile.in 
scheme48-1.7.fink/Makefile.in
+--- scheme48-1.7/Makefile.in   2007-08-28 04:55:43.000000000 -0700
++++ scheme48-1.7.fink/Makefile.in      2007-09-11 12:44:59.000000000 -0700
+@@ -26,9 +26,9 @@
  
- #include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
- #include "scheme48.h"
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-incdir = $(exec_prefix)/include
++incdir = $(exec_prefix)/include/scheme48
+ manext = 1
+-mandir = $(prefix)/man/man$(manext)
++mandir = $(prefix)/share/man/man$(manext)
  
+ # HP 9000 series, if you don't have gcc
+ #   CC = cc

Index: tcltk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- tcltk.info  9 Oct 2006 23:11:26 -0000       1.4
+++ tcltk.info  28 Sep 2007 16:34:29 -0000      1.4.2.1
@@ -1,15 +1,15 @@
 Package: tcltk
-Version: 8.4.13
-Revision: 3
+Version: 8.4.15
+Revision: 1
 Patch: %n.patch
 BuildDepends: x11-dev
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
 Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
 SourceDirectory: tcl%v
-Source-MD5: c6b655ad5db095ee73227113220c0523
-Source2-MD5: 0a16d4d9398e43cbb85784c85fb807a4
-CompileScript: (cd ../tcl%v/unix; export COMMAND_MODE=legacy; ./configure 
--enable-shared --prefix=%p --exec-prefix=%p --mandir='${prefix}/share/man'; 
make; cd ../../tk%v/unix; ./configure --enable-shared --prefix=%p 
--exec-prefix=%p --mandir='${prefix}/share/man'; make)
+Source-MD5: 5e1b71eef1f75a294072aa3218f62b66
+Source2-MD5: 68777568d818e1980dda4b6b02b92f1a
+CompileScript: (cd ../tcl%v/unix; export COMMAND_MODE=legacy; ./configure 
--disable-corefoundation --enable-shared --prefix=%p --exec-prefix=%p 
--mandir='${prefix}/share/man'; make; cd ../../tk%v/unix; ./configure 
--enable-shared --disable-corefoundation --prefix=%p --exec-prefix=%p 
--mandir='${prefix}/share/man'; make)
 InstallScript: <<
  mkdir -p %i/share/doc/%n
  (cd ../tcl%v/unix; make INSTALL_ROOT=%d install ; cd ../../tk%v/unix; make 
INSTALL_ROOT=%d install)

Index: php5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/php5.info,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- php5.info   4 Aug 2007 03:33:08 -0000       1.14.2.1
+++ php5.info   28 Sep 2007 16:34:29 -0000      1.14.2.2
@@ -2,7 +2,7 @@
 Version: 5.1.4
 Revision: 16
 ###
-BuildDepends: aprutil-dev, apr-dev (>= 0.9.12-10), libtool14, libgettext3-dev, 
libiconv-dev, gd2, mysql15-dev, sqlite-dev, postgresql80-unified-dev (>= 
8.0.6-1026), libcurl3-unified, expat, libmhash (>= 0.8.18-2), libmcrypt, 
libxml2, libxslt, openldap23-dev (>= 2.3.11-1002), ming, t1lib5, libpng3, 
apache2-dev (>= 2.0.58-10), unixodbc2 (>= 2.2.11-1010) | unixodbc2-nox (>= 
2.2.11-1010), gdbm3, net-snmp-unified, net-snmp-unified-dev, db44-aes, libtiff, 
x11-dev, gmp (>= 4.1.4-1), libmpfr1, uw-imap-c-client (>=  2004e-10), libjpeg, 
cyrus-sasl2-dev, system-openssl-dev
+BuildDepends: aprutil-dev, apr-dev (>= 0.9.12-10), libtool14, libgettext3-dev, 
libiconv-dev, gd2, mysql15-dev, sqlite-dev, postgresql80-unified-dev (>= 
8.0.6-1026), libcurl3-unified, expat, libmhash (>= 0.8.18-2), libmcrypt, 
libxml2, libxslt, openldap23-dev (>= 2.3.11-1002), ming, t1lib5, libpng3, 
apache2-dev (>= 2.0.58-10), unixodbc2 (>= 2.2.11-1010) | unixodbc2-nox (>= 
2.2.11-1010), gdbm3, net-snmp-unified, net-snmp-unified15-dev, db44-aes, 
libtiff, x11-dev, gmp (>= 4.1.4-1), libmpfr1, uw-imap-c-client (>=  2004e-10), 
libjpeg, cyrus-sasl2-dev, system-openssl-dev
 Replaces: php5-apache2-ssl
 ###
 CustomMirror: <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to