1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to version 2.0.18b

PR:		16030
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 2000-01-14 19:59:47 +00:00
parent ae0593e540
commit c556e16749
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24739
5 changed files with 58 additions and 17 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: PARI
# Version required: 2.0.16b
# Version required: 2.0.18b
# Date created: 19 January 1999
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
# $FreeBSD$
#
DISTNAME= pari-2.0.16.beta
PKGNAME= pari-2.0.16b
DISTNAME= pari-2.0.18.beta
PKGNAME= pari-2.0.18b
CATEGORIES= math
MASTER_SITES= ftp://hasse.mathematik.tu-muenchen.de/pub/pari/
@ -20,10 +20,11 @@ CONFIGURE_SCRIPT = Configure
CONFIGURE_ARGS = --prefix=${PREFIX}
CFLAGS=
USE_GMAKE = Yes
#USE_GMAKE = Yes
MAKE_ARGS= gp
MAN1= gp.1
MAN1= gp.1 gphelp.1
MLINKS= gp.1 pari.1
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

View File

@ -1 +1 @@
MD5 (pari-2.0.16.beta.tar.gz) = 4a9b3ab1c8eab7ddd0f2544694117d70
MD5 (pari-2.0.18.beta.tar.gz) = d501d412d619624c8dc8ffe0683f707c

View File

@ -1,6 +1,31 @@
--- ../pari-2.0.16.beta.orig/config/Makefile.SH Mon Jun 28 19:23:29 1999
+++ ./config/Makefile.SH Fri Aug 13 08:05:46 1999
@@ -384,13 +384,13 @@
--- config/Makefile.SH.orig Wed Nov 17 02:12:01 1999
+++ config/Makefile.SH Mon Jan 10 02:37:39 2000
@@ -293,7 +293,8 @@
\$(INSTALL_DATA) $doc/translations \$(MISCDIR)
install-doc:
- -cd $doc; \$(MAKE) all
+# -cd $doc; \$(MAKE) all
+ -\$(INSTALL_DATA) $doc/Makefile \$(MISCDIR)
-\$(INSTALL_DATA) $doc/paricfg.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/parimacro.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch1.tex \$(MISCDIR)
@@ -301,10 +302,10 @@
-\$(INSTALL_DATA) $doc/usersch3.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR)
install-data:
-mkdir -p \$(DATADIR)
@@ -378,13 +379,13 @@
if test -n "$emacs"; then
cat >> $file << EOT

9
math/pari/files/patch-ag Normal file
View File

@ -0,0 +1,9 @@
--- doc/appb.tex.orig Mon Jan 10 02:59:06 2000
+++ doc/appb.tex Mon Jan 10 02:59:23 2000
@@ -29,5 +29,5 @@
seen in detail in \secref{se:prog}, with the slight modifications explained
at the end of that section.
-\bprogfile{../examples/matexp.c}
+\bprogfile{./matexp.c}
\vfill\eject

View File

@ -1,27 +1,33 @@
bin/gp
bin/gp-2.0
bin/gphelp
include/pari/genpari.h
include/pari/pari.h
include/pari/paricast.h
include/pari/paricfg.h
include/pari/pariinl.h
include/pari/pari.h
include/pari/paritype.h
include/pari/paricast.h
include/pari/paricom.h
include/pari/paridecl.h
include/pari/parierr.h
include/pari/parigen.h
include/pari/pariinl.h
include/pari/pariport.h
include/pari/paristio.h
include/pari/parisys.h
include/pari/paritype.h
include/pari/pariport.h
include/pari/paridecl.h
lib/libpari.so
lib/libpari.so.2
lib/libpari.so.2.0.16
lib/libpari.so.2.0.18
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /bin/mkdir -p %D/lib/pari/data
lib/pari/pari.el
lib/pari/pariemacs.txt
lib/pari/with-syntax.el
lib/pari/pari-translator.el
lib/pari/translations
lib/pari/Makefile
lib/pari/paricfg.tex
lib/pari/parimacro.tex
lib/pari/translations
lib/pari/usersch1.tex
lib/pari/usersch2.tex
lib/pari/usersch3.tex