Update to 20060417
PR: ports/96104 Submitted by: maintainer
This commit is contained in:
parent
eae2082160
commit
b0ff733782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161972
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asir
|
||||
PORTVERSION= 20051010
|
||||
PORTVERSION= 20060417
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \
|
||||
ftp://ftp.asir.org/pub/asir/src/ \
|
||||
@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= automake:15 autoconf:253
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari
|
||||
ASIR_SRC_VERSION= 20051010
|
||||
ASIR_DOC_VERSION= 20051009
|
||||
ASIR_SRC_VERSION= 20060417
|
||||
ASIR_DOC_VERSION= 20060417
|
||||
GC_VERSION= 6.5
|
||||
ASIR_SRC= asir-${ASIR_SRC_VERSION}.tar.gz
|
||||
ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}.tar.gz
|
||||
@ -41,7 +41,7 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on sparc64 or ia64"
|
||||
BROKEN= Does not compile on sparc64 or ia64
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -1,9 +1,9 @@
|
||||
MD5 (asir-20051010.tar.gz) = b86dc3c3f360dc1687fbd5cbf7ea4f04
|
||||
SHA256 (asir-20051010.tar.gz) = 0a12040c8d5debc10a3741e390fd5b3a2902f687b0d87a72eaf299951aa5f73f
|
||||
SIZE (asir-20051010.tar.gz) = 2389616
|
||||
MD5 (asirdoc-20051009.tar.gz) = 7eaefa48139c49c7f9d92502a06c7b8f
|
||||
SHA256 (asirdoc-20051009.tar.gz) = 03e4a3e4a7bbc3dc6861df5b5b9de5a09a97d8dad466f1c044b57734989c02ec
|
||||
SIZE (asirdoc-20051009.tar.gz) = 1365038
|
||||
MD5 (asir-20060417.tar.gz) = 05ad523a89dd39edbf6bb4f65d349547
|
||||
SHA256 (asir-20060417.tar.gz) = 77102bc5bdbd2e7890cded37089934d12ecb5a2a2fdc4c4f9f05c3e2957f6907
|
||||
SIZE (asir-20060417.tar.gz) = 2407229
|
||||
MD5 (asirdoc-20060417.tar.gz) = 93960accdcaf029effc1460c7a74bcf1
|
||||
SHA256 (asirdoc-20060417.tar.gz) = 72e21f6609e2edb4f6212417d2bf0040390beb1200267bae3909420b894cfbd5
|
||||
SIZE (asirdoc-20060417.tar.gz) = 1378365
|
||||
MD5 (gc6.5.tar.gz) = 00bf95cdcbedfa7321d14e0133b31cdb
|
||||
SHA256 (gc6.5.tar.gz) = 217df8b36d848a85eb81ec6fa2a411e9bf186a747c2ddb223cb82b5001e4d80b
|
||||
SIZE (gc6.5.tar.gz) = 752464
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- include/version.h.orig Sun Oct 9 13:46:54 2005
|
||||
+++ include/version.h Mon Oct 10 01:22:03 2005
|
||||
--- include/version.h.org Thu Apr 20 13:24:03 2006
|
||||
+++ include/version.h Thu Apr 20 13:24:55 2006
|
||||
@@ -48,4 +48,4 @@
|
||||
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.215 2005/10/09 04:46:54 noro Exp $
|
||||
* $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.251 2006/04/17 04:35:20 noro Exp $
|
||||
*/
|
||||
#define ASIR_VERSION 20051009
|
||||
#define ASIR_VERSION 20060417
|
||||
-#define ASIR_DISTRIBUTION "Kobe"
|
||||
+#define ASIR_DISTRIBUTION "Plotting Group"
|
||||
|
9
math/asir2000/files/patch-da
Normal file
9
math/asir2000/files/patch-da
Normal file
@ -0,0 +1,9 @@
|
||||
--- include/ca.h.org Sun Apr 16 09:51:14 2006
|
||||
+++ include/ca.h Thu Apr 20 15:45:58 2006
|
||||
@@ -2640,3 +2640,6 @@
|
||||
void mulnbp(VL vl,NBP p1,NBP p2, NBP *rp);
|
||||
void pwrnbp(VL vl,NBP p1,Q n, NBP *rp);
|
||||
int compnbp(VL vl,NBP p1,NBP p2);
|
||||
+
|
||||
+/* pari-2.2.16-beta change rename 'prec' -> 'precreal' [ from paripriv.h ] */
|
||||
+#define prec precreal
|
@ -1249,6 +1249,16 @@ include/asir/wsio.h
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_23.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_24.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_25.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_26.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_27.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_28.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_29.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_30.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_31.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_32.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_33.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_34.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_35.html
|
||||
%%DOCSDIR%%/html-exp-ja/exp-ja_toc.html
|
||||
%%DOCSDIR%%/internal-jp.pdf
|
||||
%%DOCSDIR%%/exp-ja.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user