aboutsummaryrefslogtreecommitdiff
path: root/math/asir2000
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-05-10 18:24:36 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-05-10 18:24:36 +0000
commitb0ff733782af41a24547aeb0f0da5b26234d0f4e (patch)
tree1846d73b21bd392962e8ae9d8dd02b38ec727a39 /math/asir2000
parenteae2082160cf5a3b8098f819a34d5ebfae0c9512 (diff)
downloadports-b0ff733782af41a24547aeb0f0da5b26234d0f4e.tar.gz
ports-b0ff733782af41a24547aeb0f0da5b26234d0f4e.zip
Notes
Diffstat (limited to 'math/asir2000')
-rw-r--r--math/asir2000/Makefile8
-rw-r--r--math/asir2000/distinfo12
-rw-r--r--math/asir2000/files/patch-ac8
-rw-r--r--math/asir2000/files/patch-da9
-rw-r--r--math/asir2000/pkg-plist10
5 files changed, 33 insertions, 14 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 6e92638e78d6..6d6884cf76bf 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -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:
diff --git a/math/asir2000/distinfo b/math/asir2000/distinfo
index 5e06ffacb6a2..abb95decafae 100644
--- a/math/asir2000/distinfo
+++ b/math/asir2000/distinfo
@@ -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
diff --git a/math/asir2000/files/patch-ac b/math/asir2000/files/patch-ac
index 7eb12c60aab2..1c94a7154c7a 100644
--- a/math/asir2000/files/patch-ac
+++ b/math/asir2000/files/patch-ac
@@ -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"
diff --git a/math/asir2000/files/patch-da b/math/asir2000/files/patch-da
new file mode 100644
index 000000000000..c8cef6038b6f
--- /dev/null
+++ b/math/asir2000/files/patch-da
@@ -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
diff --git a/math/asir2000/pkg-plist b/math/asir2000/pkg-plist
index e4d5331c9ca6..f336bdf66384 100644
--- a/math/asir2000/pkg-plist
+++ b/math/asir2000/pkg-plist
@@ -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