Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.252 2013/06/10 12:31:25 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.263 2014/02/20 11:30:45 fhajny Exp $
|
||||
|
||||
COMMENT= Mathematics
|
||||
|
||||
@@ -42,6 +42,7 @@ SUBDIR+= R-maps
|
||||
SUBDIR+= R-mvtnorm
|
||||
SUBDIR+= R-ncdf
|
||||
SUBDIR+= R-pixmap
|
||||
SUBDIR+= R-plyr
|
||||
SUBDIR+= R-randomForest
|
||||
SUBDIR+= R-sgeostat
|
||||
SUBDIR+= R-shapefiles
|
||||
@@ -95,10 +96,10 @@ SUBDIR+= fricas
|
||||
SUBDIR+= galculator
|
||||
SUBDIR+= gap
|
||||
SUBDIR+= gcalctool
|
||||
SUBDIR+= gcalctool-gtk3
|
||||
SUBDIR+= geg
|
||||
SUBDIR+= genius
|
||||
SUBDIR+= glpk
|
||||
SUBDIR+= gnome-calculator
|
||||
SUBDIR+= gnumeric
|
||||
SUBDIR+= gnumeric110
|
||||
SUBDIR+= gnumeric112
|
||||
@@ -116,6 +117,7 @@ SUBDIR+= gtklife
|
||||
SUBDIR+= harminv
|
||||
SUBDIR+= heirloom-factor
|
||||
SUBDIR+= heirloom-units
|
||||
SUBDIR+= ipopt
|
||||
SUBDIR+= isl
|
||||
SUBDIR+= itpp
|
||||
SUBDIR+= kalgebra
|
||||
@@ -134,6 +136,7 @@ SUBDIR+= maxima
|
||||
SUBDIR+= mcsim
|
||||
SUBDIR+= meschach
|
||||
SUBDIR+= metis
|
||||
SUBDIR+= minisat
|
||||
SUBDIR+= minpack
|
||||
SUBDIR+= mpcomplex
|
||||
SUBDIR+= mpfr
|
||||
@@ -144,12 +147,13 @@ SUBDIR+= newmat
|
||||
SUBDIR+= nickle
|
||||
SUBDIR+= ntl
|
||||
SUBDIR+= octave
|
||||
SUBDIR+= octave-forge
|
||||
SUBDIR+= odepack
|
||||
SUBDIR+= openaxiom
|
||||
SUBDIR+= openfst
|
||||
SUBDIR+= ordCalc
|
||||
SUBDIR+= otter
|
||||
SUBDIR+= p5-Algorithm-Cluster
|
||||
SUBDIR+= p5-Algorithm-Munkres
|
||||
SUBDIR+= p5-Excel-Template
|
||||
SUBDIR+= p5-Excel-Template-Plus
|
||||
SUBDIR+= p5-Math-Base36
|
||||
@@ -159,6 +163,8 @@ SUBDIR+= p5-Math-Bezier
|
||||
SUBDIR+= p5-Math-BigInt-GMP
|
||||
SUBDIR+= p5-Math-BigInt-Pari
|
||||
SUBDIR+= p5-Math-BigInteger
|
||||
SUBDIR+= p5-Math-Complex
|
||||
SUBDIR+= p5-Math-Derivative
|
||||
SUBDIR+= p5-Math-FFT
|
||||
SUBDIR+= p5-Math-GMP
|
||||
SUBDIR+= p5-Math-Interpolate
|
||||
@@ -167,13 +173,17 @@ SUBDIR+= p5-Math-Pari
|
||||
SUBDIR+= p5-Math-Permute-List
|
||||
SUBDIR+= p5-Math-Prime-Util
|
||||
SUBDIR+= p5-Math-Random
|
||||
SUBDIR+= p5-Math-Random-ISAAC
|
||||
SUBDIR+= p5-Math-Random-ISAAC-XS
|
||||
SUBDIR+= p5-Math-Random-MT
|
||||
SUBDIR+= p5-Math-Random-MT-Auto
|
||||
SUBDIR+= p5-Math-Random-MT-Perl
|
||||
SUBDIR+= p5-Math-Round
|
||||
SUBDIR+= p5-Math-Spline
|
||||
SUBDIR+= p5-Math-VecStat
|
||||
SUBDIR+= p5-Number-Compare
|
||||
SUBDIR+= p5-Number-Latin
|
||||
SUBDIR+= p5-Number-Tolerant
|
||||
SUBDIR+= p5-Roman
|
||||
SUBDIR+= p5-Set-Crontab
|
||||
SUBDIR+= p5-Set-Infinite
|
||||
@@ -196,7 +206,9 @@ SUBDIR+= pspp
|
||||
SUBDIR+= py-Numeric
|
||||
SUBDIR+= py-Scientific
|
||||
SUBDIR+= py-Scientific-doc
|
||||
SUBDIR+= py-cdecimal
|
||||
SUBDIR+= py-ephem
|
||||
SUBDIR+= py-ephem3
|
||||
SUBDIR+= py-fpconst
|
||||
SUBDIR+= py-gmpy
|
||||
SUBDIR+= py-mpmath
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:37 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2014/02/12 23:18:10 tron Exp $
|
||||
#
|
||||
|
||||
PKGREVISION= 8
|
||||
PKGREVISION= 9
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:54:23 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/08/15 02:22:18 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-5
|
||||
R_PKGVER= 0.2-7
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:54:23 brook Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/08/15 02:22:18 wen Exp $
|
||||
|
||||
SHA1 (R/DBI_0.2-5.tar.gz) = 73100ae199fd4c058e3ccf7edbe8bdd39da7df18
|
||||
RMD160 (R/DBI_0.2-5.tar.gz) = e21168293166a2b8066e27a7ff4806c676a0f0a3
|
||||
Size (R/DBI_0.2-5.tar.gz) = 308395 bytes
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2009/12/11 19:14:36 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/12/07 19:32:48 dholland Exp $
|
||||
|
||||
CATEGORIES= databases math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -10,5 +10,8 @@ COMMENT= Interface between GRASS 5.0 geographical information system and R
|
||||
R_PKGNAME= GRASS
|
||||
R_PKGVER= 0.3-8
|
||||
|
||||
post-extract:
|
||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2012/04/15 14:48:26 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/12/07 19:32:48 dholland Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= databases math
|
||||
@@ -12,5 +12,8 @@ LICENSE= gnu-gpl-v2
|
||||
R_PKGNAME= PHYLOGR
|
||||
R_PKGVER= 1.0.7
|
||||
|
||||
post-extract:
|
||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/08/30 13:05:00 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -6,10 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/RandomFields/
|
||||
COMMENT= Simulation and analysis of random fields
|
||||
# LICENSE= GPL (gnu-gpl-v?)
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= RandomFields
|
||||
R_PKGVER= 2.0.54
|
||||
R_PKGVER= 2.0.66
|
||||
|
||||
USE_LANGUAGES+= c c++ fortran
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/06/13 14:27:21 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/08/30 13:05:00 joerg Exp $
|
||||
|
||||
SHA1 (R/RandomFields_2.0.54.tar.gz) = 58ba27eaf42977552ae49fb2044871b32340c691
|
||||
RMD160 (R/RandomFields_2.0.54.tar.gz) = 216538e7ec971624b258dfc4d37f5be999c45160
|
||||
Size (R/RandomFields_2.0.54.tar.gz) = 493065 bytes
|
||||
SHA1 (R/RandomFields_2.0.66.tar.gz) = 58f5ec3c5c2995e88268bc4eaae0360b80dc636b
|
||||
RMD160 (R/RandomFields_2.0.66.tar.gz) = 8713109ab626cabf52b7a3a02ced34951843f373
|
||||
Size (R/RandomFields_2.0.66.tar.gz) = 451832 bytes
|
||||
SHA1 (patch-src_MLE.cc) = 859ea7c42d6b680f7f03d81292f34df75249558f
|
||||
SHA1 (patch-src_getNset.cc) = 49d769a7254de108442a97d0966acb4110c9306f
|
||||
SHA1 (patch-src_userinterfaces.cc) = 195b7e9c27b297c7e13124c873b159bf19969eae
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:23 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/07/07 14:21:58 wen Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
@@ -10,7 +10,7 @@ COMMENT= Tools for parsing and generating XML within R
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
R_PKGNAME= XML
|
||||
R_PKGVER= 3.9-4
|
||||
R_PKGVER= 3.98-1.1
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.3 2013/06/13 14:27:50 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/07/07 14:21:58 wen Exp $
|
||||
|
||||
SHA1 (R/XML_3.9-4.tar.gz) = 36fbbd8df0abd6c7fdeb5f606e89f6171a2c4399
|
||||
RMD160 (R/XML_3.9-4.tar.gz) = 7f5ad42eea9f790e34ffe72cc12b7b5020882148
|
||||
Size (R/XML_3.9-4.tar.gz) = 923501 bytes
|
||||
SHA1 (patch-configure) = 594acfce620f3f3852c529924f9903088d0c6ba8
|
||||
SHA1 (patch-configure.in) = cf1d85bc75c194071e95c5c6a7530b8869d18e61
|
||||
SHA1 (R/XML_3.98-1.1.tar.gz) = a7dd9d9ed8b096150c457b76c4e3d795994f57b6
|
||||
RMD160 (R/XML_3.98-1.1.tar.gz) = 29f5e55c004df89e764fda007130d1e5171a42a6
|
||||
Size (R/XML_3.98-1.1.tar.gz) = 1582216 bytes
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-configure,v 1.1 2013/06/13 14:27:50 joerg Exp $
|
||||
|
||||
--- configure.orig 2013-06-13 11:00:58.000000000 +0000
|
||||
+++ configure
|
||||
@@ -4541,7 +4541,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
#include <libxml/parser.h>
|
||||
#endif
|
||||
int
|
||||
-main(int argc, char *argv)
|
||||
+main(int argc, char **argv)
|
||||
{
|
||||
xmlCheckVersion(20000);
|
||||
return(0);
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-configure.in,v 1.1 2013/06/13 14:27:50 joerg Exp $
|
||||
|
||||
--- configure.in.orig 2013-06-13 11:02:41.000000000 +0000
|
||||
+++ configure.in
|
||||
@@ -408,7 +408,7 @@ else # -z "${LIBXML2}"
|
||||
#include <libxml/parser.h>
|
||||
#endif
|
||||
int
|
||||
-main(int argc, char *argv)
|
||||
+main(int argc, char **argv)
|
||||
{
|
||||
xmlCheckVersion(20000);
|
||||
return(0);
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/06/14 21:28:50 alnsn Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/08/30 12:54:06 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Functions for Bitwise operations on integer vectors
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= bitops
|
||||
R_PKGVER= 1.0-4.1
|
||||
R_PKGVER= 1.0-6
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2011/06/14 21:28:50 alnsn Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/08/30 12:54:06 joerg Exp $
|
||||
|
||||
SHA1 (R/bitops_1.0-4.1.tar.gz) = 29ab3f01440a5f51df04bebedfee663086659124
|
||||
RMD160 (R/bitops_1.0-4.1.tar.gz) = 4ad4bc0f676c14296fc78f7b4dc73584d0887ec3
|
||||
Size (R/bitops_1.0-4.1.tar.gz) = 8001 bytes
|
||||
SHA1 (R/bitops_1.0-6.tar.gz) = 4e97b33d767e5e5b9deae2f852131a7e78b01c6d
|
||||
RMD160 (R/bitops_1.0-6.tar.gz) = fd53672d70c5e0e9aa3837b77bb687a851794880
|
||||
Size (R/bitops_1.0-6.tar.gz) = 8734 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/04/15 15:15:48 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/08/15 01:56:37 wen Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= math
|
||||
@@ -10,7 +10,7 @@ COMMENT= Accompanies An R Companion to Applied Regression, 2nd Edition
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= car
|
||||
R_PKGVER= 2.0-12
|
||||
R_PKGVER= 2.0-18
|
||||
|
||||
WRKSRC= ${WRKDIR}/car
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2012/04/15 15:15:48 brook Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/08/15 01:56:37 wen Exp $
|
||||
|
||||
SHA1 (R/car_2.0-12.tar.gz) = 90a720288d61abf4e82789d0def2c71f32009cae
|
||||
RMD160 (R/car_2.0-12.tar.gz) = 8db66c65215c2022379716cc37a6b540f2011d33
|
||||
Size (R/car_2.0-12.tar.gz) = 319291 bytes
|
||||
SHA1 (R/car_2.0-18.tar.gz) = f0fb53cedfe698acfe9fbbd5577fe72be11024ba
|
||||
RMD160 (R/car_2.0-18.tar.gz) = c2342b641dc8f5d1f4ce54c8577f8f8fe937d775
|
||||
Size (R/car_2.0-18.tar.gz) = 334622 bytes
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2014/03/09 14:15:43 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
PKGREVISION= 1
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
@@ -10,9 +9,7 @@ COMMENT= Circular Statistics, from "Topics in circular Statistics"
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= circular
|
||||
R_PKGVER= 0.4-3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= none
|
||||
R_PKGVER= 0.4-7
|
||||
|
||||
USE_LANGUAGES= fortran c
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2012/04/15 15:20:52 brook Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/03/09 14:15:43 wen Exp $
|
||||
|
||||
SHA1 (R/circular_0.4-3.tar.gz) = 8fe7447795502347fc2d15ba02ac60bdd8363206
|
||||
RMD160 (R/circular_0.4-3.tar.gz) = 574662251ebe5d749f6a8dbe5fe4e7acc11fa48c
|
||||
Size (R/circular_0.4-3.tar.gz) = 152860 bytes
|
||||
SHA1 (R/circular_0.4-7.tar.gz) = 8ea66b61caee8050c59ad042b4749d38b2241965
|
||||
RMD160 (R/circular_0.4-7.tar.gz) = 464ae35414fb930531f512e78864db4425bd6c26
|
||||
Size (R/circular_0.4-7.tar.gz) = 181031 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 16:15:31 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/12/07 19:32:48 dholland Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -14,5 +14,8 @@ R_PKGVER= 2.3-10
|
||||
DEPENDS+= R-akima>=0.5.7:../../math/R-akima
|
||||
DEPENDS+= R-ncdf>=1.6.6:../../math/R-ncdf
|
||||
|
||||
post-extract:
|
||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2012/04/15 13:16:35 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/08/30 12:56:30 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -11,5 +11,8 @@ LICENSE= gnu-gpl-v2
|
||||
R_PKGNAME= combinat
|
||||
R_PKGVER= 0.0-8
|
||||
|
||||
post-extract:
|
||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2012/04/15 15:25:09 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/08/15 09:34:23 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= e1071
|
||||
R_PKGVER= 1.6
|
||||
R_PKGVER= 1.6-1
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.3 2012/04/15 15:25:09 brook Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/08/15 09:34:23 wen Exp $
|
||||
|
||||
SHA1 (R/e1071_1.6.tar.gz) = 96cd5d7643178580000ce515ca60816a61a5a9d2
|
||||
RMD160 (R/e1071_1.6.tar.gz) = fbe7841dc8ec8eb9d4b2ec409fa20a6a0bed1e29
|
||||
Size (R/e1071_1.6.tar.gz) = 425215 bytes
|
||||
SHA1 (R/e1071_1.6-1.tar.gz) = d95d38445003a8120fc96e73667c9bdd90b77392
|
||||
RMD160 (R/e1071_1.6-1.tar.gz) = 76b0f58d4eb758d21795ac1e9a0fb93d6193f319
|
||||
Size (R/e1071_1.6-1.tar.gz) = 258910 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 13:09:40 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/08/30 12:57:15 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Implements the GET, POST and multipart POST request
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= httpRequest
|
||||
R_PKGVER= 0.0.8
|
||||
R_PKGVER= 0.0.9
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.3 2009/12/11 19:32:55 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/08/30 12:57:15 joerg Exp $
|
||||
|
||||
SHA1 (R/httpRequest_0.0.8.tar.gz) = 2b90ab950ef534c0b0ef3fab7c44fa93d015c6be
|
||||
RMD160 (R/httpRequest_0.0.8.tar.gz) = 6ea68eac65c65203e100b92facd650991dda9324
|
||||
Size (R/httpRequest_0.0.8.tar.gz) = 4132 bytes
|
||||
SHA1 (R/httpRequest_0.0.9.tar.gz) = 8da0cd4adf61e11435a3f0003ebb1b72a82ca8ad
|
||||
RMD160 (R/httpRequest_0.0.9.tar.gz) = 8ce3914ea252eb35d0737092f917db2aa4ae9a47
|
||||
Size (R/httpRequest_0.0.9.tar.gz) = 4449 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 15:28:51 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/08/30 12:58:11 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Models and tests for departure from Hardy-Weinberg equilibrium
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= hwde
|
||||
R_PKGVER= 0.62
|
||||
R_PKGVER= 0.63
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/15 15:28:51 brook Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/08/30 12:58:11 joerg Exp $
|
||||
|
||||
SHA1 (R/hwde_0.62.tar.gz) = 4e671ed8a40d6b1b4a81735889d44598f2772617
|
||||
RMD160 (R/hwde_0.62.tar.gz) = eee146bcee3c6edbfa27c1534dc61faef911a311
|
||||
Size (R/hwde_0.62.tar.gz) = 199911 bytes
|
||||
SHA1 (R/hwde_0.63.tar.gz) = cebe0a934793bdea9d5fb593cccf93a4822c3fba
|
||||
RMD160 (R/hwde_0.63.tar.gz) = 221299a07cae8de959a8fa2b78bb5fe3f7dd47a1
|
||||
Size (R/hwde_0.63.tar.gz) = 129399 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/01/24 01:26:22 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/07/07 11:32:24 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -11,7 +11,7 @@ LICENSE= artistic-2.0
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
R_PKGNAME= intervals
|
||||
R_PKGVER= 0.13.3
|
||||
R_PKGVER= 0.14.0
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/06/13 14:28:38 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/07/07 11:32:24 wen Exp $
|
||||
|
||||
SHA1 (R/intervals_0.13.3.tar.gz) = 21c34a5d869344ad39c433604e9bf27e03be942f
|
||||
RMD160 (R/intervals_0.13.3.tar.gz) = 4254f3db9029d2b6e5f72b57ac0f36bbe6f72651
|
||||
Size (R/intervals_0.13.3.tar.gz) = 323247 bytes
|
||||
SHA1 (R/intervals_0.14.0.tar.gz) = 7d81861064e220614ceb30cb1854831741105a31
|
||||
RMD160 (R/intervals_0.14.0.tar.gz) = 1cef62d1ab23fbc7c2ec09e88b306d7a6a86bcf8
|
||||
Size (R/intervals_0.14.0.tar.gz) = 321562 bytes
|
||||
SHA1 (patch-src_plot__overlap.cpp) = 1c1e6221eef6ede3e226dc80955f188747e0f762
|
||||
SHA1 (patch-src_reduce.cpp) = 8162b570b6482e9ed1f09b06268f9e1aaee0958c
|
||||
SHA1 (patch-src_which__nearest.cpp) = f7da847cf46a3ab590790b516d33da5d0af558b9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 16:35:01 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/08/31 14:51:27 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -6,12 +6,12 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/mapproj/
|
||||
COMMENT= Converts latitude/longitude into projected coordinates
|
||||
LICENSE= lucent AND gnu-gpl-v2
|
||||
LICENSE= lucent
|
||||
|
||||
R_PKGNAME= mapproj
|
||||
R_PKGVER= 1.1-8.3
|
||||
R_PKGVER= 1.2-1
|
||||
|
||||
DEPENDS+= R-maps>=2.2.5:../../math/R-maps
|
||||
DEPENDS+= R-maps>=2.3.0:../../math/R-maps
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/15 16:35:01 brook Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/08/31 08:43:23 joerg Exp $
|
||||
|
||||
SHA1 (R/mapproj_1.1-8.3.tar.gz) = b677060b9ae59ef5e18c0326ff79a98071c2bf40
|
||||
RMD160 (R/mapproj_1.1-8.3.tar.gz) = 17d589493d2c59e49f2b31d8b6fe0807d111b9a9
|
||||
Size (R/mapproj_1.1-8.3.tar.gz) = 23955 bytes
|
||||
SHA1 (R/mapproj_1.2-1.tar.gz) = f3435af425d0ce9f09bfb168d0b8038d3099c18a
|
||||
RMD160 (R/mapproj_1.2-1.tar.gz) = 210cd1fca738273632d87edf095f3f8fcb7c0abc
|
||||
Size (R/mapproj_1.2-1.tar.gz) = 25216 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/04/15 15:30:55 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/08/31 14:51:06 joerg Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Display maps in R
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= maps
|
||||
R_PKGVER= 2.2-5
|
||||
R_PKGVER= 2.3-3
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/15 15:30:55 brook Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/08/31 14:51:06 joerg Exp $
|
||||
|
||||
SHA1 (R/maps_2.2-5.tar.gz) = 6baf99aa21dbf904e5c12c558c2a9f0063d0e4db
|
||||
RMD160 (R/maps_2.2-5.tar.gz) = eb57580ce915fef24932254f3d828ef358b0206b
|
||||
Size (R/maps_2.2-5.tar.gz) = 1428846 bytes
|
||||
SHA1 (R/maps_2.3-3.tar.gz) = 69b4fbbe9ae0ea3da82f1281cba070331e9d255b
|
||||
RMD160 (R/maps_2.3-3.tar.gz) = be8888d7f9a99800330c735e12ca93a97a69854f
|
||||
Size (R/maps_2.3-3.tar.gz) = 1428762 bytes
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.4 2012/04/15 15:39:34 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/02/12 23:18:10 tron Exp $
|
||||
#
|
||||
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
|
||||
7
math/R-plyr/DESCR
Normal file
7
math/R-plyr/DESCR
Normal file
@@ -0,0 +1,7 @@
|
||||
plyr is a set of tools that solves a common set of problems: you
|
||||
need to break a big problem down into manageable pieces, operate
|
||||
on each pieces and then put all the pieces back together. For example,
|
||||
you might want to fit a model to each spatial location or time point
|
||||
in your study, summarise data by panels or collapse high-dimensional
|
||||
arrays to simpler summary statistics. The development of plyr has
|
||||
been generously supported by BD (Becton Dickinson).
|
||||
15
math/R-plyr/Makefile
Normal file
15
math/R-plyr/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/08/15 09:22:21 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/plyr/
|
||||
COMMENT= Tools for splitting, applying and combining data
|
||||
LICENSE= mit
|
||||
|
||||
R_PKGNAME= plyr
|
||||
R_PKGVER= 1.8
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
math/R-plyr/distinfo
Normal file
5
math/R-plyr/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/08/15 09:22:21 wen Exp $
|
||||
|
||||
SHA1 (R/plyr_1.8.tar.gz) = 30eed163006591c5916294628b64757c185ec670
|
||||
RMD160 (R/plyr_1.8.tar.gz) = 28e4734e8ebc5f0aad1bada9d52eb71bf90217f5
|
||||
Size (R/plyr_1.8.tar.gz) = 384462 bytes
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.11 2012/04/15 15:43:26 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/07/07 12:10:58 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -6,10 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat/
|
||||
COMMENT= Object-oriented framework for geostatistical modeling in S+
|
||||
# LICENSE= file LICENSE
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= sgeostat
|
||||
R_PKGVER= 1.0-24
|
||||
R_PKGVER= 1.0-25
|
||||
|
||||
USE_LANGUAGES= c fortran
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/15 15:43:26 brook Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/07/07 12:10:58 wen Exp $
|
||||
|
||||
SHA1 (R/sgeostat_1.0-24.tar.gz) = cae9fae265b111dd8cada1303ef8e59ff33791ef
|
||||
RMD160 (R/sgeostat_1.0-24.tar.gz) = 9aac49e3d012fb9f65deaded7ab0d28277dbfc8b
|
||||
Size (R/sgeostat_1.0-24.tar.gz) = 101628 bytes
|
||||
SHA1 (R/sgeostat_1.0-25.tar.gz) = f8e614ddcaf7cd1e26009640f1a4bb5280d84519
|
||||
RMD160 (R/sgeostat_1.0-25.tar.gz) = c79dd4e34efaaa3c27954c7ccb038445e686aec5
|
||||
Size (R/sgeostat_1.0-25.tar.gz) = 97869 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2012/04/15 13:13:17 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/07/07 12:02:36 wen Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= math
|
||||
@@ -10,7 +10,7 @@ COMMENT= Functions to read and write ESRI shapefiles
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= shapefiles
|
||||
R_PKGVER= 0.6
|
||||
R_PKGVER= 0.7
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2008/10/13 19:27:42 markd Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/07/07 12:02:36 wen Exp $
|
||||
|
||||
SHA1 (R/shapefiles_0.6.tar.gz) = 31194fdeb87ea15e2a509e9cb8e0b065149a173e
|
||||
RMD160 (R/shapefiles_0.6.tar.gz) = 8a8cff7028409acbff2408ce9556f9ff87b07ee3
|
||||
Size (R/shapefiles_0.6.tar.gz) = 10304 bytes
|
||||
SHA1 (R/shapefiles_0.7.tar.gz) = fd71241059eea4bef0a7bf644861df8ab0c7a606
|
||||
RMD160 (R/shapefiles_0.7.tar.gz) = 95d784b3c4e864f4db1ac3949a5022608e72127f
|
||||
Size (R/shapefiles_0.7.tar.gz) = 10589 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2012/04/01 18:05:34 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/03/09 14:38:25 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Classes and methods for spatial data
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= sp
|
||||
R_PKGVER= 0.9-98
|
||||
R_PKGVER= 1.0-14
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/01 18:05:34 brook Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/03/09 14:38:25 wen Exp $
|
||||
|
||||
SHA1 (R/sp_0.9-98.tar.gz) = 837acb8f8a12c919471546062b60cd4b15337aa3
|
||||
RMD160 (R/sp_0.9-98.tar.gz) = 628998d35f130bc0b2d47f462b2ffa6418a49eaa
|
||||
Size (R/sp_0.9-98.tar.gz) = 784067 bytes
|
||||
SHA1 (R/sp_1.0-14.tar.gz) = d1ff889383a3fd62fb49c6a8890c2a2bc2dbf493
|
||||
RMD160 (R/sp_1.0-14.tar.gz) = e3578e56027d638d3fa9eabd3fb9407224181923
|
||||
Size (R/sp_1.0-14.tar.gz) = 1202772 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/01/24 01:40:57 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/07/07 11:52:41 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Classes and methods for spatio-temporal data
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= spacetime
|
||||
R_PKGVER= 1.0-3
|
||||
R_PKGVER= 1.0-5
|
||||
|
||||
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
||||
DEPENDS+= R-xts>=0.8.8:../../math/R-xts
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/01/24 01:40:57 wen Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/07/07 11:52:41 wen Exp $
|
||||
|
||||
SHA1 (R/spacetime_1.0-3.tar.gz) = cb8018190c6ac95bc271b1d6b673c62c77c3a811
|
||||
RMD160 (R/spacetime_1.0-3.tar.gz) = 936191b74b9189e94bba0df6f233a49b3075b1f7
|
||||
Size (R/spacetime_1.0-3.tar.gz) = 1956873 bytes
|
||||
SHA1 (R/spacetime_1.0-5.tar.gz) = 5d73359e8402ebefe664f98a60fa6bced70ae532
|
||||
RMD160 (R/spacetime_1.0-5.tar.gz) = af6a959f323672456b87c8414491259328add613
|
||||
Size (R/spacetime_1.0-5.tar.gz) = 1967105 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:57:21 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/07/07 11:20:24 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Spatial and space-time point pattern analysis
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= splancs
|
||||
R_PKGVER= 2.01-31
|
||||
R_PKGVER= 2.01-33
|
||||
|
||||
USE_LANGUAGES+= c fortran
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2012/04/01 17:57:21 brook Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/07/07 11:20:24 wen Exp $
|
||||
|
||||
SHA1 (R/splancs_2.01-31.tar.gz) = 413341f550e4c99f94f5f55831a41097870a6e20
|
||||
RMD160 (R/splancs_2.01-31.tar.gz) = 794880b5f193f1783b2d980640398ea568dd4414
|
||||
Size (R/splancs_2.01-31.tar.gz) = 110804 bytes
|
||||
SHA1 (R/splancs_2.01-33.tar.gz) = dc82a5ada62b3e7c72ee12f743b2068926c4260d
|
||||
RMD160 (R/splancs_2.01-33.tar.gz) = ee031be47cb63e89feb7eb4e9150d1411ba650b8
|
||||
Size (R/splancs_2.01-33.tar.gz) = 106652 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.7 2012/11/30 13:55:48 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2014/03/09 14:28:57 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= Miscellaneous biostatistical modeling functions
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
R_PKGNAME= statmod
|
||||
R_PKGVER= 1.4.16
|
||||
R_PKGVER= 1.4.18
|
||||
|
||||
USE_LANGUAGES+= c fortran
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.5 2012/11/30 13:55:48 wen Exp $
|
||||
$NetBSD: distinfo,v 1.7 2014/03/09 14:28:57 wen Exp $
|
||||
|
||||
SHA1 (R/statmod_1.4.16.tar.gz) = 005bbab7d49892ffb4437eee4182bddc4eff1d7c
|
||||
RMD160 (R/statmod_1.4.16.tar.gz) = 9df6361e9eb7653248ee2e7668050df94216964c
|
||||
Size (R/statmod_1.4.16.tar.gz) = 51378 bytes
|
||||
SHA1 (R/statmod_1.4.18.tar.gz) = 23e0f9814d18af9c007d3767fe9af962c2423e6d
|
||||
RMD160 (R/statmod_1.4.18.tar.gz) = 43341893a96ce0706fe1d41c9feb7d2e8bffe16a
|
||||
Size (R/statmod_1.4.18.tar.gz) = 53411 bytes
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2012/11/30 13:06:54 wen Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.12 2014/03/09 14:22:53 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,15 +8,13 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/wle/
|
||||
COMMENT= Weighted Likelihood Estimation
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= wle
|
||||
R_PKGVER= 0.9-7
|
||||
DEPENDS+= R-circular>=0.4.3:../../math/R-circular
|
||||
|
||||
PKG_DESTDIR_SUPPORT= none
|
||||
R_PKGNAME= wle
|
||||
R_PKGVER= 0.9-9
|
||||
|
||||
USE_LANGUAGES+= c fortran
|
||||
|
||||
DEPENDS+= R-circular>=0.4.3:../../math/R-circular
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../math/blas/buildlink3.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.5 2012/11/30 13:06:54 wen Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/03/09 14:22:53 wen Exp $
|
||||
|
||||
SHA1 (R/wle_0.9-7.tar.gz) = 110813e04bc65e4e32022fd6d350fceeeddbfb83
|
||||
RMD160 (R/wle_0.9-7.tar.gz) = d324c2a45ccd3c74134f0a43e208d1c74e1d23c8
|
||||
Size (R/wle_0.9-7.tar.gz) = 240604 bytes
|
||||
SHA1 (R/wle_0.9-9.tar.gz) = f86ef5d7d829801b8e3b381a218f22b170f9ffc2
|
||||
RMD160 (R/wle_0.9-9.tar.gz) = 793231bfb1b2080a8b9605b41057496d84df8464
|
||||
Size (R/wle_0.9-9.tar.gz) = 231935 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:17 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/03/09 14:04:36 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,11 +9,11 @@ COMMENT= R's eXtensible Time Series
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= xts
|
||||
R_PKGVER= 0.9-3
|
||||
R_PKGVER= 0.9-7
|
||||
|
||||
USE_LANGUAGES+= c fortran
|
||||
|
||||
DEPENDS+= R-zoo>=1.7.7:../../math/R-zoo
|
||||
DEPENDS+= R-zoo>=1.7.10:../../math/R-zoo
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.3 2013/01/24 01:59:44 wen Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/03/09 14:04:36 wen Exp $
|
||||
|
||||
SHA1 (R/xts_0.9-3.tar.gz) = bcb483767f4e26ba09ab2d82ed01b5254cd68ae9
|
||||
RMD160 (R/xts_0.9-3.tar.gz) = a868d079362146759fc34c95e5dfd2fd9cfb085a
|
||||
Size (R/xts_0.9-3.tar.gz) = 457533 bytes
|
||||
SHA1 (R/xts_0.9-7.tar.gz) = c398c823ef2e31d5342954cc654424f05c97c52a
|
||||
RMD160 (R/xts_0.9-7.tar.gz) = d720cb3045f0dd7e824b782dafbdd06fc15d78f8
|
||||
Size (R/xts_0.9-7.tar.gz) = 470815 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/11/29 08:09:54 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2014/03/14 15:20:58 wen Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
@@ -9,7 +9,7 @@ COMMENT= S3 Infrastructure for Regular and Irregular Time Series
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= zoo
|
||||
R_PKGVER= 1.7-9
|
||||
R_PKGVER= 1.7-10
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2012/11/29 08:09:54 wen Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/03/14 15:20:58 wen Exp $
|
||||
|
||||
SHA1 (R/zoo_1.7-9.tar.gz) = 62ea0963e479aacdf0b04a7e15391c97188d5ade
|
||||
RMD160 (R/zoo_1.7-9.tar.gz) = 55ba322723c37c88e2b7d626ad2715db5d6c337d
|
||||
Size (R/zoo_1.7-9.tar.gz) = 807084 bytes
|
||||
SHA1 (R/zoo_1.7-10.tar.gz) = f211869ff7651ae71fd1b4de4bcb992519695b7a
|
||||
RMD160 (R/zoo_1.7-10.tar.gz) = d1637360ca8cff38384f2a690495e430f4df673c
|
||||
Size (R/zoo_1.7-10.tar.gz) = 813020 bytes
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.140 2013/06/06 12:54:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.147 2014/03/14 20:15:38 markd Exp $
|
||||
|
||||
DISTNAME= R-2.15.1
|
||||
PKGREVISION= 7
|
||||
DISTNAME= R-3.0.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/}
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/}
|
||||
|
||||
MAINTAINER= markd@NetBSD.org
|
||||
HOMEPAGE= http://www.R-project.org/
|
||||
@@ -16,12 +15,13 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_GCC_RUNTIME= yes
|
||||
|
||||
BUILD_TARGET= all info
|
||||
INSTALL_TARGET= install install-info
|
||||
TEST_TARGET= check
|
||||
USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_GNU_READLINE= yes # uses callback interface
|
||||
USE_GNU_ICONV= yes # latin1 support, iconvlist
|
||||
USE_LANGUAGES= c c++ fortran
|
||||
USE_LIBTOOL= yes
|
||||
@@ -43,6 +43,11 @@ CONFIGURE_ARGS+= --with-system-bzlib
|
||||
CONFIGURE_ARGS+= --with-system-pcre
|
||||
CONFIGURE_ARGS+= --with-system-xz
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
|
||||
CONFIGURE_ARGS+= --enable-long-double=no
|
||||
.endif
|
||||
|
||||
# Disable Mac OS specific support used by R.app
|
||||
CONFIGURE_ARGS+= --disable-R-framework
|
||||
CONFIGURE_ARGS+= --without-aqua
|
||||
@@ -70,6 +75,7 @@ CONFIGURE_ENV+= lt_cv_path_SED=${TOOLS_SED}
|
||||
CONFIGURE_ENV+= ac_cv_path_R_GZIPCMD=${TOOLS_GZIP_CMD}
|
||||
CONFIGURE_ENV+= ac_cv_path_R_UNZIPCMD=${TOOLS_PATH.unzip}
|
||||
CONFIGURE_ENV+= r_cv_prog_f77_flag_mieee=no
|
||||
CONFIGURE_ENV+= ac_cv_path_PDFLATEX=""
|
||||
|
||||
# We don't want "lib64"
|
||||
CONFIGURE_ENV+= LIBnn=lib
|
||||
@@ -80,6 +86,10 @@ SHAREMODE= 644
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
CONFIGURE_ARGS+= --disable-openmp
|
||||
.endif
|
||||
|
||||
# R_PAPERSIZE can be: A4, Letter, Legal, Executive
|
||||
.if defined(PAPERSIZE)
|
||||
R_PAPERSIZE?= ${PAPERSIZE}
|
||||
@@ -95,26 +105,26 @@ CONFIGURE_ENV+= R_PAPERSIZE=${R_PAPERSIZE:Q}
|
||||
INSTALL_DATA= ${INSTALL} ${COPY} -m ${SHAREMODE}
|
||||
INSTALL_SCRIPT= ${INSTALL} ${COPY} -m ${BINMODE}
|
||||
|
||||
# to build NEWS.pdf
|
||||
BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
||||
BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
|
||||
BUILD_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
|
||||
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
|
||||
BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
||||
BUILD_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
|
||||
BUILD_DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
||||
BUILD_DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
||||
BUILD_DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
|
||||
BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
|
||||
BUILD_DEPENDS+= tex-fontname-[0-9]*:../../fonts/tex-fontname
|
||||
BUILD_DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
||||
BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
||||
BUILD_DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
|
||||
BUILD_DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
||||
BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
||||
BUILD_DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
|
||||
BUILD_DEPENDS+= tex-mptopdf-[0-9]*:../../graphics/tex-mptopdf
|
||||
BUILD_DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex
|
||||
## to build NEWS.pdf
|
||||
#BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
||||
#BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
|
||||
#BUILD_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
|
||||
#BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
|
||||
#BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
||||
#BUILD_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
|
||||
#BUILD_DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
||||
#BUILD_DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
||||
#BUILD_DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
|
||||
#BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
|
||||
#BUILD_DEPENDS+= tex-fontname-[0-9]*:../../fonts/tex-fontname
|
||||
#BUILD_DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
||||
#BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
|
||||
#BUILD_DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
|
||||
#BUILD_DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
||||
#BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
||||
#BUILD_DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
|
||||
#BUILD_DEPENDS+= tex-mptopdf-[0-9]*:../../graphics/tex-mptopdf
|
||||
#BUILD_DEPENDS+= tex-pdftex-def-[0-9]*:../../print/tex-pdftex
|
||||
|
||||
|
||||
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
|
||||
@@ -129,6 +139,7 @@ CONFIGURE_ARGS+= --enable-mbcs=no
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
# uses callback interface
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
|
||||
617
math/R/PLIST
617
math/R/PLIST
@@ -1,17 +1,24 @@
|
||||
@comment $NetBSD: PLIST,v 1.16 2013/04/06 03:16:50 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2014/03/14 20:15:38 markd Exp $
|
||||
bin/R
|
||||
bin/Rscript
|
||||
info/R-FAQ.info.gz
|
||||
info/R-admin.info.gz
|
||||
info/R-data.info.gz
|
||||
info/R-exts.info-1.gz
|
||||
info/R-exts.info-2.gz
|
||||
info/R-exts.info.gz
|
||||
info/R-intro.info.gz
|
||||
info/R-ints.info.gz
|
||||
info/R-lang.info.gz
|
||||
lib/R/doc/manual/images/QQ.png
|
||||
lib/R/doc/manual/images/ecdf.png
|
||||
lib/R/doc/manual/images/fig11.png
|
||||
lib/R/doc/manual/images/fig12.png
|
||||
lib/R/doc/manual/images/hist.png
|
||||
lib/R/doc/manual/images/ice.png
|
||||
lib/R/COPYING
|
||||
lib/R/NEWS
|
||||
lib/R/NEWS.0
|
||||
lib/R/NEWS.1
|
||||
lib/R/NEWS.2
|
||||
lib/R/NEWS.pdf
|
||||
lib/R/SVN-REVISION
|
||||
lib/R/bin/BATCH
|
||||
@@ -49,6 +56,7 @@ lib/R/doc/KEYWORDS.db
|
||||
lib/R/doc/NEWS.rds
|
||||
lib/R/doc/RESOURCES
|
||||
lib/R/doc/THANKS
|
||||
lib/R/doc/html/NEWS.2.html
|
||||
lib/R/doc/html/NEWS.html
|
||||
lib/R/doc/html/R.css
|
||||
lib/R/doc/html/Search.html
|
||||
@@ -72,6 +80,7 @@ lib/R/doc/manual/R-ints.html
|
||||
lib/R/doc/manual/R-lang.html
|
||||
lib/R/etc/Makeconf
|
||||
lib/R/etc/Renviron
|
||||
lib/R/etc/javaconf
|
||||
lib/R/etc/ldpaths
|
||||
lib/R/etc/repositories
|
||||
lib/R/include/R.h
|
||||
@@ -81,6 +90,7 @@ lib/R/include/R_ext/BLAS.h
|
||||
lib/R/include/R_ext/Boolean.h
|
||||
lib/R/include/R_ext/Callbacks.h
|
||||
lib/R/include/R_ext/Complex.h
|
||||
lib/R/include/R_ext/Connections.h
|
||||
lib/R/include/R_ext/Constants.h
|
||||
lib/R/include/R_ext/Error.h
|
||||
lib/R/include/R_ext/GetX11Image.h
|
||||
@@ -95,7 +105,6 @@ lib/R/include/R_ext/Print.h
|
||||
lib/R/include/R_ext/PrtUtil.h
|
||||
lib/R/include/R_ext/QuartzDevice.h
|
||||
lib/R/include/R_ext/R-ftp-http.h
|
||||
lib/R/include/R_ext/RConverters.h
|
||||
lib/R/include/R_ext/RS.h
|
||||
lib/R/include/R_ext/RStartup.h
|
||||
lib/R/include/R_ext/Random.h
|
||||
@@ -105,7 +114,6 @@ lib/R/include/R_ext/Utils.h
|
||||
lib/R/include/R_ext/Visibility.h
|
||||
lib/R/include/R_ext/eventloop.h
|
||||
lib/R/include/R_ext/libextern.h
|
||||
lib/R/include/R_ext/rlocale.h
|
||||
lib/R/include/R_ext/stats_package.h
|
||||
lib/R/include/R_ext/stats_stubs.h
|
||||
lib/R/include/Rconfig.h
|
||||
@@ -120,7 +128,6 @@ lib/R/lib/libR.so
|
||||
lib/R/lib/libRlapack.so
|
||||
lib/R/library/KernSmooth/DESCRIPTION
|
||||
lib/R/library/KernSmooth/INDEX
|
||||
lib/R/library/KernSmooth/LICENCE
|
||||
lib/R/library/KernSmooth/Meta/Rd.rds
|
||||
lib/R/library/KernSmooth/Meta/hsearch.rds
|
||||
lib/R/library/KernSmooth/Meta/links.rds
|
||||
@@ -140,10 +147,11 @@ lib/R/library/KernSmooth/html/R.css
|
||||
lib/R/library/KernSmooth/libs/KernSmooth.so
|
||||
lib/R/library/KernSmooth/po/de/LC_MESSAGES/R-KernSmooth.mo
|
||||
lib/R/library/KernSmooth/po/en@quot/LC_MESSAGES/R-KernSmooth.mo
|
||||
lib/R/library/KernSmooth/po/ko/LC_MESSAGES/R-KernSmooth.mo
|
||||
lib/R/library/KernSmooth/po/pl/LC_MESSAGES/R-KernSmooth.mo
|
||||
lib/R/library/MASS/CITATION
|
||||
lib/R/library/MASS/DESCRIPTION
|
||||
lib/R/library/MASS/INDEX
|
||||
lib/R/library/MASS/LICENCE
|
||||
lib/R/library/MASS/Meta/Rd.rds
|
||||
lib/R/library/MASS/Meta/data.rds
|
||||
lib/R/library/MASS/Meta/hsearch.rds
|
||||
@@ -169,6 +177,8 @@ lib/R/library/MASS/libs/MASS.so
|
||||
lib/R/library/MASS/po/de/LC_MESSAGES/R-MASS.mo
|
||||
lib/R/library/MASS/po/en@quot/LC_MESSAGES/R-MASS.mo
|
||||
lib/R/library/MASS/po/fr/LC_MESSAGES/R-MASS.mo
|
||||
lib/R/library/MASS/po/ko/LC_MESSAGES/R-MASS.mo
|
||||
lib/R/library/MASS/po/pl/LC_MESSAGES/R-MASS.mo
|
||||
lib/R/library/MASS/scripts/ch01.R
|
||||
lib/R/library/MASS/scripts/ch02.R
|
||||
lib/R/library/MASS/scripts/ch03.R
|
||||
@@ -216,13 +226,12 @@ lib/R/library/Matrix/doc/Intro2Matrix.pdf
|
||||
lib/R/library/Matrix/doc/Introduction.R
|
||||
lib/R/library/Matrix/doc/Introduction.Rnw
|
||||
lib/R/library/Matrix/doc/Introduction.pdf
|
||||
lib/R/library/Matrix/doc/Matrix.bib
|
||||
lib/R/library/Matrix/doc/UFsparse/AMD.txt
|
||||
lib/R/library/Matrix/doc/UFsparse/CHOLMOD.txt
|
||||
lib/R/library/Matrix/doc/UFsparse/COLAMD.txt
|
||||
lib/R/library/Matrix/doc/UFsparse/SPQR.txt
|
||||
lib/R/library/Matrix/doc/UFsparse/UFconfig.txt
|
||||
lib/R/library/Matrix/doc/UFsparse/UserGuides.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/AMD.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/CHOLMOD.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/COLAMD.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/SPQR.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/SuiteSparse_config.txt
|
||||
lib/R/library/Matrix/doc/SuiteSparse/UserGuides.txt
|
||||
lib/R/library/Matrix/doc/index.html
|
||||
lib/R/library/Matrix/doc/sparseModels.R
|
||||
lib/R/library/Matrix/doc/sparseModels.Rnw
|
||||
@@ -233,6 +242,8 @@ lib/R/library/Matrix/external/USCounties_slots.rda
|
||||
lib/R/library/Matrix/external/lund_a.mtx
|
||||
lib/R/library/Matrix/external/lund_a.rsa
|
||||
lib/R/library/Matrix/external/pores_1.mtx
|
||||
lib/R/library/Matrix/external/symA.rda
|
||||
lib/R/library/Matrix/external/symW.rda
|
||||
lib/R/library/Matrix/external/test3comp.rda
|
||||
lib/R/library/Matrix/external/utm300.rua
|
||||
lib/R/library/Matrix/external/wrong.mtx
|
||||
@@ -251,6 +262,8 @@ lib/R/library/Matrix/po/de/LC_MESSAGES/Matrix.mo
|
||||
lib/R/library/Matrix/po/de/LC_MESSAGES/R-Matrix.mo
|
||||
lib/R/library/Matrix/po/en@quot/LC_MESSAGES/Matrix.mo
|
||||
lib/R/library/Matrix/po/en@quot/LC_MESSAGES/R-Matrix.mo
|
||||
lib/R/library/Matrix/po/pl/LC_MESSAGES/Matrix.mo
|
||||
lib/R/library/Matrix/po/pl/LC_MESSAGES/R-Matrix.mo
|
||||
lib/R/library/Matrix/test-tools-1.R
|
||||
lib/R/library/Matrix/test-tools-Matrix.R
|
||||
lib/R/library/Matrix/test-tools.R
|
||||
@@ -277,18 +290,6 @@ lib/R/library/base/help/base.rdx
|
||||
lib/R/library/base/help/paths.rds
|
||||
lib/R/library/base/html/00Index.html
|
||||
lib/R/library/base/html/R.css
|
||||
lib/R/library/base/po/da/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/de/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/en@quot/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/fr/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/it/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/ja/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/ko/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/pl/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/pt_BR/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/ru/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/tr/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/base/po/zh_CN/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/boot/CITATION
|
||||
lib/R/library/boot/DESCRIPTION
|
||||
lib/R/library/boot/INDEX
|
||||
@@ -315,11 +316,12 @@ lib/R/library/boot/html/R.css
|
||||
lib/R/library/boot/po/de/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/boot/po/en@quot/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/boot/po/fr/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/boot/po/ko/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/boot/po/pl/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/boot/po/ru/LC_MESSAGES/R-boot.mo
|
||||
lib/R/library/class/CITATION
|
||||
lib/R/library/class/DESCRIPTION
|
||||
lib/R/library/class/INDEX
|
||||
lib/R/library/class/LICENCE
|
||||
lib/R/library/class/Meta/Rd.rds
|
||||
lib/R/library/class/Meta/hsearch.rds
|
||||
lib/R/library/class/Meta/links.rds
|
||||
@@ -341,6 +343,8 @@ lib/R/library/class/libs/class.so
|
||||
lib/R/library/class/po/de/LC_MESSAGES/R-class.mo
|
||||
lib/R/library/class/po/en@quot/LC_MESSAGES/R-class.mo
|
||||
lib/R/library/class/po/fr/LC_MESSAGES/R-class.mo
|
||||
lib/R/library/class/po/ko/LC_MESSAGES/R-class.mo
|
||||
lib/R/library/class/po/pl/LC_MESSAGES/R-class.mo
|
||||
lib/R/library/cluster/CITATION
|
||||
lib/R/library/cluster/DESCRIPTION
|
||||
lib/R/library/cluster/INDEX
|
||||
@@ -367,6 +371,7 @@ 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/en@quot/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/cluster/po/pl/LC_MESSAGES/R-cluster.mo
|
||||
lib/R/library/codetools/DESCRIPTION
|
||||
lib/R/library/codetools/INDEX
|
||||
lib/R/library/codetools/Meta/Rd.rds
|
||||
@@ -403,15 +408,6 @@ lib/R/library/compiler/help/compiler.rdx
|
||||
lib/R/library/compiler/help/paths.rds
|
||||
lib/R/library/compiler/html/00Index.html
|
||||
lib/R/library/compiler/html/R.css
|
||||
lib/R/library/compiler/po/da/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/de/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/en@quot/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/fr/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/ja/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/pl/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/pt_BR/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/ru/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/compiler/po/zh_CN/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/datasets/DESCRIPTION
|
||||
lib/R/library/datasets/INDEX
|
||||
lib/R/library/datasets/Meta/Rd.rds
|
||||
@@ -432,9 +428,9 @@ lib/R/library/datasets/help/datasets.rdx
|
||||
lib/R/library/datasets/help/paths.rds
|
||||
lib/R/library/datasets/html/00Index.html
|
||||
lib/R/library/datasets/html/R.css
|
||||
lib/R/library/foreign/COPYRIGHTS
|
||||
lib/R/library/foreign/DESCRIPTION
|
||||
lib/R/library/foreign/INDEX
|
||||
lib/R/library/foreign/LICENCE
|
||||
lib/R/library/foreign/Meta/Rd.rds
|
||||
lib/R/library/foreign/Meta/hsearch.rds
|
||||
lib/R/library/foreign/Meta/links.rds
|
||||
@@ -461,9 +457,12 @@ lib/R/library/foreign/po/en@quot/LC_MESSAGES/R-foreign.mo
|
||||
lib/R/library/foreign/po/en@quot/LC_MESSAGES/foreign.mo
|
||||
lib/R/library/foreign/po/fr/LC_MESSAGES/R-foreign.mo
|
||||
lib/R/library/foreign/po/fr/LC_MESSAGES/foreign.mo
|
||||
lib/R/library/foreign/po/pl/LC_MESSAGES/R-foreign.mo
|
||||
lib/R/library/foreign/po/pl/LC_MESSAGES/foreign.mo
|
||||
lib/R/library/grDevices/DESCRIPTION
|
||||
lib/R/library/grDevices/INDEX
|
||||
lib/R/library/grDevices/Meta/Rd.rds
|
||||
lib/R/library/grDevices/Meta/demo.rds
|
||||
lib/R/library/grDevices/Meta/hsearch.rds
|
||||
lib/R/library/grDevices/Meta/links.rds
|
||||
lib/R/library/grDevices/Meta/nsInfo.rds
|
||||
@@ -561,6 +560,8 @@ lib/R/library/grDevices/afm/tib_____.afm.gz
|
||||
lib/R/library/grDevices/afm/tibi____.afm.gz
|
||||
lib/R/library/grDevices/afm/tii_____.afm.gz
|
||||
lib/R/library/grDevices/afm/tir_____.afm.gz
|
||||
lib/R/library/grDevices/demo/colors.R
|
||||
lib/R/library/grDevices/demo/hclColors.R
|
||||
lib/R/library/grDevices/enc/AdobeStd.enc
|
||||
lib/R/library/grDevices/enc/AdobeSym.enc
|
||||
lib/R/library/grDevices/enc/CP1250.enc
|
||||
@@ -590,30 +591,6 @@ lib/R/library/grDevices/icc/srgb
|
||||
lib/R/library/grDevices/icc/srgb.flate
|
||||
lib/R/library/grDevices/libs/cairo.so
|
||||
lib/R/library/grDevices/libs/grDevices.so
|
||||
lib/R/library/grDevices/po/da/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/da/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/de/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/de/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/en@quot/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/en@quot/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/en_GB/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/en_GB/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/fr/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/fr/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/it/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/it/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/ja/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/ja/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/ko/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/ko/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/pl/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/pl/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/pt_BR/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/pt_BR/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/ru/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/ru/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/grDevices/po/zh_CN/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/grDevices/po/zh_CN/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/graphics/DESCRIPTION
|
||||
lib/R/library/graphics/INDEX
|
||||
lib/R/library/graphics/Meta/Rd.rds
|
||||
@@ -646,17 +623,7 @@ lib/R/library/graphics/help/graphics.rdx
|
||||
lib/R/library/graphics/help/paths.rds
|
||||
lib/R/library/graphics/html/00Index.html
|
||||
lib/R/library/graphics/html/R.css
|
||||
lib/R/library/graphics/po/da/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/de/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/en@quot/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/fr/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/it/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/ja/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/ko/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/pl/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/pt_BR/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/ru/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/po/zh_CN/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/graphics/libs/graphics.so
|
||||
lib/R/library/grid/DESCRIPTION
|
||||
lib/R/library/grid/INDEX
|
||||
lib/R/library/grid/Meta/Rd.rds
|
||||
@@ -690,31 +657,9 @@ lib/R/library/grid/help/paths.rds
|
||||
lib/R/library/grid/html/00Index.html
|
||||
lib/R/library/grid/html/R.css
|
||||
lib/R/library/grid/libs/grid.so
|
||||
lib/R/library/grid/po/da/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/da/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/de/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/de/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/en@quot/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/en@quot/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/fr/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/fr/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/it/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/ja/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/ja/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/ko/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/ko/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/pl/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/pl/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/pt_BR/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/pt_BR/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/ru/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/ru/LC_MESSAGES/grid.mo
|
||||
lib/R/library/grid/po/zh_CN/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/grid/po/zh_CN/LC_MESSAGES/grid.mo
|
||||
lib/R/library/lattice/CITATION
|
||||
lib/R/library/lattice/DESCRIPTION
|
||||
lib/R/library/lattice/INDEX
|
||||
lib/R/library/lattice/LICENSE
|
||||
lib/R/library/lattice/Meta/Rd.rds
|
||||
lib/R/library/lattice/Meta/data.rds
|
||||
lib/R/library/lattice/Meta/demo.rds
|
||||
@@ -745,6 +690,8 @@ lib/R/library/lattice/libs/lattice.so
|
||||
lib/R/library/lattice/po/de/LC_MESSAGES/R-lattice.mo
|
||||
lib/R/library/lattice/po/en@quot/LC_MESSAGES/R-lattice.mo
|
||||
lib/R/library/lattice/po/fr/LC_MESSAGES/R-lattice.mo
|
||||
lib/R/library/lattice/po/ko/LC_MESSAGES/R-lattice.mo
|
||||
lib/R/library/lattice/po/pl_PL/LC_MESSAGES/R-lattice.mo
|
||||
lib/R/library/methods/DESCRIPTION
|
||||
lib/R/library/methods/INDEX
|
||||
lib/R/library/methods/Meta/Rd.rds
|
||||
@@ -764,25 +711,6 @@ lib/R/library/methods/help/paths.rds
|
||||
lib/R/library/methods/html/00Index.html
|
||||
lib/R/library/methods/html/R.css
|
||||
lib/R/library/methods/libs/methods.so
|
||||
lib/R/library/methods/po/da/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/da/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/de/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/de/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/en@quot/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/en@quot/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/fr/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/fr/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/ja/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/ja/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/ko/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/pl/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/pl/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/pt_BR/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/pt_BR/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/ru/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/ru/LC_MESSAGES/methods.mo
|
||||
lib/R/library/methods/po/zh_CN/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/methods/po/zh_CN/LC_MESSAGES/methods.mo
|
||||
lib/R/library/mgcv/CITATION
|
||||
lib/R/library/mgcv/DESCRIPTION
|
||||
lib/R/library/mgcv/INDEX
|
||||
@@ -809,7 +737,6 @@ lib/R/library/mgcv/libs/mgcv.so
|
||||
lib/R/library/nlme/CITATION
|
||||
lib/R/library/nlme/DESCRIPTION
|
||||
lib/R/library/nlme/INDEX
|
||||
lib/R/library/nlme/LICENCE
|
||||
lib/R/library/nlme/Meta/Rd.rds
|
||||
lib/R/library/nlme/Meta/data.rds
|
||||
lib/R/library/nlme/Meta/hsearch.rds
|
||||
@@ -840,6 +767,10 @@ lib/R/library/nlme/po/en@quot/LC_MESSAGES/R-nlme.mo
|
||||
lib/R/library/nlme/po/en@quot/LC_MESSAGES/nlme.mo
|
||||
lib/R/library/nlme/po/fr/LC_MESSAGES/R-nlme.mo
|
||||
lib/R/library/nlme/po/fr/LC_MESSAGES/nlme.mo
|
||||
lib/R/library/nlme/po/ko/LC_MESSAGES/R-nlme.mo
|
||||
lib/R/library/nlme/po/ko/LC_MESSAGES/nlme.mo
|
||||
lib/R/library/nlme/po/pl/LC_MESSAGES/R-nlme.mo
|
||||
lib/R/library/nlme/po/pl/LC_MESSAGES/nlme.mo
|
||||
lib/R/library/nlme/scripts/ch01.R
|
||||
lib/R/library/nlme/scripts/ch02.R
|
||||
lib/R/library/nlme/scripts/ch03.R
|
||||
@@ -851,7 +782,6 @@ lib/R/library/nlme/scripts/sims.rda
|
||||
lib/R/library/nnet/CITATION
|
||||
lib/R/library/nnet/DESCRIPTION
|
||||
lib/R/library/nnet/INDEX
|
||||
lib/R/library/nnet/LICENCE
|
||||
lib/R/library/nnet/Meta/Rd.rds
|
||||
lib/R/library/nnet/Meta/hsearch.rds
|
||||
lib/R/library/nnet/Meta/links.rds
|
||||
@@ -873,6 +803,8 @@ lib/R/library/nnet/libs/nnet.so
|
||||
lib/R/library/nnet/po/de/LC_MESSAGES/R-nnet.mo
|
||||
lib/R/library/nnet/po/en@quot/LC_MESSAGES/R-nnet.mo
|
||||
lib/R/library/nnet/po/fr/LC_MESSAGES/R-nnet.mo
|
||||
lib/R/library/nnet/po/ko/LC_MESSAGES/R-nnet.mo
|
||||
lib/R/library/nnet/po/pl/LC_MESSAGES/R-nnet.mo
|
||||
lib/R/library/parallel/DESCRIPTION
|
||||
lib/R/library/parallel/INDEX
|
||||
lib/R/library/parallel/Meta/Rd.rds
|
||||
@@ -893,20 +825,6 @@ lib/R/library/parallel/help/paths.rds
|
||||
lib/R/library/parallel/html/00Index.html
|
||||
lib/R/library/parallel/html/R.css
|
||||
lib/R/library/parallel/libs/parallel.so
|
||||
lib/R/library/parallel/po/da/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/da/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/de/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/de/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/en@quot/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/en@quot/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/fr/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/fr/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/pl/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/pl/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/ru/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/ru/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/parallel/po/zh_CN/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/parallel/po/zh_CN/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/rpart/DESCRIPTION
|
||||
lib/R/library/rpart/INDEX
|
||||
lib/R/library/rpart/Meta/Rd.rds
|
||||
@@ -915,13 +833,22 @@ lib/R/library/rpart/Meta/hsearch.rds
|
||||
lib/R/library/rpart/Meta/links.rds
|
||||
lib/R/library/rpart/Meta/nsInfo.rds
|
||||
lib/R/library/rpart/Meta/package.rds
|
||||
lib/R/library/rpart/Meta/vignette.rds
|
||||
lib/R/library/rpart/NAMESPACE
|
||||
lib/R/library/rpart/NEWS.Rd
|
||||
lib/R/library/rpart/R/rpart
|
||||
lib/R/library/rpart/R/rpart.rdb
|
||||
lib/R/library/rpart/R/rpart.rdx
|
||||
lib/R/library/rpart/data/Rdata.rdb
|
||||
lib/R/library/rpart/data/Rdata.rds
|
||||
lib/R/library/rpart/data/Rdata.rdx
|
||||
lib/R/library/rpart/doc/index.html
|
||||
lib/R/library/rpart/doc/longintro.R
|
||||
lib/R/library/rpart/doc/longintro.Rnw
|
||||
lib/R/library/rpart/doc/longintro.pdf
|
||||
lib/R/library/rpart/doc/usercode.R
|
||||
lib/R/library/rpart/doc/usercode.Rnw
|
||||
lib/R/library/rpart/doc/usercode.pdf
|
||||
lib/R/library/rpart/help/AnIndex
|
||||
lib/R/library/rpart/help/aliases.rds
|
||||
lib/R/library/rpart/help/paths.rds
|
||||
@@ -936,12 +863,15 @@ lib/R/library/rpart/po/en@quot/LC_MESSAGES/R-rpart.mo
|
||||
lib/R/library/rpart/po/en@quot/LC_MESSAGES/rpart.mo
|
||||
lib/R/library/rpart/po/fr/LC_MESSAGES/R-rpart.mo
|
||||
lib/R/library/rpart/po/fr/LC_MESSAGES/rpart.mo
|
||||
lib/R/library/rpart/po/ko/LC_MESSAGES/R-rpart.mo
|
||||
lib/R/library/rpart/po/ko/LC_MESSAGES/rpart.mo
|
||||
lib/R/library/rpart/po/pl/LC_MESSAGES/R-rpart.mo
|
||||
lib/R/library/rpart/po/pl/LC_MESSAGES/rpart.mo
|
||||
lib/R/library/rpart/po/ru/LC_MESSAGES/R-rpart.mo
|
||||
lib/R/library/rpart/po/ru/LC_MESSAGES/rpart.mo
|
||||
lib/R/library/spatial/CITATION
|
||||
lib/R/library/spatial/DESCRIPTION
|
||||
lib/R/library/spatial/INDEX
|
||||
lib/R/library/spatial/LICENCE
|
||||
lib/R/library/spatial/Meta/Rd.rds
|
||||
lib/R/library/spatial/Meta/hsearch.rds
|
||||
lib/R/library/spatial/Meta/links.rds
|
||||
@@ -964,6 +894,7 @@ lib/R/library/spatial/libs/spatial.so
|
||||
lib/R/library/spatial/po/de/LC_MESSAGES/R-spatial.mo
|
||||
lib/R/library/spatial/po/en@quot/LC_MESSAGES/R-spatial.mo
|
||||
lib/R/library/spatial/po/fr/LC_MESSAGES/R-spatial.mo
|
||||
lib/R/library/spatial/po/pl/LC_MESSAGES/R-spatial.mo
|
||||
lib/R/library/spatial/ppdata/agter.dat
|
||||
lib/R/library/spatial/ppdata/caveolae.dat
|
||||
lib/R/library/spatial/ppdata/cells.dat
|
||||
@@ -1007,26 +938,6 @@ lib/R/library/splines/help/splines.rdx
|
||||
lib/R/library/splines/html/00Index.html
|
||||
lib/R/library/splines/html/R.css
|
||||
lib/R/library/splines/libs/splines.so
|
||||
lib/R/library/splines/po/da/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/da/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/de/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/de/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/en@quot/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/en@quot/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/fr/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/fr/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/ja/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/ja/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/ko/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/ko/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/pl/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/pl/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/pt_BR/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/pt_BR/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/ru/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/ru/LC_MESSAGES/splines.mo
|
||||
lib/R/library/splines/po/zh_CN/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/splines/po/zh_CN/LC_MESSAGES/splines.mo
|
||||
lib/R/library/stats/COPYRIGHTS.modreg
|
||||
lib/R/library/stats/DESCRIPTION
|
||||
lib/R/library/stats/INDEX
|
||||
@@ -1053,29 +964,6 @@ lib/R/library/stats/help/stats.rdx
|
||||
lib/R/library/stats/html/00Index.html
|
||||
lib/R/library/stats/html/R.css
|
||||
lib/R/library/stats/libs/stats.so
|
||||
lib/R/library/stats/po/da/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/da/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/de/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/de/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/en@quot/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/en@quot/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/fr/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/fr/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/it/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/it/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/ja/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/ja/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/ko/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/ko/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/pl/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/pl/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/pt_BR/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/pt_BR/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/ru/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/ru/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats/po/tr/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/zh_CN/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/stats/po/zh_CN/LC_MESSAGES/stats.mo
|
||||
lib/R/library/stats4/DESCRIPTION
|
||||
lib/R/library/stats4/INDEX
|
||||
lib/R/library/stats4/Meta/Rd.rds
|
||||
@@ -1094,19 +982,8 @@ lib/R/library/stats4/help/stats4.rdb
|
||||
lib/R/library/stats4/help/stats4.rdx
|
||||
lib/R/library/stats4/html/00Index.html
|
||||
lib/R/library/stats4/html/R.css
|
||||
lib/R/library/stats4/po/da/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/de/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/en@quot/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/fr/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/it/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/ja/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/ko/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/pl/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/pt_BR/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/ru/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/tr/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/stats4/po/zh_CN/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/survival/CITATION
|
||||
lib/R/library/survival/COPYRIGHTS
|
||||
lib/R/library/survival/DESCRIPTION
|
||||
lib/R/library/survival/INDEX
|
||||
lib/R/library/survival/Meta/Rd.rds
|
||||
@@ -1124,7 +1001,15 @@ lib/R/library/survival/R/survival.rdx
|
||||
lib/R/library/survival/data/Rdata.rdb
|
||||
lib/R/library/survival/data/Rdata.rds
|
||||
lib/R/library/survival/data/Rdata.rdx
|
||||
lib/R/library/survival/data/datalist
|
||||
lib/R/library/survival/doc/adjcurve.R
|
||||
lib/R/library/survival/doc/adjcurve.Rnw
|
||||
lib/R/library/survival/doc/adjcurve.pdf
|
||||
lib/R/library/survival/doc/index.html
|
||||
lib/R/library/survival/doc/sourcecode.pdf
|
||||
lib/R/library/survival/doc/tests.R
|
||||
lib/R/library/survival/doc/tests.Rnw
|
||||
lib/R/library/survival/doc/tests.pdf
|
||||
lib/R/library/survival/doc/timedep.R
|
||||
lib/R/library/survival/doc/timedep.Rnw
|
||||
lib/R/library/survival/doc/timedep.pdf
|
||||
@@ -1173,26 +1058,6 @@ lib/R/library/tcltk/help/tcltk.rdx
|
||||
lib/R/library/tcltk/html/00Index.html
|
||||
lib/R/library/tcltk/html/R.css
|
||||
lib/R/library/tcltk/libs/tcltk.so
|
||||
lib/R/library/tcltk/po/da/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/da/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/de/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/de/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/en@quot/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/en@quot/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/fr/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/fr/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/it/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/ja/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/ja/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/ko/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/pl/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/pl/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/pt_BR/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/pt_BR/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/ru/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/ru/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tcltk/po/zh_CN/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/tcltk/po/zh_CN/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/tools/DESCRIPTION
|
||||
lib/R/library/tools/INDEX
|
||||
lib/R/library/tools/Meta/Rd.rds
|
||||
@@ -1212,29 +1077,285 @@ lib/R/library/tools/help/tools.rdx
|
||||
lib/R/library/tools/html/00Index.html
|
||||
lib/R/library/tools/html/R.css
|
||||
lib/R/library/tools/libs/tools.so
|
||||
lib/R/library/tools/po/da/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/da/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/de/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/de/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/en@quot/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/en@quot/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/fr/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/fr/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/it/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/it/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/ja/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/ja/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/ko/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/ko/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/pl/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/pl/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/pt_BR/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/pt_BR/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/ru/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/ru/LC_MESSAGES/tools.mo
|
||||
lib/R/library/tools/po/tr/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/zh_CN/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/tools/po/zh_CN/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/DESCRIPTION
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/da/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/de/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/en/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/en@quot/LC_MESSAGES/utils.mo
|
||||
lib/R/library/translations/en_GB/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/en_GB/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/en_GB/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/es/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/es/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/es/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/fa/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/fa/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/fa/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/fa/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/fr/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/it/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/ja/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/ko/LC_MESSAGES/utils.mo
|
||||
lib/R/library/translations/nn/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/nn/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/nn/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/nn/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/pl/LC_MESSAGES/utils.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/pt_BR/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/ru/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/tr/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-base.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-compiler.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-grDevices.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-graphics.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-grid.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-methods.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-parallel.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-splines.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-stats.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-stats4.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-tcltk.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-tools.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/grDevices.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/grid.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/methods.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/parallel.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/splines.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/stats.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/tcltk.mo
|
||||
lib/R/library/translations/zh_CN/LC_MESSAGES/tools.mo
|
||||
lib/R/library/translations/zh_TW/LC_MESSAGES/R.mo
|
||||
lib/R/library/translations/zh_TW/LC_MESSAGES/RGui.mo
|
||||
lib/R/library/translations/zh_TW/LC_MESSAGES/graphics.mo
|
||||
lib/R/library/utils/DESCRIPTION
|
||||
lib/R/library/utils/INDEX
|
||||
lib/R/library/utils/Meta/Rd.rds
|
||||
@@ -1257,20 +1378,11 @@ lib/R/library/utils/help/utils.rdx
|
||||
lib/R/library/utils/html/00Index.html
|
||||
lib/R/library/utils/html/R.css
|
||||
lib/R/library/utils/iconvlist
|
||||
lib/R/library/utils/libs/utils.so
|
||||
lib/R/library/utils/misc/exDIF.csv
|
||||
lib/R/library/utils/misc/exDIF.dif
|
||||
lib/R/library/utils/po/da/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/de/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/en@quot/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/fr/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/ja/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/ko/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/pl/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/pt_BR/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/ru/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/tr/LC_MESSAGES/R-utils.mo
|
||||
lib/R/library/utils/po/zh_CN/LC_MESSAGES/R-utils.mo
|
||||
lib/R/modules/R_X11.so
|
||||
lib/R/modules/R_de.so
|
||||
lib/R/modules/internet.so
|
||||
lib/R/modules/lapack.so
|
||||
lib/R/modules/vfonts.so
|
||||
@@ -1279,38 +1391,25 @@ lib/R/share/R/examples-footer.R
|
||||
lib/R/share/R/examples-header.R
|
||||
lib/R/share/R/nspackloader.R
|
||||
lib/R/share/R/tests-startup.R
|
||||
lib/R/share/dictionaries/en_stats.rds
|
||||
lib/R/share/encodings/Adobe-glyphlist
|
||||
lib/R/share/encodings/character-sets
|
||||
lib/R/share/java/README
|
||||
lib/R/share/java/getsp.class
|
||||
lib/R/share/licenses/AGPL-3
|
||||
lib/R/share/licenses/Artistic-1.0
|
||||
lib/R/share/licenses/Artistic-2.0
|
||||
lib/R/share/licenses/BSD_2_clause
|
||||
lib/R/share/licenses/BSD_3_clause
|
||||
lib/R/share/licenses/GPL-2
|
||||
lib/R/share/licenses/GPL-3
|
||||
lib/R/share/licenses/LGPL-2
|
||||
lib/R/share/licenses/LGPL-2.1
|
||||
lib/R/share/licenses/LGPL-3
|
||||
lib/R/share/licenses/MIT
|
||||
lib/R/share/licenses/license.db
|
||||
lib/R/share/locale/da/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/de/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/en/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/en@quot/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/en_GB/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/es/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/fr/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/it/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/ja/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/ko/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/nn/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/pl/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/pt_BR/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/ru/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/tr/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/zh_CN/LC_MESSAGES/R.mo
|
||||
lib/R/share/locale/zh_TW/LC_MESSAGES/R.mo
|
||||
lib/R/share/make/basepkg.mk
|
||||
lib/R/share/make/check.mk
|
||||
lib/R/share/make/check_vars_ini.mk
|
||||
lib/R/share/make/check_vars_out.mk
|
||||
lib/R/share/make/clean.mk
|
||||
lib/R/share/make/config.mk
|
||||
lib/R/share/make/lazycomp.mk
|
||||
@@ -1329,8 +1428,6 @@ lib/R/share/texmf/tex/latex/omsaett.fd
|
||||
lib/R/share/texmf/tex/latex/omscmtt.fd
|
||||
lib/R/share/texmf/tex/latex/ts1aer.fd
|
||||
lib/R/share/texmf/tex/latex/ts1aett.fd
|
||||
lib/R/share/texmf/tex/latex/upquote.sty
|
||||
lib/pkgconfig/libR.pc
|
||||
man/man1/R.1
|
||||
man/man1/Rscript.1
|
||||
@pkgdir lib/R/library/compiler/po/compiler-zh_CN/LC_MESSAGES
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.51 2013/05/05 14:57:27 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.58 2014/03/14 20:15:38 markd Exp $
|
||||
|
||||
SHA1 (R-2.15.1.tar.gz) = f0e6912be6dfc0d1fdc4be66048304d8befe8424
|
||||
RMD160 (R-2.15.1.tar.gz) = 84a010906424f3e84b84a71236424a8f2bf1df08
|
||||
Size (R-2.15.1.tar.gz) = 24592493 bytes
|
||||
SHA1 (patch-ac) = 527234c663ea7f2fe0d6e303cf692aad0276bdbe
|
||||
SHA1 (patch-ad) = 9268c33c999ed39f9e8d0769486706bb920c8253
|
||||
SHA1 (patch-src_main_format.c) = 96290cd5f2e509a25ab71cd32854b20a43028cf6
|
||||
SHA1 (R-3.0.3.tar.gz) = 82e83415d27a2fbbdcacb41c4aa14d8b36fdf470
|
||||
RMD160 (R-3.0.3.tar.gz) = 9a7378732d3bc705092078e95e9c51d25c4be417
|
||||
Size (R-3.0.3.tar.gz) = 28075821 bytes
|
||||
SHA1 (patch-ac) = cbfe9853a6b1bdfa68d21c0a291f39545b131333
|
||||
SHA1 (patch-ad) = 21c2f74ceb41afa72b0b268ba4b1dcb57f01e106
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
$NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
$NetBSD: patch-ac,v 1.32 2014/01/13 11:25:54 jperkin Exp $
|
||||
|
||||
--- configure.orig 2012-06-14 22:05:51.000000000 +0000
|
||||
Do not include system paths in R_LD_LIBRARY_PATH.
|
||||
|
||||
--- configure.orig 2013-05-08 22:06:02.000000000 +0000
|
||||
+++ configure
|
||||
@@ -3976,7 +3976,7 @@ fi
|
||||
@@ -3967,7 +3967,7 @@ fi
|
||||
|
||||
|
||||
if test "${want_R_shlib}" = yes; then
|
||||
@@ -11,7 +13,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
else
|
||||
LIBR=
|
||||
fi
|
||||
@@ -4040,7 +4040,7 @@ fi
|
||||
@@ -4031,7 +4031,7 @@ fi
|
||||
if test "x${want_lto}" != xno; then
|
||||
LTO=-flto
|
||||
fi
|
||||
@@ -20,7 +22,16 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
LTOALL=-flto
|
||||
fi
|
||||
|
||||
@@ -22963,6 +22963,11 @@ fi
|
||||
@@ -20375,7 +20375,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).
|
||||
;;
|
||||
- *)
|
||||
+ donotuse*)
|
||||
for arg in ${LDFLAGS}; do
|
||||
case "${arg}" in
|
||||
-L*)
|
||||
@@ -23015,6 +23015,11 @@ fi
|
||||
done
|
||||
;;
|
||||
-[lLR]*)
|
||||
@@ -32,7 +43,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_arg" = x"$ac_i"; then
|
||||
@@ -23928,6 +23933,9 @@ cat > conftest.c <<EOF
|
||||
@@ -23980,6 +23985,9 @@ cat > conftest.c <<EOF
|
||||
|
||||
extern void F77_SYMBOL(cftest)(int *a, int *b, double *x, double *y);
|
||||
|
||||
@@ -42,7 +53,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
int main () {
|
||||
int a[3] = {17, 237, 2000000000}, b[2], res = 0;
|
||||
double x[3] = {3.14159265, 123.456789, 2.3e34}, z[3];
|
||||
@@ -24023,6 +24031,9 @@ typedef struct {
|
||||
@@ -24075,6 +24083,9 @@ typedef struct {
|
||||
|
||||
extern void F77_SYMBOL(cftest)(Rcomplex *x);
|
||||
|
||||
@@ -52,7 +63,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
int main () {
|
||||
Rcomplex z[3];
|
||||
|
||||
@@ -26224,12 +26235,12 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26279,12 +26290,12 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
SHLIB_LIBADD="-lcc_dynamic"
|
||||
fi
|
||||
;;
|
||||
@@ -68,7 +79,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
;;
|
||||
hpux*)
|
||||
SHLIB_EXT=".sl"
|
||||
@@ -26312,8 +26323,15 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26367,8 +26378,15 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
fcpicflags=
|
||||
;;
|
||||
netbsd*)
|
||||
@@ -85,7 +96,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
shlib_ldflags="-shared"
|
||||
else
|
||||
shlib_ldflags="-Bshareable"
|
||||
@@ -26335,22 +26353,22 @@ $as_echo "$as_me: WARNING: Use of flat n
|
||||
@@ -26390,22 +26408,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.
|
||||
@@ -112,7 +123,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
cpicflags="-KPIC"
|
||||
if test "`basename ${CXX}`" = "CC" ; then
|
||||
## Forte version 7 needs -lCstd: Forte 6 does not.
|
||||
@@ -26407,7 +26425,7 @@ fi
|
||||
@@ -26466,7 +26484,7 @@ fi
|
||||
: ${CPICFLAGS="${cpicflags}"}
|
||||
if test -z "${CPICFLAGS}"; then
|
||||
case "${host_os}" in
|
||||
@@ -121,9 +132,9 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
;;
|
||||
*)
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I could not determine CPICFLAGS." >&5
|
||||
@@ -26916,6 +26934,14 @@ _ACEOF
|
||||
@@ -26984,6 +27002,14 @@ _ACEOF
|
||||
## Cygwin has rintl but not nearbyintl
|
||||
for ac_func in expm1 hypot log1p log2 log10 nearbyint nearbyintl powl rint rintl
|
||||
for ac_func in expm1 hypot log1p log1pl log2 log10 nearbyint nearbyintl powl rint rintl
|
||||
do
|
||||
+case $ac_func in
|
||||
+expm1|log1p|log2|log10|nearbyint|nearbyintl|rint|rintl)
|
||||
@@ -136,7 +147,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
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; }
|
||||
@@ -26925,24 +26951,12 @@ else
|
||||
@@ -26993,24 +27019,12 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#include <math.h>
|
||||
@@ -163,7 +174,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_link "$LINENO"; then :
|
||||
@@ -29539,6 +29553,15 @@ cat > conftest.c <<EOF
|
||||
@@ -29657,6 +29671,15 @@ cat > conftest.c <<EOF
|
||||
#endif
|
||||
extern void F77_SYMBOL(test1)(int *iflag);
|
||||
|
||||
@@ -179,7 +190,7 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
int main () {
|
||||
int iflag;
|
||||
F77_SYMBOL(test1)(&iflag);
|
||||
@@ -29606,6 +29629,14 @@ else
|
||||
@@ -29721,6 +29744,14 @@ else
|
||||
#else
|
||||
# define F77_SYMBOL(x) x
|
||||
#endif
|
||||
@@ -194,3 +205,12 @@ $NetBSD: patch-ac,v 1.29 2013/05/05 14:57:27 joerg Exp $
|
||||
void F77_SYMBOL(xerbla)(char *srname, int *info)
|
||||
{}
|
||||
void blas_set () {
|
||||
@@ -38085,7 +38116,7 @@ case "${host_os}" in
|
||||
r_ld_library_defaults="/usr/lib64:/lib64:/usr/lib:/lib"
|
||||
;;
|
||||
solaris*)
|
||||
- r_ld_library_defaults="/usr/lib:/lib"
|
||||
+ r_ld_library_defaults="/usr/lib:/lib:/usr/lib/amd64:/lib/amd64:/usr/lib/64:/lib/64"
|
||||
;;
|
||||
darwin*)
|
||||
r_ld_library_defaults="/usr/X11R6/lib"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
$NetBSD: patch-ad,v 1.15 2012/12/17 09:08:47 wen Exp $
|
||||
$NetBSD: patch-ad,v 1.16 2013/08/13 19:53:30 markd Exp $
|
||||
Adjust EXTRA_LIBS and @WANT_R_SHLIB_TRUE@R_bin_LDADD
|
||||
--- src/main/Makefile.in.orig 2012-03-01 23:02:24.000000000 +0000
|
||||
|
||||
--- src/main/Makefile.in.orig 2013-03-05 23:02:40.000000000 +0000
|
||||
+++ src/main/Makefile.in
|
||||
@@ -98,14 +98,14 @@ EXTRA_STATIC_LIBS = \
|
||||
@@ -95,13 +95,13 @@ EXTRA_STATIC_LIBS = \
|
||||
$(R_ZLIBS) $(R_BZLIBS) $(R_PCRE) $(R_TRE) $(R_XDR) $(R_XZ) $(R_LIBINTL)
|
||||
STATIC_LIBS = $(MAIN_LIBS) $(EXTRA_STATIC_LIBS)
|
||||
|
||||
@@ -10,9 +11,8 @@ Adjust EXTRA_LIBS and @WANT_R_SHLIB_TRUE@R_bin_LDADD
|
||||
+EXTRA_LIBS = $(BLAS_LIBS) $(FLIBS) $(R_XTRA_LIBS) @LIBINTL@ $(READLINE_LIBS) $(LIBS) @LIBMULTITHREAD@
|
||||
|
||||
R_binary = R.bin
|
||||
R_bin_OBJECTS = Rmain.o @BUILD_LTO_TRUE@@WANT_R_SHLIB_FALSE@$(OBJECTS)
|
||||
@BUILD_LTO_TRUE@@WANT_R_SHLIB_FALSE@R_bin_LDADD = $(MAIN_OBJS) $(EXTRA_STATIC_LIBS) $(EXTRA_LIBS)
|
||||
@BUILD_LTO_FALSE@@WANT_R_SHLIB_FALSE@R_bin_LDADD = libR.a $(EXTRA_LIBS)
|
||||
R_bin_OBJECTS = Rmain.o @WANT_R_SHLIB_FALSE@$(OBJECTS)
|
||||
@WANT_R_SHLIB_FALSE@R_bin_LDADD = $(MAIN_OBJS) $(EXTRA_STATIC_LIBS) $(EXTRA_LIBS)
|
||||
## Linked against -lRblas becasue -lR is and otherwise ld complains.
|
||||
-@WANT_R_SHLIB_TRUE@R_bin_LDADD = -L../../lib@R_ARCH@ -lR @BLAS_SHLIB_TRUE@-lRblas
|
||||
+@WANT_R_SHLIB_TRUE@R_bin_LDADD = -L../../lib@R_ARCH@ ${COMPILER_RPATH_FLAG}$(Rexeclibdir) -lR @BLAS_SHLIB_TRUE@-lRblas
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
$NetBSD: patch-src_main_format.c,v 1.3 2012/12/17 09:08:47 wen Exp $
|
||||
|
||||
NetBSD does not have rintl() or floorl() so use the OpenBSD implementation
|
||||
of rintl() in that case. The same case exists for DragonFly.
|
||||
|
||||
--- src/main/format.c.orig 2012-04-15 22:05:34.000000000 +0000
|
||||
+++ src/main/format.c
|
||||
@@ -130,6 +130,7 @@ void formatInteger(int *x, int n, int *f
|
||||
# define R_nearbyintl rintl
|
||||
# else
|
||||
# define R_nearbyintl private_nearbyintl
|
||||
+# if !defined(__NetBSD__) && !defined(__DragonFly__)
|
||||
long double private_nearbyintl(long double x)
|
||||
{
|
||||
long double x1;
|
||||
@@ -142,6 +143,55 @@ long double private_nearbyintl(long doub
|
||||
if (x/2.0 == floorl(x/2.0)) return(x); else return(x1);
|
||||
}
|
||||
}
|
||||
+# else
|
||||
+#include <machine/ieee.h>
|
||||
+
|
||||
+#if LDBL_MAX_EXP != 0x4000
|
||||
+/* We also require the usual bias, min exp and expsign packing. */
|
||||
+#error "Unsupported long double format"
|
||||
+#endif
|
||||
+
|
||||
+#define BIAS (LDBL_MAX_EXP - 1)
|
||||
+
|
||||
+static const float
|
||||
+shift[2] = {
|
||||
+#if LDBL_MANT_DIG == 64
|
||||
+ 0x1.0p63, -0x1.0p63
|
||||
+#elif LDBL_MANT_DIG == 113
|
||||
+ 0x1.0p112, -0x1.0p112
|
||||
+#else
|
||||
+#error "Unsupported long double format"
|
||||
+#endif
|
||||
+};
|
||||
+static const float zero[2] = { 0.0, -0.0 };
|
||||
+
|
||||
+long double private_nearbyintl(long double x)
|
||||
+{
|
||||
+ union {
|
||||
+ long double e;
|
||||
+ struct ieee_ext bits;
|
||||
+ } u;
|
||||
+ uint32_t expsign;
|
||||
+ int ex, sign;
|
||||
+ u.e = x;
|
||||
+ expsign = (u.bits.ext_sign << 15) | u.bits.ext_exp;
|
||||
+ ex = expsign & 0x7fff;
|
||||
+
|
||||
+ if (ex >= BIAS + LDBL_MANT_DIG - 1) {
|
||||
+ if (ex == BIAS + LDBL_MAX_EXP)
|
||||
+ return (x + x); /* Inf, NaN, or unsupported format */
|
||||
+ return (x); /* finite and already an integer */
|
||||
+ }
|
||||
+ sign = expsign >> 15;
|
||||
+ x += shift[sign];
|
||||
+ x -= shift[sign];
|
||||
+
|
||||
+ if (ex < BIAS && x == 0.0L)
|
||||
+ return (zero[sign]);
|
||||
+
|
||||
+ return (x);
|
||||
+}
|
||||
+# endif
|
||||
# endif
|
||||
# else /* no long double */
|
||||
# ifdef HAVE_NEARBYINT
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2012/09/11 23:04:16 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/07/15 02:02:25 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aamath-0.3
|
||||
@@ -24,5 +24,5 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aamath ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/aamath.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2012/09/11 23:04:16 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2013/07/15 02:02:25 ryoon Exp $
|
||||
|
||||
DISTNAME= algae-4.3.6
|
||||
PKGREVISION= 2
|
||||
@@ -15,12 +15,12 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dlmalloc
|
||||
CONFIGURE_ENV= ac_cv_path_XTERM=xterm
|
||||
USE_LANGUAGES= c fortran77
|
||||
USE_GNU_READLINE= yes # uses history_truncate_file
|
||||
INFO_FILES= yes
|
||||
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
|
||||
mandir=${PREFIX}/${PKGMANDIR}/man1 \
|
||||
infodir=${PREFIX}/${PKGINFODIR} \
|
||||
htmldir=${PREFIX}/share/doc/algae
|
||||
|
||||
# uses history_truncate_file
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.16 2013/06/06 12:53:44 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2014/02/12 23:18:10 tron Exp $
|
||||
|
||||
DISTNAME= analitza-${_KDE_VERSION}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
COMMENT= KDE library for mathematical features
|
||||
|
||||
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
||||
|
||||
USE_GNU_READLINE= yes
|
||||
BROKEN_READLINE_DETECTION= yes
|
||||
|
||||
.include "../../meta-pkgs/kde4/kde4.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/04/03 10:51:56 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2013/11/07 11:59:58 markd Exp $
|
||||
bin/calgebra
|
||||
include/analitza/abstractlexer.h
|
||||
include/analitza/analitzaexport.h
|
||||
@@ -39,12 +39,12 @@ lib/cmake/analitza/AnalitzaConfig.cmake
|
||||
lib/cmake/analitza/AnalitzaTargets-${TARGET}.cmake
|
||||
lib/cmake/analitza/AnalitzaTargets.cmake
|
||||
lib/libanalitza.so
|
||||
lib/libanalitza.so.4
|
||||
lib/libanalitza.so.${PKGVERSION}
|
||||
lib/libanalitza.so.5
|
||||
lib/libanalitza.so.5.0.0
|
||||
lib/libanalitzagui.so
|
||||
lib/libanalitzagui.so.4
|
||||
lib/libanalitzagui.so.${PKGVERSION}
|
||||
lib/libanalitzagui.so.5
|
||||
lib/libanalitzagui.so.5.0.0
|
||||
lib/libanalitzaplot.so
|
||||
lib/libanalitzaplot.so.4
|
||||
lib/libanalitzaplot.so.${PKGVERSION}
|
||||
lib/libanalitzaplot.so.5
|
||||
lib/libanalitzaplot.so.5.0.0
|
||||
share/kde/apps/libanalitza/plots/basic_curves.plots
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.13 2013/06/06 12:53:44 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.16 2014/02/12 23:18:10 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= analitza
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= analitza
|
||||
ANALITZA_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.analitza+= analitza>=4.8.0
|
||||
BUILDLINK_ABI_DEPENDS.analitza?= analitza>=4.10.3nb3
|
||||
BUILDLINK_ABI_DEPENDS.analitza?= analitza>=4.11.5nb1
|
||||
BUILDLINK_PKGSRCDIR.analitza?= ../../math/analitza
|
||||
|
||||
.include "../../x11/kdelibs4/buildlink3.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.5 2013/05/21 12:49:33 markd Exp $
|
||||
$NetBSD: distinfo,v 1.7 2014/02/01 02:20:48 markd Exp $
|
||||
|
||||
SHA1 (analitza-4.10.3.tar.xz) = d2b986516a5f9ecaa1ed4151afe9f0958b68c868
|
||||
RMD160 (analitza-4.10.3.tar.xz) = 0e26b22c1297cb0d6c25c632c40b3ce00c2c3675
|
||||
Size (analitza-4.10.3.tar.xz) = 178036 bytes
|
||||
SHA1 (analitza-4.11.5.tar.xz) = 03ca2ac0b41049a345162c5c6d7dcb7e7018162c
|
||||
RMD160 (analitza-4.11.5.tar.xz) = bb0c3f1017da474de8c0ab0efa2488a8217cb7aa
|
||||
Size (analitza-4.11.5.tar.xz) = 181160 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.11 2013/04/06 20:27:24 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/07/15 02:02:25 ryoon Exp $
|
||||
|
||||
DISTNAME= bc-1.06
|
||||
PKGREVISION= 3
|
||||
@@ -14,5 +14,5 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-readline
|
||||
INFO_FILES= yes
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,30 +1,17 @@
|
||||
# $NetBSD: Makefile,v 1.31 2013/06/03 08:04:56 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2014/02/28 09:39:56 adam Exp $
|
||||
|
||||
DISTNAME= blas
|
||||
PKGNAME= blas-1.1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_NETLIB:=blas/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
.include "../../math/lapack/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/lapack/blas/}
|
||||
|
||||
MAINTAINER= adam@NetBSD.org
|
||||
HOMEPAGE= http://www.netlib.org/blas/
|
||||
COMMENT= Basic Linear Algebra Subprograms (Fortran)
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PATCHDIR= ${.CURDIR}/../../math/lapack/patches
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
WRKSRC= ${WRKDIR}/BLAS
|
||||
USE_LANGUAGES= c fortran
|
||||
USE_LIBTOOL= yes
|
||||
BUILD_TARGET= blaslib
|
||||
|
||||
# Pass along the major and minor of the version number as the major and
|
||||
# minor of the shared library to be built.
|
||||
#
|
||||
MAKE_ENV+= SHLIB_MAJOR=${PKGNAME_NOREV:S/${PKGBASE}-//:C/[.].*$//}
|
||||
MAKE_ENV+= SHLIB_MINOR=${PKGNAME_NOREV:S/${PKGBASE}-//:C/^.*[.]//}
|
||||
|
||||
post-extract:
|
||||
cp -f ${FILESDIR}/Makefile.blas ${WRKSRC}/Makefile
|
||||
do-install:
|
||||
${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.la \
|
||||
${DESTDIR}${PREFIX}/lib
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
$NetBSD: distinfo,v 1.6 2008/03/07 07:14:24 jlam Exp $
|
||||
|
||||
SHA1 (blas-1.1/blas.tgz) = 0aeca4ed45f2e5519977747ed6bcf80d1b0335d2
|
||||
RMD160 (blas-1.1/blas.tgz) = ea5c7fed5fe3dadf36023f0ee1222b5200075459
|
||||
Size (blas-1.1/blas.tgz) = 98957 bytes
|
||||
@@ -1,38 +0,0 @@
|
||||
prefix= ${PREFIX}
|
||||
libdir= $(prefix)/lib
|
||||
|
||||
OBJS= caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o \
|
||||
cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o \
|
||||
chpmv.o chpr.o chpr2.o crotg.o cscal.o csrot.o csscal.o cswap.o \
|
||||
csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o \
|
||||
ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o \
|
||||
dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o \
|
||||
drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr.o \
|
||||
dspr2.o dswap.o dsymm.o dsymv.o dsyr.o dsyr2.o dsyr2k.o dsyrk.o \
|
||||
dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o \
|
||||
dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o \
|
||||
sasum.o saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o \
|
||||
sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o \
|
||||
srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr.o sspr2.o sswap.o \
|
||||
ssymm.o ssymv.o ssyr.o ssyr2.o ssyr2k.o ssyrk.o stbmv.o stbsv.o \
|
||||
stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla.o \
|
||||
zaxpy.o zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o \
|
||||
zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher.o \
|
||||
zher2.o zher2k.o zherk.o zhpmv.o zhpr.o zhpr2.o zrotg.o zscal.o \
|
||||
zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o \
|
||||
ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o
|
||||
|
||||
all: libblas.la
|
||||
|
||||
.f.o:
|
||||
${LIBTOOL} --mode=compile --tag=CC ${COMPILE.f} ${.IMPSRC}
|
||||
|
||||
libblas.la: $(OBJS)
|
||||
${LIBTOOL} --mode=link --tag=F77 ${FC} -o ${.TARGET} ${OBJS:.o=.lo} \
|
||||
-rpath $(libdir) \
|
||||
-version-info ${SHLIB_MAJOR}:${SHLIB_MINOR}
|
||||
|
||||
install: libblas.la
|
||||
${BSD_INSTALL_LIB_DIR} ${DESTDIR}$(libdir)
|
||||
${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libblas.la \
|
||||
${DESTDIR}$(libdir)
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/10/10 14:42:21 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= calcoo-1.3.18
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 19
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.16 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2014/02/12 23:18:11 tron Exp $
|
||||
|
||||
DISTNAME= cantor-${_KDE_VERSION}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
COMMENT= KDE frontend to mathematical software
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.5 2013/05/21 12:49:33 markd Exp $
|
||||
$NetBSD: distinfo,v 1.7 2014/02/01 02:20:48 markd Exp $
|
||||
|
||||
SHA1 (cantor-4.10.3.tar.xz) = ae2c9c50cc79030a3f15106d059997da5c37a886
|
||||
RMD160 (cantor-4.10.3.tar.xz) = 76f95d8061da1d95601cff5ca239e6fb76483f35
|
||||
Size (cantor-4.10.3.tar.xz) = 318200 bytes
|
||||
SHA1 (cantor-4.11.5.tar.xz) = f6774e335cdf8257ce19ba2708d87cd83d95f768
|
||||
RMD160 (cantor-4.11.5.tar.xz) = c7a54571d88f2accc8288148dc1a95daa083ccbb
|
||||
Size (cantor-4.11.5.tar.xz) = 302036 bytes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.42 2012/09/11 23:04:17 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2014/01/15 16:23:31 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= calc-2.12.4.1
|
||||
DISTNAME= calc-2.12.4.13
|
||||
PKGNAME= capc-${DISTNAME:S/t/./}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calc/}
|
||||
@@ -23,5 +23,5 @@ INSTALL_MAKE_FLAGS+= T=${DESTDIR}
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../devel/ncurses/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.13 2011/04/05 17:18:14 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2014/01/15 16:23:31 drochner Exp $
|
||||
bin/calc
|
||||
bin/calc-static
|
||||
bin/cscript/4dsphere
|
||||
@@ -74,10 +74,13 @@ share/calc/README
|
||||
share/calc/alg_config.cal
|
||||
share/calc/beer.cal
|
||||
share/calc/bernoulli.cal
|
||||
share/calc/bernpoly.cal
|
||||
share/calc/bigprime.cal
|
||||
share/calc/bindings
|
||||
share/calc/brentsolve.cal
|
||||
share/calc/chi.cal
|
||||
share/calc/chrem.cal
|
||||
share/calc/constants.cal
|
||||
share/calc/custhelp/argv
|
||||
share/calc/custhelp/devnull
|
||||
share/calc/custhelp/help
|
||||
@@ -94,6 +97,9 @@ share/calc/deg.cal
|
||||
share/calc/dms.cal
|
||||
share/calc/dotest.cal
|
||||
share/calc/ellip.cal
|
||||
share/calc/factorial.cal
|
||||
share/calc/factorial2.cal
|
||||
share/calc/gvec.cal
|
||||
share/calc/hello.cal
|
||||
share/calc/help/COPYING
|
||||
share/calc/help/COPYING-LGPL
|
||||
@@ -253,18 +259,24 @@ share/calc/help/interrupt
|
||||
share/calc/help/intro
|
||||
share/calc/help/inverse
|
||||
share/calc/help/iroot
|
||||
share/calc/help/isalnum
|
||||
share/calc/help/isalpha
|
||||
share/calc/help/isassoc
|
||||
share/calc/help/isatty
|
||||
share/calc/help/isblk
|
||||
share/calc/help/iscntrl
|
||||
share/calc/help/isconfig
|
||||
share/calc/help/isdefined
|
||||
share/calc/help/isdigit
|
||||
share/calc/help/iserror
|
||||
share/calc/help/iseven
|
||||
share/calc/help/isfile
|
||||
share/calc/help/isgraph
|
||||
share/calc/help/ishash
|
||||
share/calc/help/isident
|
||||
share/calc/help/isint
|
||||
share/calc/help/islist
|
||||
share/calc/help/islower
|
||||
share/calc/help/ismat
|
||||
share/calc/help/ismult
|
||||
share/calc/help/isnull
|
||||
@@ -273,16 +285,21 @@ share/calc/help/isobj
|
||||
share/calc/help/isobjtype
|
||||
share/calc/help/isodd
|
||||
share/calc/help/isprime
|
||||
share/calc/help/isprint
|
||||
share/calc/help/isptr
|
||||
share/calc/help/ispunct
|
||||
share/calc/help/isqrt
|
||||
share/calc/help/isrand
|
||||
share/calc/help/israndom
|
||||
share/calc/help/isreal
|
||||
share/calc/help/isrel
|
||||
share/calc/help/issimple
|
||||
share/calc/help/isspace
|
||||
share/calc/help/issq
|
||||
share/calc/help/isstr
|
||||
share/calc/help/istype
|
||||
share/calc/help/isupper
|
||||
share/calc/help/isxdigit
|
||||
share/calc/help/jacobi
|
||||
share/calc/help/join
|
||||
share/calc/help/lcm
|
||||
@@ -395,17 +412,21 @@ share/calc/help/ssq
|
||||
share/calc/help/statement
|
||||
share/calc/help/stoponerror
|
||||
share/calc/help/str
|
||||
share/calc/help/strcasecmp
|
||||
share/calc/help/strcat
|
||||
share/calc/help/strcmp
|
||||
share/calc/help/strcpy
|
||||
share/calc/help/strerror
|
||||
share/calc/help/strlen
|
||||
share/calc/help/strncasecmp
|
||||
share/calc/help/strncmp
|
||||
share/calc/help/strncpy
|
||||
share/calc/help/strpos
|
||||
share/calc/help/strprintf
|
||||
share/calc/help/strscan
|
||||
share/calc/help/strscanf
|
||||
share/calc/help/strtolower
|
||||
share/calc/help/strtoupper
|
||||
share/calc/help/substr
|
||||
share/calc/help/sum
|
||||
share/calc/help/swap
|
||||
@@ -428,8 +449,12 @@ share/calc/help/version
|
||||
share/calc/help/wishlist
|
||||
share/calc/help/xor
|
||||
share/calc/hms.cal
|
||||
share/calc/infinities.cal
|
||||
share/calc/intfile.cal
|
||||
share/calc/intnum.cal
|
||||
share/calc/lambertw.cal
|
||||
share/calc/linear.cal
|
||||
share/calc/lnseries.cal
|
||||
share/calc/lucas.cal
|
||||
share/calc/lucas_chk.cal
|
||||
share/calc/lucas_tbl.cal
|
||||
@@ -457,7 +482,11 @@ share/calc/screen.cal
|
||||
share/calc/seedrandom.cal
|
||||
share/calc/set8700.cal
|
||||
share/calc/set8700.line
|
||||
share/calc/smallfactors.cal
|
||||
share/calc/solve.cal
|
||||
share/calc/specialfunctions.cal
|
||||
share/calc/statistics.cal
|
||||
share/calc/strings.cal
|
||||
share/calc/sumsq.cal
|
||||
share/calc/sumtimes.cal
|
||||
share/calc/surd.cal
|
||||
@@ -477,7 +506,10 @@ share/calc/test5200.cal
|
||||
share/calc/test8400.cal
|
||||
share/calc/test8500.cal
|
||||
share/calc/test8600.cal
|
||||
share/calc/test8900.cal
|
||||
share/calc/toomcook.cal
|
||||
share/calc/unitfrac.cal
|
||||
share/calc/varargs.cal
|
||||
share/calc/xx_print.cal
|
||||
share/calc/zeta2.cal
|
||||
@pkgdir include/calc/custom
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.24 2012/05/07 19:57:17 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.25 2014/01/15 16:23:31 drochner Exp $
|
||||
|
||||
SHA1 (calc-2.12.4.1.tar.bz2) = b64eae89de2167f439f52b4005bbc4e5dfc0d6fb
|
||||
RMD160 (calc-2.12.4.1.tar.bz2) = 68fe6352b6a1b58e53d7cb4b4f51c596aa8539f7
|
||||
Size (calc-2.12.4.1.tar.bz2) = 865856 bytes
|
||||
SHA1 (patch-aa) = 65da8569bb74647ef01bfc389690d631d161ab96
|
||||
SHA1 (calc-2.12.4.13.tar.bz2) = 4d48fb78c903f10e9bcd05c42105498637dea834
|
||||
RMD160 (calc-2.12.4.13.tar.bz2) = c04d995a500ad7b0be27afbb6edaa6978c42437e
|
||||
Size (calc-2.12.4.13.tar.bz2) = 970778 bytes
|
||||
SHA1 (patch-aa) = 4cc64664e4eb3e5f1aea56f74d9615caa75483b2
|
||||
SHA1 (patch-fposval_c) = 8a8d08f8b566e583faa3bd9033c4a9ac90cb343c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
$NetBSD: patch-aa,v 1.9 2014/01/15 16:23:31 drochner Exp $
|
||||
|
||||
--- Makefile.orig 2008-02-24 08:58:36.000000000 +0100
|
||||
--- Makefile.orig 2013-09-01 23:02:02.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -585,7 +585,7 @@ HAVE_UNUSED=
|
||||
|
||||
@@ -9,9 +9,9 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
-INCDIR= /usr/include
|
||||
+INCDIR= ${PREFIX}/include
|
||||
|
||||
# Where to install calc realted things
|
||||
# Where to install calc related things
|
||||
#
|
||||
@@ -612,15 +612,15 @@ INCDIR= /usr/include
|
||||
@@ -624,15 +624,15 @@ INCDIR= /usr/include
|
||||
#
|
||||
#BINDIR= /usr/local/bin
|
||||
#BINDIR= /dev/env/DJDIR/bin
|
||||
@@ -30,7 +30,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
|
||||
# NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!!
|
||||
# Always be sure that the CALC_INCDIR path ends in /calc to avoid
|
||||
@@ -698,7 +698,7 @@ T=
|
||||
@@ -710,7 +710,7 @@ T=
|
||||
#MANDIR=
|
||||
#MANDIR= /usr/local/man/man1
|
||||
#MANDIR= /usr/man/man1
|
||||
@@ -39,7 +39,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#MANDIR= /dev/env/DJDIR/man/man1
|
||||
#MANDIR= /usr/man/u_man/man1
|
||||
#MANDIR= /usr/contrib/man/man1
|
||||
@@ -709,7 +709,7 @@ MANDIR= /usr/share/man/man1
|
||||
@@ -721,7 +721,7 @@ MANDIR= /usr/share/man/man1
|
||||
#
|
||||
# Use CATDIR= to disable installation of the calc cat (formatted) page.
|
||||
#
|
||||
@@ -48,7 +48,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#CATDIR= /usr/local/man/cat1
|
||||
#CATDIR= /usr/local/catman/cat1
|
||||
#CATDIR= /usr/man/cat1
|
||||
@@ -730,9 +730,9 @@ MANEXT= 1
|
||||
@@ -742,9 +742,9 @@ MANEXT= 1
|
||||
#
|
||||
# This is ignored if CATDIR is empty.
|
||||
#
|
||||
@@ -60,7 +60,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#CATEXT= l
|
||||
|
||||
# how to format a man page
|
||||
@@ -758,8 +758,8 @@ CATEXT= 1
|
||||
@@ -770,8 +770,8 @@ CATEXT= 1
|
||||
# and CATDIR to empty and ignore the NROFF, NROFF_ARG and MANMAKE
|
||||
# lines below.
|
||||
#
|
||||
@@ -71,7 +71,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#NROFF= groff
|
||||
NROFF_ARG= -man
|
||||
#NROFF_ARG= -mandoc
|
||||
@@ -825,13 +825,14 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc
|
||||
@@ -837,13 +837,14 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc
|
||||
#
|
||||
# If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing.
|
||||
#
|
||||
@@ -89,7 +89,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#READLINE_EXTRAS= -lhistory -lncurses
|
||||
#
|
||||
#READLINE_LIB= -L/usr/gnu/lib -lreadline
|
||||
@@ -884,7 +885,7 @@ CALCPAGER= less
|
||||
@@ -896,7 +897,7 @@ CALCPAGER= less
|
||||
#
|
||||
#DEBUG= -O3
|
||||
#DEBUG= -O3 -g
|
||||
@@ -98,8 +98,8 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#DEBUG= -O3 -ipa
|
||||
#DEBUG= -O3 -g3 -ipa
|
||||
|
||||
@@ -1360,10 +1361,10 @@ CC= ${PURIFY} ${LCC} ${CCWERR}
|
||||
# LDFLAGS for ${CC} in linking calc progs other than intermediate progs
|
||||
@@ -1409,10 +1410,10 @@ CC= ${PURIFY} ${LCC} ${CCWERR}
|
||||
# LDFLAGS for ${CC} in linking calc programs other than intermediate programs
|
||||
#
|
||||
ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC}
|
||||
-CFLAGS= ${ICFLAGS} ${CCOPT}
|
||||
@@ -111,7 +111,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#
|
||||
#if 0 /* start of skip for non-Gnu makefiles */
|
||||
endif
|
||||
@@ -1375,7 +1376,7 @@ endif
|
||||
@@ -1470,7 +1471,7 @@ endif
|
||||
# NOTE: This is the default generic host target. Used when no other
|
||||
# host target matches.
|
||||
|
||||
@@ -120,7 +120,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
#
|
||||
BLD_TYPE= calc-static-only
|
||||
#
|
||||
@@ -1421,7 +1422,7 @@ ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC}
|
||||
@@ -1516,7 +1517,7 @@ ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC}
|
||||
else
|
||||
ICFLAGS= ${COMMON_CFLAGS} ${CC_SHARE}
|
||||
endif
|
||||
@@ -129,7 +129,7 @@ $NetBSD: patch-aa,v 1.8 2008/05/05 18:54:05 drochner Exp $
|
||||
|
||||
# Required flags to link files for calc
|
||||
#
|
||||
@@ -4394,9 +4395,9 @@ endif
|
||||
@@ -4511,9 +4512,9 @@ endif
|
||||
${Q}# NOTE: The this makefile installs libcustcalc${LIB_EXT_VERSION}
|
||||
${Q}# because we only want to perform one ${LDCONFIG} for both
|
||||
${Q}# libcalc${LIB_EXT_VERSION} and libcustcalc${LIB_EXT_VERSION}.
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.18 2013/06/06 12:53:43 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.23 2014/02/12 23:18:11 tron Exp $
|
||||
|
||||
PKGNAME= cgal-3.9
|
||||
DISTNAME= CGAL-3.9
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 21
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://gforge.inria.fr/frs/download.php/29125/
|
||||
|
||||
@@ -12,11 +11,12 @@ HOMEPAGE= http://www.cgal.org/
|
||||
COMMENT= Computational Geometry Algorithms Library
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
FETCH_USING= curl
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && rm -f include/CGAL/Mesh_2/Do_not_refine_edges.h.orig
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../math/mpfr/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.16 2013/06/06 12:53:43 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.19 2014/02/12 23:18:11 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= cgal
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= cgal
|
||||
CGAL_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.cgal+= cgal>=3.9
|
||||
BUILDLINK_ABI_DEPENDS.cgal+= cgal>=3.9nb17
|
||||
BUILDLINK_ABI_DEPENDS.cgal+= cgal>=3.9nb21
|
||||
BUILDLINK_PKGSRCDIR.cgal?= ../../math/cgal
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2012/02/27 12:46:27 reinoud Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/02/08 12:16:12 wiedi Exp $
|
||||
|
||||
SHA1 (CGAL-3.9.tar.gz) = cc99fad7116f221b6301326834f71ff65cebf2eb
|
||||
RMD160 (CGAL-3.9.tar.gz) = 0a5a929ecedeeac3833ec90f802b7f5ac069ad47
|
||||
Size (CGAL-3.9.tar.gz) = 14276059 bytes
|
||||
SHA1 (patch-include_CGAL_Mesh__2_Do__not__refine__edges.h) = 5a66b2ff56d3e20e554ab73829e3c8c735144489
|
||||
SHA1 (patch-manpage-installation) = c664f64ccc9507871c1ada46b983f0d006b13fe6
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-include_CGAL_Mesh__2_Do__not__refine__edges.h,v 1.1 2014/02/08 12:16:12 wiedi Exp $
|
||||
|
||||
fix building other packages with gcc 4.7 linking cgal
|
||||
see also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673554
|
||||
--- include/CGAL/Mesh_2/Do_not_refine_edges.h.orig 2010-05-14 19:00:16.000000000 +0000
|
||||
+++ include/CGAL/Mesh_2/Do_not_refine_edges.h
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
const Face_handle& fh = eit->first;
|
||||
const int& i = eit->second;
|
||||
|
||||
- if(fh->is_constrained(i) && !is_locally_conform(this->tr, fh, i, p))
|
||||
+ if(fh->is_constrained(i) && !this->is_locally_conform(this->tr, fh, i, p))
|
||||
{
|
||||
return CONFLICT_AND_ELEMENT_SHOULD_BE_DROPPED;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2013/04/06 14:09:33 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/10/20 18:02:58 joerg Exp $
|
||||
#
|
||||
|
||||
CLISP_MODULE= pari
|
||||
@@ -23,6 +23,6 @@ ac_cv_libpari_libs= -l${PARI_LIB}
|
||||
ac_cv_libpari_libs+= -lgmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} -R${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.24 2012/09/11 23:04:17 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2013/09/10 14:23:05 joerg Exp $
|
||||
|
||||
DISTNAME= dcdflib.c-1.1
|
||||
PKGREVISION= 1
|
||||
@@ -12,7 +12,9 @@ COMMENT= Library of C Routines for Cumulative Distribution Functions
|
||||
WRKSRC= ${WRKDIR}/dcdflib.c
|
||||
BUILD_DIRS= src
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q}
|
||||
CWARNFLAGS.clang= -Wno-error=logical-op-parentheses
|
||||
MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} \
|
||||
CWARNFLAGS.clang=${CWARNFLAGS.clang:Q}
|
||||
USE_BSD_MAKEFILE= yes
|
||||
|
||||
INSTALLATION_DIRS= include lib share/doc/dcdflib.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:18 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/01/27 18:41:13 wiz Exp $
|
||||
|
||||
DISTNAME= 2.0.17
|
||||
PKGNAME= eigen-2.0.17
|
||||
@@ -15,6 +15,5 @@ LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2
|
||||
USE_LANGUAGES+= c c++
|
||||
USE_CMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/eigen-eigen-b23437e61a07
|
||||
FETCH_USING= curl
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.3 2013/05/29 22:58:25 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2014/01/27 18:41:13 wiz Exp $
|
||||
|
||||
DISTNAME= 3.1.3
|
||||
PKGNAME= eigen3-3.1.3
|
||||
DISTNAME= 3.1.4
|
||||
PKGNAME= eigen3-3.1.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://bitbucket.org/eigen/eigen/get/
|
||||
DIST_SUBDIR= eigen3
|
||||
@@ -16,8 +16,7 @@ USE_LANGUAGES+= c c++
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARG_PATH= ..
|
||||
CONFIGURE_DIRS= _build
|
||||
WRKSRC= ${WRKDIR}/eigen-eigen-2249f9c22fe8
|
||||
FETCH_USING= curl
|
||||
WRKSRC= ${WRKDIR}/eigen-eigen-36bf2ceaf8f5
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}/_build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.3 2013/05/29 22:58:25 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/10/06 16:16:17 wiz Exp $
|
||||
|
||||
SHA1 (eigen3/3.1.3.tar.bz2) = 07e248deaaa5d2a8822a0581a606151127fce450
|
||||
RMD160 (eigen3/3.1.3.tar.bz2) = 32f8a3accd026f296dfb913e184efb3a1791f30f
|
||||
Size (eigen3/3.1.3.tar.bz2) = 1052724 bytes
|
||||
SHA1 (eigen3/3.1.4.tar.bz2) = a5cbe0a5676ea2105c8b0c4569c204bf58fc009a
|
||||
RMD160 (eigen3/3.1.4.tar.bz2) = e458d4bc593f76498ef25df4efcc295e8d4d31f9
|
||||
Size (eigen3/3.1.4.tar.bz2) = 1052745 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = aea4fd4e0043eb23e700dd72d0f6d80d125120e4
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.26 2013/05/31 12:41:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2014/02/19 09:19:01 markd Exp $
|
||||
|
||||
DISTNAME= ess-5.11
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
DISTNAME= ess-13.09-1
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-1$/.1/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ess.r-project.org/downloads/ess/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@@ -11,7 +11,7 @@ MAINTAINER= markd@NetBSD.org
|
||||
HOMEPAGE= http://ess.r-project.org/
|
||||
COMMENT= Emacs Speaks Statistics
|
||||
|
||||
USE_TOOLS+= makeinfo perl
|
||||
USE_TOOLS+= makeinfo perl gmake
|
||||
EMACS_MODULES= base
|
||||
INFO_FILES= yes
|
||||
|
||||
@@ -26,6 +26,7 @@ SUBST_SED.etcdir= -e 's,"./etc/"),"./etc/" "../../../ess/"),'
|
||||
|
||||
INSTALLATION_DIRS= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/ess
|
||||
INSTALLATION_DIRS+= ${EMACS_ETCPREFIX}/ess ${EMACS_ETCPREFIX}/ess/icons
|
||||
INSTALLATION_DIRS+= ${EMACS_ETCPREFIX}/ess/ESSR/R
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC} && chmod u+w doc/*/
|
||||
@@ -43,6 +44,10 @@ do-install:
|
||||
${DESTDIR}${EMACS_ETCPREFIX}/ess
|
||||
cd ${WRKSRC}/etc && ${INSTALL_SCRIPT} ess-sas-sh-command \
|
||||
${DESTDIR}${EMACS_ETCPREFIX}/ess
|
||||
cd ${WRKSRC}/etc/ESSR && ${INSTALL_DATA} LOADREMOTE VERSION \
|
||||
${DESTDIR}${EMACS_ETCPREFIX}/ess/ESSR
|
||||
cd ${WRKSRC}/etc/ESSR/R && ${INSTALL_DATA} *.R .*.R \
|
||||
${DESTDIR}${EMACS_ETCPREFIX}/ess/ESSR/R
|
||||
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,19 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.7 2010/09/15 08:46:21 markd Exp $
|
||||
${EMACS_ETCPREFIX}/ess/ess-s4.S
|
||||
${EMACS_ETCPREFIX}/ess/ess-sas-sh-command
|
||||
${EMACS_ETCPREFIX}/ess/ess-sp3.S
|
||||
${EMACS_ETCPREFIX}/ess/function-outline.S
|
||||
${EMACS_ETCPREFIX}/ess/icons/rbuffer.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rfunction.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rline.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rregion.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/splus_letter_small.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/splus_letters_large.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/spluslogo.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/startr.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switch_ess.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switchr.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switchs.xpm
|
||||
@comment $NetBSD: PLIST,v 1.9 2014/02/19 09:19:01 markd Exp $
|
||||
${EMACS_INFOPREFIX}/ess.info
|
||||
${EMACS_LISPPREFIX}/ess/ess-arc-d.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-arc-d.elc
|
||||
@@ -30,10 +15,14 @@ ${EMACS_LISPPREFIX}/ess/ess-custom.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-dde.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-dde.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-debug.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-developer.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-developer.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-eldoc.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-eldoc.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-font-lock.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-font-lock.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-gretl.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-gretl.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-help.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-help.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-inf.el
|
||||
@@ -41,15 +30,20 @@ ${EMACS_LISPPREFIX}/ess/ess-inf.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-install.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-jags-d.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-jags-d.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-julia.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-julia.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-lsp-l.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-lsp-l.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-menu.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-menu.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-mode.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-mode.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-mous.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-mouse.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-mouse.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb-font-lock-mode.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb-font-lock-mode.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb-mode.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb-mode.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-noweb.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-omg-d.el
|
||||
@@ -104,6 +98,8 @@ ${EMACS_LISPPREFIX}/ess/ess-swv.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-swv.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-toolbar.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-toolbar.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-tracebug.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-tracebug.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-trns.el
|
||||
${EMACS_LISPPREFIX}/ess/ess-trns.elc
|
||||
${EMACS_LISPPREFIX}/ess/ess-utils.el
|
||||
@@ -122,7 +118,26 @@ ${EMACS_LISPPREFIX}/ess/mouseme.el
|
||||
${EMACS_LISPPREFIX}/ess/mouseme.elc
|
||||
${EMACS_LISPPREFIX}/ess/msdos.el
|
||||
${EMACS_LISPPREFIX}/ess/msdos.elc
|
||||
${EMACS_LISPPREFIX}/ess/noweb-font-lock-mode.el
|
||||
${EMACS_LISPPREFIX}/ess/noweb-font-lock-mode.elc
|
||||
${EMACS_LISPPREFIX}/ess/noweb-mode.el
|
||||
${EMACS_LISPPREFIX}/ess/noweb-mode.elc
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/LOADREMOTE
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/.basic.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/.load.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/completion.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/debug.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/developer.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/R/misc.R
|
||||
${EMACS_ETCPREFIX}/ess/ESSR/VERSION
|
||||
${EMACS_ETCPREFIX}/ess/ess-s4.S
|
||||
${EMACS_ETCPREFIX}/ess/ess-sas-sh-command
|
||||
${EMACS_ETCPREFIX}/ess/ess-sp3.S
|
||||
${EMACS_ETCPREFIX}/ess/function-outline.S
|
||||
${EMACS_ETCPREFIX}/ess/icons/rbuffer.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rfunction.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rline.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/rregion.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/splus_letter_small.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/splus_letters_large.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/spluslogo.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/startr.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switch_ess.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switchr.xpm
|
||||
${EMACS_ETCPREFIX}/ess/icons/switchs.xpm
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.4 2010/09/15 08:46:21 markd Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/02/06 09:49:15 markd Exp $
|
||||
|
||||
SHA1 (ess-5.11.tgz) = 541af2444a55d8ab3484606314caf64cc5db4688
|
||||
RMD160 (ess-5.11.tgz) = adc55eba44133648eb62f1ab0706aa46cde97991
|
||||
Size (ess-5.11.tgz) = 2980487 bytes
|
||||
SHA1 (patch-aa) = 6f82af22b67869a7fdfd10c596bf8737b8919200
|
||||
SHA1 (patch-ab) = d7f02a34512c0d22d38fa240d53dcccc88d14848
|
||||
SHA1 (ess-13.09-1.tgz) = e4ee1155d137ae421137c067994bbb866a8aaee5
|
||||
RMD160 (ess-13.09-1.tgz) = e86dd26932de00ee2f224dcc1c8eb0de78e7c2be
|
||||
Size (ess-13.09-1.tgz) = 3331643 bytes
|
||||
SHA1 (patch-aa) = 2e2c39c4c98e37cbbb968d605afd3d98a4199e68
|
||||
SHA1 (patch-ab) = 22673b8f70ac9ba952d9e23eb9ca3fcbb18e371b
|
||||
|
||||
@@ -1,38 +1,40 @@
|
||||
$NetBSD: patch-aa,v 1.3 2010/09/15 08:46:21 markd Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2014/02/06 09:49:15 markd Exp $
|
||||
|
||||
--- Makeconf.orig 2010-07-13 16:42:27.000000000 +0000
|
||||
--- Makeconf.orig 2013-11-23 00:40:17.000000000 +0000
|
||||
+++ Makeconf
|
||||
@@ -15,14 +15,14 @@
|
||||
@@ -15,15 +15,15 @@
|
||||
## ETCDIR Destination of script and icon files
|
||||
## PREFIX(DESTDIR) Directory prepended to LISPDIR, INFODIR, DOCDIR & ETCDIR
|
||||
## Specify either PREFIX or DESTDIR to over-ride /usr/local
|
||||
-DESTDIR=/usr/local
|
||||
-DESTDIR=/usr
|
||||
-PREFIX=$(DESTDIR)
|
||||
+#DESTDIR=/usr/local
|
||||
+#DESTDIR=/usr
|
||||
+#PREFIX=$(DESTDIR)
|
||||
#
|
||||
## GNU Emacs
|
||||
##__ GNU Emacs __
|
||||
-EMACS=emacs
|
||||
-LISPDIR=$(PREFIX)/share/emacs/site-lisp
|
||||
-INFODIR=$(PREFIX)/info
|
||||
-SITELISP=$(PREFIX)/share/emacs/site-lisp
|
||||
-LISPDIR=$(SITELISP)/ess
|
||||
-INFODIR=$(PREFIX)/share/info
|
||||
-ETCDIR =$(PREFIX)/share/emacs/etc/ess
|
||||
+#EMACS=emacs
|
||||
+#LISPDIR=$(PREFIX)/share/emacs/site-lisp
|
||||
+#INFODIR=$(PREFIX)/info
|
||||
+#SITELISP=$(PREFIX)/share/emacs/site-lisp
|
||||
+#LISPDIR=$(SITELISP)/ess
|
||||
+#INFODIR=$(PREFIX)/share/info
|
||||
+#ETCDIR =$(PREFIX)/share/emacs/etc/ess
|
||||
|
||||
## XEmacs
|
||||
#EMACS=xemacs
|
||||
@@ -48,7 +48,7 @@ EMACSBATCH = $(EMACS) -batch -no-site-fi
|
||||
##__ XEmacs __
|
||||
#EMACS=$(PREFIX)/bin/xemacs
|
||||
@@ -67,7 +67,7 @@ EMACSBATCH = $(EMACS) -batch -no-site-fi
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
-MAKEINFO = LC_ALL=C LANG=en makeinfo
|
||||
+#MAKEINFO = LC_ALL=C LANG=en makeinfo
|
||||
MAKEHTML = $(MAKEINFO) --html --no-split --css-include=atouchofstyle.css -o -
|
||||
# new: MAKEHTML <output>.html <input>.texi {necessary to build 'Index'}
|
||||
MAKEHTML = $(MAKEINFO) --html --no-split --css-include=atouchofstyle.css -o
|
||||
## ^^^^^^^^^^ today's bandwidth is fast
|
||||
#MAKETXT = $(MAKEINFO) --no-validate --no-headers --no-split -o -
|
||||
@@ -57,7 +57,7 @@ MAKETXT = $(MAKEINFO) --no-validate --p
|
||||
@@ -77,7 +77,7 @@ MAKETXT = $(MAKEINFO) --no-validate --p
|
||||
INSTALLDIR = install -d
|
||||
#INSTALLDIR = mkdir -p
|
||||
#
|
||||
@@ -40,4 +42,4 @@ $NetBSD: patch-aa,v 1.3 2010/09/15 08:46:21 markd Exp $
|
||||
+#INSTALL = cp -p
|
||||
#INSTALL = install
|
||||
#
|
||||
DOCDIR=$(PREFIX)/share/doc/ess
|
||||
UNINSTALL = rm -f
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
$NetBSD: patch-ab,v 1.3 2010/09/15 08:46:21 markd Exp $
|
||||
$NetBSD: patch-ab,v 1.4 2014/02/06 09:49:15 markd Exp $
|
||||
|
||||
--- doc/Makefile.orig 2010-07-13 16:42:20.000000000 +0000
|
||||
--- doc/Makefile.orig 2013-11-28 14:31:07.000000000 +0000
|
||||
+++ doc/Makefile
|
||||
@@ -35,7 +35,7 @@ PDFs = ess.pdf readme.pdf refcard/refcar
|
||||
DVIs = ess.dvi readme.dvi
|
||||
TXTs = ../README ../ANNOUNCE
|
||||
TXTs = ../README ../ANNOUNCE ../NEWS ../ONEWS
|
||||
|
||||
-all : info text html dvi pdf
|
||||
+all : info text
|
||||
docs : info text html
|
||||
info : info/ess.info
|
||||
text : $(TXTs) ../NEWS ../ONEWS
|
||||
text : $(TXTs)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.22 2013/06/26 15:50:30 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/10/29 02:37:56 minskim Exp $
|
||||
|
||||
DISTNAME= eukleides-1.5.4
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.eukleides.org/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -34,12 +34,13 @@ INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
|
||||
BIN_DIR=${DESTDIR}${PREFIX}/bin \
|
||||
INFO_DIR=${DESTDIR}${PREFIX}/${PKGINFODIR} \
|
||||
DOC_DIR=${DESTDIR}${PREFIX}/share/eukleides \
|
||||
MAN_DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
||||
MAN_DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 \
|
||||
TEX_DIR=${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/eukleides
|
||||
|
||||
pre-install:
|
||||
${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} -f {} \;
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../print/kpathsea/texmf.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.7 2013/06/10 12:24:29 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2013/10/29 02:37:56 minskim Exp $
|
||||
bin/eukleides
|
||||
bin/euktoeps
|
||||
bin/euktopdf
|
||||
@@ -13,5 +13,5 @@ man/man1/euktotex.1
|
||||
share/eukleides/examples/greenwich.euk
|
||||
share/eukleides/examples/sundial.euk
|
||||
share/eukleides/examples/vonkoch.euk
|
||||
share/texmf/tex/latex/eukleides/eukleides.sty
|
||||
share/texmf/tex/latex/eukleides/eukleides.tex
|
||||
share/texmf-dist/tex/latex/eukleides/eukleides.sty
|
||||
share/texmf-dist/tex/latex/eukleides/eukleides.tex
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.37 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2013/10/10 14:42:22 ryoon Exp $
|
||||
|
||||
DISTNAME= euler-1.61.0
|
||||
PKGNAME= euler-1.61
|
||||
EXTRACT_SUFX= .tgz
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 19
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=euler/}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.24 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2014/02/12 23:18:11 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= extcalc-0.9.3-1
|
||||
PKGNAME= extcalc-0.9.3
|
||||
PKGREVISION= 19
|
||||
PKGREVISION= 20
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=extcalc-linux/}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.45 2013/06/29 18:59:43 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2013/07/09 15:46:45 tsutsui Exp $
|
||||
|
||||
DISTNAME= fftw-3.3.3
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
|
||||
http://www.fftw.org/
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
# $NetBSD: options.mk,v 1.1 2013/06/29 18:59:43 tsutsui Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2013/07/09 15:46:45 tsutsui Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.fftw
|
||||
PKG_SUPPORTED_OPTIONS= fftw-fortran
|
||||
PKG_SUGGESTED_OPTIONS=
|
||||
# Enable fortran support by default on platforms supported by lang/g95.
|
||||
.if (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64) || \
|
||||
!empty(MACHINE_ARCH:Mia64) || !empty(MACHINE_ARCH:Mpowerpc*) || \
|
||||
!empty(MACHINE_ARCH:Mhppa) || !empty(MACHINE_ARCH:Msparc*) || \
|
||||
!empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mmips*))
|
||||
PKG_SUGGESTED_OPTIONS= fftw-fortran
|
||||
# ...but disable it until lang/g95 issue is resolved.
|
||||
#PKG_SUGGESTED_OPTIONS+= fftw-fortran
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2014/03/26 06:57:06 asau Exp $
|
||||
|
||||
DISTNAME= fityk-0.9.7
|
||||
PKGREVISION= 14
|
||||
PKGREVISION= 16
|
||||
CATEGORIES= math
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fityk/}
|
||||
MASTER_SITES= https://cloud.github.com/downloads/wojdyr/fityk/
|
||||
FETCH_USING= curl
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://fityk.sourceforge.net/
|
||||
HOMEPAGE= http://fityk.nieto.pl/
|
||||
COMMENT= Peak fitting software
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
@@ -19,8 +18,10 @@ GNU_CONFIGURE= yes
|
||||
# XXX: xyconvert requires wxWidgets >= 2.9
|
||||
CONFIGURE_ARGS+= --disable-xyconvert
|
||||
|
||||
CFLAGS.FreeBSD+= -D_WITH_GETLINE
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../math/xylib/buildlink3.mk"
|
||||
.include "../../x11/wxGTK28/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
$NetBSD: distinfo,v 1.4 2013/04/30 22:25:39 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/02/24 12:35:10 wiedi Exp $
|
||||
|
||||
SHA1 (fityk-0.9.7.tar.bz2) = bb4d11b529c6c87c68c6f7359075915caf95a996
|
||||
RMD160 (fityk-0.9.7.tar.bz2) = bd403037157b32ec7c7c6972f17116e403d099bc
|
||||
Size (fityk-0.9.7.tar.bz2) = 1146628 bytes
|
||||
SHA1 (patch-aa) = c923919db013ca9ddb8370617bf0b4b0aaa31922
|
||||
SHA1 (patch-src_GAfit.cpp) = 6543899d3861853d0738bbb5ced2cc9f59fda6db
|
||||
SHA1 (patch-src_common.h) = 1ab3f9d0c72c1f4bb0740a22ccc7960fb18b4c90
|
||||
SHA1 (patch-src_eparser.cpp) = 6120b71f1bcafc1efc5b774426955084739a42c0
|
||||
SHA1 (patch-src_wxgui_ceria.cpp) = d3d07180b20b563c67d1bb7316d38ef64ff91a8a
|
||||
|
||||
15
math/fityk/patches/patch-src_common.h
Normal file
15
math/fityk/patches/patch-src_common.h
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-src_common.h,v 1.1 2014/02/24 12:35:10 wiedi Exp $
|
||||
|
||||
needs ieeefp.h for finite()
|
||||
--- src/common.h.orig 2011-01-09 18:43:38.000000000 +0000
|
||||
+++ src/common.h
|
||||
@@ -19,6 +19,9 @@
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <float.h> // DBL_MAX
|
||||
+#if defined(__sun)
|
||||
+#include <ieeefp.h>
|
||||
+#endif
|
||||
|
||||
#include "fityk.h" //ExecuteError
|
||||
using fityk::ExecuteError;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user