diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-01-28 01:39:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-01-28 01:39:12 +0000 |
commit | 0c387f0d995967a46438500c2697a6f673906f21 (patch) | |
tree | 271ffac063b0758f690c44a25282dc5c5c1a9e8f /math | |
parent | e81ca34eba8548d42016d3a9fb27e545373e6222 (diff) | |
download | ports-0c387f0d995967a46438500c2697a6f673906f21.tar.gz ports-0c387f0d995967a46438500c2697a6f673906f21.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/asir2000/Makefile | 86 | ||||
-rw-r--r-- | math/asir2000/distinfo | 6 | ||||
-rw-r--r-- | math/asir2000/files/patch-Makefile.am | 72 | ||||
-rw-r--r-- | math/asir2000/files/patch-asm_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-builtin_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-engine_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-fft_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-include_version.h | 8 | ||||
-rw-r--r-- | math/asir2000/files/patch-io_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-lib_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/files/patch-plot_Makefile.am | 10 | ||||
-rw-r--r-- | math/asir2000/pkg-descr | 16 | ||||
-rw-r--r-- | math/asir2000/pkg-plist | 20 |
14 files changed, 0 insertions, 279 deletions
diff --git a/math/Makefile b/math/Makefile index f0c18f7f4f5c..177e814ac127 100644 --- a/math/Makefile +++ b/math/Makefile @@ -115,7 +115,6 @@ SUBDIR += arpack++ SUBDIR += arpack-ng SUBDIR += arpack-ng-mpich - SUBDIR += asir2000 SUBDIR += aspcud SUBDIR += asymptote SUBDIR += atlas diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile deleted file mode 100644 index 13d5e73e3b6d..000000000000 --- a/math/asir2000/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Created by: Tomokatsu SAITO <saito@asir.org> -# $FreeBSD$ - -PORTNAME= asir -PORTVERSION= 20140819 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ - ftp://ftp.asir.org/pub/asir/src/ \ - http://www.hboehm.info/gc/gc_source/ -DISTFILES= ${ASIR_SRC} ${ASIR_DOC} ${GC_SRC} -EXTRACT_ONLY= ${ASIR_SRC} - -MAINTAINER= ports@FreeBSD.org -COMMENT= General computer algebra system (Risa/Asir) - -LICENSE= RALUL -LICENSE_NAME= Risa/Asir Limited Use License -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -LIB_DEPENDS= libpari.so:math/pari - -BROKEN= does not compile: paridecl.h: conflicting types for 'mulreal' -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 -NOT_FOR_ARCHS= aarch64 -NOT_FOR_ARCHS_REASON= fails to compile: the collector has not been ported to this machine/OS combination - -MAKE_JOBS_UNSAFE= yes -USES= autoreconf readline tar:bz2 -USE_XORG= x11 xaw xext xt -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-asir-gc --with-gc7 -ASIR_SRC_VERSION= ${PORTVERSION} -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}.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 - -OPTIONS_DEFINE= DOCS - -PORTDOCS= * -PORTDATA= * - -post-extract: - @${TAR} xfz ${DISTDIR}/${GC_SRC} -C ${WRKSRC} - @${MKDIR} ${WRKDIR}/asirdoc - @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${WRKDIR}/asirdoc - -post-patch: - @${REINPLACE_CMD} -e 's|$${DESTDIR}|${STAGEDIR}|' \ - ${WRKSRC}/lib/Makefile.am - @${REINPLACE_CMD} -e 's|reallocarray|_&|' \ - ${WRKSRC}/include/ca.h ${WRKSRC}/parse/eval.c \ - ${WRKSRC}/parse/glob.c ${WRKSRC}/parse/load.c \ - ${WRKSRC}/parse/pvar.c ${WRKSRC}/parse/struct.c \ - ${WRKSRC}/parse/util.c - -post-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - (\ - cd ${WRKSRC}/lib ; \ - for i in ${LIB_DATA} ; do \ - ${INSTALL_DATA} $$i ${STAGEDIR}${DATADIR} ; \ - done ;\ - make install-doc \ - ) - ${LN} -fs ${PREFIX}/bin/asir ${STAGEDIR}${DATADIR}/ox_asir - ${LN} -fs ${PREFIX}/bin/asir ${STAGEDIR}${DATADIR}/ox_plot - ${LN} -fs ${PREFIX}/bin/asir ${STAGEDIR}${DATADIR}/ox_launch - ${LN} -fs ${DATADIR} ${STAGEDIR}${PREFIX}/lib/asir - ${INSTALL_MAN} ${WRKDIR}/asirdoc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKDIR}/asirdoc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/math/asir2000/distinfo b/math/asir2000/distinfo deleted file mode 100644 index 461cab8e340b..000000000000 --- a/math/asir2000/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -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-Makefile.am b/math/asir2000/files/patch-Makefile.am deleted file mode 100644 index f2d0c3835126..000000000000 --- a/math/asir2000/files/patch-Makefile.am +++ /dev/null @@ -1,72 +0,0 @@ ---- Makefile.am.orig 2009-03-04 18:15:36.000000000 +0900 -+++ Makefile.am 2011-08-08 15:35:03.000000000 +0900 -@@ -9,7 +9,8 @@ - - SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR} - --asirdir = ${libdir}/asir -+bindir = ${prefix}/bin -+asirdir = ${bindir} - asir_PROGRAMS = asir - asir_SOURCES = parse/main.c - asir_LDADD = libasir.a @ASIR_GCLIB@ -@@ -90,33 +91,34 @@ - ${INSTALL_DATA} libasir-gc.a ${DESTDIR}${libdir}/libasir-gc.a - - install-openxm: asir${EXEEXT} install-libasir install-libasir-gc -- -mkdir -p ${DESTDIR}${bindir} -- ${INSTALL_PROGRAM} asir ${DESTDIR}${bindir} -- -mkdir -p ${DESTDIR}${asirdir} -- (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib) -- -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT} -- (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT}) -- -(cd ${DESTDIR}${asirdir}; \ -- rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT}) -- (cd ${DESTDIR}${asirdir} ; \ -- ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \ -- ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \ -- ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ -- ${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) -- (cd ${top_srcdir}/include; ${MAKE} install) -- (cd ${top_srcdir}/parse; ${MAKE} install) -+ ${INSTALL_PROGRAM} ${asir_PROGRAMS} /usr/local/bin -+# -mkdir -p ${DESTDIR}${bindir} -+# ${INSTALL_PROGRAM} asir /usr/local/bin -+# -mkdir -p ${DESTDIR}${asirdir} -+# (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib) -+# -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT} -+# (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT}) -+# -(cd ${DESTDIR}${asirdir}; \ -+# rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT}) -+# (cd ${DESTDIR}${asirdir} ; \ -+# ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \ -+# ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \ -+# ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ -+# ${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) -+# (cd ${top_srcdir}/include; ${MAKE} install) -+# (cd ${top_srcdir}/parse; ${MAKE} install) - - install-lib: -- (cd ${top_srcdir}/lib; ${MAKE} install-lib) -- -(cd ${DESTDIR}${asirdir}; \ -- rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT}) -- (cd ${DESTDIR}${asirdir} ; \ -- ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \ -- ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ -- ${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) -- -mkdir -p ${DESTDIR}${bindir} -- -rm -f ${DESTDIR}${bindir}/asir${EXEEXT} -- (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT}) -+# (cd ${top_srcdir}/lib; ${MAKE} install-lib) -+# -(cd ${DESTDIR}${asirdir}; \ -+# rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT}) -+# (cd ${DESTDIR}${asirdir} ; \ -+# ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \ -+# ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ -+# ${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) -+# -mkdir -p ${DESTDIR}${bindir} -+# -rm -f ${DESTDIR}${bindir}/asir${EXEEXT} -+# (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT}) - - install-doc: - (cd ${top_srcdir}/lib; ${MAKE} install-doc) diff --git a/math/asir2000/files/patch-asm_Makefile.am b/math/asir2000/files/patch-asm_Makefile.am deleted file mode 100644 index 0d9799642177..000000000000 --- a/math/asir2000/files/patch-asm_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- asm/Makefile.am.orig 2009-02-13 22:21:19.000000000 +0900 -+++ asm/Makefile.am 2011-08-08 14:23:31.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/asm/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/files/patch-builtin_Makefile.am b/math/asir2000/files/patch-builtin_Makefile.am deleted file mode 100644 index 5fa557d69f33..000000000000 --- a/math/asir2000/files/patch-builtin_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- builtin/Makefile.am.orig 2011-08-08 14:24:27.000000000 +0900 -+++ builtin/Makefile.am 2011-08-08 14:24:41.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.9 2009/02/13 13:21:19 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/files/patch-engine_Makefile.am b/math/asir2000/files/patch-engine_Makefile.am deleted file mode 100644 index 87da9a56fcb6..000000000000 --- a/math/asir2000/files/patch-engine_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- engine/Makefile.am.orig 2011-08-08 14:25:27.000000000 +0900 -+++ engine/Makefile.am 2011-08-08 14:25:38.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.9 2009/02/13 13:21:19 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/files/patch-fft_Makefile.am b/math/asir2000/files/patch-fft_Makefile.am deleted file mode 100644 index 3713156e3edc..000000000000 --- a/math/asir2000/files/patch-fft_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- fft/Makefile.am.orig 2011-08-08 14:26:18.000000000 +0900 -+++ fft/Makefile.am 2011-08-08 14:26:27.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/fft/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/files/patch-include_version.h b/math/asir2000/files/patch-include_version.h deleted file mode 100644 index 6a8fd9f2e5eb..000000000000 --- a/math/asir2000/files/patch-include_version.h +++ /dev/null @@ -1,8 +0,0 @@ ---- 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.366 2014/08/19 06:35:02 noro Exp $ - */ - #define ASIR_VERSION 20140819 --#define ASIR_DISTRIBUTION "Kobe" -+#define ASIR_DISTRIBUTION "Plotting Group" diff --git a/math/asir2000/files/patch-io_Makefile.am b/math/asir2000/files/patch-io_Makefile.am deleted file mode 100644 index c37369227ab7..000000000000 --- a/math/asir2000/files/patch-io_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- io/Makefile.am.orig 2011-08-08 14:26:59.000000000 +0900 -+++ io/Makefile.am 2011-08-08 14:27:11.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/io/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/files/patch-lib_Makefile.am b/math/asir2000/files/patch-lib_Makefile.am deleted file mode 100644 index a60dc4752a8f..000000000000 --- a/math/asir2000/files/patch-lib_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/Makefile.am.orig 2011-08-08 14:38:10.000000000 +0900 -+++ lib/Makefile.am 2011-08-08 14:38:35.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.12 2009/02/22 16:51:36 ohara Exp $ - --asirdir = ${libdir}/asir -+asirdir = ${datadir}/asir - RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \ - fff glib gr ifplot katsura mat nf num primdec primdec_lex \ - ratint robot solve sp sturm sym xm primdec_mod weight diff --git a/math/asir2000/files/patch-plot_Makefile.am b/math/asir2000/files/patch-plot_Makefile.am deleted file mode 100644 index ececb50d8fc6..000000000000 --- a/math/asir2000/files/patch-plot_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- plot/Makefile.am.orig 2009-02-13 22:21:20.000000000 +0900 -+++ plot/Makefile.am 2011-08-08 14:21:28.000000000 +0900 -@@ -1,6 +1,6 @@ - ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $ - --asirdir = ${prefix}/lib/asir -+asirdir = ${prefix}/share/asir - DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" - INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ - -I${top_srcdir}/gc/include \ diff --git a/math/asir2000/pkg-descr b/math/asir2000/pkg-descr deleted file mode 100644 index 834f0c895fb2..000000000000 --- a/math/asir2000/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The system Risa/Asir is a general computer algebra system. -It performs arithmetics in various rings and fields, factorization, -and Groebner basis computations. It can call outer modules complient -to the OpenXM protocols. - -The asir user language is like C. - -The most recent source distribution from Kobe University can be found at - - http://www.asir.org/ - -Risa/Asir was originally developed at Fujitsu Research Laboratory. -Fujitsu Research Laboratory holds the copyright of Risa/Asir. -See the COPYRIGHT file in the source distribution. - -WWW: http://www.asir.org/ diff --git a/math/asir2000/pkg-plist b/math/asir2000/pkg-plist deleted file mode 100644 index 3d1c1cb69217..000000000000 --- a/math/asir2000/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/asir -include/asir/al.h -include/asir/b.h -include/asir/base.h -include/asir/bf.h -include/asir/ca-27.h -include/asir/ca.h -include/asir/cpp.h -include/asir/com.h -include/asir/comp.h -include/asir/inline.h -include/asir/interval.h -include/asir/ox.h -include/asir/parse.h -include/asir/prime.h -include/asir/version.h -include/asir/wsio.h -include/asir/w_stdio.h -lib/asir -man/man1/asir.1.gz |