Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26890

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/stable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pari-gp.info        22 Jan 2006 05:11:39 -0000      1.2
+++ pari-gp.info        29 Mar 2006 06:19:28 -0000      1.3
@@ -1,25 +1,24 @@
 Info2: <<
 Package: pari-gp%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 2.1.5
-Revision: 1014
+Version: 2.1.7
+Revision: 1002
 Depends: <<
- readline-shlibs (>= 4.3-1028), emacsen-common, 
+ readline5-shlibs (>= 5.0-1004), emacsen-common, libncurses5-shlibs (>= 
5.4-20041023-1006),
  (%type_raw[-nox] = .) x11-shlibs
 <<
 BuildDepends: <<
- tetex-base, readline (>= 4.3-1028),
+ tetex-base, readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006),
  (%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/stable/main/finkinfo/sci/pari-gp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pari-gp.patch       20 Jan 2006 20:12:58 -0000      1.1
+++ pari-gp.patch       29 Mar 2006 06:19:28 -0000      1.2
@@ -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

Reply via email to