Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26530
Modified Files:
pari-gp.info pari-gp.patch
Log Message:
latest version to stable
Index: pari-gp.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pari-gp.info 25 May 2005 17:43:54 -0000 1.3
+++ pari-gp.info 29 Mar 2006 06:18:54 -0000 1.4
@@ -1,25 +1,24 @@
Info2: <<
Package: pari-gp%type_pkg[-nox]
Type: -nox (boolean)
-Version: 2.1.5
-Revision: 14
+Version: 2.1.7
+Revision: 1
Depends: <<
- readline-shlibs (>= 4.3-15), emacsen-common,
+ readline5-shlibs, emacsen-common, libncurses5-shlibs,
(%type_raw[-nox] = .) x11-shlibs
<<
BuildDepends: <<
- tetex-base, readline (>= 4.3-15),
+ tetex-base, readline5, libncurses5,
(%type_raw[-nox] = .) x11,
(%type_raw[-nox] = .) x11-dev
<<
#Provides: (%type_raw[-nox] = .) pari-gp-xemacs
Replaces: pari-gp-xemacs
-Source: http://www.gn-50uma.de/ftp/pari-2.1/pari-%v.tar.gz
-Source-MD5: 194e9d1cc11926e457028c6a7cba15f0
+Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%v.tgz
+Source-MD5: 357b7a42e89e2761a5367bbcbfcca5f2
Source2: http://www.gn-50uma.de/ftp/pari/galdata.tar.gz
Source2-MD5: 25eab5f9dfdb8715b9ace8cd68210425
Source2ExtractDir: pari-%v/galdata
-#Patch: %n.patch
PatchScript: <<
sed 's|@FINK@|%p|g' < %a/%{ni}.patch | patch -p1
<<
@@ -67,12 +66,13 @@
* Edited gp.c so that %p/etc/gprc is recognized in addition to /etc/gprc.
* No longer makes or installs the pdf doc files.
* Patches for gcc 4.0 compatibility thanks to Matt Sachs.
+ * More patches to help it find fink's readline
<<
DescPackaging: <<
Depends on tetex during building, which is used to make the documentation.
Depends on emacsen-common for proper handling of pari.el file.
<<
-Homepage: http://www.parigp-home.de/
+Homepage: http://pari.math.u-bordeaux.fr/
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
#end of Info2
<<
Index: pari-gp.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/pari-gp.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pari-gp.patch 25 May 2005 17:43:54 -0000 1.3
+++ pari-gp.patch 29 Mar 2006 06:18:54 -0000 1.4
@@ -102,3 +102,34 @@
Bind('(', pari_rl_matched_insert, emacs_standard_keymap);
Bind('[', pari_rl_matched_insert, emacs_standard_keymap);
Bind(6, pari_rl_forward_sexp, emacs_meta_keymap); /* M-C-f */
+diff -ruN pari-2.1.5/Configure pari-2.1.5-patched/Configure
+--- pari-2.1.5/Configure 2003-04-03 11:11:02.000000000 -0800
++++ pari-2.1.5-patched/Configure 2005-09-29 22:28:23.000000000 -0700
+@@ -418,6 +418,7 @@
+ fi;;
+ os2) libpth=`echo $LIBRARY_PATH | sed 's/;/ /g' | sed 's,\\\\,/,g'`;;
+ *) libpth="\
++ @FINK@/lib\
+ /usr/local/lib\
+ /lib\
+ /usr/lib\
+@@ -546,6 +547,7 @@
+ $cygtop/H-${arch}-cygwin32/${arch}-cygwin32/include\
+ ";;
+ *) incpth="\
++ @FINK@/include/readline\
+ /usr/local/include/readline\
+ /usr/include/readline\
+ /opt/include/readline\
+diff -ruN pari-2.1.7/config/locatelib pari-2.1.7-patched/config/locatelib
+--- pari-2.1.7/config/locatelib 2002-06-22 06:18:29.000000000 -0700
++++ pari-2.1.7-patched/config/locatelib 2005-10-08 08:24:33.000000000
-0700
+@@ -3,7 +3,7 @@
+ os2)
+ try=`ls $dir/$lib.a 2> /dev/null`;;
+ *)
+- ok=`(ls $dir/lib$lib.* | head -1) 2> /dev/null`
++ ok=`(ls $dir/lib$lib.* | head -n 1) 2> /dev/null`
+ if test -n "$ok"; then
+ # for .so and .sl
+ try=`ls $dir/lib$lib.s? 2> /dev/null`
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits