diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-08-28 13:59:13 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-08-28 13:59:13 +0000 |
commit | d38c7c094a7f2ce7147451498a7f06600941b6d6 (patch) | |
tree | 2490128277c0d3acf5f1a22a2d4188e643de9d65 /math/asir2000 | |
parent | 9d1ef98d081895620bb83b9f9b31b7844749dd4c (diff) | |
download | ports-d38c7c094a7f2ce7147451498a7f06600941b6d6.tar.gz ports-d38c7c094a7f2ce7147451498a7f06600941b6d6.zip |
Notes
Diffstat (limited to 'math/asir2000')
-rw-r--r-- | math/asir2000/Makefile | 21 | ||||
-rw-r--r-- | math/asir2000/distinfo | 12 | ||||
-rw-r--r-- | math/asir2000/files/patch-include_version.h | 8 |
3 files changed, 20 insertions, 21 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 66007e4f7801..3c009ce72938 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asir -PORTVERSION= 20140513 +PORTVERSION= 20140819 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ DISTFILES= ${ASIR_SRC} ${ASIR_DOC} ${GC_SRC} EXTRACT_ONLY= ${ASIR_SRC} -MAINTAINER= 5u623l20@gmail.com +MAINTAINER= saito@asir.org COMMENT= The system Risa/Asir is a general computer algebra system LICENSE= RALUL @@ -21,30 +21,29 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari MAKE_JOBS_UNSAFE= yes +USES= tar:bz2 USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal automake autoconf AUTOMAKE_ARGS= --add-missing -CONFIGURE_ARGS= --enable-shared --enable-plot --enable-interval --with-pari --with-asir-gc +CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-asir-gc --with-gc7 ASIR_SRC_VERSION= ${PORTVERSION} -ASIR_DOC_VERSION= 20131129 -GC_VERSION= 7.2 +ASIR_DOC_VERSION= 20140705 +GC_VERSION= 7.2e ASIR_SRC= asir-${ASIR_SRC_VERSION}${EXTRACT_SUFX} ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}${EXTRACT_SUFX} -GC_SRC= gc-${GC_VERSION}${EXTRACT_SUFX} +GC_SRC= gc-${GC_VERSION}.tar.gz WRKSRC= ${WRKDIR}/asir2000 -LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ - fctrdata fctrtest fff glib gr ifplot katsura launch mat nf \ - num primdec primdec_lex primdec_mod ratint robot solve sp \ - sturm sym weight xm +LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata \ + fctrtest fff glib gr ifplot katsura launch mat nf num primdec \ + primdec_lex primdec_mod ratint robot solve sp sturm sym weight xm OPTIONS_DEFINE= DOCS PORTDOCS= * PORTDATA= * -#NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/math/asir2000/distinfo b/math/asir2000/distinfo index 431f044c71f2..461cab8e340b 100644 --- a/math/asir2000/distinfo +++ b/math/asir2000/distinfo @@ -1,6 +1,6 @@ -SHA256 (asir-20140513.tar.gz) = 6f979acaeed4cb9187b350b23ded656b31fd7b12fa288f5b00241aef026eedb0 -SIZE (asir-20140513.tar.gz) = 2057151 -SHA256 (asirdoc-20131129.tar.gz) = f5d1a41fd648dd59de28a9524f7b2c8e025c0509ffadf4b0e7885d85a5417231 -SIZE (asirdoc-20131129.tar.gz) = 1370070 -SHA256 (gc-7.2.tar.gz) = 78281a7e183e599368282e05b3818ea21ead246337dad3badceb4ea0cd6c6650 -SIZE (gc-7.2.tar.gz) = 1261201 +SHA256 (asir-20140819.tar.bz2) = 20ea1aa87460bde6bbda13204cf590cdcb334afc04fcfea2de91520842b9ea3c +SIZE (asir-20140819.tar.bz2) = 1730745 +SHA256 (asirdoc-20140705.tar.bz2) = 46c5e9074f0c86f9a1dec94a59625816258071a4aae35260886fc928e0648d41 +SIZE (asirdoc-20140705.tar.bz2) = 1379864 +SHA256 (gc-7.2e.tar.gz) = 09315b48a82d600371207691126ad058c04677281ac318d86fa84c98c3c9af4b +SIZE (gc-7.2e.tar.gz) = 1291186 diff --git a/math/asir2000/files/patch-include_version.h b/math/asir2000/files/patch-include_version.h index 846397d4e7f8..6a8fd9f2e5eb 100644 --- a/math/asir2000/files/patch-include_version.h +++ b/math/asir2000/files/patch-include_version.h @@ -1,8 +1,8 @@ ---- include/version.h.orig 2011-08-08 14:41:05.000000000 +0900 -+++ include/version.h 2011-08-08 14:41:28.000000000 +0900 +--- include/version.h.orig 2014-08-19 15:35:02.000000000 +0900 ++++ include/version.h 2014-08-25 02:37:52.000000000 +0900 @@ -48,4 +48,4 @@ - * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.331 2011/07/21 04:43:26 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.366 2014/08/19 06:35:02 noro Exp $ */ - #define ASIR_VERSION 20110721 + #define ASIR_VERSION 20140819 -#define ASIR_DISTRIBUTION "Kobe" +#define ASIR_DISTRIBUTION "Plotting Group" |