From vangyzen@stat.duke.edu Fri May 14 13:15:29 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17BE16A4D8 for ; Fri, 14 May 2004 13:15:29 -0700 (PDT) Received: from which.isds.duke.edu (which.isds.duke.edu [152.3.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF3D43D3F for ; Fri, 14 May 2004 13:15:21 -0700 (PDT) (envelope-from vangyzen@stat.duke.edu) Received: from stat.duke.edu (sinatra.isds.duke.edu [152.3.22.120]) by which.isds.duke.edu (Postfix) with ESMTP id 17A98C3847 for ; Fri, 14 May 2004 16:15:21 -0400 (EDT) Received: (from vangyzen@localhost) by stat.duke.edu (8.12.10/8.12.10/Submit) id i4EKFKWw008826; Fri, 14 May 2004 16:15:20 -0400 (EDT) (envelope-from vangyzen) Message-Id: <200405142015.i4EKFKWw008826@stat.duke.edu> Date: Fri, 14 May 2004 16:15:20 -0400 (EDT) From: Eric van Gyzen Reply-To: Eric van Gyzen To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: New Port: math/jags -- Just Another Gibbs Sampler X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 66648 >Category: ports >Synopsis: New Port: math/jags -- Just Another Gibbs Sampler >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 14 13:20:06 PDT 2004 >Closed-Date: Thu May 27 08:25:05 PDT 2004 >Last-Modified: Thu May 27 08:25:05 PDT 2004 >Originator: Eric van Gyzen >Release: FreeBSD 5.2-RELEASE i386 >Organization: Duke University Statistics >Environment: >Description: New Port: math/jags -- Just Another Gibbs Sampler Note that this port depends on the new math/libRmath port which I just submitted in PR ports/66644. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ports/math/jags # ports/math/jags/Makefile # ports/math/jags/pkg-descr # ports/math/jags/distinfo # ports/math/jags/pkg-plist # echo c - ports/math/jags mkdir -p ports/math/jags > /dev/null 2>&1 echo x - ports/math/jags/Makefile sed 's/^X//' >ports/math/jags/Makefile << 'END-of-ports/math/jags/Makefile' X# ex: ts=8 sts=0 noet X# Ports collection Makefile for: jags X# Date created: 21 April 2004 X# Whom: Eric van Gyzen X# X# $FreeBSD$ X# X XPORTNAME= jags XPORTVERSION= 0.50 XCATEGORIES= math XMASTER_SITES= http://www-fis.iarc.fr/~martyn/software/jags/ XDISTNAME= ${PORTNAME:U}-${PORTVERSION} X.if !defined(NOPORTDOCS) XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} bugs-examples.tar.gz manual.pdf XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} X.endif X XMAINTAINER= vangyzen@stat.duke.edu XCOMMENT= Just Another Gibbs Sampler X XLIB_DEPENDS= Rmath.0:${PORTSDIR}/math/libRmath X X.if defined(WITH_ATLAS) XLIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas XCONFIGURE_ARGS= --with-lapack=-lalapack --with-blas=-lf77blas X.else XLIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack XCONFIGURE_ARGS= --with-lapack=-llapack --with-blas=-lblas X.endif X XDIST_SUBDIR= ${PORTNAME} X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/manual.pdf ${DOCSDIR} X ${MKDIR} ${EXAMPLESDIR} X ( cd ${EXAMPLESDIR}; \ X ${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/bugs-examples.tar.gz \ X -s ':^bugs-examples/*::' ) X.endif X X.include END-of-ports/math/jags/Makefile echo x - ports/math/jags/pkg-descr sed 's/^X//' >ports/math/jags/pkg-descr << 'END-of-ports/math/jags/pkg-descr' XJAGS is Just Another Gibbs Sampler -- a program for Bayesian analysis of Xgraphical models via Gibbs Sampling, not wholly unlike classic BUGS. X XThe functionality of JAGS is based on the BUGS program created by the XMRC Biostatistics Unit (http://www.mrc-bsu.cam.ac.uk/). There is a short Xmanual that describes the differences between JAGS and BUGS. X XThe manual is installed as /usr/local/share/doc/jags/manual.pdf. X XSome of the BUGS examples have been modified to run with JAGS, and have Xbeen turned into a test suite. They are installed under X/usr/local/share/examples/jags/. X XWWW: http://www-fis.iarc.fr/~martyn/software/jags/ END-of-ports/math/jags/pkg-descr echo x - ports/math/jags/distinfo sed 's/^X//' >ports/math/jags/distinfo << 'END-of-ports/math/jags/distinfo' XMD5 (jags/JAGS-0.50.tar.gz) = 13a068aa43b84f812e476129fbdb03db XMD5 (jags/bugs-examples.tar.gz) = c5baddf2f29bab79f8a6c7d0b3873727 XMD5 (jags/manual.pdf) = 8cc1b0371872472ea9bd496bfdbd49f4 XSIZE (jags/JAGS-0.50.tar.gz) = 481609 XSIZE (jags/bugs-examples.tar.gz) = 72373 XSIZE (jags/manual.pdf) = 130157 END-of-ports/math/jags/distinfo echo x - ports/math/jags/pkg-plist sed 's/^X//' >ports/math/jags/pkg-plist << 'END-of-ports/math/jags/pkg-plist' Xbin/jags Xinclude/JAGS/Console.h Xinclude/JAGS/JAGSVersion.h Xinclude/JAGS/distributions/DistDiscrete.h Xinclude/JAGS/distributions/DistFinite.h Xinclude/JAGS/distributions/DistReal.h Xinclude/JAGS/distributions/DistTab.h Xinclude/JAGS/distributions/Distribution.h Xinclude/JAGS/functions/FuncTab.h Xinclude/JAGS/functions/Function.h Xinclude/JAGS/functions/InverseLinkFunc.h Xinclude/JAGS/functions/ScalarArgScalarFunc.h Xinclude/JAGS/functions/ScalarFunc.h Xinclude/JAGS/graph/AggNode.h Xinclude/JAGS/graph/ConstantNode.h Xinclude/JAGS/graph/DeterministicNode.h Xinclude/JAGS/graph/Graph.h Xinclude/JAGS/graph/GraphMarks.h Xinclude/JAGS/graph/LogicalNode.h Xinclude/JAGS/graph/MixtureNode.h Xinclude/JAGS/graph/Node.h Xinclude/JAGS/graph/NodeError.h Xinclude/JAGS/graph/OffsetNode.h Xinclude/JAGS/graph/StochasticNode.h Xinclude/JAGS/graph/SubSetIndex.h Xinclude/JAGS/graph/SubSetNode.h Xinclude/JAGS/matrix/lapack.h Xinclude/JAGS/matrix/matexp.h Xinclude/JAGS/matrix/matrix.h Xinclude/JAGS/model/Compiler.h Xinclude/JAGS/model/Counter.h Xinclude/JAGS/model/CounterTab.h Xinclude/JAGS/model/LogicalFactory.h Xinclude/JAGS/model/Model.h Xinclude/JAGS/model/NodeArray.h Xinclude/JAGS/model/ParseTree.h Xinclude/JAGS/model/SymTab.h Xinclude/JAGS/model/TraceMonitor.h Xinclude/JAGS/model/parser.h Xinclude/JAGS/model/parser_extra.h Xinclude/JAGS/sampler/ConjugateBeta.h Xinclude/JAGS/sampler/ConjugateDirichlet.h Xinclude/JAGS/sampler/ConjugateFactory.h Xinclude/JAGS/sampler/ConjugateGamma.h Xinclude/JAGS/sampler/ConjugateMNormal.h Xinclude/JAGS/sampler/ConjugateNormal.h Xinclude/JAGS/sampler/ConjugateSampler.h Xinclude/JAGS/sampler/ConjugateWishart.h Xinclude/JAGS/sampler/FiniteFactory.h Xinclude/JAGS/sampler/FiniteSampler.h Xinclude/JAGS/sampler/GibbsFactory.h Xinclude/JAGS/sampler/GibbsSampler.h Xinclude/JAGS/sampler/Sampler.h Xinclude/JAGS/sampler/SamplerFactory.h Xinclude/JAGS/sampler/SliceFactory.h Xinclude/JAGS/sampler/SliceSampler.h Xinclude/JAGS/sarray/Index.h Xinclude/JAGS/sarray/LeftRangeIterator.h Xinclude/JAGS/sarray/Range.h Xinclude/JAGS/sarray/RightRangeIterator.h Xinclude/JAGS/sarray/SArray.h Xlib/libjags.a Xlib/libjags.la X%%PORTDOCS%%%%DOCSDIR%%/manual.pdf X%%PORTDOCS%%%%EXAMPLESDIR%%/R/bench.R X%%PORTDOCS%%%%EXAMPLESDIR%%/R/check.R X%%PORTDOCS%%%%EXAMPLESDIR%%/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/Makefile X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/bench-test3.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blocker-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blocker-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blocker.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blockert-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blockert.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blockht-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/blockht.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/notest2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/notest3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/blocker/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/bones/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/bones/bones-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/bones/bones-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/bones/bones.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/bones/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/dyes/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/dyes/dyes-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/dyes/dyes-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/dyes/dyes.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/dyes/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/BT-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/bench.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/epil-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/epil-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/epil2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/epil3.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/make-BT.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/notest1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/epil/notest2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/equiv-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/equiv-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/equiv.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/equivmiss-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/equiv/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/bench-test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/kidney-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/kidney-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/kidney.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/kidney.bug.new X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/kidney/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/data-transform.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk-data2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk-poisson.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk-s.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leuk.in X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leukfr-s.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leukfr.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leukfr.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/leukfr.in X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/leuk/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/line/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/line/line-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/line/line-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/line/line.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/line/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/litters-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/litters-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/litters.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/litters/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat-data-transformed.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat2-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/lsat2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/notest2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/lsat/transform-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/mice/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/mice/mice-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/mice/mice-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/mice/mice.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/mice/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/old/oxford.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/old/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/oxford-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/oxford-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/oxford.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/oxford.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/oxford/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/pump/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/pump/pump-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/pump/pump-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/pump/pump.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/pump/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/rats-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/rats-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/rats.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/ratsmiss-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/rats/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/salm-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/salm-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/salm-pareto.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/salm.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/salm/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/bench-test1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/bench-test2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/bench-test3.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/bench-test4.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/bench-test5.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seeds-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seeds-init.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seeds.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seedspar.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seedssig.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seedsuni.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/seedszro.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/test3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/test4.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol1/seeds/test5.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/Makefile X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/air/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/air/air-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/air/air-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/air/air.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/air/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/alli/alli-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/alli/alli-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/alli/alli.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/alli/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/asia-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/asia.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/asia2-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/asia2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/asia/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/beetles-cloglog.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/beetles-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/beetles-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/beetles-logit.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/beetles-probit.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/beetles/test3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/biops/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/biops/biops-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/biops/biops-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/biops/biops.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/biops/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats1.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats3.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/birats4.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/test3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/birats/test4.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/cervix/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/cervix/cervix-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/cervix/cervix-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/cervix/cervix.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/cervix/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/dugongs/dugongs-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/dugongs/dugongs-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/dugongs/dugongs.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/dugongs/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/eyes-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/eyes-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/eyes.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/eyes.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/eyes2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/notest1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/eyes/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/hearts/hearts-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/hearts/hearts-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/hearts/hearts.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/hearts/hearts.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/hearts/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/ice/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/ice/ice-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/ice/ice-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/ice/icear.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/ice/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/jaw-constant.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/jaw-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/jaw-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/jaw-linear.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/jaw-quadratic.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/test2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/jaw/test3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/mvotree-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/mvotree-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/mvotree.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/orange-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/orange-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/otree.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/otree.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/otree.in X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/orange/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/pigs/pigs-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/pigs/pigs-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/pigs/pigs.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/pigs/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/schools-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/schools-inits.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/schools.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/schools.dat X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/test.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/schools/test1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/ReadMe X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/notest1.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/notest2.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant-data.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant-inits1.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant-inits2.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant-inits3.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant-inits4.R X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/stagnant2.bug X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/test3.cmd X%%PORTDOCS%%%%EXAMPLESDIR%%/vol2/stagnant/test4.cmd X@dirrm include/JAGS/sarray X@dirrm include/JAGS/sampler X@dirrm include/JAGS/model X@dirrm include/JAGS/matrix X@dirrm include/JAGS/graph X@dirrm include/JAGS/functions X@dirrm include/JAGS/distributions X@dirrm include/JAGS X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/stagnant X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/schools X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/pigs X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/orange X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/jaw X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/ice X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/hearts X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/eyes X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/dugongs X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/cervix X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/birats X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/biops X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/beetles X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/asia X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/alli X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2/air X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol2 X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/seeds X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/salm X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/rats X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/pump X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/oxford/old X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/oxford X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/mice X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/lsat X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/litters X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/line X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/leuk X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/kidney X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/equiv X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/epil X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/dyes X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/bones X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1/blocker X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/vol1 X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/R X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% END-of-ports/math/jags/pkg-plist exit >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu May 27 08:24:56 PDT 2004 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=66648 >Unformatted: