Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 13:59:13 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366404 - in head/math/asir2000: . files
Message-ID:  <201408281359.s7SDxDjE059444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Aug 28 13:59:13 2014
New Revision: 366404
URL: http://svnweb.freebsd.org/changeset/ports/366404
QAT: https://qat.redports.org/buildarchive/r366404/

Log:
  math/asir2000: update to 20140819
  
  - Pass maintainership to submitter
  
  PR:		192873
  Submitted by:	Saito Tomokatsu
  Approved by:	maintainer

Modified:
  head/math/asir2000/Makefile
  head/math/asir2000/distinfo
  head/math/asir2000/files/patch-include_version.h

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Thu Aug 28 12:54:20 2014	(r366403)
+++ head/math/asir2000/Makefile	Thu Aug 28 13:59:13 2014	(r366404)
@@ -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/di
 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
 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"

Modified: head/math/asir2000/distinfo
==============================================================================
--- head/math/asir2000/distinfo	Thu Aug 28 12:54:20 2014	(r366403)
+++ head/math/asir2000/distinfo	Thu Aug 28 13:59:13 2014	(r366404)
@@ -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

Modified: head/math/asir2000/files/patch-include_version.h
==============================================================================
--- head/math/asir2000/files/patch-include_version.h	Thu Aug 28 12:54:20 2014	(r366403)
+++ head/math/asir2000/files/patch-include_version.h	Thu Aug 28 13:59:13 2014	(r366404)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281359.s7SDxDjE059444>