View | Details | Raw Unified | Return to bug 154053
Collapse All | Expand All

(-)jags/Makefile (-3 / +5 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	mcmc-jags
9
PORTNAME=	mcmc-jags
10
PORTVERSION=	2.1.0
10
PORTVERSION=	2.2.0
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	SF:1,2,3
12
MASTER_SITES=	SF:1,2,3
13
MASTER_SITE_SUBDIR=	${PORTNAME}/JAGS/2.x/Source/:1 \
13
MASTER_SITE_SUBDIR=	${PORTNAME}/JAGS/2.x/Source/:1 \
14
		${PORTNAME}/Examples/2.0/:2 \
14
		${PORTNAME}/Examples/2.x/:2 \
15
		${PORTNAME}/Manuals/2.0/:3
15
		${PORTNAME}/Manuals/2.x/:3
16
DISTFILES=	${DISTNAME:S/mcmc-//:U}${EXTRACT_SUFX}:1
16
DISTFILES=	${DISTNAME:S/mcmc-//:U}${EXTRACT_SUFX}:1
17
.if !defined(NOPORTDOCS)
17
.if !defined(NOPORTDOCS)
18
DISTFILES+=	classic-bugs.tar.gz:2 jags_developer_manual.pdf:3 \
18
DISTFILES+=	classic-bugs.tar.gz:2 jags_developer_manual.pdf:3 \
Lines 37-42 Link Here
37
USE_BISON=	build
37
USE_BISON=	build
38
PLIST_SUB=	PORTVERSION=${PORTVERSION}
38
PLIST_SUB=	PORTVERSION=${PORTVERSION}
39
39
40
MAN1=		jags.1
41
40
.include <bsd.port.options.mk>
42
.include <bsd.port.options.mk>
41
43
42
.if defined(WITH_ATLAS)
44
.if defined(WITH_ATLAS)
(-)jags/distinfo (-15 / +10 lines)
Lines 1-15 Link Here
1
MD5 (mcmc-jags/JAGS-2.1.0.tar.gz) = ddb5eb745cb48537517aba186d7030c8
1
SHA256 (mcmc-jags/JAGS-2.2.0.tar.gz) = 6615207cc19463c6398a8c5d02bfc0e3a659928d7da928396f95a63409addd04
2
SHA256 (mcmc-jags/JAGS-2.1.0.tar.gz) = c713a7f1856f2153a94e96bdf26d1e2dff4e3dc9156864d6798d6b3b157d6e68
2
SIZE (mcmc-jags/JAGS-2.2.0.tar.gz) = 1621102
3
SIZE (mcmc-jags/JAGS-2.1.0.tar.gz) = 1171371
3
SHA256 (mcmc-jags/classic-bugs.tar.gz) = ae6f9e25f00a3c2bf2d67c8b3fe040f937551ef75407ae0bd8cad5cbc3a8f768
4
MD5 (mcmc-jags/classic-bugs.tar.gz) = 98d32deaaf134ade265c0a6146291796
4
SIZE (mcmc-jags/classic-bugs.tar.gz) = 81419
5
SHA256 (mcmc-jags/classic-bugs.tar.gz) = 3e4902c08c7823a948fba4d7dc32f5140e56c59f170b12e63ac7f4ffc4a7f8cc
5
SHA256 (mcmc-jags/jags_developer_manual.pdf) = 6e7c707b94ffc931807198cc162e8b254859bb774695ae39ef1c1c175560259b
6
SIZE (mcmc-jags/classic-bugs.tar.gz) = 81313
6
SIZE (mcmc-jags/jags_developer_manual.pdf) = 71319
7
MD5 (mcmc-jags/jags_developer_manual.pdf) = 850864bef54ff17858f8bf341b0c13c1
7
SHA256 (mcmc-jags/jags_installation_manual.pdf) = abce36d30b47da443714b08eaec537a97ca5196f2dd5c6ce3816e5b1035125dc
8
SHA256 (mcmc-jags/jags_developer_manual.pdf) = 09d06b202adcbc9a52bd889c19c741ffb13f68b6657b9a0a999ad3f89259eb19
8
SIZE (mcmc-jags/jags_installation_manual.pdf) = 118975
9
SIZE (mcmc-jags/jags_developer_manual.pdf) = 71199
9
SHA256 (mcmc-jags/jags_user_manual.pdf) = 77d4c2c7160596c34a5d3cec307d66efc44825e965ab43b83ef59fa349999964
10
MD5 (mcmc-jags/jags_installation_manual.pdf) = 42a78397a85100d2cfbde4c92aad3b9f
10
SIZE (mcmc-jags/jags_user_manual.pdf) = 223214
11
SHA256 (mcmc-jags/jags_installation_manual.pdf) = d7147c7a57a1e55305c48bcbefbffd19090e958cc55339160c46401fa1d5955a
12
SIZE (mcmc-jags/jags_installation_manual.pdf) = 119855
13
MD5 (mcmc-jags/jags_user_manual.pdf) = efe47f0332544809627f57c209ca2068
14
SHA256 (mcmc-jags/jags_user_manual.pdf) = 39f642e407a03c2e335adef5fca6af09ae5f9af312274dbb535b652c183b1aff
15
SIZE (mcmc-jags/jags_user_manual.pdf) = 221001
(-)jags/pkg-plist (-4 / +5 lines)
Lines 15-25 Link Here
15
include/JAGS/distribution/DistPtr.h
15
include/JAGS/distribution/DistPtr.h
16
include/JAGS/distribution/DistTab.h
16
include/JAGS/distribution/DistTab.h
17
include/JAGS/distribution/Distribution.h
17
include/JAGS/distribution/Distribution.h
18
include/JAGS/distribution/RNG.h
19
include/JAGS/distribution/RNGFactory.h
20
include/JAGS/distribution/RmathRNG.h
21
include/JAGS/distribution/ScalarDist.h
18
include/JAGS/distribution/ScalarDist.h
22
include/JAGS/distribution/TruncatedNormal.h
23
include/JAGS/distribution/VectorDist.h
19
include/JAGS/distribution/VectorDist.h
24
include/JAGS/function/ArrayFunction.h
20
include/JAGS/function/ArrayFunction.h
25
include/JAGS/function/FuncTab.h
21
include/JAGS/function/FuncTab.h
Lines 54-59 Link Here
54
include/JAGS/model/MonitorInfo.h
50
include/JAGS/model/MonitorInfo.h
55
include/JAGS/model/NodeArray.h
51
include/JAGS/model/NodeArray.h
56
include/JAGS/model/SymTab.h
52
include/JAGS/model/SymTab.h
53
include/JAGS/rng/RNG.h
54
include/JAGS/rng/RmathRNG.h
55
include/JAGS/rng/RNGFactory.h
56
include/JAGS/rng/TruncatedNormal.h
57
include/JAGS/sampler/GraphView.h
57
include/JAGS/sampler/GraphView.h
58
include/JAGS/sampler/Linear.h
58
include/JAGS/sampler/Linear.h
59
include/JAGS/sampler/Metropolis.h
59
include/JAGS/sampler/Metropolis.h
Lines 462-467 Link Here
462
@dirrm include/JAGS/util
462
@dirrm include/JAGS/util
463
@dirrm include/JAGS/sarray
463
@dirrm include/JAGS/sarray
464
@dirrm include/JAGS/sampler
464
@dirrm include/JAGS/sampler
465
@dirrm include/JAGS/rng
465
@dirrm include/JAGS/model
466
@dirrm include/JAGS/model
466
@dirrm include/JAGS/graph
467
@dirrm include/JAGS/graph
467
@dirrm include/JAGS/function
468
@dirrm include/JAGS/function

Return to bug 154053