Update to 4.3.20

PR:		36827
Submitted by:	obraun@Informatik.unibw-muenchen.DE
This commit is contained in:
David W. Chapman Jr. 2002-05-08 16:17:40 +00:00
parent 1c30657576
commit 80824ce744
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58712
3 changed files with 191 additions and 206 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= yap
PORTVERSION= 4.3.19
PORTVERSION= 4.3.20
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,12 +15,8 @@ DISTNAME= Yap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
post-extract:
@${MKDIR} ${WRKSRC}
WRKSRC= ${WRKDIR}/work
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Yap-4.3.19.tar.gz) = a154a5aa03cfe0e6259c3a1edef1e24f
MD5 (Yap-4.3.20.tar.gz) = 44401660189aab43170ab49ecb0a4a97

View File

@ -1,195 +1,184 @@
bin/yap
include/Yap/c_interface.h
include/Yap/yap_structs.h
lib/Yap/library/chr/examples/allentable.pl
lib/Yap/library/chr/examples/arc.pl
lib/Yap/library/chr/examples/bool.pl
lib/Yap/library/chr/examples/cft.pl
lib/Yap/library/chr/examples/domain.pl
lib/Yap/library/chr/examples/examples-adder.bool
lib/Yap/library/chr/examples/examples-benchmark.math
lib/Yap/library/chr/examples/examples-deussen.bool
lib/Yap/library/chr/examples/examples-diaz.bool
lib/Yap/library/chr/examples/examples-fourier.math
lib/Yap/library/chr/examples/examples-holzbaur.math
lib/Yap/library/chr/examples/examples-lim1.math
lib/Yap/library/chr/examples/examples-lim2.math
lib/Yap/library/chr/examples/examples-lim3.math
lib/Yap/library/chr/examples/examples-puzzle.bool
lib/Yap/library/chr/examples/examples-queens.bool
lib/Yap/library/chr/examples/examples-queens.domain
lib/Yap/library/chr/examples/examples-stuckey.math
lib/Yap/library/chr/examples/examples-thom.math
lib/Yap/library/chr/examples/gcd.pl
lib/Yap/library/chr/examples/interval.pl
lib/Yap/library/chr/examples/kl-one.pl
lib/Yap/library/chr/examples/leq.pl
lib/Yap/library/chr/examples/list.pl
lib/Yap/library/chr/examples/listdom.pl
lib/Yap/library/chr/examples/math-elim.pl
lib/Yap/library/chr/examples/math-fougau.pl
lib/Yap/library/chr/examples/math-fourier.pl
lib/Yap/library/chr/examples/math-gauss.pl
lib/Yap/library/chr/examples/math-utilities.pl
lib/Yap/library/chr/examples/minmax.pl
lib/Yap/library/chr/examples/modelgenerator.pl
lib/Yap/library/chr/examples/osf.pl
lib/Yap/library/chr/examples/oztype.pl
lib/Yap/library/chr/examples/path.pl
lib/Yap/library/chr/examples/pathc.pl
lib/Yap/library/chr/examples/primes.pl
lib/Yap/library/chr/examples/scheduling.pl
lib/Yap/library/chr/examples/tarski.pl
lib/Yap/library/chr/examples/term.pl
lib/Yap/library/chr/examples/time-pc.pl
lib/Yap/library/chr/examples/time-point.pl
lib/Yap/library/chr/examples/time-rnd.pl
lib/Yap/library/chr/examples/time.pl
lib/Yap/library/chr/examples/tree.pl
lib/Yap/library/chr/examples/type.pl
lib/Yap/library/chr/chrcmp.pl
lib/Yap/library/chr/compenv.pl
lib/Yap/library/chr/concat.pl
lib/Yap/library/chr/getval.pl
lib/Yap/library/chr/matching.pl
lib/Yap/library/chr/operator.pl
lib/Yap/library/chr/ordering.pl
lib/Yap/library/chr/sbag.pl
lib/Yap/library/chr/sbag_a.pl
lib/Yap/library/chr/sbag_l.pl
lib/Yap/library/chr/trace.yap
lib/Yap/library/clpq/arith.pl
lib/Yap/library/clpq/arith_q.pl
lib/Yap/library/clpq/bb.yap
lib/Yap/library/clpq/bv.yap
lib/Yap/library/clpq/class.pl
lib/Yap/library/clpq/compenv.pl
lib/Yap/library/clpq/dump.pl
lib/Yap/library/clpq/fourmotz.pl
lib/Yap/library/clpq/geler.yap
lib/Yap/library/clpq/ineq.yap
lib/Yap/library/clpq/itf3.pl
lib/Yap/library/clpq/nf.yap
lib/Yap/library/clpq/nfq.yap
lib/Yap/library/clpq/ordering.yap
lib/Yap/library/clpq/project.pl
lib/Yap/library/clpq/redund.pl
lib/Yap/library/clpq/store.yap
lib/Yap/library/clpqr/examples/SESSION/010
lib/Yap/library/clpqr/examples/SESSION/011
lib/Yap/library/clpqr/examples/SESSION/012
lib/Yap/library/clpqr/examples/SESSION/013
lib/Yap/library/clpqr/examples/SESSION/014
lib/Yap/library/clpqr/examples/SESSION/015
lib/Yap/library/clpqr/examples/SESSION/016
lib/Yap/library/clpqr/examples/SESSION/017
lib/Yap/library/clpqr/examples/SESSION/018
lib/Yap/library/clpqr/examples/SESSION/019
lib/Yap/library/clpqr/examples/SESSION/020
lib/Yap/library/clpqr/examples/SESSION/021
lib/Yap/library/clpqr/examples/SESSION/022
lib/Yap/library/clpqr/examples/SESSION/023
lib/Yap/library/clpqr/examples/SESSION/024
lib/Yap/library/clpqr/examples/SESSION/030
lib/Yap/library/clpqr/examples/SESSION/031
lib/Yap/library/clpqr/examples/SESSION/032
lib/Yap/library/clpqr/examples/SESSION/033
lib/Yap/library/clpqr/examples/SESSION/034
lib/Yap/library/clpqr/examples/SESSION/035
lib/Yap/library/clpqr/examples/SESSION/110
lib/Yap/library/clpqr/examples/SESSION/111
lib/Yap/library/clpqr/examples/SESSION/112
lib/Yap/library/clpqr/examples/SESSION/113
lib/Yap/library/clpqr/examples/SESSION/114
lib/Yap/library/clpqr/examples/SESSION/115
lib/Yap/library/clpqr/examples/SESSION/116
lib/Yap/library/clpqr/examples/SESSION/117
lib/Yap/library/clpqr/examples/SESSION/118
lib/Yap/library/clpqr/examples/SESSION/119
lib/Yap/library/clpqr/examples/SESSION/120
lib/Yap/library/clpqr/examples/SESSION/122
lib/Yap/library/clpqr/examples/SESSION/123
lib/Yap/library/clpqr/examples/SESSION/124
lib/Yap/library/clpqr/examples/SESSION/130
lib/Yap/library/clpqr/examples/SESSION/131
lib/Yap/library/clpqr/examples/SESSION/132
lib/Yap/library/clpqr/examples/SESSION/133
lib/Yap/library/clpqr/examples/SESSION/134
lib/Yap/library/clpqr/examples/SESSION/135
lib/Yap/library/clpqr/examples/monash/README
lib/Yap/library/clpqr/examples/monash/air
lib/Yap/library/clpqr/examples/monash/amplif
lib/Yap/library/clpqr/examples/monash/complex
lib/Yap/library/clpqr/examples/monash/critical
lib/Yap/library/clpqr/examples/monash/dnf
lib/Yap/library/clpqr/examples/monash/fib
lib/Yap/library/clpqr/examples/monash/findroot
lib/Yap/library/clpqr/examples/monash/invert
lib/Yap/library/clpqr/examples/monash/laplace
lib/Yap/library/clpqr/examples/monash/mortgage
lib/Yap/library/clpqr/examples/monash/nrev
lib/Yap/library/clpqr/examples/monash/option
lib/Yap/library/clpqr/examples/monash/pictures
lib/Yap/library/clpqr/examples/monash/rkf45
lib/Yap/library/clpqr/examples/monash/rlc
lib/Yap/library/clpqr/examples/monash/smm
lib/Yap/library/clpqr/examples/monash/toolpath
lib/Yap/library/clpqr/examples/monash/zebra
lib/Yap/library/clpqr/examples/README
lib/Yap/library/clpqr/examples/caneghem.pl
lib/Yap/library/clpqr/examples/eliminat.pl
lib/Yap/library/clpqr/examples/matmul.pl
lib/Yap/library/clpqr/examples/mg.pl
lib/Yap/library/clpqr/examples/mip.pl
lib/Yap/library/clpqr/examples/root.pl
lib/Yap/library/clpqr/examples/simplex.pl
lib/Yap/library/clpqr/examples/squares.pl
lib/Yap/library/clpqr/expand.yap
lib/Yap/library/clpqr/monash.pl
lib/Yap/library/clpqr/printf.pl
lib/Yap/library/clpr/arith.pl
lib/Yap/library/clpr/arith_r.pl
lib/Yap/library/clpr/bb.yap
lib/Yap/library/clpr/bv.yap
lib/Yap/library/clpr/class.pl
lib/Yap/library/clpr/compenv.pl
lib/Yap/library/clpr/dump.pl
lib/Yap/library/clpr/fourmotz.pl
lib/Yap/library/clpr/geler.yap
lib/Yap/library/clpr/ineq.yap
lib/Yap/library/clpr/itf3.pl
lib/Yap/library/clpr/nf.yap
lib/Yap/library/clpr/nfr.yap
lib/Yap/library/clpr/ordering.yap
lib/Yap/library/clpr/project.pl
lib/Yap/library/clpr/redund.pl
lib/Yap/library/clpr/store.yap
lib/Yap/library/logtalk/logtalk.pl
lib/Yap/library/logtalk/yap430.config
lib/Yap/library/CHR.LICENSE
lib/Yap/library/CLPQR.LICENSE
lib/Yap/library/assoc.yap
lib/Yap/library/atts.yap
lib/Yap/library/avl.yap
lib/Yap/library/charsio.yap
lib/Yap/library/chr.yap
lib/Yap/library/clpq.pl
lib/Yap/library/clpr.yap
lib/Yap/library/heaps.yap
lib/Yap/library/icon_address.pl
lib/Yap/library/lists.yap
lib/Yap/library/logtalk.yap
lib/Yap/library/ordsets.yap
lib/Yap/library/pillow.pl
lib/Yap/library/prandom.yap
lib/Yap/library/queues.yap
lib/Yap/library/random.yap
lib/Yap/library/regexp.yap
lib/Yap/library/system.yap
lib/Yap/library/terms.yap
lib/Yap/library/timeout.yap
lib/Yap/library/trees.yap
lib/Yap/library/ugraphs.yap
share/Yap/CHR.LICENSE
share/Yap/CLPQR.LICENSE
share/Yap/apply_macros.yap
share/Yap/assoc.yap
share/Yap/atts.yap
share/Yap/avl.yap
share/Yap/charsio.yap
share/Yap/chr.yap
share/Yap/clpq.yap
share/Yap/clpr.yap
share/Yap/heaps.yap
share/Yap/icon_address.pl
share/Yap/lists.yap
share/Yap/logtalk.yap
share/Yap/ordsets.yap
share/Yap/pillow.pl
share/Yap/prandom.yap
share/Yap/queues.yap
share/Yap/random.yap
share/Yap/regexp.yap
share/Yap/system.yap
share/Yap/terms.yap
share/Yap/timeout.yap
share/Yap/trees.yap
share/Yap/ugraphs.yap
share/Yap/chr/chrcmp.pl
share/Yap/chr/compenv.pl
share/Yap/chr/concat.pl
share/Yap/chr/getval.pl
share/Yap/chr/matching.pl
share/Yap/chr/operator.pl
share/Yap/chr/ordering.pl
share/Yap/chr/sbag.pl
share/Yap/chr/sbag_a.pl
share/Yap/chr/sbag_l.pl
share/Yap/chr/trace.yap
share/Yap/chr/examples/allentable.pl
share/Yap/chr/examples/arc.pl
share/Yap/chr/examples/bool.pl
share/Yap/chr/examples/cft.pl
share/Yap/chr/examples/domain.pl
share/Yap/chr/examples/examples-adder.bool
share/Yap/chr/examples/examples-benchmark.math
share/Yap/chr/examples/examples-deussen.bool
share/Yap/chr/examples/examples-diaz.bool
share/Yap/chr/examples/examples-fourier.math
share/Yap/chr/examples/examples-holzbaur.math
share/Yap/chr/examples/examples-lim1.math
share/Yap/chr/examples/examples-lim2.math
share/Yap/chr/examples/examples-lim3.math
share/Yap/chr/examples/examples-puzzle.bool
share/Yap/chr/examples/examples-queens.bool
share/Yap/chr/examples/examples-queens.domain
share/Yap/chr/examples/examples-stuckey.math
share/Yap/chr/examples/examples-thom.math
share/Yap/chr/examples/gcd.pl
share/Yap/chr/examples/interval.pl
share/Yap/chr/examples/kl-one.pl
share/Yap/chr/examples/leq.pl
share/Yap/chr/examples/list.pl
share/Yap/chr/examples/listdom.pl
share/Yap/chr/examples/math-elim.pl
share/Yap/chr/examples/math-fougau.pl
share/Yap/chr/examples/math-fourier.pl
share/Yap/chr/examples/math-gauss.pl
share/Yap/chr/examples/math-utilities.pl
share/Yap/chr/examples/minmax.pl
share/Yap/chr/examples/modelgenerator.pl
share/Yap/chr/examples/osf.pl
share/Yap/chr/examples/oztype.pl
share/Yap/chr/examples/path.pl
share/Yap/chr/examples/pathc.pl
share/Yap/chr/examples/primes.pl
share/Yap/chr/examples/scheduling.pl
share/Yap/chr/examples/tarski.pl
share/Yap/chr/examples/term.pl
share/Yap/chr/examples/time-pc.pl
share/Yap/chr/examples/time-point.pl
share/Yap/chr/examples/time-rnd.pl
share/Yap/chr/examples/time.pl
share/Yap/chr/examples/tree.pl
share/Yap/chr/examples/type.pl
share/Yap/clpq/arith_q.yap
share/Yap/clpq/class.yap
share/Yap/clpq/geler.yap
share/Yap/clpq/nf.yap
share/Yap/clpq/nfq.yap
share/Yap/clpqr/arith.pl
share/Yap/clpqr/bb.yap
share/Yap/clpqr/bv.yap
share/Yap/clpqr/compenv.pl
share/Yap/clpqr/dump.pl
share/Yap/clpqr/expand.yap
share/Yap/clpqr/fourmotz.pl
share/Yap/clpqr/ineq.yap
share/Yap/clpqr/itf3.pl
share/Yap/clpqr/monash.pl
share/Yap/clpqr/ordering.yap
share/Yap/clpqr/printf.pl
share/Yap/clpqr/project.pl
share/Yap/clpqr/redund.pl
share/Yap/clpqr/store.yap
share/Yap/clpqr/examples/README
share/Yap/clpqr/examples/caneghem.pl
share/Yap/clpqr/examples/eliminat.pl
share/Yap/clpqr/examples/matmul.pl
share/Yap/clpqr/examples/mg.pl
share/Yap/clpqr/examples/mip.pl
share/Yap/clpqr/examples/root.pl
share/Yap/clpqr/examples/simplex.pl
share/Yap/clpqr/examples/squares.pl
share/Yap/clpqr/examples/SESSION/010
share/Yap/clpqr/examples/SESSION/011
share/Yap/clpqr/examples/SESSION/012
share/Yap/clpqr/examples/SESSION/013
share/Yap/clpqr/examples/SESSION/014
share/Yap/clpqr/examples/SESSION/015
share/Yap/clpqr/examples/SESSION/016
share/Yap/clpqr/examples/SESSION/017
share/Yap/clpqr/examples/SESSION/018
share/Yap/clpqr/examples/SESSION/019
share/Yap/clpqr/examples/SESSION/020
share/Yap/clpqr/examples/SESSION/021
share/Yap/clpqr/examples/SESSION/022
share/Yap/clpqr/examples/SESSION/023
share/Yap/clpqr/examples/SESSION/024
share/Yap/clpqr/examples/SESSION/030
share/Yap/clpqr/examples/SESSION/031
share/Yap/clpqr/examples/SESSION/032
share/Yap/clpqr/examples/SESSION/033
share/Yap/clpqr/examples/SESSION/034
share/Yap/clpqr/examples/SESSION/035
share/Yap/clpqr/examples/SESSION/110
share/Yap/clpqr/examples/SESSION/111
share/Yap/clpqr/examples/SESSION/112
share/Yap/clpqr/examples/SESSION/113
share/Yap/clpqr/examples/SESSION/114
share/Yap/clpqr/examples/SESSION/115
share/Yap/clpqr/examples/SESSION/116
share/Yap/clpqr/examples/SESSION/117
share/Yap/clpqr/examples/SESSION/118
share/Yap/clpqr/examples/SESSION/119
share/Yap/clpqr/examples/SESSION/120
share/Yap/clpqr/examples/SESSION/122
share/Yap/clpqr/examples/SESSION/123
share/Yap/clpqr/examples/SESSION/124
share/Yap/clpqr/examples/SESSION/130
share/Yap/clpqr/examples/SESSION/131
share/Yap/clpqr/examples/SESSION/132
share/Yap/clpqr/examples/SESSION/133
share/Yap/clpqr/examples/SESSION/134
share/Yap/clpqr/examples/SESSION/135
share/Yap/clpqr/examples/monash/README
share/Yap/clpqr/examples/monash/air
share/Yap/clpqr/examples/monash/amplif
share/Yap/clpqr/examples/monash/complex
share/Yap/clpqr/examples/monash/critical
share/Yap/clpqr/examples/monash/dnf
share/Yap/clpqr/examples/monash/fib
share/Yap/clpqr/examples/monash/findroot
share/Yap/clpqr/examples/monash/invert
share/Yap/clpqr/examples/monash/laplace
share/Yap/clpqr/examples/monash/mortgage
share/Yap/clpqr/examples/monash/nrev
share/Yap/clpqr/examples/monash/option
share/Yap/clpqr/examples/monash/pictures
share/Yap/clpqr/examples/monash/rkf45
share/Yap/clpqr/examples/monash/rlc
share/Yap/clpqr/examples/monash/smm
share/Yap/clpqr/examples/monash/toolpath
share/Yap/clpqr/examples/monash/zebra
share/Yap/clpr/arith_r.yap
share/Yap/clpr/class.yap
share/Yap/clpr/geler.yap
share/Yap/clpr/nf.yap
share/Yap/clpr/nfr.yap
share/Yap/logtalk/logtalk.pl
share/Yap/logtalk/yap430.config
lib/Yap/random.so
lib/Yap/regcomp.so
lib/Yap/regerror.so
@ -200,14 +189,14 @@ lib/Yap/startup
lib/Yap/sys.so
lib/libYap.a
@dirrm include/Yap
@dirrm lib/Yap/library/chr/examples
@dirrm lib/Yap/library/chr
@dirrm lib/Yap/library/clpq
@dirrm lib/Yap/library/clpqr/examples/SESSION
@dirrm lib/Yap/library/clpqr/examples/monash
@dirrm lib/Yap/library/clpqr/examples
@dirrm lib/Yap/library/clpqr
@dirrm lib/Yap/library/clpr
@dirrm lib/Yap/library/logtalk
@dirrm lib/Yap/library
@dirrm share/Yap/chr/examples
@dirrm share/Yap/chr
@dirrm share/Yap/clpq
@dirrm share/Yap/clpqr/examples/SESSION
@dirrm share/Yap/clpqr/examples/monash
@dirrm share/Yap/clpqr/examples
@dirrm share/Yap/clpqr
@dirrm share/Yap/clpr
@dirrm share/Yap/logtalk
@dirrm share/Yap/
@dirrm lib/Yap