Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.304 2015/04/26 03:40:20 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.306 2015/08/25 05:05:39 richard Exp $
|
||||
|
||||
COMMENT= Mathematics
|
||||
|
||||
@@ -167,6 +167,7 @@ SUBDIR+= p5-Algorithm-Cluster
|
||||
SUBDIR+= p5-Algorithm-Munkres
|
||||
SUBDIR+= p5-Excel-Template
|
||||
SUBDIR+= p5-Excel-Template-Plus
|
||||
SUBDIR+= p5-Math-Base-Convert
|
||||
SUBDIR+= p5-Math-Base36
|
||||
SUBDIR+= p5-Math-Base85
|
||||
SUBDIR+= p5-Math-BaseCnv
|
||||
@@ -239,6 +240,7 @@ SUBDIR+= py-pytables
|
||||
SUBDIR+= py-roman
|
||||
SUBDIR+= py-rpy
|
||||
SUBDIR+= py-scipy
|
||||
SUBDIR+= py-simpleeval
|
||||
SUBDIR+= py-sympy
|
||||
SUBDIR+= qalculate
|
||||
SUBDIR+= qalculate-bases
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/08/15 02:22:18 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/08/07 01:41:38 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= R Database Interface
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
R_PKGNAME= DBI
|
||||
R_PKGVER= 0.2-7
|
||||
R_PKGVER= 0.3.1
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/08/15 02:22:18 wen Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/08/07 01:41:38 wen Exp $
|
||||
|
||||
SHA1 (R/DBI_0.2-7.tar.gz) = 2f76382681ea40d1617079ee11977cb13486821a
|
||||
RMD160 (R/DBI_0.2-7.tar.gz) = 7bf41d8290c8a1b24c9a81d0ef74efd423df2f88
|
||||
Size (R/DBI_0.2-7.tar.gz) = 194699 bytes
|
||||
SHA1 (R/DBI_0.3.1.tar.gz) = 380bbcda870269d3850bcbb01ef25aba92888cad
|
||||
RMD160 (R/DBI_0.3.1.tar.gz) = 8f2016b8eb5222efbf7cb49e690c9a31c6b79525
|
||||
Size (R/DBI_0.3.1.tar.gz) = 30106 bytes
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.158 2015/06/22 13:21:59 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.162 2015/09/11 13:16:16 jperkin Exp $
|
||||
|
||||
DISTNAME= R-3.2.0
|
||||
PKGREVISION= 2
|
||||
DISTNAME= R-3.2.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/}
|
||||
|
||||
@@ -140,6 +139,24 @@ BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5
|
||||
CONFIGURE_ARGS+= --enable-mbcs=no
|
||||
.endif
|
||||
|
||||
# Fix library names. Relies on build system using -headerpad_max_install_names.
|
||||
.if ${OPSYS} == "Darwin"
|
||||
.PHONY: fix-darwin-install-name
|
||||
post-install: fix-darwin-install-name
|
||||
fix-darwin-install-name:
|
||||
install_name_tool -id ${PREFIX}/lib/R/lib/libR.dylib \
|
||||
${DESTDIR}${PREFIX}/lib/R/lib/libR.dylib
|
||||
install_name_tool -id ${PREFIX}/lib/R/lib/libRlapack.dylib \
|
||||
${DESTDIR}${PREFIX}/lib/R/lib/libRlapack.dylib
|
||||
${FIND} ${DESTDIR}${PREFIX} -name "*.so" | while read lib; do \
|
||||
libname=`basename $${lib}`; \
|
||||
libdir=`dirname $${lib} | sed -e 's,${DESTDIR},,'`; \
|
||||
install_name_tool -id $${libdir}/$${libname} \
|
||||
-change libR.dylib \
|
||||
${PREFIX}/lib/R/lib/libR.dylib $${lib}; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include "../../archivers/bzip2/buildlink3.mk"
|
||||
.include "../../archivers/xz/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.22 2015/05/26 13:36:57 jperkin Exp $
|
||||
@comment $NetBSD: PLIST,v 1.23 2015/08/14 12:40:19 wen Exp $
|
||||
bin/R
|
||||
bin/Rscript
|
||||
info/R-FAQ.info.gz
|
||||
@@ -36,6 +36,7 @@ lib/R/bin/mkinstalldirs
|
||||
lib/R/bin/pager
|
||||
lib/R/bin/rtags
|
||||
lib/R/doc/AUTHORS
|
||||
lib/R/doc/BioC_mirrors.csv
|
||||
lib/R/doc/COPYING
|
||||
lib/R/doc/COPYRIGHTS
|
||||
lib/R/doc/CRAN_mirrors.csv
|
||||
@@ -363,6 +364,7 @@ lib/R/library/cluster/Meta/links.rds
|
||||
lib/R/library/cluster/Meta/nsInfo.rds
|
||||
lib/R/library/cluster/Meta/package.rds
|
||||
lib/R/library/cluster/NAMESPACE
|
||||
lib/R/library/cluster/NEWS.Rd
|
||||
lib/R/library/cluster/R/cluster
|
||||
lib/R/library/cluster/R/cluster.rdb
|
||||
lib/R/library/cluster/R/cluster.rdx
|
||||
@@ -378,9 +380,12 @@ lib/R/library/cluster/html/00Index.html
|
||||
lib/R/library/cluster/html/R.css
|
||||
lib/R/library/cluster/libs/cluster.so
|
||||
lib/R/library/cluster/po/de/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/cluster/po/de/LC_MESSAGES/cluster.mo
|
||||
lib/R/library/cluster/po/en@quot/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/cluster/po/en@quot/LC_MESSAGES/cluster.mo
|
||||
lib/R/library/cluster/po/fr/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/cluster/po/ko/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/cluster/po/ko/LC_MESSAGES/cluster.mo
|
||||
lib/R/library/cluster/po/pl/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/codetools/DESCRIPTION
|
||||
lib/R/library/codetools/INDEX
|
||||
@@ -759,8 +764,6 @@ lib/R/library/mgcv/po/ko/LC_MESSAGES/R-mgcv.mo
|
||||
lib/R/library/mgcv/po/ko/LC_MESSAGES/mgcv.mo
|
||||
lib/R/library/mgcv/po/pl/LC_MESSAGES/R-mgcv.mo
|
||||
lib/R/library/mgcv/po/pl/LC_MESSAGES/mgcv.mo
|
||||
lib/R/library/mgcv/po/po/LC_MESSAGES/R-mgcv.mo
|
||||
lib/R/library/mgcv/po/po/LC_MESSAGES/mgcv.mo
|
||||
lib/R/library/nlme/CITATION
|
||||
lib/R/library/nlme/DESCRIPTION
|
||||
lib/R/library/nlme/INDEX
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST.Darwin,v 1.1 2015/04/23 06:40:27 dbj Exp $
|
||||
@comment $NetBSD: PLIST.Darwin,v 1.2 2015/09/01 06:14:36 dbj Exp $
|
||||
@comment
|
||||
@comment The configure script has explicit check for darwin and sets
|
||||
@comment --with-internal-tzcode=yes
|
||||
@@ -259,6 +259,7 @@ lib/R/share/zoneinfo/Asia/Beirut
|
||||
lib/R/share/zoneinfo/Asia/Bishkek
|
||||
lib/R/share/zoneinfo/Asia/Brunei
|
||||
lib/R/share/zoneinfo/Asia/Calcutta
|
||||
lib/R/share/zoneinfo/Asia/Chita
|
||||
lib/R/share/zoneinfo/Asia/Choibalsan
|
||||
lib/R/share/zoneinfo/Asia/Chongqing
|
||||
lib/R/share/zoneinfo/Asia/Chungking
|
||||
@@ -316,6 +317,7 @@ lib/R/share/zoneinfo/Asia/Samarkand
|
||||
lib/R/share/zoneinfo/Asia/Seoul
|
||||
lib/R/share/zoneinfo/Asia/Shanghai
|
||||
lib/R/share/zoneinfo/Asia/Singapore
|
||||
lib/R/share/zoneinfo/Asia/Srednekolymsk
|
||||
lib/R/share/zoneinfo/Asia/Taipei
|
||||
lib/R/share/zoneinfo/Asia/Tashkent
|
||||
lib/R/share/zoneinfo/Asia/Tbilisi
|
||||
@@ -526,6 +528,7 @@ lib/R/share/zoneinfo/PRC
|
||||
lib/R/share/zoneinfo/PST8PDT
|
||||
lib/R/share/zoneinfo/Pacific/Apia
|
||||
lib/R/share/zoneinfo/Pacific/Auckland
|
||||
lib/R/share/zoneinfo/Pacific/Bougainville
|
||||
lib/R/share/zoneinfo/Pacific/Chatham
|
||||
lib/R/share/zoneinfo/Pacific/Chuuk
|
||||
lib/R/share/zoneinfo/Pacific/Easter
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
$NetBSD: distinfo,v 1.65 2015/05/26 13:38:20 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.69 2015/08/14 12:40:19 wen Exp $
|
||||
|
||||
SHA1 (R-3.2.0.tar.gz) = a6e9a6ca5ef186037a2f8ad2ccc8d7d0147640f1
|
||||
RMD160 (R-3.2.0.tar.gz) = a67e255e77baf7db164ee8a869c03137a33a6571
|
||||
Size (R-3.2.0.tar.gz) = 29124927 bytes
|
||||
SHA1 (patch-ac) = 1722685e650c651467be8f67c37a5766aefad7af
|
||||
SHA1 (R-3.2.2.tar.gz) = 68c74db1c5a2f2040280a03b8396e4d28a5a7617
|
||||
RMD160 (R-3.2.2.tar.gz) = 0e8bf2ecca48f0f2433f6b07f422b7730a76fbb4
|
||||
Size (R-3.2.2.tar.gz) = 29772864 bytes
|
||||
SHA1 (patch-ac) = 1dc842ca867a1efa4f757ec5cbdca68a6957dd55
|
||||
SHA1 (patch-ad) = 0a08f293bc1cdc130047868e5d574c2df1f4c6cf
|
||||
SHA1 (patch-src_include_GraphicsBase.h) = 5f999e4d124afd38d5c7e18d936942f2c6f27c86
|
||||
SHA1 (patch-src_library_stats_src_Makefile.in) = b468becd011fa4828e50f5d13d700825655c89e8
|
||||
SHA1 (patch-src_main_character.c) = 29d302b4530bdc3b49afff6b10f94277e1a94b43
|
||||
SHA1 (patch-src_main_character.c) = bd6e9b5b633d86c913c98d9d87c66f982d1ca258
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
$NetBSD: patch-ac,v 1.34 2015/05/13 12:48:05 ryoon Exp $
|
||||
$NetBSD: patch-ac,v 1.36 2015/08/14 12:40:19 wen Exp $
|
||||
|
||||
Do not include system paths in R_LD_LIBRARY_PATH.
|
||||
FreeBSD 10 is not FreeBSD 1.
|
||||
Fix texi2any version check.
|
||||
|
||||
--- configure.orig 2015-04-08 22:16:36.000000000 +0000
|
||||
--- configure.orig 2015-08-14 19:37:48.000000000 +0000
|
||||
+++ configure
|
||||
@@ -4012,7 +4012,7 @@ fi
|
||||
|
||||
@@ -23,16 +24,16 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
LTOALL=-flto
|
||||
fi
|
||||
|
||||
@@ -19921,7 +19921,7 @@ dgux*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
-freebsd1*)
|
||||
+freebsd1|freebsd1.*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
|
||||
@@ -20514,7 +20514,7 @@ case "${host_os}" in
|
||||
@@ -5272,7 +5272,7 @@ if test -z "${texi2any_version_maj}" \
|
||||
elif test ${texi2any_version_maj} -gt 5; then
|
||||
r_cv_prog_texi2any_v5=yes
|
||||
elif test ${texi2any_version_maj} -lt 5 \
|
||||
- || test ${texi2any_version_min} -lt 1; then
|
||||
+ || test ${texi2any_version_maj} = 5 -a ${texi2any_version_min} -lt 1; then
|
||||
r_cv_prog_texi2any_v5=no
|
||||
else
|
||||
r_cv_prog_texi2any_v5=yes
|
||||
@@ -20496,7 +20496,7 @@ case "${host_os}" in
|
||||
## look-up sequence. Such automatic override has proven to break things
|
||||
## like system frameworks (e.g. ImageIO or OpenGL framework).
|
||||
;;
|
||||
@@ -41,19 +42,19 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
for arg in ${LDFLAGS}; do
|
||||
case "${arg}" in
|
||||
-L*)
|
||||
@@ -23188,6 +23188,11 @@ fi
|
||||
@@ -23170,6 +23170,11 @@ fi
|
||||
done
|
||||
;;
|
||||
-[lLR]*)
|
||||
+ case $ac_arg in
|
||||
+ -R*)
|
||||
+ ac_arg="${wl}$ac_arg"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ case $ac_arg in
|
||||
+ -R*)
|
||||
+ ac_arg="${wl}$ac_arg"
|
||||
+ ;;
|
||||
+ esac
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_arg" = x"$ac_i"; then
|
||||
@@ -24153,6 +24158,9 @@ cat > conftest.c <<EOF
|
||||
@@ -24135,6 +24140,9 @@ cat > conftest.c <<EOF
|
||||
|
||||
extern void F77_SYMBOL(cftest)(int *a, int *b, double *x, double *y);
|
||||
|
||||
@@ -63,7 +64,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
int main () {
|
||||
int a[3] = {17, 237, 2000000000}, b[2], res = 0;
|
||||
double x[3] = {3.14159265, 123.456789, 2.3e34}, z[3];
|
||||
@@ -24248,6 +24256,9 @@ typedef struct {
|
||||
@@ -24230,6 +24238,9 @@ typedef struct {
|
||||
|
||||
extern void F77_SYMBOL(cftest)(Rcomplex *x);
|
||||
|
||||
@@ -73,7 +74,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
int main () {
|
||||
Rcomplex z[3];
|
||||
|
||||
@@ -26452,12 +26463,12 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26434,12 +26445,12 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
SHLIB_LIBADD="-lcc_dynamic"
|
||||
fi
|
||||
;;
|
||||
@@ -89,24 +90,23 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
;;
|
||||
hpux*)
|
||||
SHLIB_EXT=".sl"
|
||||
@@ -26543,8 +26554,15 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26525,8 +26536,14 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
fcpicflags=
|
||||
;;
|
||||
netbsd*)
|
||||
+ fpicflags="-fPIC"
|
||||
+ case "${host_cpu}" in
|
||||
+ powerpc*)
|
||||
+ cpicflags="-fPIC"
|
||||
+ ;;
|
||||
+ esac
|
||||
+
|
||||
+ fpicflags="-fPIC"
|
||||
+ case "${host_cpu}" in
|
||||
+ powerpc*)
|
||||
+ cpicflags="-fPIC"
|
||||
+ ;;
|
||||
+ esac
|
||||
if ${CPP} - -dM < /dev/null | grep __ELF__ >/dev/null ; then
|
||||
- main_ldflags="-export-dynamic"
|
||||
+ main_ldflags="${wl}-export-dynamic"
|
||||
shlib_ldflags="-shared"
|
||||
else
|
||||
shlib_ldflags="-Bshareable"
|
||||
@@ -26566,22 +26584,22 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26548,22 +26565,22 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
solaris*)
|
||||
## SPARC has only an 8k global object table, 1024 entries on 64-bit,
|
||||
## so need PIC not pic. They are the same on other Solaris platforms.
|
||||
@@ -133,7 +133,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
cpicflags="-KPIC"
|
||||
if test "`basename ${CXX}`" = "CC" ; then
|
||||
## Forte version 7 needs -lCstd: Forte 6 does not.
|
||||
@@ -26642,7 +26660,7 @@ fi
|
||||
@@ -26624,7 +26641,7 @@ fi
|
||||
: ${CPICFLAGS="${cpicflags}"}
|
||||
if test -z "${CPICFLAGS}"; then
|
||||
case "${host_os}" in
|
||||
@@ -142,7 +142,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
;;
|
||||
*)
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I could not determine CPICFLAGS." >&5
|
||||
@@ -27338,6 +27356,14 @@ _ACEOF
|
||||
@@ -27320,6 +27337,14 @@ _ACEOF
|
||||
## Cygwin has rintl but not nearbyintl
|
||||
for ac_func in expm1 hypot log1p log1pl log2 log10 nearbyint nearbyintl powl rint rintl
|
||||
do
|
||||
@@ -157,7 +157,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
as_ac_Symbol=`$as_echo "ac_cv_have_decl_$ac_func" | $as_tr_sh`
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func exists and is declared" >&5
|
||||
$as_echo_n "checking whether $ac_func exists and is declared... " >&6; }
|
||||
@@ -27347,24 +27373,12 @@ else
|
||||
@@ -27329,24 +27354,12 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#include <math.h>
|
||||
@@ -180,11 +180,11 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
-
|
||||
- ;
|
||||
- return 0;
|
||||
+ return $ac_func($args);
|
||||
+ return $ac_func($args);;
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
@@ -30274,6 +30288,15 @@ cat > conftest.c <<EOF
|
||||
@@ -30256,6 +30269,15 @@ cat > conftest.c <<EOF
|
||||
#endif
|
||||
extern void F77_SYMBOL(test1)(int *iflag);
|
||||
|
||||
@@ -200,7 +200,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
int main () {
|
||||
int iflag;
|
||||
F77_SYMBOL(test1)(&iflag);
|
||||
@@ -30338,6 +30361,14 @@ else
|
||||
@@ -30320,6 +30342,14 @@ else
|
||||
#else
|
||||
# define F77_SYMBOL(x) x
|
||||
#endif
|
||||
@@ -215,7 +215,7 @@ FreeBSD 10 is not FreeBSD 1.
|
||||
void F77_SYMBOL(xerbla)(char *srname, int *info)
|
||||
{}
|
||||
void blas_set () {
|
||||
@@ -38953,7 +38984,7 @@ case "${host_os}" in
|
||||
@@ -38927,7 +38957,7 @@ case "${host_os}" in
|
||||
r_ld_library_defaults="/usr/lib64:/lib64:/usr/lib:/lib"
|
||||
;;
|
||||
solaris*)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-src_main_character.c,v 1.1 2015/01/23 15:06:44 joerg Exp $
|
||||
$NetBSD: patch-src_main_character.c,v 1.2 2015/06/30 02:38:52 wen Exp $
|
||||
|
||||
--- src/main/character.c.orig 2015-01-22 19:20:05.000000000 +0000
|
||||
--- src/main/character.c.orig 2015-06-29 21:44:13.000000000 +0000
|
||||
+++ src/main/character.c
|
||||
@@ -1311,7 +1311,7 @@ SEXP attribute_hidden do_strtrim(SEXP ca
|
||||
@@ -1360,7 +1360,7 @@ SEXP attribute_hidden do_strtrim(SEXP ca
|
||||
return s;
|
||||
}
|
||||
|
||||
@@ -11,12 +11,12 @@ $NetBSD: patch-src_main_character.c,v 1.1 2015/01/23 15:06:44 joerg Exp $
|
||||
{
|
||||
long int res;
|
||||
char *endp;
|
||||
@@ -1345,7 +1345,7 @@ SEXP attribute_hidden do_strtoi(SEXP cal
|
||||
@@ -1394,7 +1394,7 @@ SEXP attribute_hidden do_strtoi(SEXP cal
|
||||
|
||||
PROTECT(ans = allocVector(INTSXP, n = LENGTH(x)));
|
||||
for(i = 0; i < n; i++)
|
||||
- INTEGER(ans)[i] = strtoi(STRING_ELT(x, i), base);
|
||||
+ INTEGER(ans)[i] = my_strtoi(STRING_ELT(x, i), base);
|
||||
UNPROTECT(1);
|
||||
|
||||
|
||||
return ans;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.23 2012/09/11 23:04:16 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2015/07/04 16:18:37 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= abs-src-0.8
|
||||
@@ -12,7 +12,6 @@ HOMEPAGE= http://home.scarlet.be/~pin01858/abs.html
|
||||
COMMENT= Free spreadsheet with graphical user interface
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_X11BASE= YES
|
||||
MAKE_FILE= Makefile.netBSD
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.29 2015/04/25 14:23:29 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2015/08/18 07:31:12 wiz Exp $
|
||||
|
||||
DISTNAME= analitza-${_KDE_VERSION}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= math
|
||||
COMMENT= KDE library for mathematical features
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.44 2014/01/15 16:23:31 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= calc-2.12.4.13
|
||||
PKGNAME= capc-${DISTNAME:S/t/./}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calc/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.25 2015/05/15 09:17:03 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/06/30 07:56:44 wen Exp $
|
||||
|
||||
DISTNAME= cln-1.3.2
|
||||
PKGREVISION= 2
|
||||
DISTNAME= cln-1.3.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.ginac.de/CLN/ \
|
||||
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.14 2015/05/15 09:17:03 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.15 2015/06/30 07:56:44 wen Exp $
|
||||
|
||||
SHA1 (cln-1.3.2.tar.bz2) = c30dca80e75f45e2107f233075e6d0339ea884b0
|
||||
RMD160 (cln-1.3.2.tar.bz2) = 8644a278e99c3e15ebf83f5e641758bdecad8b23
|
||||
Size (cln-1.3.2.tar.bz2) = 1275638 bytes
|
||||
SHA1 (patch-include_cln_exception.h) = 2d7ec63ee174793ad69ae3b54599f1c347b20c9f
|
||||
SHA1 (patch-include_cln_types.h) = 2e685a55babc03756ff2c170ad23b86c8888f7dc
|
||||
SHA1 (cln-1.3.4.tar.bz2) = 76f73071236ead72ba5c9ee892f29ca24e557b8c
|
||||
RMD160 (cln-1.3.4.tar.bz2) = 81c83ca070425627d248579ff6e9d168aae12a85
|
||||
Size (cln-1.3.4.tar.bz2) = 1281348 bytes
|
||||
SHA1 (patch-src_base_cl__low.h) = 385d1bf88b8b80104da9a9e006a1b87edc3a0e84
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
$NetBSD: patch-include_cln_exception.h,v 1.1 2013/05/04 12:59:47 joerg Exp $
|
||||
|
||||
--- include/cln/exception.h.orig 2013-05-04 00:51:47.000000000 +0000
|
||||
+++ include/cln/exception.h
|
||||
@@ -4,6 +4,7 @@
|
||||
#define _CL_EXCEPTION_H
|
||||
|
||||
#include <stdexcept>
|
||||
+#include <string>
|
||||
|
||||
namespace cln {
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
$NetBSD: patch-include_cln_types.h,v 1.2 2015/02/07 20:18:06 jdc Exp $
|
||||
|
||||
--- include/cln/types.h.orig 2009-06-14 20:49:32.000000000 +0100
|
||||
+++ include/cln/types.h 2015-02-07 20:03:43.000000000 +0000
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
// Integer type used for counters.
|
||||
// Constraint: sizeof(uintC) >= sizeof(uintL)
|
||||
- #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__)))
|
||||
+ #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__sparc64__)))
|
||||
#define intCsize long_bitsize
|
||||
typedef long sintC;
|
||||
typedef unsigned long uintC;
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
// Integer type used for lfloat exponents.
|
||||
// Constraint: sizeof(uintE) >= sizeof(uintC)
|
||||
-#if (defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__i386__) || defined(__mips__) || defined(__rs6000__)))
|
||||
+#if (defined(HAVE_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__i386__) || defined(__mips__) || defined(__rs6000__) || defined(__sparc64__)))
|
||||
#define intEsize 64
|
||||
typedef sint64 sintE;
|
||||
typedef uint64 uintE;
|
||||
@@ -127,7 +127,7 @@
|
||||
typedef int sintD;
|
||||
typedef unsigned int uintD;
|
||||
#else // we are not using GMP, so just guess something reasonable
|
||||
- #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__)))
|
||||
+ #if (defined(HAVE_FAST_LONGLONG) && (defined(__alpha__) || defined(__ia64__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__sparc64__)))
|
||||
#define intDsize 64
|
||||
typedef sint64 sintD;
|
||||
typedef uint64 uintD;
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.24 2013/10/29 02:37:56 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2015/08/18 07:31:12 wiz Exp $
|
||||
|
||||
DISTNAME= eukleides-1.5.4
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.eukleides.org/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.22 2014/04/30 14:19:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2015/08/12 08:50:37 asau Exp $
|
||||
|
||||
PKGNAME= fricas-1.2.0
|
||||
PKGNAME= fricas-1.2.6
|
||||
DISTNAME= ${PKGNAME_NOREV}-full
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -12,8 +11,6 @@ HOMEPAGE= http://fricas.sourceforge.net/
|
||||
COMMENT= FriCAS is a fork of the Axiom computer algebra system
|
||||
LICENSE= modified-bsd
|
||||
|
||||
BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
|
||||
3988
math/fricas/PLIST
3988
math/fricas/PLIST
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.13 2013/05/19 10:01:00 asau Exp $
|
||||
$NetBSD: distinfo,v 1.15 2015/08/12 08:50:37 asau Exp $
|
||||
|
||||
SHA1 (fricas-1.2.0-full.tar.bz2) = 3634ff3d8249cae31fa07f66a5818444620a45cb
|
||||
RMD160 (fricas-1.2.0-full.tar.bz2) = 04eb691a0d39cf363dd5dc918065c8aec9b5342e
|
||||
Size (fricas-1.2.0-full.tar.bz2) = 9985375 bytes
|
||||
SHA1 (fricas-1.2.6-full.tar.bz2) = adafb5e9c1785d0a6db7f1062e2fbbcdb45faf44
|
||||
RMD160 (fricas-1.2.6-full.tar.bz2) = 4c8122e70421aedfdcd511f5ad653f3eab8ef909
|
||||
Size (fricas-1.2.6-full.tar.bz2) = 10196018 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: options.mk,v 1.5 2010/11/24 22:43:40 asau Exp $
|
||||
# $NetBSD: options.mk,v 1.6 2015/08/10 08:13:45 asau Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.fricas
|
||||
PKG_OPTIONS_REQUIRED_GROUPS= lisp
|
||||
@@ -44,7 +44,7 @@ PRINT_PLIST_AWK+= {if ($$0 ~ /\.o$$/) {$$0 = "$${ecl}" $$0;}}
|
||||
|
||||
# X11-only files:
|
||||
.if !empty(PKG_OPTIONS:Mx11)
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/share\/viewports\// || $$0 ~ /\.(bitmap|xbm|xbm.tiny|bm|bakmap|xpm|ht|pht|ps)$$/) {$$0 = "$${x11}" $$0;}}
|
||||
#PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/share\/viewports\// || $$0 ~ /\.(bitmap|xbm|xbm.tiny|bm|bakmap|xpm|ht|pht|ps)$$/) {$$0 = "$${x11}" $$0;}}
|
||||
# ...where "util.ht" is false positive.
|
||||
# files in lib/.../bin
|
||||
.for _file_ in htadd hypertex viewAlone
|
||||
@@ -54,12 +54,10 @@ PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/bin\/${_file_}$$/) {$$0 =
|
||||
.for _file_ in ex2ht hthits htsearch presea spadbuf view2D view3D viewman
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/lib\/${_file_}$$/) {$$0 = "$${x11}" $$0;}}
|
||||
.endfor
|
||||
# files in lib/.../bitmaps
|
||||
.for _file_ in door ht_icon
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/bitmaps\/${_file_}$$/) {$$0 = "$${x11}" $$0;}}
|
||||
.endfor
|
||||
# Postscript files in lib/.../lib/graph:
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/lib\/graph\/.*\.ps$$/) {$$0 = "$${x11}" $$0;}}
|
||||
# all files in lib/.../bitmaps
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/bitmaps\/[^\/]*$$/) {$$0 = "$${x11}" $$0;}}
|
||||
# all files in lib/.../lib/graph:
|
||||
PRINT_PLIST_AWK+= {if ($$0 !~ /^\$${x11}/ && $$0 ~ /\/lib\/graph\/[^\/]*$$/) {$$0 = "$${x11}" $$0;}}
|
||||
.endif
|
||||
|
||||
# X11
|
||||
|
||||
@@ -5,3 +5,6 @@ familiar with Gnumeric advanced features. A plugin system lets
|
||||
you extend Gnumeric with GPL extensions, and an optional
|
||||
Python and Perl plugins let you define complex functions in those
|
||||
popular languages.
|
||||
|
||||
This is an old version, the latest update was in January 2009.
|
||||
Newer versions are in gnumeric110 and gnumeric112.
|
||||
|
||||
@@ -5,3 +5,6 @@ familiar with Gnumeric advanced features. A plugin system lets
|
||||
you extend Gnumeric with GPL extensions, and an optional
|
||||
Python and Perl plugins let you define complex functions in those
|
||||
popular languages.
|
||||
|
||||
This is an old version, the latest update was in July 2011.
|
||||
There's a newer version in gnumeric112.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.24 2015/06/12 10:50:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/08/13 15:14:29 he Exp $
|
||||
|
||||
DISTNAME= gnumeric-1.12.9
|
||||
PKGREVISION= 4
|
||||
DISTNAME= gnumeric-1.12.23
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@@ -9,7 +8,7 @@ EXTRACT_SUFX= .tar.xz
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.gnumeric.org/
|
||||
COMMENT= Spreadsheet program from the GNOME project
|
||||
LICENSE= gnu-gpl-v2
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
@@ -20,8 +19,8 @@ PKGCONFIG_OVERRIDE= libspreadsheet.pc.in
|
||||
REPLACE_PERL+= plugins/perl-func/perl_func.pl
|
||||
|
||||
# PLIST contains versioned directory
|
||||
GOFFICE_VERSION= 0.10.0
|
||||
PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION}
|
||||
#GOFFICE_VERSION= 0.10.0
|
||||
#PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION}
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
@@ -38,16 +37,18 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.12.9
|
||||
#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1
|
||||
#.include "../../databases/libgda/buildlink3.mk"
|
||||
#.include "../../databases/libgnomedb/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.18
|
||||
BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.32
|
||||
.include "../../devel/libgsf/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../lang/perl5/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.9
|
||||
BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.23
|
||||
.include "../../misc/goffice0.10/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/omf-scrollkeeper.mk"
|
||||
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.5 2014/01/02 18:50:03 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2015/08/13 15:14:29 he Exp $
|
||||
bin/gnumeric
|
||||
bin/${PKGNAME}
|
||||
bin/ssconvert
|
||||
@@ -89,6 +89,7 @@ include/libspreadsheet-1.12/spreadsheet/search.h
|
||||
include/libspreadsheet-1.12/spreadsheet/selection.h
|
||||
include/libspreadsheet-1.12/spreadsheet/session.h
|
||||
include/libspreadsheet-1.12/spreadsheet/sf-bessel.h
|
||||
include/libspreadsheet-1.12/spreadsheet/sf-dpq.h
|
||||
include/libspreadsheet-1.12/spreadsheet/sf-gamma.h
|
||||
include/libspreadsheet-1.12/spreadsheet/sf-trig.h
|
||||
include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h
|
||||
@@ -778,9 +779,9 @@ share/gnumeric/${PKGVERSION}/templates/purchase_order.gnumeric
|
||||
share/icons/hicolor/16x16/apps/gnumeric.png
|
||||
share/icons/hicolor/22x22/apps/gnumeric.png
|
||||
share/icons/hicolor/24x24/apps/gnumeric.png
|
||||
share/icons/hicolor/256x256/apps/gnumeric.png
|
||||
share/icons/hicolor/32x32/apps/gnumeric.png
|
||||
share/icons/hicolor/48x48/apps/gnumeric.png
|
||||
share/icons/hicolor/scalable/apps/gnumeric.svg
|
||||
share/locale/am/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/am/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/ar/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
@@ -791,6 +792,8 @@ share/locale/az/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/az/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/bg/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/bg/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/bs/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/bs/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/ca/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
share/locale/ca/LC_MESSAGES/${PKGNAME}.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/${PKGNAME}-functions.mo
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.10 2014/01/02 18:50:03 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2015/08/13 15:14:29 he Exp $
|
||||
|
||||
SHA1 (gnumeric-1.12.9.tar.xz) = f6b85391c3c124cd4f3ba58db420e114ac9ea87a
|
||||
RMD160 (gnumeric-1.12.9.tar.xz) = 8b04d2ccdfad540adc3633ae1b8e42ff810b7217
|
||||
Size (gnumeric-1.12.9.tar.xz) = 17083264 bytes
|
||||
SHA1 (patch-aa) = b842351f041e42e14dbf22f02e333ea53ec9d377
|
||||
SHA1 (patch-ab) = 6f8f2d145641bc557c420cf00f3d9b0bef9fff94
|
||||
SHA1 (gnumeric-1.12.23.tar.xz) = 2b8d649175967340412a5d0e2a1bc20f641dc293
|
||||
RMD160 (gnumeric-1.12.23.tar.xz) = e58b0bd7b41d187684eabc1a360ea892f18293eb
|
||||
Size (gnumeric-1.12.23.tar.xz) = 18515672 bytes
|
||||
SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27
|
||||
SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa
|
||||
SHA1 (patch-gnumeric.desktop.in) = 74972fd2429d7f5ed0248e29dcca361cc0d1e2a4
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
$NetBSD: patch-aa,v 1.2 2013/10/06 15:58:15 wiz Exp $
|
||||
$NetBSD: patch-aa,v 1.3 2015/08/05 21:34:17 he Exp $
|
||||
|
||||
Make bit_max be computed dynamically.
|
||||
|
||||
--- plugins/fn-numtheory/numtheory.c.orig 2013-04-17 23:57:13.000000000 +0000
|
||||
+++ plugins/fn-numtheory/numtheory.c
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
$NetBSD: patch-ab,v 1.2 2013/10/06 15:58:15 wiz Exp $
|
||||
$NetBSD: patch-ab,v 1.3 2015/08/05 21:34:17 he Exp $
|
||||
|
||||
Adapt to our build layout.
|
||||
|
||||
--- plugins/excelplugins/Makefile.in.orig 2013-08-16 21:42:10.000000000 +0000
|
||||
+++ plugins/excelplugins/Makefile.in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.58 2014/02/12 23:18:11 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2015/07/04 16:18:37 joerg Exp $
|
||||
|
||||
DISTNAME= grace-5.1.23
|
||||
PKGREVISION= 4
|
||||
@@ -12,7 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
|
||||
COMMENT= GRaphing, Advanced Computation and Exploration of data
|
||||
|
||||
USE_X11BASE= YES
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= c fortran77
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.8 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
DISTNAME= nats-0.2
|
||||
PKGREVISION= 6
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.8 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.9 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-nats
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-nats
|
||||
HS_NATS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.2
|
||||
BUILDLINK_ABI_DEPENDS.hs-nats+= hs-nats>=0.2nb6
|
||||
BUILDLINK_ABI_DEPENDS.hs-nats+= hs-nats>=0.2nb7
|
||||
BUILDLINK_PKGSRCDIR.hs-nats?= ../../math/hs-nats
|
||||
|
||||
.include "../../devel/hs-hashable/buildlink3.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.10 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
DISTNAME= scientific-0.3.3.5
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= szptvlfn@NetBSD.org
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.10 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.11 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-scientific
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-scientific
|
||||
HS_SCIENTIFIC_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-scientific+= hs-scientific>=0.3.3
|
||||
BUILDLINK_ABI_DEPENDS.hs-scientific+= hs-scientific>=0.3.3.5nb2
|
||||
BUILDLINK_ABI_DEPENDS.hs-scientific+= hs-scientific>=0.3.3.5nb3
|
||||
BUILDLINK_PKGSRCDIR.hs-scientific?= ../../math/hs-scientific
|
||||
|
||||
.include "../../devel/hs-hashable/buildlink3.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.7 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
DISTNAME= semigroups-0.15.3
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.6 2015/06/08 20:56:15 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.8 2015/08/02 11:27:05 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-semigroups
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-semigroups
|
||||
HS_SEMIGROUPS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-semigroups+= hs-semigroups>=0.15.3
|
||||
BUILDLINK_ABI_DEPENDS.hs-semigroups+= hs-semigroups>=0.15.3nb4
|
||||
BUILDLINK_ABI_DEPENDS.hs-semigroups+= hs-semigroups>=0.15.3nb6
|
||||
BUILDLINK_PKGSRCDIR.hs-semigroups?= ../../math/hs-semigroups
|
||||
|
||||
.include "../../devel/hs-hashable/buildlink3.mk"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.102 2014/10/09 14:06:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mathomatic-16.0.4
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://mathomatic.org/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.42 2015/06/12 10:50:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2015/08/30 15:57:11 wiz Exp $
|
||||
|
||||
DISTNAME= maxima-5.32.1
|
||||
DISTNAME= maxima-5.37.0
|
||||
# On updates, please make sure editors/TeXmacs knows about the new
|
||||
# version number.
|
||||
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
||||
|
||||
@@ -17,12 +16,14 @@ LICENSE= gnu-gpl-v2
|
||||
DEPENDS+= tk-[0-9]*:../../x11/tk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= makeinfo perl
|
||||
USE_TOOLS+= gmake makeinfo perl
|
||||
REPLACE_SH= doc/misc/grepforvariables.sh
|
||||
|
||||
INFO_FILES= yes
|
||||
TEST_TARGET= check
|
||||
PYTHON_FOR_BUILD_ONLY= yes
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.27 2014/03/11 20:16:32 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.29 2015/08/30 15:57:11 wiz Exp $
|
||||
bin/maxima
|
||||
bin/rmaxima
|
||||
bin/xmaxima
|
||||
@@ -12,6 +12,20 @@ ${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
|
||||
${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
|
||||
libexec/maxima/${PKGVERSION}/mgnuplot
|
||||
man/man1/maxima.1
|
||||
share/maxima/${PKGVERSION}/demo/cf.dem
|
||||
share/maxima/${PKGVERSION}/demo/demo.dem
|
||||
share/maxima/${PKGVERSION}/demo/eaton1.dem
|
||||
share/maxima/${PKGVERSION}/demo/eaton2.dem
|
||||
share/maxima/${PKGVERSION}/demo/ezgcd.dem
|
||||
share/maxima/${PKGVERSION}/demo/hypgeo.dem
|
||||
share/maxima/${PKGVERSION}/demo/macex.dem
|
||||
share/maxima/${PKGVERSION}/demo/macro.dem
|
||||
share/maxima/${PKGVERSION}/demo/manual.demo
|
||||
share/maxima/${PKGVERSION}/demo/newfac.dem
|
||||
share/maxima/${PKGVERSION}/demo/plots.mac
|
||||
share/maxima/${PKGVERSION}/demo/romberg.dem
|
||||
share/maxima/${PKGVERSION}/demo/sumcon.dem
|
||||
share/maxima/${PKGVERSION}/demo/trgsmp.dem
|
||||
share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps
|
||||
share/maxima/${PKGVERSION}/doc/contributors
|
||||
share/maxima/${PKGVERSION}/doc/html/contents.hhc
|
||||
@@ -32,14 +46,16 @@ share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/favicon.ico
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif
|
||||
@@ -91,6 +107,8 @@ share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/scene1.png
|
||||
share/maxima/${PKGVERSION}/doc/html/figures/scene2.png
|
||||
share/maxima/${PKGVERSION}/doc/html/header.hhp
|
||||
share/maxima/${PKGVERSION}/doc/html/index.hhk
|
||||
share/maxima/${PKGVERSION}/doc/html/intromax.html
|
||||
@@ -194,6 +212,7 @@ share/maxima/${PKGVERSION}/doc/html/maxima_95.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_96.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_97.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_98.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_99.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_abt.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_fot.html
|
||||
share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html
|
||||
@@ -268,6 +287,7 @@ share/maxima/${PKGVERSION}/share/algebra/nusum.mac
|
||||
share/maxima/${PKGVERSION}/share/algebra/recur.dem
|
||||
share/maxima/${PKGVERSION}/share/algebra/recur.mac
|
||||
share/maxima/${PKGVERSION}/share/algebra/recur.transcript
|
||||
share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac
|
||||
share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
|
||||
share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
|
||||
share/maxima/${PKGVERSION}/share/algebra/solver/readme
|
||||
@@ -315,6 +335,7 @@ share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp
|
||||
share/maxima/${PKGVERSION}/share/calculus/revert.mac
|
||||
share/maxima/${PKGVERSION}/share/calculus/taylor1.mac
|
||||
share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.demo
|
||||
share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac
|
||||
share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system
|
||||
@@ -342,6 +363,7 @@ share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp
|
||||
share/maxima/${PKGVERSION}/share/cobyla/rtest_cobyla.mac
|
||||
share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp
|
||||
share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system
|
||||
share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp
|
||||
@@ -382,6 +404,24 @@ share/maxima/${PKGVERSION}/share/colnew/prob2.mac
|
||||
share/maxima/${PKGVERSION}/share/colnew/prob3.mac
|
||||
share/maxima/${PKGVERSION}/share/colnew/prob4.mac
|
||||
share/maxima/${PKGVERSION}/share/combinatorics/README
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_TC.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Grobner/README
|
||||
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output
|
||||
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
|
||||
@@ -407,17 +447,25 @@ share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/alt-display/tex-display.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/binsplit/binsplit.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
|
||||
share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/bode.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
|
||||
share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/coma/COMA.txt
|
||||
share/maxima/${PKGVERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf
|
||||
share/maxima/${PKGVERSION}/share/contrib/coma/coma.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/devine.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/diag.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/diag_test.mac
|
||||
@@ -473,6 +521,16 @@ share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5
|
||||
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/curve_parameters.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/ec2.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.texi
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.pdf
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.png
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/modular_polynomials.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/engineering-format.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/f90.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/format/README
|
||||
@@ -488,6 +546,7 @@ share/maxima/${PKGVERSION}/share/contrib/format/format.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/format/format.ps
|
||||
share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
|
||||
share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
|
||||
share/maxima/${PKGVERSION}/share/contrib/format/rtest_format.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
|
||||
@@ -556,6 +615,7 @@ share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/rtest_gentran.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output
|
||||
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template
|
||||
@@ -576,15 +636,18 @@ share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
|
||||
share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/lll.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/log10.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
|
||||
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
|
||||
@@ -592,6 +655,11 @@ share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
|
||||
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
|
||||
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
|
||||
share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/README
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.info
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
|
||||
@@ -610,6 +678,7 @@ share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/noninteractive/expand_branches.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
|
||||
@@ -679,6 +748,8 @@ share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
|
||||
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
|
||||
share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/rtest_augmented_lagrangian.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/rtest_ggf.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
|
||||
@@ -718,7 +789,6 @@ share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
|
||||
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
|
||||
share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi
|
||||
share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
|
||||
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
|
||||
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
|
||||
@@ -726,6 +796,8 @@ share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
|
||||
share/maxima/${PKGVERSION}/share/descriptive/biomed.data
|
||||
share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
|
||||
share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
|
||||
share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac
|
||||
share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac
|
||||
share/maxima/${PKGVERSION}/share/descriptive/wind.data
|
||||
share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
|
||||
share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
|
||||
@@ -740,6 +812,7 @@ share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
|
||||
share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
|
||||
share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
|
||||
share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
|
||||
share/maxima/${PKGVERSION}/share/diff_form/tests/rtest_diff_form.mac
|
||||
share/maxima/${PKGVERSION}/share/diffequations/abel.mac
|
||||
share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
|
||||
share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
|
||||
@@ -756,9 +829,11 @@ share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
|
||||
share/maxima/${PKGVERSION}/share/distrib/distrib.mac
|
||||
share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
|
||||
share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
|
||||
share/maxima/${PKGVERSION}/share/draw/draw-index.lisp
|
||||
share/maxima/${PKGVERSION}/share/draw/draw.lisp
|
||||
share/maxima/${PKGVERSION}/share/draw/draw.system
|
||||
share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem
|
||||
share/maxima/${PKGVERSION}/share/draw/drawutils.info
|
||||
share/maxima/${PKGVERSION}/share/draw/drawutils.mac
|
||||
share/maxima/${PKGVERSION}/share/draw/drawutils.texi
|
||||
share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp
|
||||
@@ -823,7 +898,9 @@ share/maxima/${PKGVERSION}/share/integration/bypart.mac
|
||||
share/maxima/${PKGVERSION}/share/integration/delta.dem
|
||||
share/maxima/${PKGVERSION}/share/integration/delta.mac
|
||||
share/maxima/${PKGVERSION}/share/integration/delta.usg
|
||||
share/maxima/${PKGVERSION}/share/integration/hermite_reduce.mac
|
||||
share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac
|
||||
share/maxima/${PKGVERSION}/share/integration/rtest_hermite_reduce.mac
|
||||
share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system
|
||||
share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp
|
||||
share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp
|
||||
@@ -1071,6 +1148,7 @@ share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/rtest_lbfgs.mac
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp
|
||||
share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp
|
||||
share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt
|
||||
@@ -1096,6 +1174,7 @@ share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
|
||||
share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
|
||||
share/maxima/${PKGVERSION}/share/logic/COPYING
|
||||
share/maxima/${PKGVERSION}/share/logic/TODO
|
||||
share/maxima/${PKGVERSION}/share/logic/logic-index.lisp
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.dem
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.html
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.info
|
||||
@@ -1103,6 +1182,7 @@ share/maxima/${PKGVERSION}/share/logic/logic.lisp
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.mac
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.pdf
|
||||
share/maxima/${PKGVERSION}/share/logic/logic.texi
|
||||
share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac
|
||||
share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
|
||||
share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
|
||||
share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
|
||||
@@ -1160,6 +1240,7 @@ share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system
|
||||
share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp
|
||||
share/maxima/${PKGVERSION}/share/minpack/minpack.mac
|
||||
share/maxima/${PKGVERSION}/share/minpack/minpack.system
|
||||
share/maxima/${PKGVERSION}/share/minpack/rtest_minpack.mac
|
||||
share/maxima/${PKGVERSION}/share/misc/arrfun.mac
|
||||
share/maxima/${PKGVERSION}/share/misc/declin.dem
|
||||
share/maxima/${PKGVERSION}/share/misc/declin.mac
|
||||
@@ -1306,18 +1387,21 @@ share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
|
||||
share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
|
||||
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
|
||||
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
|
||||
share/maxima/${PKGVERSION}/share/sound/sound.lisp
|
||||
share/maxima/${PKGVERSION}/share/specfun.lisp
|
||||
share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
|
||||
share/maxima/${PKGVERSION}/share/stats/numstats.lisp
|
||||
share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
|
||||
share/maxima/${PKGVERSION}/share/stats/stats.mac
|
||||
share/maxima/${PKGVERSION}/share/stringproc/base64.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/cryptools.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/md5.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
|
||||
share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
|
||||
share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
|
||||
share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
|
||||
@@ -1431,6 +1515,7 @@ share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac
|
||||
share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp
|
||||
share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp
|
||||
share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac
|
||||
share/maxima/${PKGVERSION}/share/vector/rtest_vector_rebuild.mac
|
||||
share/maxima/${PKGVERSION}/share/vector/vect.dem
|
||||
share/maxima/${PKGVERSION}/share/vector/vect.mac
|
||||
share/maxima/${PKGVERSION}/share/vector/vect.usg
|
||||
@@ -1443,6 +1528,306 @@ share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
|
||||
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
|
||||
share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
|
||||
share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
|
||||
share/maxima/${PKGVERSION}/src/acall.lisp
|
||||
share/maxima/${PKGVERSION}/src/airy.lisp
|
||||
share/maxima/${PKGVERSION}/src/algfac.lisp
|
||||
share/maxima/${PKGVERSION}/src/algsys.lisp
|
||||
share/maxima/${PKGVERSION}/src/ar.lisp
|
||||
share/maxima/${PKGVERSION}/src/askp.lisp
|
||||
share/maxima/${PKGVERSION}/src/asum.lisp
|
||||
share/maxima/${PKGVERSION}/src/autoconf-variables.lisp
|
||||
share/maxima/${PKGVERSION}/src/autol.lisp
|
||||
share/maxima/${PKGVERSION}/src/bessel.lisp
|
||||
share/maxima/${PKGVERSION}/src/buildq.lisp
|
||||
share/maxima/${PKGVERSION}/src/cl-info.lisp
|
||||
share/maxima/${PKGVERSION}/src/clmacs.lisp
|
||||
share/maxima/${PKGVERSION}/src/combin.lisp
|
||||
share/maxima/${PKGVERSION}/src/comm.lisp
|
||||
share/maxima/${PKGVERSION}/src/comm2.lisp
|
||||
share/maxima/${PKGVERSION}/src/commac.lisp
|
||||
share/maxima/${PKGVERSION}/src/command-line.lisp
|
||||
share/maxima/${PKGVERSION}/src/compar.lisp
|
||||
share/maxima/${PKGVERSION}/src/compat.lisp
|
||||
share/maxima/${PKGVERSION}/src/conjugate.lisp
|
||||
share/maxima/${PKGVERSION}/src/cpoly.lisp
|
||||
share/maxima/${PKGVERSION}/src/csimp.lisp
|
||||
share/maxima/${PKGVERSION}/src/csimp2.lisp
|
||||
share/maxima/${PKGVERSION}/src/db.lisp
|
||||
share/maxima/${PKGVERSION}/src/defcal.lisp
|
||||
share/maxima/${PKGVERSION}/src/defint.lisp
|
||||
share/maxima/${PKGVERSION}/src/desoln.lisp
|
||||
share/maxima/${PKGVERSION}/src/displa.lisp
|
||||
share/maxima/${PKGVERSION}/src/displm.lisp
|
||||
share/maxima/${PKGVERSION}/src/dskfn.lisp
|
||||
share/maxima/${PKGVERSION}/src/ecl-port.lisp
|
||||
share/maxima/${PKGVERSION}/src/elim.lisp
|
||||
share/maxima/${PKGVERSION}/src/ellipt.lisp
|
||||
share/maxima/${PKGVERSION}/src/evalw.lisp
|
||||
share/maxima/${PKGVERSION}/src/expintegral.lisp
|
||||
share/maxima/${PKGVERSION}/src/ezgcd.lisp
|
||||
share/maxima/${PKGVERSION}/src/factor.lisp
|
||||
share/maxima/${PKGVERSION}/src/fcall.lisp
|
||||
share/maxima/${PKGVERSION}/src/float.lisp
|
||||
share/maxima/${PKGVERSION}/src/fortra.lisp
|
||||
share/maxima/${PKGVERSION}/src/gamma.lisp
|
||||
share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp
|
||||
share/maxima/${PKGVERSION}/src/generr.lisp
|
||||
share/maxima/${PKGVERSION}/src/getopt.lisp
|
||||
share/maxima/${PKGVERSION}/src/gnuplot_def.lisp
|
||||
share/maxima/${PKGVERSION}/src/grind.lisp
|
||||
share/maxima/${PKGVERSION}/src/hayat.lisp
|
||||
share/maxima/${PKGVERSION}/src/homog.lisp
|
||||
share/maxima/${PKGVERSION}/src/hyp.lisp
|
||||
share/maxima/${PKGVERSION}/src/hypgeo.lisp
|
||||
share/maxima/${PKGVERSION}/src/ifactor.lisp
|
||||
share/maxima/${PKGVERSION}/src/init-cl.lisp
|
||||
share/maxima/${PKGVERSION}/src/inmis.lisp
|
||||
share/maxima/${PKGVERSION}/src/intl.lisp
|
||||
share/maxima/${PKGVERSION}/src/intpol.lisp
|
||||
share/maxima/${PKGVERSION}/src/invert.lisp
|
||||
share/maxima/${PKGVERSION}/src/irinte.lisp
|
||||
share/maxima/${PKGVERSION}/src/laplac.lisp
|
||||
share/maxima/${PKGVERSION}/src/lesfac.lisp
|
||||
share/maxima/${PKGVERSION}/src/letmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/limit.lisp
|
||||
share/maxima/${PKGVERSION}/src/linnew.lisp
|
||||
share/maxima/${PKGVERSION}/src/lmdcls.lisp
|
||||
share/maxima/${PKGVERSION}/src/logarc.lisp
|
||||
share/maxima/${PKGVERSION}/src/macdes.lisp
|
||||
share/maxima/${PKGVERSION}/src/macsys.lisp
|
||||
share/maxima/${PKGVERSION}/src/mactex.lisp
|
||||
share/maxima/${PKGVERSION}/src/marray.lisp
|
||||
share/maxima/${PKGVERSION}/src/mat.lisp
|
||||
share/maxima/${PKGVERSION}/src/matcom.lisp
|
||||
share/maxima/${PKGVERSION}/src/matrix.lisp
|
||||
share/maxima/${PKGVERSION}/src/matrun.lisp
|
||||
share/maxima/${PKGVERSION}/src/max_ext.lisp
|
||||
share/maxima/${PKGVERSION}/src/maxima-build.lisp
|
||||
share/maxima/${PKGVERSION}/src/maxima-package.lisp
|
||||
share/maxima/${PKGVERSION}/src/maxmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/maxmin.lisp
|
||||
share/maxima/${PKGVERSION}/src/mdebug.lisp
|
||||
share/maxima/${PKGVERSION}/src/mdefun.lisp
|
||||
share/maxima/${PKGVERSION}/src/mdot.lisp
|
||||
share/maxima/${PKGVERSION}/src/merror.lisp
|
||||
share/maxima/${PKGVERSION}/src/mforma.lisp
|
||||
share/maxima/${PKGVERSION}/src/mformt.lisp
|
||||
share/maxima/${PKGVERSION}/src/mhayat.lisp
|
||||
share/maxima/${PKGVERSION}/src/mlisp.lisp
|
||||
share/maxima/${PKGVERSION}/src/mload.lisp
|
||||
share/maxima/${PKGVERSION}/src/mmacro.lisp
|
||||
share/maxima/${PKGVERSION}/src/mopers.lisp
|
||||
share/maxima/${PKGVERSION}/src/mormac.lisp
|
||||
share/maxima/${PKGVERSION}/src/mrgmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/mstuff.lisp
|
||||
share/maxima/${PKGVERSION}/src/mtrace.lisp
|
||||
share/maxima/${PKGVERSION}/src/mutils.lisp
|
||||
share/maxima/${PKGVERSION}/src/nalgfa.lisp
|
||||
share/maxima/${PKGVERSION}/src/newdet.lisp
|
||||
share/maxima/${PKGVERSION}/src/newinv.lisp
|
||||
share/maxima/${PKGVERSION}/src/nforma.lisp
|
||||
share/maxima/${PKGVERSION}/src/nisimp.lisp
|
||||
share/maxima/${PKGVERSION}/src/nparse.lisp
|
||||
share/maxima/${PKGVERSION}/src/nrat4.lisp
|
||||
share/maxima/${PKGVERSION}/src/nregex.lisp
|
||||
share/maxima/${PKGVERSION}/src/nset.lisp
|
||||
share/maxima/${PKGVERSION}/src/numeric.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/f2cl-lib.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/f2cl-package.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/d9aimp.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/d9b0mp.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/d9b1mp.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/d9lgmc.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/d9upak.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dai.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/daie.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dasyik.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dasyjy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi0.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj0.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk0.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy0.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbi.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbie.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi0e.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi1e.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk0e.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk1e.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsknu.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsynu.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dcsevl.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/de1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dei.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/derf.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/derfc.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamlm.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamln.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamma.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dgtsl.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/djairy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dlngam.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqag.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqage.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagi.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagie.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagp.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagpe.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqags.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagse.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawc.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawce.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawf.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawfe.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawo.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawoe.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqaws.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawse.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25c.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25f.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25s.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqcheb.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqelg.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15i.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15w.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk21.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk31.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk41.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk51.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk61.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqmomo.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqng.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqpsrt.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtc.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtf.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgts.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dspenc.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/dyairy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/fdump.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/initds.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/j4save.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/quadpack.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xercnt.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xerhlt.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xermsg.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xerprn.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xersve.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/xgetua.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zabs.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zacai.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zacon.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zairy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zasyi.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesh.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesi.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesj.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesk.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesy.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbinu.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbiry.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbknu.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbuni.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zbunk.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zdiv.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zexp.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zkscl.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zlog.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zmlri.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zmlt.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zrati.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zs1s2.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zseri.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zshch.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zsqrt.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zuchk.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zunhj.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zuni1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zuni2.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zunik.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zunk1.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zunk2.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zuoik.lisp
|
||||
share/maxima/${PKGVERSION}/src/numerical/slatec/zwrsk.lisp
|
||||
share/maxima/${PKGVERSION}/src/nummod.lisp
|
||||
share/maxima/${PKGVERSION}/src/numth.lisp
|
||||
share/maxima/${PKGVERSION}/src/opers.lisp
|
||||
share/maxima/${PKGVERSION}/src/optim.lisp
|
||||
share/maxima/${PKGVERSION}/src/optimize.lisp
|
||||
share/maxima/${PKGVERSION}/src/option.lisp
|
||||
share/maxima/${PKGVERSION}/src/outmis.lisp
|
||||
share/maxima/${PKGVERSION}/src/pade.lisp
|
||||
share/maxima/${PKGVERSION}/src/plasma.lisp
|
||||
share/maxima/${PKGVERSION}/src/plot.lisp
|
||||
share/maxima/${PKGVERSION}/src/pois2.lisp
|
||||
share/maxima/${PKGVERSION}/src/pois3.lisp
|
||||
share/maxima/${PKGVERSION}/src/polyrz.lisp
|
||||
share/maxima/${PKGVERSION}/src/psolve.lisp
|
||||
share/maxima/${PKGVERSION}/src/rand-mt19937.lisp
|
||||
share/maxima/${PKGVERSION}/src/rat3a.lisp
|
||||
share/maxima/${PKGVERSION}/src/rat3b.lisp
|
||||
share/maxima/${PKGVERSION}/src/rat3c.lisp
|
||||
share/maxima/${PKGVERSION}/src/rat3d.lisp
|
||||
share/maxima/${PKGVERSION}/src/rat3e.lisp
|
||||
share/maxima/${PKGVERSION}/src/ratmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/ratout.lisp
|
||||
share/maxima/${PKGVERSION}/src/residu.lisp
|
||||
share/maxima/${PKGVERSION}/src/result.lisp
|
||||
share/maxima/${PKGVERSION}/src/risch.lisp
|
||||
share/maxima/${PKGVERSION}/src/rpart.lisp
|
||||
share/maxima/${PKGVERSION}/src/rzmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/safe-recursion.lisp
|
||||
share/maxima/${PKGVERSION}/src/schatc.lisp
|
||||
share/maxima/${PKGVERSION}/src/scs.lisp
|
||||
share/maxima/${PKGVERSION}/src/series.lisp
|
||||
share/maxima/${PKGVERSION}/src/server.lisp
|
||||
share/maxima/${PKGVERSION}/src/share-subdirs.lisp
|
||||
share/maxima/${PKGVERSION}/src/simp.lisp
|
||||
share/maxima/${PKGVERSION}/src/sin.lisp
|
||||
share/maxima/${PKGVERSION}/src/sinint.lisp
|
||||
share/maxima/${PKGVERSION}/src/sloop.lisp
|
||||
share/maxima/${PKGVERSION}/src/solve.lisp
|
||||
share/maxima/${PKGVERSION}/src/specfn.lisp
|
||||
share/maxima/${PKGVERSION}/src/spgcd.lisp
|
||||
share/maxima/${PKGVERSION}/src/sprdet.lisp
|
||||
share/maxima/${PKGVERSION}/src/strmac.lisp
|
||||
share/maxima/${PKGVERSION}/src/sublis.lisp
|
||||
share/maxima/${PKGVERSION}/src/sumcon.lisp
|
||||
share/maxima/${PKGVERSION}/src/suprv1.lisp
|
||||
share/maxima/${PKGVERSION}/src/sys-proclaim.lisp
|
||||
share/maxima/${PKGVERSION}/src/tlimit.lisp
|
||||
share/maxima/${PKGVERSION}/src/todd-coxeter.lisp
|
||||
share/maxima/${PKGVERSION}/src/trans1.lisp
|
||||
share/maxima/${PKGVERSION}/src/trans2.lisp
|
||||
share/maxima/${PKGVERSION}/src/trans3.lisp
|
||||
share/maxima/${PKGVERSION}/src/trans4.lisp
|
||||
share/maxima/${PKGVERSION}/src/trans5.lisp
|
||||
share/maxima/${PKGVERSION}/src/transf.lisp
|
||||
share/maxima/${PKGVERSION}/src/transl.lisp
|
||||
share/maxima/${PKGVERSION}/src/transm.lisp
|
||||
share/maxima/${PKGVERSION}/src/transq.lisp
|
||||
share/maxima/${PKGVERSION}/src/transs.lisp
|
||||
share/maxima/${PKGVERSION}/src/trdata.lisp
|
||||
share/maxima/${PKGVERSION}/src/trgred.lisp
|
||||
share/maxima/${PKGVERSION}/src/trigi.lisp
|
||||
share/maxima/${PKGVERSION}/src/trigo.lisp
|
||||
share/maxima/${PKGVERSION}/src/trmode.lisp
|
||||
share/maxima/${PKGVERSION}/src/troper.lisp
|
||||
share/maxima/${PKGVERSION}/src/trpred.lisp
|
||||
share/maxima/${PKGVERSION}/src/trprop.lisp
|
||||
share/maxima/${PKGVERSION}/src/trutil.lisp
|
||||
share/maxima/${PKGVERSION}/src/ufact.lisp
|
||||
share/maxima/${PKGVERSION}/src/utils.lisp
|
||||
share/maxima/${PKGVERSION}/src/xmaxima_def.lisp
|
||||
share/maxima/${PKGVERSION}/src/zero.lisp
|
||||
share/maxima/${PKGVERSION}/xmaxima/demos.html
|
||||
share/maxima/${PKGVERSION}/xmaxima/examples.html
|
||||
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
|
||||
@@ -1469,6 +1854,3 @@ share/maxima/${PKGVERSION}/xmaxima/maxima-new.png
|
||||
share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
|
||||
share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
|
||||
share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
|
||||
@pkgdir share/maxima/${PKGVERSION}/tests
|
||||
@pkgdir share/maxima/${PKGVERSION}/src
|
||||
@pkgdir share/maxima/${PKGVERSION}/demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.25 2014/03/11 20:16:32 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.27 2015/08/30 15:57:11 wiz Exp $
|
||||
|
||||
SHA1 (maxima-5.32.1.tar.gz) = 8667c9e26fdb2889ceb0641b0abc7372aadd591a
|
||||
RMD160 (maxima-5.32.1.tar.gz) = 9c7564a2b6418aacfc28f1de0a8fa9a64257bd66
|
||||
Size (maxima-5.32.1.tar.gz) = 28650767 bytes
|
||||
SHA1 (maxima-5.37.0.tar.gz) = 095f1a52c4f88ec9ef0be790f159f6853378c4e7
|
||||
RMD160 (maxima-5.37.0.tar.gz) = a17ce91721303aeeea0aed034457dd19465e9d9a
|
||||
Size (maxima-5.37.0.tar.gz) = 29618514 bytes
|
||||
|
||||
13
math/metis/buildlink3.mk
Normal file
13
math/metis/buildlink3.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.1 2015/09/23 03:57:32 tnn Exp $
|
||||
|
||||
BUILDLINK_TREE+= metis
|
||||
|
||||
.if !defined(METIS_BUILDLINK3_MK)
|
||||
METIS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.metis+= metis>=4.0.3
|
||||
BUILDLINK_PKGSRCDIR.metis?= ../../math/metis
|
||||
BUILDLINK_DEPMETHOD.metis?= build
|
||||
.endif # METIS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -metis
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: inplace.mk,v 1.3 2013/07/08 20:18:52 jperkin Exp $
|
||||
# $NetBSD: inplace.mk,v 1.4 2015/09/15 20:56:33 joerg Exp $
|
||||
#
|
||||
# Include this file to extract math/mpcomplex source into the WRKSRC of
|
||||
# another package. This is to be used by GCC packages to avoid the numerous
|
||||
@@ -10,9 +10,9 @@ post-extract: extract-inplace-mpcomplex
|
||||
|
||||
fetch-inplace-mpcomplex:
|
||||
(cd ../../math/mpcomplex && ${MAKE} WRKDIR=${WRKSRC}/.devel.mpcomplex EXTRACT_DIR=${WRKSRC} \
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES checksum clean)
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES checksum)
|
||||
|
||||
extract-inplace-mpcomplex:
|
||||
(cd ../../math/mpcomplex && ${MAKE} WRKDIR=${WRKSRC}/.devel.mpcomplex EXTRACT_DIR=${WRKSRC} \
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES patch clean)
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES patch)
|
||||
${MV} ${WRKSRC}/mpc-* ${WRKSRC}/mpc
|
||||
|
||||
@@ -1,16 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.28 2014/12/05 13:16:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2015/06/30 10:25:01 ryoon Exp $
|
||||
|
||||
DISTNAME= mpfr-3.1.2
|
||||
PKGNAME= ${DISTNAME}pl11 # append patch level
|
||||
DISTNAME= mpfr-3.1.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.mpfr.org/mpfr-3.1.2/
|
||||
MASTER_SITES= http://www.mpfr.org/mpfr-3.1.3/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
DIST_SUBDIR= ${DISTNAME}
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCH_SITES= http://www.mpfr.org/mpfr-current/
|
||||
PATCHFILES= patch01 patch02 patch03 patch04 patch05 patch06 patch07 patch08 patch09 patch10 patch11
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.mpfr.org/
|
||||
|
||||
@@ -1,38 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.19 2014/12/05 13:16:26 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.20 2015/06/30 10:25:01 ryoon Exp $
|
||||
|
||||
SHA1 (mpfr-3.1.2/mpfr-3.1.2.tar.bz2) = 46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4
|
||||
RMD160 (mpfr-3.1.2/mpfr-3.1.2.tar.bz2) = 8ab6a2aad186ef2dc99efc50f4ca13a142f85c2f
|
||||
Size (mpfr-3.1.2/mpfr-3.1.2.tar.bz2) = 1225496 bytes
|
||||
SHA1 (mpfr-3.1.2/patch01) = ab4b0be3b19106ab544cb9c0d6028b60b1576028
|
||||
RMD160 (mpfr-3.1.2/patch01) = c6907261f3faa467a9d9cecdba6f9917db3b7de0
|
||||
Size (mpfr-3.1.2/patch01) = 1652 bytes
|
||||
SHA1 (mpfr-3.1.2/patch02) = 0543edc718b82e1ef379b62b61ae27a0eea354d0
|
||||
RMD160 (mpfr-3.1.2/patch02) = b9232b9b5467a6ba2770156a8eeb3b04612c46e1
|
||||
Size (mpfr-3.1.2/patch02) = 18656 bytes
|
||||
SHA1 (mpfr-3.1.2/patch03) = f5573e2b2ab20f6615050f78d70f810775aa832d
|
||||
RMD160 (mpfr-3.1.2/patch03) = ea3cf54186502fcbd3d938067af22cf1e9814535
|
||||
Size (mpfr-3.1.2/patch03) = 4614 bytes
|
||||
SHA1 (mpfr-3.1.2/patch04) = fd810ffb73bdc84192d123c4bb220c3f1f9017f5
|
||||
RMD160 (mpfr-3.1.2/patch04) = 38abeffb08d681fb3d664c6a51a9ca2096ecd255
|
||||
Size (mpfr-3.1.2/patch04) = 3456 bytes
|
||||
SHA1 (mpfr-3.1.2/patch05) = 232b95f82da128fd6b133097cdd6e814a1d3f471
|
||||
RMD160 (mpfr-3.1.2/patch05) = 9aba36a214cc2d04dce376049a82c45e9b871926
|
||||
Size (mpfr-3.1.2/patch05) = 1760 bytes
|
||||
SHA1 (mpfr-3.1.2/patch06) = 5c0f9f7b5a25266b63961d0edcd0308e256423f7
|
||||
RMD160 (mpfr-3.1.2/patch06) = 554b0830858695ada7ec477dfa3ee3e29a54cb11
|
||||
Size (mpfr-3.1.2/patch06) = 1577 bytes
|
||||
SHA1 (mpfr-3.1.2/patch07) = b596fb5f1af4954fb94a5fbb71d7d69e75673cad
|
||||
RMD160 (mpfr-3.1.2/patch07) = 6dcbc15510c4f45ce330ba0d3f48dd4536832dec
|
||||
Size (mpfr-3.1.2/patch07) = 2640 bytes
|
||||
SHA1 (mpfr-3.1.2/patch08) = 91680e47ea2f2934e9667f703ff0f6b907c6dd24
|
||||
RMD160 (mpfr-3.1.2/patch08) = d32195e2b141208448d238852a365ceb6bf840ec
|
||||
Size (mpfr-3.1.2/patch08) = 10512 bytes
|
||||
SHA1 (mpfr-3.1.2/patch09) = 2998fc3d61b79bdf547aaeaaf90f71381e62f532
|
||||
RMD160 (mpfr-3.1.2/patch09) = b98383f009bd7021ff1814f90033fd0f357a272e
|
||||
Size (mpfr-3.1.2/patch09) = 5798 bytes
|
||||
SHA1 (mpfr-3.1.2/patch10) = 4538a6178c64259082cd55d87279a4d5e6748aee
|
||||
RMD160 (mpfr-3.1.2/patch10) = 940d1becc15f1f4f0e633720e251a0aec2b50bbe
|
||||
Size (mpfr-3.1.2/patch10) = 4012 bytes
|
||||
SHA1 (mpfr-3.1.2/patch11) = 3da176ee31b48c92f03a8eeb2f664fe8fedf298e
|
||||
RMD160 (mpfr-3.1.2/patch11) = eb31815cb378c22dd9371fdb447977e26d9a8e24
|
||||
Size (mpfr-3.1.2/patch11) = 2057 bytes
|
||||
SHA1 (mpfr-3.1.3/mpfr-3.1.3.tar.bz2) = 3e46c5ce43701f2f36f9d01f407efe081700da80
|
||||
RMD160 (mpfr-3.1.3/mpfr-3.1.3.tar.bz2) = 71c3aaed03012563a2ff0d97dbe085c497d4c148
|
||||
Size (mpfr-3.1.3/mpfr-3.1.3.tar.bz2) = 1281323 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: inplace.mk,v 1.4 2014/12/05 13:14:21 wiz Exp $
|
||||
# $NetBSD: inplace.mk,v 1.5 2015/09/15 20:56:33 joerg Exp $
|
||||
#
|
||||
# Include this file to extract math/mpfr source into the WRKSRC of
|
||||
# another package. This is to be used by GCC packages to avoid the
|
||||
@@ -11,9 +11,9 @@ post-extract: extract-inplace-mpfr
|
||||
|
||||
fetch-inplace-mpfr:
|
||||
(cd ../../math/mpfr && ${MAKE} WRKDIR=${WRKSRC}/.devel.mpfr EXTRACT_DIR=${WRKSRC} \
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES checksum clean)
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES checksum)
|
||||
|
||||
extract-inplace-mpfr:
|
||||
(cd ../../math/mpfr && ${MAKE} WRKDIR=${WRKSRC}/.devel.mpfr EXTRACT_DIR=${WRKSRC} \
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES patch clean)
|
||||
WRKSRC='$${EXTRACT_DIR}/$${DISTNAME}' SKIP_DEPENDS=YES patch)
|
||||
${MV} ${WRKSRC}/mpfr-* ${WRKSRC}/mpfr
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.128 2015/06/27 22:38:07 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.130 2015/08/18 07:31:01 wiz Exp $
|
||||
|
||||
DISTNAME= octave-${OCTAVE_VER}
|
||||
PKGREVISION= 9
|
||||
PKGREVISION= 11
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
|
||||
MASTER_SITES+= ftp://ftp.octave.org/pub/octave/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.15 2013/09/01 12:14:06 obache Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.17 2015/08/18 07:31:01 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= octave
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave
|
||||
OCTAVE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.octave+= octave>=3.0.0
|
||||
BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb4
|
||||
BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb11
|
||||
BUILDLINK_PKGSRCDIR.octave?= ../../math/octave
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.8 2014/12/03 14:03:21 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
ORDCALCVER= 0.2
|
||||
PKGNAME= ordCalc-${ORDCALCVER}
|
||||
DISTNAME= ordCalc_${ORDCALCVER}
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://mtnmath.com/ord/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
5
math/p5-Math-Base-Convert/DESCR
Normal file
5
math/p5-Math-Base-Convert/DESCR
Normal file
@@ -0,0 +1,5 @@
|
||||
This module provides fast functions and methods to convert between arbitrary
|
||||
number bases from 2 (binary) thru 65535.
|
||||
|
||||
This module is pure Perl, has no external dependencies, and is backward
|
||||
compatible with old versions of Perl 5.
|
||||
16
math/p5-Math-Base-Convert/Makefile
Normal file
16
math/p5-Math-Base-Convert/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/08/06 01:32:11 wen Exp $
|
||||
|
||||
DISTNAME= Math-Base-Convert-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Math-Base-Convert/
|
||||
COMMENT= Very fast base to base conversion
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Math/Base/Convert/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
math/p5-Math-Base-Convert/distinfo
Normal file
5
math/p5-Math-Base-Convert/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/08/06 01:32:11 wen Exp $
|
||||
|
||||
SHA1 (Math-Base-Convert-0.08.tar.gz) = c7553e39cc5a01fda132b421307bb0b319cac891
|
||||
RMD160 (Math-Base-Convert-0.08.tar.gz) = 969453c869115c45cab9dfe704ec300a371a4887
|
||||
Size (Math-Base-Convert-0.08.tar.gz) = 41469 bytes
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.19 2011/08/06 20:49:25 adam Exp $
|
||||
$NetBSD: distinfo,v 1.20 2015/08/10 08:23:48 dholland Exp $
|
||||
|
||||
SHA1 (Math-Pari-2.01080605.tar.gz) = 95a46ba418bf14584925dfae971d598af4214894
|
||||
RMD160 (Math-Pari-2.01080605.tar.gz) = 2cc1e02f9666873999379f8130262da68a8801b9
|
||||
Size (Math-Pari-2.01080605.tar.gz) = 122627 bytes
|
||||
SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17
|
||||
SHA1 (patch-aa) = 89de98c7c993654087faf4130509bbd70c5f8b24
|
||||
SHA1 (patch-ab) = 32ddc27824bbb5ac88adc0dece0f436044b8d9c7
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-aa,v 1.5 2010/03/10 09:24:52 sno Exp $
|
||||
$NetBSD: patch-aa,v 1.6 2015/08/10 08:23:49 dholland Exp $
|
||||
|
||||
--- Makefile.PL.orig 2010-03-03 21:26:10.000000000 +0000
|
||||
+++ Makefile.PL
|
||||
@@ -246,3 +246,13 @@ $NetBSD: patch-aa,v 1.5 2010/03/10 09:24:52 sno Exp $
|
||||
}
|
||||
|
||||
# Rewrite pic option to PIC in CCCDLFLAGS,
|
||||
@@ -234,7 +83,8 @@ sub MY::const_config
|
||||
my $self = shift;
|
||||
my $flags = $self->{'CCCDLFLAGS'}; # Tmp var needed with Perl4 !
|
||||
$flags =~ s/(-[fK]?\s*)pic\b/${1}PIC/;
|
||||
- $flags =~ s/-KPIC/-K PIC/; # Apparently (was?) needed on Solaris...
|
||||
+ # Nowadays breaks build; see PR 45271
|
||||
+ #$flags =~ s/-KPIC/-K PIC/; # Apparently (was?) needed on Solaris...
|
||||
$self->{'CCCDLFLAGS'} = $flags;
|
||||
if ($^O eq 'MSWin32' && $Config{'ccflags'} =~ /-DPERL_OBJECT/)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.3 2015/06/12 10:50:30 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/07/12 03:26:17 wen Exp $
|
||||
|
||||
DISTNAME= Number-Tolerant-1.701
|
||||
DISTNAME= Number-Tolerant-1.706
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/07/03 13:58:39 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/07/12 03:26:17 wen Exp $
|
||||
|
||||
SHA1 (Number-Tolerant-1.701.tar.gz) = 221416b9ace888c6434f6fad22045f76d2a4fa19
|
||||
RMD160 (Number-Tolerant-1.701.tar.gz) = 4573319b630775a0df702c8451f942032ec85d57
|
||||
Size (Number-Tolerant-1.701.tar.gz) = 27878 bytes
|
||||
SHA1 (Number-Tolerant-1.706.tar.gz) = cd7bf488bd5f8ef738561b5923834cd7528f6619
|
||||
RMD160 (Number-Tolerant-1.706.tar.gz) = 3f0fa028dc39239511e3bf32430306e40280026d
|
||||
Size (Number-Tolerant-1.706.tar.gz) = 35115 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:25 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Spreadsheet-Read-0.54
|
||||
@@ -20,7 +20,7 @@ MAKE_ENV+= AUTOMATED_TESTING=1
|
||||
# This is useless but placate check-interpreter.mk
|
||||
REPLACE_PERL+= Read.pm
|
||||
|
||||
DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
|
||||
#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
|
||||
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
||||
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel
|
||||
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
|
||||
@@ -29,7 +29,7 @@ DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS
|
||||
DEPENDS+= p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
||||
BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
||||
#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.64 2015/06/12 10:50:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2015/08/18 07:31:12 wiz Exp $
|
||||
|
||||
DISTNAME= pari-2.3.5
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 19
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/03/16 04:04:30 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/30 08:59:04 taca Exp $
|
||||
|
||||
DISTNAME= Math_BigInteger-1.0.0
|
||||
DISTNAME= Math_BigInteger-1.0.2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pear.php.net/package/Math_BigInteger/
|
||||
COMMENT= Provides base-2, base-10, base-16, and base-256 numbers
|
||||
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/php/pear.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/03/16 04:04:30 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/08/30 08:59:04 taca Exp $
|
||||
|
||||
SHA1 (pear/Math_BigInteger-1.0.0.tgz) = dd05455ecc51eca55d844e42422db32f7e9edf95
|
||||
RMD160 (pear/Math_BigInteger-1.0.0.tgz) = 322e74f0f6083ebe1d53ea4101dd809017d1842a
|
||||
Size (pear/Math_BigInteger-1.0.0.tgz) = 26138 bytes
|
||||
SHA1 (pear/Math_BigInteger-1.0.2.tgz) = fcd1879c141cb223dbdb156d7d54e4b8d383a809
|
||||
RMD160 (pear/Math_BigInteger-1.0.2.tgz) = 70aed13c19005eeab6c564bcd002984a4c935157
|
||||
Size (pear/Math_BigInteger-1.0.2.tgz) = 27854 bytes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.13 2015/03/14 08:17:35 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2015/08/30 09:00:25 taca Exp $
|
||||
|
||||
DISTNAME= Numbers_Words-0.18.0
|
||||
DISTNAME= Numbers_Words-0.18.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.5 2015/03/14 08:17:35 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/08/30 09:00:25 taca Exp $
|
||||
|
||||
SHA1 (pear/Numbers_Words-0.18.0.tgz) = f5c665c2cd57d004e179c34851d999a19bfdf7a4
|
||||
RMD160 (pear/Numbers_Words-0.18.0.tgz) = 209ae9620bf9a7735d354dd04667dc8d7de5997e
|
||||
Size (pear/Numbers_Words-0.18.0.tgz) = 64706 bytes
|
||||
SHA1 (pear/Numbers_Words-0.18.1.tgz) = 5327788c9b745a9c485bcf49b1cd2e7a7d54647a
|
||||
RMD160 (pear/Numbers_Words-0.18.1.tgz) = b3b8b6700e1390d47fd8a4a5da44965aad35394c
|
||||
Size (pear/Numbers_Words-0.18.1.tgz) = 72925 bytes
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.74 2015/06/12 10:50:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.76 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pspp-0.6.2
|
||||
PKGREVISION= 28
|
||||
PKGREVISION= 30
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=pspp/}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.39 2014/09/25 12:59:30 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2015/09/23 12:00:11 joerg Exp $
|
||||
|
||||
DISTNAME= ScientificPython-2.8.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
|
||||
@@ -31,6 +31,6 @@ post-install:
|
||||
.include "../../devel/netcdf/buildlink3.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
.include "../../parallel/mpi-ch/buildlink3.mk"
|
||||
.include "../../mk/mpi.buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.7 2014/04/16 14:51:24 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2015/09/23 12:00:11 joerg Exp $
|
||||
|
||||
SHA1 (ScientificPython-2.8.1.tar.gz) = 40842ffec473371ba3c9710ba609844007616388
|
||||
RMD160 (ScientificPython-2.8.1.tar.gz) = 53131b769acafd0ef5e6b3e5f022e40ffa2b4663
|
||||
Size (ScientificPython-2.8.1.tar.gz) = 559819 bytes
|
||||
SHA1 (patch-aa) = c7f353e9264749e3afff633fb28623f053b39f1c
|
||||
SHA1 (patch-ab) = 5a9e4a8c744b02a10cb21e1f85b7cefa00109bef
|
||||
SHA1 (patch-ab) = 159a6bb2da1f881e755a4c5c2c8c44cef2fb228a
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
$NetBSD: patch-ab,v 1.3 2014/04/16 14:51:24 wiz Exp $
|
||||
$NetBSD: patch-ab,v 1.4 2015/09/23 12:00:11 joerg Exp $
|
||||
|
||||
* Fixed NumPy as numeric package for user-destdir installation.
|
||||
* Honor CFLAGS and LDFLAGS.
|
||||
|
||||
--- Src/MPI/compile.py.orig 2008-08-18 12:54:41.000000000 +0000
|
||||
--- Src/MPI/compile.py.orig 2008-10-28 20:24:44.000000000 +0000
|
||||
+++ Src/MPI/compile.py
|
||||
@@ -5,7 +5,6 @@
|
||||
import distutils
|
||||
@@ -36,7 +36,7 @@ $NetBSD: patch-ab,v 1.3 2014/04/16 14:51:24 wiz Exp $
|
||||
linkforshared = ' '.join(items)
|
||||
|
||||
-cmd = '%s %s -o mpipython -I%s %s %s -L%s -lpython%s %s %s' % \
|
||||
+cmd = '%s %s %s -o mpipython -I../../Include %s -I%s %s %s -L%s -lmpich -lopa -lmpl -lpython%s %s %s' % \
|
||||
+cmd = '%s %s %s -o mpipython -I../../Include %s -I%s %s %s -L%s -lpython%s %s %s' % \
|
||||
(mpicompiler,
|
||||
+ ldflags,
|
||||
linkforshared,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.7 2014/07/19 13:17:46 bad Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/07/21 19:44:45 bad Exp $
|
||||
|
||||
DISTNAME= pandas-0.14.1
|
||||
DISTNAME= pandas-0.16.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math graphics python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/pandas/
|
||||
@@ -13,13 +13,13 @@ LICENSE= modified-bsd
|
||||
DEPENDS+= ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
|
||||
DEPENDS+= ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
|
||||
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6.1
|
||||
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.7.0
|
||||
|
||||
PYTHON_VERSIONED_DEPENDENCIES= dateutil
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
|
||||
USE_LANGUAGES+= c c++
|
||||
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
# XXX Avoid picking up other compilers when installed
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.5 2014/07/19 13:17:46 bad Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2015/07/21 19:44:45 bad Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
@@ -8,6 +8,7 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pandas/__init__.py
|
||||
${PYSITELIB}/pandas/__init__.pyc
|
||||
${PYSITELIB}/pandas/__init__.pyo
|
||||
${PYSITELIB}/pandas/_period.so
|
||||
${PYSITELIB}/pandas/_sparse.so
|
||||
${PYSITELIB}/pandas/_testing.so
|
||||
${PYSITELIB}/pandas/algos.so
|
||||
@@ -74,9 +75,6 @@ ${PYSITELIB}/pandas/core/algorithms.pyo
|
||||
${PYSITELIB}/pandas/core/api.py
|
||||
${PYSITELIB}/pandas/core/api.pyc
|
||||
${PYSITELIB}/pandas/core/api.pyo
|
||||
${PYSITELIB}/pandas/core/array.py
|
||||
${PYSITELIB}/pandas/core/array.pyc
|
||||
${PYSITELIB}/pandas/core/array.pyo
|
||||
${PYSITELIB}/pandas/core/base.py
|
||||
${PYSITELIB}/pandas/core/base.pyc
|
||||
${PYSITELIB}/pandas/core/base.pyo
|
||||
@@ -212,6 +210,10 @@ ${PYSITELIB}/pandas/io/tests/data/banklist.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/banklist.html
|
||||
${PYSITELIB}/pandas/io/tests/data/computer_sales_page.html
|
||||
${PYSITELIB}/pandas/io/tests/data/gbq_fake_job.txt
|
||||
${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-16.html
|
||||
${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-32.html
|
||||
${PYSITELIB}/pandas/io/tests/data/html_encoding/chinese_utf-8.html
|
||||
${PYSITELIB}/pandas/io/tests/data/html_encoding/letz_latin1.html
|
||||
${PYSITELIB}/pandas/io/tests/data/iris.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy.h5
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_0.10.h5
|
||||
@@ -233,11 +235,22 @@ ${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.p
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle
|
||||
${PYSITELIB}/pandas/io/tests/data/macau.html
|
||||
${PYSITELIB}/pandas/io/tests/data/nyse_wsj.html
|
||||
${PYSITELIB}/pandas/io/tests/data/salary.table
|
||||
${PYSITELIB}/pandas/io/tests/data/spam.html
|
||||
${PYSITELIB}/pandas/io/tests/data/stata10_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata10_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata11_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata11_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata12_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata1_114.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata1_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata1_encoding.dta
|
||||
@@ -264,14 +277,26 @@ ${PYSITELIB}/pandas/io/tests/data/stata6_113.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata6_114.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata6_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata6_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata7_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata7_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata8_113.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata8_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata8_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata9_115.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/stata9_117.dta
|
||||
${PYSITELIB}/pandas/io/tests/data/test.xls
|
||||
${PYSITELIB}/pandas/io/tests/data/test.xlsm
|
||||
${PYSITELIB}/pandas/io/tests/data/test.xlsx
|
||||
${PYSITELIB}/pandas/io/tests/data/test1.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/test1.csv.bz2
|
||||
${PYSITELIB}/pandas/io/tests/data/test1.csv.gz
|
||||
${PYSITELIB}/pandas/io/tests/data/test2.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/test2.xls
|
||||
${PYSITELIB}/pandas/io/tests/data/test2.xlsx
|
||||
${PYSITELIB}/pandas/io/tests/data/test3.xls
|
||||
${PYSITELIB}/pandas/io/tests/data/test_converters.xls
|
||||
${PYSITELIB}/pandas/io/tests/data/test_converters.xlsx
|
||||
${PYSITELIB}/pandas/io/tests/data/test_multisheet.xlsx
|
||||
${PYSITELIB}/pandas/io/tests/data/test_types.xls
|
||||
${PYSITELIB}/pandas/io/tests/data/test_types.xlsx
|
||||
${PYSITELIB}/pandas/io/tests/data/times_1900.xls
|
||||
@@ -280,14 +305,19 @@ ${PYSITELIB}/pandas/io/tests/data/tips.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/unicode_series.csv
|
||||
${PYSITELIB}/pandas/io/tests/data/utf16_ex.txt
|
||||
${PYSITELIB}/pandas/io/tests/data/valid_markup.html
|
||||
${PYSITELIB}/pandas/io/tests/data/wikipedia_states.html
|
||||
${PYSITELIB}/pandas/io/tests/data/yahoo_options1.html
|
||||
${PYSITELIB}/pandas/io/tests/data/yahoo_options2.html
|
||||
${PYSITELIB}/pandas/io/tests/data/yahoo_options3.html
|
||||
${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.py
|
||||
${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyc
|
||||
${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyo
|
||||
${PYSITELIB}/pandas/io/tests/test_clipboard.py
|
||||
${PYSITELIB}/pandas/io/tests/test_clipboard.pyc
|
||||
${PYSITELIB}/pandas/io/tests/test_clipboard.pyo
|
||||
${PYSITELIB}/pandas/io/tests/test_common.py
|
||||
${PYSITELIB}/pandas/io/tests/test_common.pyc
|
||||
${PYSITELIB}/pandas/io/tests/test_common.pyo
|
||||
${PYSITELIB}/pandas/io/tests/test_cparser.py
|
||||
${PYSITELIB}/pandas/io/tests/test_cparser.pyc
|
||||
${PYSITELIB}/pandas/io/tests/test_cparser.pyo
|
||||
@@ -390,6 +420,9 @@ ${PYSITELIB}/pandas/sparse/list.pyo
|
||||
${PYSITELIB}/pandas/sparse/panel.py
|
||||
${PYSITELIB}/pandas/sparse/panel.pyc
|
||||
${PYSITELIB}/pandas/sparse/panel.pyo
|
||||
${PYSITELIB}/pandas/sparse/scipy_sparse.py
|
||||
${PYSITELIB}/pandas/sparse/scipy_sparse.pyc
|
||||
${PYSITELIB}/pandas/sparse/scipy_sparse.pyo
|
||||
${PYSITELIB}/pandas/sparse/series.py
|
||||
${PYSITELIB}/pandas/sparse/series.pyc
|
||||
${PYSITELIB}/pandas/sparse/series.pyo
|
||||
@@ -465,9 +498,13 @@ ${PYSITELIB}/pandas/stats/var.pyo
|
||||
${PYSITELIB}/pandas/tests/__init__.py
|
||||
${PYSITELIB}/pandas/tests/__init__.pyc
|
||||
${PYSITELIB}/pandas/tests/__init__.pyo
|
||||
${PYSITELIB}/pandas/tests/data/categorical_0_14_1.pickle
|
||||
${PYSITELIB}/pandas/tests/data/categorical_0_15_2.pickle
|
||||
${PYSITELIB}/pandas/tests/data/iris.csv
|
||||
${PYSITELIB}/pandas/tests/data/mindex_073.pickle
|
||||
${PYSITELIB}/pandas/tests/data/multiindex_v1.pickle
|
||||
${PYSITELIB}/pandas/tests/data/s1-0.12.0.pickle
|
||||
${PYSITELIB}/pandas/tests/data/s2-0.12.0.pickle
|
||||
${PYSITELIB}/pandas/tests/data/tips.csv
|
||||
${PYSITELIB}/pandas/tests/data/unicode_series.csv
|
||||
${PYSITELIB}/pandas/tests/test_algos.py
|
||||
@@ -515,6 +552,9 @@ ${PYSITELIB}/pandas/tests/test_indexing.pyo
|
||||
${PYSITELIB}/pandas/tests/test_internals.py
|
||||
${PYSITELIB}/pandas/tests/test_internals.pyc
|
||||
${PYSITELIB}/pandas/tests/test_internals.pyo
|
||||
${PYSITELIB}/pandas/tests/test_lib.py
|
||||
${PYSITELIB}/pandas/tests/test_lib.pyc
|
||||
${PYSITELIB}/pandas/tests/test_lib.pyo
|
||||
${PYSITELIB}/pandas/tests/test_msgpack/__init__.py
|
||||
${PYSITELIB}/pandas/tests/test_msgpack/__init__.pyc
|
||||
${PYSITELIB}/pandas/tests/test_msgpack/__init__.pyo
|
||||
@@ -587,12 +627,12 @@ ${PYSITELIB}/pandas/tests/test_testing.pyo
|
||||
${PYSITELIB}/pandas/tests/test_tseries.py
|
||||
${PYSITELIB}/pandas/tests/test_tseries.pyc
|
||||
${PYSITELIB}/pandas/tests/test_tseries.pyo
|
||||
${PYSITELIB}/pandas/tests/test_util.py
|
||||
${PYSITELIB}/pandas/tests/test_util.pyc
|
||||
${PYSITELIB}/pandas/tests/test_util.pyo
|
||||
${PYSITELIB}/pandas/tools/__init__.py
|
||||
${PYSITELIB}/pandas/tools/__init__.pyc
|
||||
${PYSITELIB}/pandas/tools/__init__.pyo
|
||||
${PYSITELIB}/pandas/tools/describe.py
|
||||
${PYSITELIB}/pandas/tools/describe.pyc
|
||||
${PYSITELIB}/pandas/tools/describe.pyo
|
||||
${PYSITELIB}/pandas/tools/merge.py
|
||||
${PYSITELIB}/pandas/tools/merge.pyc
|
||||
${PYSITELIB}/pandas/tools/merge.pyo
|
||||
@@ -618,9 +658,6 @@ ${PYSITELIB}/pandas/tools/tests/test_pivot.pyo
|
||||
${PYSITELIB}/pandas/tools/tests/test_tile.py
|
||||
${PYSITELIB}/pandas/tools/tests/test_tile.pyc
|
||||
${PYSITELIB}/pandas/tools/tests/test_tile.pyo
|
||||
${PYSITELIB}/pandas/tools/tests/test_tools.py
|
||||
${PYSITELIB}/pandas/tools/tests/test_tools.pyc
|
||||
${PYSITELIB}/pandas/tools/tests/test_tools.pyo
|
||||
${PYSITELIB}/pandas/tools/tests/test_util.py
|
||||
${PYSITELIB}/pandas/tools/tests/test_util.pyc
|
||||
${PYSITELIB}/pandas/tools/tests/test_util.pyo
|
||||
@@ -636,6 +673,12 @@ ${PYSITELIB}/pandas/tseries/__init__.pyo
|
||||
${PYSITELIB}/pandas/tseries/api.py
|
||||
${PYSITELIB}/pandas/tseries/api.pyc
|
||||
${PYSITELIB}/pandas/tseries/api.pyo
|
||||
${PYSITELIB}/pandas/tseries/base.py
|
||||
${PYSITELIB}/pandas/tseries/base.pyc
|
||||
${PYSITELIB}/pandas/tseries/base.pyo
|
||||
${PYSITELIB}/pandas/tseries/common.py
|
||||
${PYSITELIB}/pandas/tseries/common.pyc
|
||||
${PYSITELIB}/pandas/tseries/common.pyo
|
||||
${PYSITELIB}/pandas/tseries/converter.py
|
||||
${PYSITELIB}/pandas/tseries/converter.pyc
|
||||
${PYSITELIB}/pandas/tseries/converter.pyo
|
||||
@@ -663,13 +706,21 @@ ${PYSITELIB}/pandas/tseries/plotting.pyo
|
||||
${PYSITELIB}/pandas/tseries/resample.py
|
||||
${PYSITELIB}/pandas/tseries/resample.pyc
|
||||
${PYSITELIB}/pandas/tseries/resample.pyo
|
||||
${PYSITELIB}/pandas/tseries/tdi.py
|
||||
${PYSITELIB}/pandas/tseries/tdi.pyc
|
||||
${PYSITELIB}/pandas/tseries/tdi.pyo
|
||||
${PYSITELIB}/pandas/tseries/tests/__init__.py
|
||||
${PYSITELIB}/pandas/tseries/tests/__init__.pyc
|
||||
${PYSITELIB}/pandas/tseries/tests/__init__.pyo
|
||||
${PYSITELIB}/pandas/tseries/tests/data/cday-0.14.1.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/data/dateoffset_0_15_2.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/data/daterange_073.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/data/frame.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/data/series.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/data/series_daterange0.pickle
|
||||
${PYSITELIB}/pandas/tseries/tests/test_base.py
|
||||
${PYSITELIB}/pandas/tseries/tests/test_base.pyc
|
||||
${PYSITELIB}/pandas/tseries/tests/test_base.pyo
|
||||
${PYSITELIB}/pandas/tseries/tests/test_converter.py
|
||||
${PYSITELIB}/pandas/tseries/tests/test_converter.pyc
|
||||
${PYSITELIB}/pandas/tseries/tests/test_converter.pyo
|
||||
@@ -731,6 +782,9 @@ ${PYSITELIB}/pandas/util/clipboard.pyo
|
||||
${PYSITELIB}/pandas/util/decorators.py
|
||||
${PYSITELIB}/pandas/util/decorators.pyc
|
||||
${PYSITELIB}/pandas/util/decorators.pyo
|
||||
${PYSITELIB}/pandas/util/doctools.py
|
||||
${PYSITELIB}/pandas/util/doctools.pyc
|
||||
${PYSITELIB}/pandas/util/doctools.pyo
|
||||
${PYSITELIB}/pandas/util/misc.py
|
||||
${PYSITELIB}/pandas/util/misc.pyc
|
||||
${PYSITELIB}/pandas/util/misc.pyo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.6 2014/07/19 13:17:46 bad Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/07/21 19:44:45 bad Exp $
|
||||
|
||||
SHA1 (pandas-0.14.1.tar.gz) = 04ca960ad9276d54f5fe1b94c87d4e7ff7e1423d
|
||||
RMD160 (pandas-0.14.1.tar.gz) = 2bb1f8078bb775644fda69f47afdf98c089d5b57
|
||||
Size (pandas-0.14.1.tar.gz) = 6713272 bytes
|
||||
SHA1 (pandas-0.16.2.tar.gz) = c30ce30495e2c351cb8181d36dac5122dc14d440
|
||||
RMD160 (pandas-0.16.2.tar.gz) = 944d6193ad0be622c12d91b07abd64eca0be12d4
|
||||
Size (pandas-0.16.2.tar.gz) = 4931751 bytes
|
||||
|
||||
1
math/py-simpleeval/DESCR
Normal file
1
math/py-simpleeval/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
A simple, safe single expression evaluator library.
|
||||
18
math/py-simpleeval/Makefile
Normal file
18
math/py-simpleeval/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
|
||||
DISTNAME= simpleeval-0.8.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/s/simpleeval/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/danthedeckie/simpleeval
|
||||
COMMENT= Simple, safe single expression evaluator library
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
8
math/py-simpleeval/PLIST
Normal file
8
math/py-simpleeval/PLIST
Normal file
@@ -0,0 +1,8 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/simpleeval.py
|
||||
${PYSITELIB}/simpleeval.pyc
|
||||
${PYSITELIB}/simpleeval.pyo
|
||||
5
math/py-simpleeval/distinfo
Normal file
5
math/py-simpleeval/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
|
||||
SHA1 (simpleeval-0.8.2.tar.gz) = ee345de583c739aa77b71bb3be23e6a14c6e6e0c
|
||||
RMD160 (simpleeval-0.8.2.tar.gz) = dfb2a6aefcd75b3812d52d548ab8d0949deb48ba
|
||||
Size (simpleeval-0.8.2.tar.gz) = 8282 bytes
|
||||
@@ -1,18 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.15 2015/03/08 15:19:13 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2015/09/13 14:37:10 taca Exp $
|
||||
|
||||
DISTNAME= rb-gsl-${VERS}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-gsl-${VERS}
|
||||
DISTNAME= gsl-1.16.0.6
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/blackwinter/rb-gsl
|
||||
HOMEPAGE= http://github.com/SciRuby/rb-gsl
|
||||
COMMENT= Ruby interface to GNU Scientific Library
|
||||
LICENSE= gnu-gpl-v2 # OR later
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
|
||||
|
||||
VERS= 1.16.0.4
|
||||
|
||||
USE_GCC_RUNTIME= yes
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
@comment $NetBSD: PLIST,v 1.7 2015/03/08 15:19:13 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2015/09/13 14:37:10 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/gem.build_complete
|
||||
${GEM_EXTSDIR}/gsl/gsl_native.${RUBY_DLEXT}
|
||||
${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/AUTHORS
|
||||
${GEM_LIBDIR}/COPYING
|
||||
${GEM_LIBDIR}/ChangeLog
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/THANKS
|
||||
${GEM_LIBDIR}/examples/alf/alf.gp
|
||||
@@ -355,161 +358,160 @@ ${GEM_LIBDIR}/examples/vector/write.rb
|
||||
${GEM_LIBDIR}/examples/vector/zip.rb
|
||||
${GEM_LIBDIR}/examples/wavelet/ecg.dat
|
||||
${GEM_LIBDIR}/examples/wavelet/wavelet1.rb
|
||||
${GEM_LIBDIR}/ext/gsl/alf.c
|
||||
${GEM_LIBDIR}/ext/gsl/array.c
|
||||
${GEM_LIBDIR}/ext/gsl/array_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl/blas.c
|
||||
${GEM_LIBDIR}/ext/gsl/blas1.c
|
||||
${GEM_LIBDIR}/ext/gsl/blas2.c
|
||||
${GEM_LIBDIR}/ext/gsl/blas3.c
|
||||
${GEM_LIBDIR}/ext/gsl/block.c
|
||||
${GEM_LIBDIR}/ext/gsl/block_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/bspline.c
|
||||
${GEM_LIBDIR}/ext/gsl/bundle.c
|
||||
${GEM_LIBDIR}/ext/gsl/cdf.c
|
||||
${GEM_LIBDIR}/ext/gsl/cheb.c
|
||||
${GEM_LIBDIR}/ext/gsl/combination.c
|
||||
${GEM_LIBDIR}/ext/gsl/common.c
|
||||
${GEM_LIBDIR}/ext/gsl/complex.c
|
||||
${GEM_LIBDIR}/ext/gsl/const.c
|
||||
${GEM_LIBDIR}/ext/gsl/const_additional.c
|
||||
${GEM_LIBDIR}/ext/gsl/cqp.c
|
||||
${GEM_LIBDIR}/ext/gsl/deriv.c
|
||||
${GEM_LIBDIR}/ext/gsl/dht.c
|
||||
${GEM_LIBDIR}/ext/gsl/diff.c
|
||||
${GEM_LIBDIR}/ext/gsl/dirac.c
|
||||
${GEM_LIBDIR}/ext/gsl/eigen.c
|
||||
${GEM_LIBDIR}/ext/gsl/error.c
|
||||
${GEM_LIBDIR}/ext/gsl/extconf.rb
|
||||
${GEM_LIBDIR}/ext/gsl/fcmp.c
|
||||
${GEM_LIBDIR}/ext/gsl/fft.c
|
||||
${GEM_LIBDIR}/ext/gsl/fit.c
|
||||
${GEM_LIBDIR}/ext/gsl/fresnel.c
|
||||
${GEM_LIBDIR}/ext/gsl/function.c
|
||||
${GEM_LIBDIR}/ext/gsl/geometry.c
|
||||
${GEM_LIBDIR}/ext/gsl/graph.c
|
||||
${GEM_LIBDIR}/ext/gsl/gsl.c
|
||||
${GEM_LIBDIR}/ext/gsl/gsl_narray.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram2d.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram3d.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram3d_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram_find.c
|
||||
${GEM_LIBDIR}/ext/gsl/histogram_oper.c
|
||||
${GEM_LIBDIR}/ext/gsl/ieee.c
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_array.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_cheb.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_common.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_complex.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_const.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_dirac.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_eigen.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_fft.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_fit.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_function.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_graph.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_histogram.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_histogram3d.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_integration.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_interp.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_linalg.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_math.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_odeiv.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_poly.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_rational.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_rng.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_root.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_sf.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_statistics.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_tensor.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/rb_gsl_with_narray.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/templates_off.h
|
||||
${GEM_LIBDIR}/ext/gsl/include/templates_on.h
|
||||
${GEM_LIBDIR}/ext/gsl/integration.c
|
||||
${GEM_LIBDIR}/ext/gsl/interp.c
|
||||
${GEM_LIBDIR}/ext/gsl/jacobi.c
|
||||
${GEM_LIBDIR}/ext/gsl/linalg.c
|
||||
${GEM_LIBDIR}/ext/gsl/linalg_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl/math.c
|
||||
${GEM_LIBDIR}/ext/gsl/matrix.c
|
||||
${GEM_LIBDIR}/ext/gsl/matrix_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl/matrix_double.c
|
||||
${GEM_LIBDIR}/ext/gsl/matrix_int.c
|
||||
${GEM_LIBDIR}/ext/gsl/matrix_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/min.c
|
||||
${GEM_LIBDIR}/ext/gsl/monte.c
|
||||
${GEM_LIBDIR}/ext/gsl/multifit.c
|
||||
${GEM_LIBDIR}/ext/gsl/multimin.c
|
||||
${GEM_LIBDIR}/ext/gsl/multimin_fsdf.c
|
||||
${GEM_LIBDIR}/ext/gsl/multiroots.c
|
||||
${GEM_LIBDIR}/ext/gsl/multiset.c
|
||||
${GEM_LIBDIR}/ext/gsl/ndlinear.c
|
||||
${GEM_LIBDIR}/ext/gsl/nmf.c
|
||||
${GEM_LIBDIR}/ext/gsl/nmf_wrap.c
|
||||
${GEM_LIBDIR}/ext/gsl/ntuple.c
|
||||
${GEM_LIBDIR}/ext/gsl/odeiv.c
|
||||
${GEM_LIBDIR}/ext/gsl/ool.c
|
||||
${GEM_LIBDIR}/ext/gsl/oper_complex_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/permutation.c
|
||||
${GEM_LIBDIR}/ext/gsl/poly.c
|
||||
${GEM_LIBDIR}/ext/gsl/poly2.c
|
||||
${GEM_LIBDIR}/ext/gsl/poly_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/qrng.c
|
||||
${GEM_LIBDIR}/ext/gsl/randist.c
|
||||
${GEM_LIBDIR}/ext/gsl/rational.c
|
||||
${GEM_LIBDIR}/ext/gsl/rng.c
|
||||
${GEM_LIBDIR}/ext/gsl/root.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_airy.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_bessel.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_clausen.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_coulomb.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_coupling.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_dawson.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_debye.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_dilog.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_elementary.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_ellint.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_elljac.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_erfc.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_exp.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_expint.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_fermi_dirac.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_gamma.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_gegenbauer.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_hyperg.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_laguerre.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_lambert.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_legendre.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_log.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_mathieu.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_power.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_psi.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_synchrotron.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_transport.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_trigonometric.c
|
||||
${GEM_LIBDIR}/ext/gsl/sf_zeta.c
|
||||
${GEM_LIBDIR}/ext/gsl/signal.c
|
||||
${GEM_LIBDIR}/ext/gsl/siman.c
|
||||
${GEM_LIBDIR}/ext/gsl/sort.c
|
||||
${GEM_LIBDIR}/ext/gsl/spline.c
|
||||
${GEM_LIBDIR}/ext/gsl/stats.c
|
||||
${GEM_LIBDIR}/ext/gsl/sum.c
|
||||
${GEM_LIBDIR}/ext/gsl/tamu_anova.c
|
||||
${GEM_LIBDIR}/ext/gsl/tensor.c
|
||||
${GEM_LIBDIR}/ext/gsl/tensor_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/vector.c
|
||||
${GEM_LIBDIR}/ext/gsl/vector_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl/vector_double.c
|
||||
${GEM_LIBDIR}/ext/gsl/vector_int.c
|
||||
${GEM_LIBDIR}/ext/gsl/vector_source.c
|
||||
${GEM_LIBDIR}/ext/gsl/wavelet.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/alf.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/array.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/array_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/blas.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/blas1.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/blas2.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/blas3.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/block.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/block_source.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/bspline.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/bundle.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/cdf.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/cheb.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/combination.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/common.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/complex.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/const.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/const_additional.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/cqp.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/deriv.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/dht.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/diff.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/dirac.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/eigen.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/error.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/extconf.rb
|
||||
${GEM_LIBDIR}/ext/gsl_native/fft.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/fit.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/fresnel.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/function.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/geometry.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/graph.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/gsl.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram2d.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram3d.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram3d_source.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram_find.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/histogram_oper.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/ieee.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_array.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_cheb.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_common.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_complex.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_const.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_dirac.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_eigen.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fft.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fit.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_function.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_graph.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram3d.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_integration.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_interp.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_linalg.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_math.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_odeiv.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_poly.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rational.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rng.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_root.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/integration.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/interp.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/jacobi.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/linalg.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/linalg_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/math.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/matrix.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/matrix_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/matrix_double.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/matrix_int.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/matrix_source.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/min.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/monte.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/multifit.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/multimin.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/multimin_fsdf.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/multiroots.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/multiset.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/ndlinear.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/nmf.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/nmf_wrap.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/ntuple.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/odeiv.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/ool.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/permutation.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/poly.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/poly2.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/poly_source.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/qrng.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/randist.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/rational.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/rng.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/root.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_airy.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_bessel.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_clausen.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_coulomb.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_coupling.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_dawson.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_debye.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_dilog.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_elementary.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_ellint.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_elljac.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_erfc.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_exp.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_expint.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_fermi_dirac.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_gamma.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_gegenbauer.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_hyperg.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_laguerre.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_lambert.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_legendre.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_log.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_mathieu.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_power.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_psi.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_synchrotron.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_transport.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_trigonometric.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sf_zeta.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/signal.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/siman.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sort.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/spline.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/stats.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/sum.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/tamu_anova.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/tensor.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/tensor_source.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/vector.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/vector_complex.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/vector_double.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/vector_int.c
|
||||
${GEM_LIBDIR}/ext/gsl_native/vector_source.h
|
||||
${GEM_LIBDIR}/ext/gsl_native/wavelet.c
|
||||
${GEM_LIBDIR}/gsl.gemspec
|
||||
${GEM_LIBDIR}/lib/gsl.rb
|
||||
${GEM_LIBDIR}/lib/gsl/gnuplot.rb
|
||||
${GEM_LIBDIR}/lib/gsl/gsl_native.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/lib/gsl/oper.rb
|
||||
${GEM_LIBDIR}/lib/gsl/version.rb
|
||||
${GEM_LIBDIR}/lib/gsl_native.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/lib/ool.rb
|
||||
${GEM_LIBDIR}/lib/ool/conmin.rb
|
||||
${GEM_LIBDIR}/lib/rbgsl.rb
|
||||
@@ -533,7 +535,6 @@ ${GEM_LIBDIR}/rdoc/graph.rdoc
|
||||
${GEM_LIBDIR}/rdoc/hist.rdoc
|
||||
${GEM_LIBDIR}/rdoc/hist2d.rdoc
|
||||
${GEM_LIBDIR}/rdoc/hist3d.rdoc
|
||||
${GEM_LIBDIR}/rdoc/index.rdoc
|
||||
${GEM_LIBDIR}/rdoc/integration.rdoc
|
||||
${GEM_LIBDIR}/rdoc/interp.rdoc
|
||||
${GEM_LIBDIR}/rdoc/intro.rdoc
|
||||
@@ -583,6 +584,7 @@ ${GEM_LIBDIR}/test/gsl/eigen_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/err_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/fit_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/histo_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/index_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/integration_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/interp_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/linalg_test.rb
|
||||
@@ -610,4 +612,5 @@ ${GEM_LIBDIR}/test/gsl/vector_test.rb
|
||||
${GEM_LIBDIR}/test/gsl/wavelet_test.rb
|
||||
${GEM_LIBDIR}/test/gsl_test.rb
|
||||
${GEM_LIBDIR}/test/test_helper.rb
|
||||
${GEM_LIBDIR}/uncrustify.cfg
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.9 2015/03/08 15:19:13 taca Exp $
|
||||
$NetBSD: distinfo,v 1.10 2015/09/13 14:37:10 taca Exp $
|
||||
|
||||
SHA1 (rb-gsl-1.16.0.4.gem) = d4dec715563926f50122b86b035b00bb063f3fad
|
||||
RMD160 (rb-gsl-1.16.0.4.gem) = 68e296f56c7d3e4b01a960face4f63cf0b538ae0
|
||||
Size (rb-gsl-1.16.0.4.gem) = 588288 bytes
|
||||
SHA1 (gsl-1.16.0.6.gem) = d5fb6ac373c11628358f1260344644e74f66dffa
|
||||
RMD160 (gsl-1.16.0.6.gem) = c3d6b5e62059c2c7331a3c0e0d9f2f542f9f5b57
|
||||
Size (gsl-1.16.0.6.gem) = 594944 bytes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.38 2015/03/15 17:25:56 hiramatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2015/09/13 15:50:27 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spreadsheet-1.0.3
|
||||
DISTNAME= spreadsheet-1.0.5
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.36 2015/03/13 14:31:38 taca Exp $
|
||||
$NetBSD: distinfo,v 1.37 2015/09/13 15:50:27 taca Exp $
|
||||
|
||||
SHA1 (spreadsheet-1.0.3.gem) = ba7185c5ccfbb4f74d8eb07f3b7ca204d60f8fbd
|
||||
RMD160 (spreadsheet-1.0.3.gem) = ae7a7b10a4c24beb1ba26e18098459a573f52467
|
||||
Size (spreadsheet-1.0.3.gem) = 4477440 bytes
|
||||
SHA1 (spreadsheet-1.0.5.gem) = ba701af07ee071bb4e537b8402e6b2f34360bf51
|
||||
RMD160 (spreadsheet-1.0.5.gem) = 1b21ee780e115b1dc577b04f3c31f5fffc0d333d
|
||||
Size (spreadsheet-1.0.5.gem) = 4477440 bytes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.17 2015/03/15 18:51:14 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:12 wiz Exp $
|
||||
|
||||
DISTNAME= sc-6.21
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.95 2015/01/20 14:24:36 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.98 2015/08/07 11:20:34 jaapb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${SCIBASE}-src
|
||||
PKGREVISION= 14
|
||||
PKGREVISION= 16
|
||||
PKGNAME= ${SCIBASE}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.scilab.org/download/4.1/
|
||||
@@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${SCIBASE}
|
||||
BROKEN_ON_PLATFORM+= ${LP64PLATFORMS}
|
||||
|
||||
USE_LANGUAGES= c fortran77
|
||||
USE_X11BASE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= tee
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/10/09 12:07:20 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:12 wiz Exp $
|
||||
|
||||
DISTNAME= teapot-2.3.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.syntax-k.de/projekte/teapot/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.19 2012/09/11 23:04:35 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:37 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vista
|
||||
@@ -16,7 +16,6 @@ DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
WRKSRC= ${WRKDIR}/vista-5.0.5
|
||||
USE_X11BASE= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/06/10 12:29:39 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/09/15 08:22:39 joerg Exp $
|
||||
|
||||
DISTNAME= xeukleides.1.0.1
|
||||
PKGNAME= xeukleides-1.0.1
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.eukleides.org/download/
|
||||
|
||||
@@ -12,9 +12,8 @@ COMMENT= X-Frontend for A Euclidean geometry drawing language
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
DEPENDS+= eukleides>=1.0.1:../../math/eukleides10
|
||||
DEPENDS+= eukleides>=1.0.1<1.5:../../math/eukleides10
|
||||
|
||||
USE_X11BASE= yes
|
||||
BUILD_TARGET= xeukleides
|
||||
USE_TOOLS+= gmake flex bison
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:35 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfrac310
|
||||
PKGNAME= xfractint-3.10
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.38 2013/01/26 21:38:12 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:37 joerg Exp $
|
||||
|
||||
DISTNAME= xldlas-0.85
|
||||
PKGREVISION= 9
|
||||
@@ -11,7 +11,6 @@ HOMEPAGE= # http://sunsite.math.klte.hu/mirrors/xldlas/
|
||||
COMMENT= XForms-based statistics package
|
||||
|
||||
WRKSRC= ${WRKDIR}/xldlas
|
||||
USE_X11BASE= yes
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
||||
|
||||
do-install:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.19 2015/03/15 14:54:19 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2015/08/18 07:31:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xlife-5.0
|
||||
PKGREVISION= 5
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= math games
|
||||
MASTER_SITES= http://www.catb.org/~esr/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2015/01/01 11:10:15 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/07/04 16:18:37 joerg Exp $
|
||||
|
||||
DISTNAME= xlispstat-3-52-20
|
||||
PKGNAME= xlispstat-3.52.20
|
||||
@@ -13,7 +13,6 @@ COMMENT= Statistics/X11-based LISP interpreter
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11BASE= yes
|
||||
|
||||
BROKEN_ON_PLATFORM= *-*-alpha # core dumps
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.44 2015/06/12 10:50:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2015/07/04 16:18:37 joerg Exp $
|
||||
|
||||
DISTNAME= xmgr-4.1.2
|
||||
PKGREVISION= 12
|
||||
@@ -10,7 +10,6 @@ HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
|
||||
COMMENT= Powerful XY plotting tool for workstations or X-terminals using X
|
||||
LICENSE= modified-bsd
|
||||
|
||||
USE_X11BASE= YES
|
||||
USE_LANGUAGES= c fortran77
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q}
|
||||
|
||||
Reference in New Issue
Block a user