Index: head/math/pari/Makefile =================================================================== --- head/math/pari/Makefile (revision 282140) +++ head/math/pari/Makefile (revision 282141) @@ -1,42 +1,43 @@ # New ports collection makefile for: PARI # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA # # $FreeBSD$ # PORTNAME= pari -PORTVERSION= 2.5.0 +PORTVERSION= 2.3.5 +PORTEPOCH= 1 CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ +MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/ MAINTAINER= ports@FreeBSD.org COMMENT= Mathematics library and advanced calculator package LICENSE= GPLv2 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp MAKE_JOBS_UNSAFE= yes ALL_TARGET= gp CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --prefix=${PREFIX} \ --share-prefix=${PREFIX}/share \ --with-gmp=${LOCALBASE} HAS_CONFIGURE= yes USE_LDCONFIG= yes MAN1= gp.1 gp-${GP_VERSION}.1 gphelp.1 tex2mail.1 MLINKS= gp.1 pari.1 PORTDOCS= * PLIST_SUB= GP_VERSION=${GP_VERSION} PORTVERSION=${PORTVERSION} GP_VERSION= ${PORTVERSION:R} post-install: @if [ -L ${MAN1PREFIX}/man/man1/pari.1 ]; then \ ${RM} -f ${MAN1PREFIX}/man/man1/pari.1 ;\ fi .include Property changes on: head/math/pari/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property Index: head/math/pari/distinfo =================================================================== --- head/math/pari/distinfo (revision 282140) +++ head/math/pari/distinfo (revision 282141) @@ -1,2 +1,2 @@ -SHA256 (pari-2.5.0.tar.gz) = 5dc923b001ca0f8664facfafcd91946be63faf8f0e1df4b11bfac80f89ec37a2 -SIZE (pari-2.5.0.tar.gz) = 2714449 +SHA256 (pari-2.3.5.tar.gz) = 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88 +SIZE (pari-2.3.5.tar.gz) = 2018097 Property changes on: head/math/pari/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/math/pari/files/patch-af =================================================================== --- head/math/pari/files/patch-af (revision 282140) +++ head/math/pari/files/patch-af (revision 282141) @@ -1,70 +1,69 @@ -$FreeBSD$ - ---- config/Makefile.SH.orig 2011-05-30 18:28:34.000000000 +0900 -+++ config/Makefile.SH 2011-08-11 07:57:51.000000000 +0900 -@@ -235,8 +235,10 @@ +--- config/Makefile.SH.orig 2010-01-09 17:59:48.000000000 +0000 ++++ config/Makefile.SH 2011-09-21 17:55:47.000000000 +0000 +@@ -216,9 +216,11 @@ INCLUDEDIR= "\$(DESTDIR)$includedir" LIBDIR = "\$(DESTDIR)$libdir" BINDIR = "\$(DESTDIR)$bindir" -MANDIR = "\$(DESTDIR)$mandir" --DATADIR = "\$(DESTDIR)$datadir" +MANDIR = "\$(DESTDIR)\${PREFIX}/man/man1" + EMACSDIR = "\$(DESTDIR)$emacsdir" +-DATADIR = "\$(DESTDIR)$datadir" +ALLDIR = \${PREFIX}/share/doc/pari +READMEDIR = "\$(ALLDIR)" +DATADIR = "\$(ALLDIR)" SYSDATADIR= "\$(DESTDIR)$sysdatadir" EXDIR = \$(DATADIR)/examples -@@ -344,7 +346,7 @@ +@@ -316,7 +318,7 @@ .headers: $HEADERS - @sleep 3; touch \$@ + @touch \$@ -install: install-lib-$dft install-include install-bin install-man install-misc install-doc install-examples install-cfg install-data +install: install-lib-$dft install-include install-bin install-man install-misc install-doc install-examples install-cfg install-data install-top install-include: -mkdir -p \$(INCLUDEDIR)/pari -@@ -394,6 +396,17 @@ +@@ -367,6 +369,17 @@ \$(INSTALL_DATA) $misc/pari.xpm \$(MISCDIR) \$(INSTALL_PROGRAM) $misc/xgp \$(MISCDIR) +install-top:: + -mkdir -p \$(READMEDIR) + \$(INSTALL_DATA) $TOP/AUTHORS \$(READMEDIR) + \$(INSTALL_DATA) $TOP/CHANGES \$(READMEDIR) + \$(INSTALL_DATA) $TOP/CHANGES-2.2 \$(READMEDIR) + \$(INSTALL_DATA) $TOP/COMPAT \$(READMEDIR) + \$(INSTALL_DATA) $TOP/COPYING \$(READMEDIR) + \$(INSTALL_DATA) $TOP/MACHINES \$(READMEDIR) + \$(INSTALL_DATA) $TOP/NEW \$(READMEDIR) + \$(INSTALL_DATA) $TOP/README \$(READMEDIR) + install-cfg:: -mkdir -p \$(SYSDATADIR) -\$(INSTALL_DATA) pari.cfg \$(SYSDATADIR) -@@ -404,7 +417,7 @@ +@@ -377,7 +390,7 @@ install-doc:: -mkdir -p \$(BINDIR) \$(DOCDIR) - -cd $doc; \$(MAKE) all +# -cd $doc; \$(MAKE) all -\$(INSTALL_PROGRAM) $doc/gphelp \$(BINDIR) -\$(INSTALL_DATA) $doc/Makefile \$(DOCDIR) -\$(INSTALL_DATA) $doc/translations \$(DOCDIR) -@@ -422,11 +435,11 @@ +@@ -395,11 +408,11 @@ -\$(INSTALL_DATA) $doc/usersch4.tex \$(DOCDIR) -\$(INSTALL_DATA) $doc/usersch5.tex \$(DOCDIR) -\$(INSTALL_DATA) $doc/paricfg.tex \$(DOCDIR) - -\$(INSTALL_DATA) $doc/libpari.dvi \$(DOCDIR) - -\$(INSTALL_DATA) $doc/users.dvi \$(DOCDIR) - -\$(INSTALL_DATA) $doc/tutorial.dvi \$(DOCDIR) - -\$(INSTALL_DATA) $doc/refcard.dvi \$(DOCDIR) - -\$(INSTALL_DATA) $doc/refcard.ps \$(DOCDIR) +# -\$(INSTALL_DATA) $doc/libpari.dvi \$(DOCDIR) +# -\$(INSTALL_DATA) $doc/users.dvi \$(DOCDIR) +# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(DOCDIR) +# -\$(INSTALL_DATA) $doc/refcard.dvi \$(DOCDIR) +# -\$(INSTALL_DATA) $doc/refcard.ps \$(DOCDIR) - install-docpdf:: - -mkdir -p \$(BINDIR) \$(DOCDIR) + install-examples: + -mkdir -p \$(EXDIR) Property changes on: head/math/pari/files/patch-af ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/math/pari/pkg-plist =================================================================== --- head/math/pari/pkg-plist (revision 282140) +++ head/math/pari/pkg-plist (revision 282141) @@ -1,26 +1,27 @@ bin/gp bin/gp-%%GP_VERSION%% bin/gphelp bin/tex2mail include/pari/genpari.h -include/pari/mpinl.h include/pari/pari.h include/pari/paricast.h include/pari/paricfg.h include/pari/paricom.h include/pari/paridecl.h include/pari/parierr.h include/pari/parigen.h include/pari/pariinl.h include/pari/parinf.h include/pari/pariold.h include/pari/paripriv.h include/pari/paristio.h include/pari/parisys.h include/pari/paritune.h +include/pari/pariport.h +include/pari/paritype.h lib/libpari-gmp.so.%%PORTVERSION%% -lib/libpari-gmp.so.3 +lib/libpari-gmp.so.2 lib/libpari.so lib/pari/pari.cfg @dirrm lib/pari @dirrm include/pari Property changes on: head/math/pari/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property