View | Details | Raw Unified | Return to bug 191758 | Differences between
and this patch

Collapse All | Expand All

(-)twelf/Makefile (-24 / +42 lines)
Lines 2-42 Link Here
2
# $FreeBSD: head/lang/twelf/Makefile 360810 2014-07-05 19:27:03Z olgeni $
2
# $FreeBSD: head/lang/twelf/Makefile 360810 2014-07-05 19:27:03Z olgeni $
3
3
4
PORTNAME=	twelf
4
PORTNAME=	twelf
5
PORTVERSION=	1.5R1
5
PORTVERSION=	1.7.1
6
PORTREVISION=	5
6
CATEGORIES=	lang math
7
CATEGORIES=	lang
7
MASTER_SITES=	http://twelf.plparty.org/releases/ \
8
MASTER_SITES=	http://www-2.cs.cmu.edu/~twelf/dist/ http://www.cs.cmu.edu/~twelf/dist/
8
	http://www-2.cs.cmu.edu/~twelf/dist/ http://www.cs.cmu.edu/~twelf/dist/
9
DISTNAME=	twelf-1-5R1
9
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	beyert@cs.ucr.edu
12
COMMENT=	Meta-logical framework for deductive systems
12
COMMENT=	Meta-logical framework for deductive systems
13
13
14
.if defined(WITH_MLTON)
14
LICENSE=	BSD2CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
RUN_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
17
RUN_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
16
BUILD_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
18
BUILD_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
17
.elif defined(WITH_SML_NJ_DEVEL)
18
RUN_DEPENDS=	sml:${PORTSDIR}/lang/sml-nj-devel
19
BUILD_DEPENDS=	sml:${PORTSDIR}/lang/sml-nj-devel
20
.else
21
RUN_DEPENDS=	sml:${PORTSDIR}/lang/sml-nj
22
BUILD_DEPENDS=	sml:${PORTSDIR}/lang/sml-nj
23
.endif
24
19
20
USES=	gmake
21
ALL_TARGET=	mlton
22
PLIST_FILES=	bin/${PORTNAME}-server
23
PORTDATA=	emacs examples examples-clp examples-delphin tex vim README
24
PORTDOCS=	dvi html info pdf ps
25
26
.include <bsd.port.options.mk>
27
28
.if ${PORT_OPTIONS:MDOCS}
25
USE_TEX=	tex:build
29
USE_TEX=	tex:build
30
USES+=	makeinfo
31
BUILD_DEPENDS+=	texinfo.tex:${PORTSDIR}/print/texinfo
32
.endif
26
33
27
.if defined(WITH_MLTON)
34
post-patch:
28
MAKEFILE=	mlton/Makefile
35
.if ${PORT_OPTIONS:MDOCS}
29
.elif defined(WITH_SML_NJ_DEVEL)
36
	@${REINPLACE_CMD} 's|-number|-number-sections|g' \
30
MAKEFILE=	smlnj/Makefile
37
		${WRKSRC}/doc/guide/Makefile
38
	@${REINPLACE_CMD} 's|twelf_\*.html|twelf/\*.html|g' \
39
		${WRKSRC}/doc/guide/Makefile
31
.endif
40
.endif
32
41
33
WRKSRC=		${WRKDIR}/twelf
42
post-build:
34
INFO=		twelf
43
.if ${PORT_OPTIONS:MDOCS}
44
	cd ${WRKSRC}/doc/guide && ${MAKE} all ${INSTALL_TARGET}
45
.endif
35
46
36
RESTRICTED=	License is currently indeterminate (expected to be GPL)
47
do-install:
48
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME}-server \
49
		${STAGEDIR}${PREFIX}/bin
50
	${MKDIR} ${STAGEDIR}${DATADIR}
51
	cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}
52
.if ${PORT_OPTIONS:MDOCS}
53
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
54
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
55
.endif
37
56
38
NO_STAGE=	yes
57
WRKSRC=		${WRKDIR}/twelf
39
post-patch:
58
INFO=		twelf
40
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
41
59
42
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)twelf/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (twelf-1-5R1.tar.gz) = d20473493cd39e111ce3585f8c32eefc79de4099ae4e97bfe2eb7695d6987564
1
SHA256 (twelf-src-1.7.1.tar.gz) = 91b0d4d8c2e54452a042da0ff642f3b46b25efb36a84497aa8b96598f49a213a
2
SIZE (twelf-1-5R1.tar.gz) = 1157430
2
SIZE (twelf-src-1.7.1.tar.gz) = 1147610
(-)twelf/files/patch-FreeBSD.mk (-170 lines)
Lines 1-170 Link Here
1
--- FreeBSD.mk.orig	2009-02-12 21:33:04.000000000 -0500
2
+++ FreeBSD.mk	2009-02-12 21:48:54.000000000 -0500
3
@@ -0,0 +1,82 @@
4
+# ---------------------------------------------------------------
5
+# Executables
6
+# ---------------------------------------------------------------
7
+
8
+arch != uname -p
9
+
10
+.if ${arch} == "i386"
11
+smlarch = x86
12
+.else
13
+smlarch = ${arch}
14
+.endif
15
+
16
+prefix        = ${PREFIX}
17
+bindir        = ${prefix}/bin
18
+infodir       = ${prefix}/info
19
+twelfexecdir  = ${prefix}/libexec/twelf
20
+twelfsharedir = ${prefix}/share/twelf
21
+
22
+runfile  = bin/twelf-server
23
+heapfile = bin/.heap/twelf-server.${smlarch}-bsd
24
+
25
+# ---------------------------------------------------------------
26
+# Documentation
27
+# ---------------------------------------------------------------
28
+
29
+htmlnodes = toc abt 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
30
+
31
+dvifile = doc/dvi/twelf.dvi
32
+htmlfiles := doc/html/index.html ${htmlnodes:%=doc/html/twelf_%.html}
33
+infofile = doc/info/twelf.info
34
+pdffile = doc/pdf/twelf.pdf
35
+psfile = doc/ps/twelf.ps
36
+
37
+docfiles = ${dvifile} ${htmlfiles} ${infofile} ${pdffile} ${psfile}
38
+
39
+.for file in ${docfiles}
40
+${file}:
41
+	(cd doc/guide; make; make install)
42
+.endfor
43
+
44
+all: ${runfile} ${heapfile} ${docfiles}
45
+
46
+# ---------------------------------------------------------------
47
+# Installation
48
+# ---------------------------------------------------------------
49
+
50
+sharefiles != (echo README HISTORY;                            \
51
+               echo ${docfiles};                               \
52
+               find emacs        -type f -not -path '*/CVS/*'; \
53
+               find examples     -type f -not -path '*/CVS/*'; \
54
+               find examples-clp -type f -not -path '*/CVS/*'; \
55
+               find exercises    -type f -not -path '*/CVS/*'; \
56
+               find tex          -type f -not -path '*/CVS/*'; \
57
+               find vim          -type f -not -path '*/CVS/*' )
58
+
59
+installfiles := ${bindir}/twelf-server             \
60
+                ${twelfsharedir}/${runfile}        \
61
+                ${twelfexecdir}/${heapfile}        \
62
+                ${infodir}/twelf.info              \
63
+                ${sharefiles:%=$(twelfsharedir)/%}
64
+
65
+${bindir}/twelf-server: ${twelfsharedir}/${runfile}
66
+	ln -s $? $@
67
+
68
+${twelfsharedir}/${runfile}: ${runfile}
69
+	@install -d -o root -g wheel -m 0755 ${@D}
70
+	install -o root -g wheel -m 0555 $? $@
71
+
72
+${twelfexecdir}/${heapfile}: ${heapfile}
73
+	@install -d -o root -g wheel -m 0755 ${@D}
74
+	install -o root -g wheel -m 0444 $? $@
75
+
76
+${infodir}/twelf.info: doc/info/twelf.info
77
+	install -o root -g wheel -m 0444 $? $@
78
+
79
+.for file in ${sharefiles}
80
+${twelfsharedir}/${file}: ${file}
81
+	@install -d -o root -g wheel -m 0755 ${@D}
82
+	install -o root -g wheel -m 0644 $? $@
83
+.endfor
84
+
85
+install: ${installfiles}
86
--- FreeBSD.mk.orig	2009-02-12 21:33:04.000000000 -0500
87
+++ FreeBSD.mk	2009-02-12 21:48:54.000000000 -0500
88
@@ -0,0 +1,82 @@
89
+# ---------------------------------------------------------------
90
+# Executables
91
+# ---------------------------------------------------------------
92
+
93
+arch != uname -p
94
+
95
+.if ${arch} == "i386"
96
+smlarch = x86
97
+.else
98
+smlarch = ${arch}
99
+.endif
100
+
101
+prefix        = ${PREFIX}
102
+bindir        = ${prefix}/bin
103
+infodir       = ${prefix}/info
104
+twelfexecdir  = ${prefix}/libexec/twelf
105
+twelfsharedir = ${prefix}/share/twelf
106
+
107
+runfile  = bin/twelf-server
108
+heapfile = bin/.heap/twelf-server.${smlarch}-bsd
109
+
110
+# ---------------------------------------------------------------
111
+# Documentation
112
+# ---------------------------------------------------------------
113
+
114
+htmlnodes = toc abt 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
115
+
116
+dvifile = doc/dvi/twelf.dvi
117
+htmlfiles := doc/html/index.html ${htmlnodes:%=doc/html/twelf_%.html}
118
+infofile = doc/info/twelf.info
119
+pdffile = doc/pdf/twelf.pdf
120
+psfile = doc/ps/twelf.ps
121
+
122
+docfiles = ${dvifile} ${htmlfiles} ${infofile} ${pdffile} ${psfile}
123
+
124
+.for file in ${docfiles}
125
+${file}:
126
+	(cd doc/guide; make; make install)
127
+.endfor
128
+
129
+all: ${runfile} ${heapfile} ${docfiles}
130
+
131
+# ---------------------------------------------------------------
132
+# Installation
133
+# ---------------------------------------------------------------
134
+
135
+sharefiles != (echo README HISTORY;                            \
136
+               echo ${docfiles};                               \
137
+               find emacs        -type f -not -path '*/CVS/*'; \
138
+               find examples     -type f -not -path '*/CVS/*'; \
139
+               find examples-clp -type f -not -path '*/CVS/*'; \
140
+               find exercises    -type f -not -path '*/CVS/*'; \
141
+               find tex          -type f -not -path '*/CVS/*'; \
142
+               find vim          -type f -not -path '*/CVS/*' )
143
+
144
+installfiles := ${bindir}/twelf-server             \
145
+                ${twelfsharedir}/${runfile}        \
146
+                ${twelfexecdir}/${heapfile}        \
147
+                ${infodir}/twelf.info              \
148
+                ${sharefiles:%=$(twelfsharedir)/%}
149
+
150
+${bindir}/twelf-server: ${twelfsharedir}/${runfile}
151
+	ln -s $? $@
152
+
153
+${twelfsharedir}/${runfile}: ${runfile}
154
+	@install -d -o root -g wheel -m 0755 ${@D}
155
+	install -o root -g wheel -m 0555 $? $@
156
+
157
+${twelfexecdir}/${heapfile}: ${heapfile}
158
+	@install -d -o root -g wheel -m 0755 ${@D}
159
+	install -o root -g wheel -m 0444 $? $@
160
+
161
+${infodir}/twelf.info: doc/info/twelf.info
162
+	install -o root -g wheel -m 0444 $? $@
163
+
164
+.for file in ${sharefiles}
165
+${twelfsharedir}/${file}: ${file}
166
+	@install -d -o root -g wheel -m 0755 ${@D}
167
+	install -o root -g wheel -m 0644 $? $@
168
+.endfor
169
+
170
+install: ${installfiles}
(-)twelf/files/patch-Makefile (-26 lines)
Lines 1-26 Link Here
1
--- Makefile.orig	2005-03-08 15:49:53.000000000 -0500
2
+++ Makefile	2009-02-12 22:07:33.000000000 -0500
3
@@ -32,16 +32,20 @@
4
 version = "1.5"
5
 delphinversion = "0.1"
6
 
7
+.include "FreeBSD.mk"
8
+
9
 default : twelf-server twelf-emacs
10
 
11
-all : twelf-server twelf-sml twelf-emacs
12
+#all : twelf-server twelf-sml twelf-emacs
13
 
14
-twelf-server: ; 
15
+${runfile}: ;
16
 	@echo "*************************************************"
17
 	@echo "Twelf $(version): Server"
18
 	@echo "*************************************************"	 
19
 	$(sml) < twelf-server.sml ;
20
-	bin/.mkexec "$(sml)" "$(twelfdir)" twelf-server "$(twelfserver)" ;
21
+	bin/.mkexec "$(sml)" "$(twelfdir)" twelf-server "$(twelfserver)" "$(twelfexecdir)" ;
22
+
23
+${heapfile}: ${runfile}
24
 
25
 twelf-sml: ; 
26
 	@echo "*************************************************"
(-)twelf/files/patch-bin-mkexec (-13 lines)
Lines 1-13 Link Here
1
--- bin/.mkexec.orig	2003-01-21 01:03:32.000000000 -0500
2
+++ bin/.mkexec	2009-02-12 21:24:27.000000000 -0500
3
@@ -7,8 +7,9 @@
4
 # $2 = Twelf root directory
5
 # $3 = Type of executable (e.g. twelf-server, twelf-sml)
6
 # $4 = Name of executable (e.g. twelf-server, twelf-sml)
7
+# $5 = Twelf installation directory (e.g. /usr/local/libexec/twelf)
8
 cat > "$2/bin/$4" <<EOF
9
 #! /bin/sh
10
-exec "$1" @SMLload="$2/bin/.heap/$3" @SMLdebug=/dev/null
11
+exec "$1" @SMLload="$5/bin/.heap/$3" @SMLdebug=/dev/null
12
 EOF
13
 chmod a+x "$2/bin/$4"
(-)twelf/files/patch-doc-guide-Makefile (-11 lines)
Lines 1-11 Link Here
1
--- doc/guide/Makefile.orig	2009-02-08 13:47:36.000000000 -0500
2
+++ doc/guide/Makefile	2009-02-08 13:23:38.000000000 -0500
3
@@ -39,7 +39,7 @@
4
 twelf_toc.html : twelf.texi;
5
 	@echo "---------- Creating HTML: twelf_*.html"
6
 	$(texi2html) -menu -number -split_chapter twelf.texi;
7
-	$(texi2html) -check *.html;
8
+#	$(texi2html) -check *.html;
9
 
10
 twelf.pdf : twelf.texi;
11
 	@echo "---------- Creating unindexed PDF: twelf.pdf"
(-)twelf/files/patch-doc-guide-twelf.texi (-14 lines)
Lines 1-14 Link Here
1
--- doc/guide/twelf.texi.orig	2009-02-08 18:21:50.000000000 -0500
2
+++ doc/guide/twelf.texi	2009-02-08 18:23:11.000000000 -0500
3
@@ -12,6 +12,11 @@
4
 @syncodeindex fn cp
5
 @c %**end of header
6
 
7
+@dircategory Programming
8
+@direntry
9
+* Twelf User Guide: (twelf).   The Twelf User's Guide.
10
+@end direntry
11
+
12
 @titlepage
13
 @title Twelf User's Guide
14
 @subtitle Version @value{VERSION}
(-)twelf/files/patch-mlton-Makefile (-30 lines)
Lines 1-30 Link Here
1
--- mlton/Makefile.orig	2004-11-12 14:10:27.000000000 -0500
2
+++ mlton/Makefile	2009-02-12 22:40:25.000000000 -0500
3
@@ -28,11 +28,13 @@
4
 version = "1.5"
5
 delphinversion = "0.1"
6
 
7
+.include "FreeBSD.mk"
8
+
9
 default : twelf-server twelf-emacs
10
 
11
-all : twelf-server twelf-emacs
12
+#all : twelf-server twelf-emacs
13
 
14
-twelf-server: ; 
15
+${runfile}: ; 
16
 	@echo "*************************************************"
17
 	@echo "Twelf $(version): Server"
18
 	@echo "*************************************************"
19
@@ -47,7 +49,10 @@
20
 		cmfileid="-97";						\
21
 	fi;								\
22
 	$(sml) mlton/twelf-server$${cmfileid}.cm ;			\
23
-	mv mlton/twelf-server$${cmfileid} bin/$(twelfserver)
24
+	mv mlton/twelf-server$${cmfileid} ${runfile}
25
+
26
+${heapfile}:
27
+	touch ${heapfile}
28
 
29
 twelf-sml: ; 
30
 	@echo "*************************************************"
(-)twelf/files/patch-smlnj-Makefile (-26 lines)
Lines 1-26 Link Here
1
--- smlnj/Makefile.orig	2003-10-17 23:35:23.000000000 -0400
2
+++ smlnj/Makefile	2009-02-12 22:22:57.000000000 -0500
3
@@ -32,16 +32,20 @@
4
 version = "1.5"
5
 delphinversion = "0.1"
6
 
7
+.include "FreeBSD.mk"
8
+
9
 default : twelf-server twelf-emacs
10
 
11
-all : twelf-server twelf-sml twelf-emacs
12
+#all : twelf-server twelf-sml twelf-emacs
13
 
14
-twelf-server: ; 
15
+${runfile}: ; 
16
 	@echo "*************************************************"
17
 	@echo "Twelf $(version): Server"
18
 	@echo "*************************************************"	 
19
 	$(sml) < smlnj/twelf-server.sml ;
20
-	bin/.mkexec "$(sml)" "$(twelfdir)" twelf-server "$(twelfserver)" ;
21
+	bin/.mkexec "$(sml)" "$(twelfdir)" twelf-server "$(twelfserver)" "$(twelfexecdir)" ;
22
+
23
+${heapfile}: ${runfile}
24
 
25
 twelf-sml: ; 
26
 	@echo "*************************************************"
(-)twelf/pkg-plist (-521 lines)
Lines 1-521 Link Here
1
bin/twelf-server
2
libexec/twelf/bin/.heap/twelf-server.x86-bsd
3
share/twelf/bin/twelf-server
4
share/twelf/README
5
share/twelf/HISTORY
6
share/twelf/doc/dvi/twelf.dvi
7
share/twelf/doc/html/index.html
8
share/twelf/doc/html/twelf_toc.html
9
share/twelf/doc/html/twelf_abt.html
10
share/twelf/doc/html/twelf_1.html
11
share/twelf/doc/html/twelf_2.html
12
share/twelf/doc/html/twelf_3.html
13
share/twelf/doc/html/twelf_4.html
14
share/twelf/doc/html/twelf_5.html
15
share/twelf/doc/html/twelf_6.html
16
share/twelf/doc/html/twelf_7.html
17
share/twelf/doc/html/twelf_8.html
18
share/twelf/doc/html/twelf_9.html
19
share/twelf/doc/html/twelf_10.html
20
share/twelf/doc/html/twelf_11.html
21
share/twelf/doc/html/twelf_12.html
22
share/twelf/doc/html/twelf_13.html
23
share/twelf/doc/html/twelf_14.html
24
share/twelf/doc/html/twelf_15.html
25
share/twelf/doc/html/twelf_16.html
26
share/twelf/doc/html/twelf_17.html
27
share/twelf/doc/html/twelf_18.html
28
share/twelf/doc/html/twelf_19.html
29
share/twelf/doc/html/twelf_20.html
30
share/twelf/doc/info/twelf.info
31
share/twelf/doc/pdf/twelf.pdf
32
share/twelf/doc/ps/twelf.ps
33
share/twelf/emacs/.cvsignore
34
share/twelf/emacs/README
35
share/twelf/emacs/auc-menu.el
36
share/twelf/emacs/twelf-font.el
37
share/twelf/emacs/twelf-hilit.el
38
share/twelf/emacs/twelf-init.el
39
share/twelf/emacs/twelf.el
40
share/twelf/examples/arith/arith.elf
41
share/twelf/examples/arith/README
42
share/twelf/examples/arith/arith.thm
43
share/twelf/examples/arith/sources.cfg
44
share/twelf/examples/arith/test.cfg
45
share/twelf/examples/README
46
share/twelf/examples/ccc/abs-env.elf
47
share/twelf/examples/ccc/README
48
share/twelf/examples/ccc/catlem.elf
49
share/twelf/examples/ccc/ccc.elf
50
share/twelf/examples/ccc/conc.elf
51
share/twelf/examples/ccc/conc.thm
52
share/twelf/examples/ccc/cong.elf
53
share/twelf/examples/ccc/eqpres1.elf
54
share/twelf/examples/ccc/eqpres2.elf
55
share/twelf/examples/ccc/examples.quy
56
share/twelf/examples/ccc/inv1.elf
57
share/twelf/examples/ccc/inv2.elf
58
share/twelf/examples/ccc/lambda.elf
59
share/twelf/examples/ccc/pf.dvi
60
share/twelf/examples/ccc/refl.elf
61
share/twelf/examples/ccc/sources.cfg
62
share/twelf/examples/ccc/spass.cfg
63
share/twelf/examples/ccc/spass.elf
64
share/twelf/examples/ccc/spass.sml
65
share/twelf/examples/ccc/subext.elf
66
share/twelf/examples/ccc/test.cfg
67
share/twelf/examples/church-rosser/equiv.elf
68
share/twelf/examples/church-rosser/README
69
share/twelf/examples/church-rosser/cr.thm
70
share/twelf/examples/church-rosser/church-rosser.thm
71
share/twelf/examples/church-rosser/examples.quy
72
share/twelf/examples/church-rosser/lam.elf
73
share/twelf/examples/church-rosser/ord-cr.elf
74
share/twelf/examples/church-rosser/ord-lemmas.elf
75
share/twelf/examples/church-rosser/ord-red.elf
76
share/twelf/examples/church-rosser/par-cr.elf
77
share/twelf/examples/church-rosser/par-lemmas.elf
78
share/twelf/examples/church-rosser/par-red.elf
79
share/twelf/examples/church-rosser/sources.cfg
80
share/twelf/examples/church-rosser/test-unsafe.cfg
81
share/twelf/examples/church-rosser/test.cfg
82
share/twelf/examples/church-rosser/test.tag
83
share/twelf/examples/compile/cls/cls-complete.elf
84
share/twelf/examples/compile/cls/cls-sound.elf
85
share/twelf/examples/compile/cls/cls.elf
86
share/twelf/examples/compile/cls/compute.elf
87
share/twelf/examples/compile/cls/debruijn.elf
88
share/twelf/examples/compile/cls/examples.quy
89
share/twelf/examples/compile/cls/feval.elf
90
share/twelf/examples/compile/cls/mini-ml.elf
91
share/twelf/examples/compile/cls/slow.quy
92
share/twelf/examples/compile/cls/sources.cfg
93
share/twelf/examples/compile/cls/test.cfg
94
share/twelf/examples/compile/cls/trans.elf
95
share/twelf/examples/compile/cls/trans2.elf
96
share/twelf/examples/compile/README
97
share/twelf/examples/compile/cpm/ceval-complete.elf
98
share/twelf/examples/compile/cpm/ceval-complete.thm
99
share/twelf/examples/compile/cpm/ceval-sound.elf
100
share/twelf/examples/compile/cpm/ceval.elf
101
share/twelf/examples/compile/cpm/cpm.elf
102
share/twelf/examples/compile/cpm/evalv.elf
103
share/twelf/examples/compile/cpm/examples.quy
104
share/twelf/examples/compile/cpm/mini-mlv.elf
105
share/twelf/examples/compile/cpm/proof-equiv.elf
106
share/twelf/examples/compile/cpm/proof-equiv.thm
107
share/twelf/examples/compile/cpm/slow.quy
108
share/twelf/examples/compile/cpm/sources.cfg
109
share/twelf/examples/compile/cpm/test.cfg
110
share/twelf/examples/compile/cpm/theorems.elf
111
share/twelf/examples/compile/cpm/theorems.thm
112
share/twelf/examples/compile/cps/cps-eval.elf
113
share/twelf/examples/compile/cps/cps.elf
114
share/twelf/examples/compile/cps/examples.quy
115
share/twelf/examples/compile/cps/mini-ml.elf
116
share/twelf/examples/compile/cps/ml-cps.elf
117
share/twelf/examples/compile/cps/sources.cfg
118
share/twelf/examples/compile/cps/test.cfg
119
share/twelf/examples/compile/cxm/evalv.elf
120
share/twelf/examples/compile/cxm/examples.quy
121
share/twelf/examples/compile/cxm/mini-mlv.elf
122
share/twelf/examples/compile/cxm/sources.cfg
123
share/twelf/examples/compile/cxm/test.cfg
124
share/twelf/examples/compile/cxm/xeval.elf
125
share/twelf/examples/compile/debruijn/debruijn.elf
126
share/twelf/examples/compile/debruijn/eval.elf
127
share/twelf/examples/compile/debruijn/examples.quy
128
share/twelf/examples/compile/debruijn/feval.elf
129
share/twelf/examples/compile/debruijn/map-eval.elf
130
share/twelf/examples/compile/debruijn/mini-ml.elf
131
share/twelf/examples/compile/debruijn/sources.cfg
132
share/twelf/examples/compile/debruijn/test.cfg
133
share/twelf/examples/compile/debruijn/trans.elf
134
share/twelf/examples/compile/debruijn/val-lemmas.elf
135
share/twelf/examples/compile/debruijn/value.elf
136
share/twelf/examples/compile/debruijn1/debruijn.elf
137
share/twelf/examples/compile/debruijn1/eval.elf
138
share/twelf/examples/compile/debruijn1/examples.quy
139
share/twelf/examples/compile/debruijn1/feval.elf
140
share/twelf/examples/compile/debruijn1/map-eval.elf
141
share/twelf/examples/compile/debruijn1/mini-ml.elf
142
share/twelf/examples/compile/debruijn1/sources.cfg
143
share/twelf/examples/compile/debruijn1/test.cfg
144
share/twelf/examples/compile/debruijn1/trans.elf
145
share/twelf/examples/cpsocc/corr.elf
146
share/twelf/examples/cpsocc/NOTES
147
share/twelf/examples/cpsocc/READ.ME
148
share/twelf/examples/cpsocc/cpsBNF.elf
149
share/twelf/examples/cpsocc/def1+5+fig4.elf
150
share/twelf/examples/cpsocc/def13.elf
151
share/twelf/examples/cpsocc/def16.elf
152
share/twelf/examples/cpsocc/def3+6+fig5.elf
153
share/twelf/examples/cpsocc/dsBNF.elf
154
share/twelf/examples/cpsocc/examples.quy
155
share/twelf/examples/cpsocc/examples.quy.orig
156
share/twelf/examples/cpsocc/fig1.elf
157
share/twelf/examples/cpsocc/fig10.elf
158
share/twelf/examples/cpsocc/fig11.elf
159
share/twelf/examples/cpsocc/fig12.elf
160
share/twelf/examples/cpsocc/fig13.elf
161
share/twelf/examples/cpsocc/fig7.elf
162
share/twelf/examples/cpsocc/fig8.elf
163
share/twelf/examples/cpsocc/fig9.elf
164
share/twelf/examples/cpsocc/lemma14.elf
165
share/twelf/examples/cpsocc/lemma17.elf
166
share/twelf/examples/cpsocc/lemma7.elf
167
share/twelf/examples/cpsocc/lemma9.elf
168
share/twelf/examples/cpsocc/th2.elf
169
share/twelf/examples/cpsocc/load.sml
170
share/twelf/examples/cpsocc/sources.cfg
171
share/twelf/examples/cpsocc/test.cfg
172
share/twelf/examples/cpsocc/test.quy
173
share/twelf/examples/cpsocc/test.quy.orig
174
share/twelf/examples/cpsocc/th10.elf
175
share/twelf/examples/cpsocc/th15.elf
176
share/twelf/examples/cpsocc/th18.elf
177
share/twelf/examples/cpsocc/th4.elf
178
share/twelf/examples/cpsocc/th8.elf
179
share/twelf/examples/cut-elim/cl-admit.elf
180
share/twelf/examples/cut-elim/README
181
share/twelf/examples/cut-elim/cl-cut.elf
182
share/twelf/examples/cut-elim/cl-elim.elf
183
share/twelf/examples/cut-elim/cl.elf
184
share/twelf/examples/cut-elim/cl.thm
185
share/twelf/examples/cut-elim/examples.quy
186
share/twelf/examples/cut-elim/formulas.elf
187
share/twelf/examples/cut-elim/int-admit.elf
188
share/twelf/examples/cut-elim/int-cut.elf
189
share/twelf/examples/cut-elim/int-elim.elf
190
share/twelf/examples/cut-elim/int.elf
191
share/twelf/examples/cut-elim/int.thm
192
share/twelf/examples/cut-elim/sources.cfg
193
share/twelf/examples/cut-elim/test.cfg
194
share/twelf/examples/fol/sources.cfg
195
share/twelf/examples/fol/README
196
share/twelf/examples/fol/fol.elf
197
share/twelf/examples/fol/fol.thm
198
share/twelf/examples/fol/test.cfg
199
share/twelf/examples/guide/arith.elf
200
share/twelf/examples/guide/lam.elf
201
share/twelf/examples/guide/lists.elf
202
share/twelf/examples/guide/nd.elf
203
share/twelf/examples/guide/sources.cfg
204
share/twelf/examples/guide/test.cfg
205
share/twelf/examples/handbook/sources.cfg
206
share/twelf/examples/handbook/README
207
share/twelf/examples/handbook/fol.elf
208
share/twelf/examples/handbook/test.cfg
209
share/twelf/examples/incll/incll.elf
210
share/twelf/examples/incll/README
211
share/twelf/examples/incll/bff-incll.elf
212
share/twelf/examples/incll/bff-incll.quy
213
share/twelf/examples/incll/cpm-incll.elf
214
share/twelf/examples/incll/cpm-incll.quy
215
share/twelf/examples/incll/iosequents.elf
216
share/twelf/examples/incll/lists-incll.elf
217
share/twelf/examples/incll/lists-incll.quy
218
share/twelf/examples/incll/lists.elf
219
share/twelf/examples/incll/parse-incll.elf
220
share/twelf/examples/incll/parse-incll.quy
221
share/twelf/examples/incll/parse-lolli.elf
222
share/twelf/examples/incll/parse-lolli.quy
223
share/twelf/examples/incll/pre-incll.elf
224
share/twelf/examples/incll/pre-incll.quy
225
share/twelf/examples/incll/search-incll.elf
226
share/twelf/examples/incll/search-incll.quy
227
share/twelf/examples/incll/sort-incll.elf
228
share/twelf/examples/incll/sort-incll.quy
229
share/twelf/examples/incll/sources.cfg
230
share/twelf/examples/incll/test.cfg
231
share/twelf/examples/kolm/complete.elf
232
share/twelf/examples/kolm/README
233
share/twelf/examples/kolm/examples.quy
234
share/twelf/examples/kolm/fol.elf
235
share/twelf/examples/kolm/kolmtrans.elf
236
share/twelf/examples/kolm/nj.elf
237
share/twelf/examples/kolm/nk.elf
238
share/twelf/examples/kolm/report.ps
239
share/twelf/examples/kolm/sound.elf
240
share/twelf/examples/kolm/sources.cfg
241
share/twelf/examples/kolm/test.cfg
242
share/twelf/examples/lp/canon.elf
243
share/twelf/examples/lp/cont.elf
244
share/twelf/examples/lp/conv.elf
245
share/twelf/examples/lp/examples.elf
246
share/twelf/examples/lp/examples.quy
247
share/twelf/examples/lp/fohh-formulas.elf
248
share/twelf/examples/lp/fohh.elf
249
share/twelf/examples/lp/iscan.elf
250
share/twelf/examples/lp/natded.elf
251
share/twelf/examples/lp/res-complete.elf
252
share/twelf/examples/lp/res-sound.elf
253
share/twelf/examples/lp/resolution.elf
254
share/twelf/examples/lp/sources.cfg
255
share/twelf/examples/lp/test.cfg
256
share/twelf/examples/lp/uni-complete.elf
257
share/twelf/examples/lp/uni-sound.elf
258
share/twelf/examples/lp/uniform.elf
259
share/twelf/examples/lp-horn/canon.elf
260
share/twelf/examples/lp-horn/conv.elf
261
share/twelf/examples/lp-horn/examples.quy
262
share/twelf/examples/lp-horn/iscan.elf
263
share/twelf/examples/lp-horn/natded.elf
264
share/twelf/examples/lp-horn/sources.cfg
265
share/twelf/examples/lp-horn/test.cfg
266
share/twelf/examples/lp-horn/uni-can.elf
267
share/twelf/examples/lp-horn/uni-can.thm
268
share/twelf/examples/lp-horn/uni-complete.elf
269
share/twelf/examples/lp-horn/uni-complete.thm
270
share/twelf/examples/lp-horn/uni-sound.elf
271
share/twelf/examples/lp-horn/uni-sound.thm
272
share/twelf/examples/lp-horn/uniform.elf
273
share/twelf/examples/mini-ml/closed.elf
274
share/twelf/examples/mini-ml/README
275
share/twelf/examples/mini-ml/eval.elf
276
share/twelf/examples/mini-ml/eval1.elf
277
share/twelf/examples/mini-ml/eval2.elf
278
share/twelf/examples/mini-ml/examples.quy
279
share/twelf/examples/mini-ml/examples1.quy
280
share/twelf/examples/mini-ml/mini-ml.elf
281
share/twelf/examples/mini-ml/reduce.elf
282
share/twelf/examples/mini-ml/reduce.thm
283
share/twelf/examples/mini-ml/sources.cfg
284
share/twelf/examples/mini-ml/sources1.cfg
285
share/twelf/examples/mini-ml/test.cfg
286
share/twelf/examples/mini-ml/tp-preserve.elf
287
share/twelf/examples/mini-ml/tp-preserve.thm
288
share/twelf/examples/mini-ml/tp.elf
289
share/twelf/examples/mini-ml/tpinf.elf
290
share/twelf/examples/mini-ml/val-sound.elf
291
share/twelf/examples/mini-ml/val-sound.thm
292
share/twelf/examples/mini-ml/value.elf
293
share/twelf/examples/polylam/examples.quy
294
share/twelf/examples/polylam/polylam.elf
295
share/twelf/examples/polylam/sources.cfg
296
share/twelf/examples/polylam/test.cfg
297
share/twelf/examples/prop-calc/equiv.elf
298
share/twelf/examples/prop-calc/README
299
share/twelf/examples/prop-calc/equiv.thm
300
share/twelf/examples/prop-calc/examples.quy
301
share/twelf/examples/prop-calc/nd.elf
302
share/twelf/examples/prop-calc/nd.tex
303
share/twelf/examples/prop-calc/ndclass.elf
304
share/twelf/examples/prop-calc/prop-calc-solution.elf
305
share/twelf/examples/prop-calc/prop-calc.elf
306
share/twelf/examples/prop-calc/sources.cfg
307
share/twelf/examples/prop-calc/test.cfg
308
share/twelf/examples/prop-calc/thm1.elf
309
share/twelf/examples/prop-calc/thm2.elf
310
share/twelf/examples/prop-calc/thm3.elf
311
share/twelf/examples/tabled/ccc/README
312
share/twelf/examples/tabled/ccc/ccc.elf
313
share/twelf/examples/tabled/ccc/tab.cfg
314
share/twelf/examples/tabled/ccc/tab-examples.quy
315
share/twelf/examples/tabled/README
316
share/twelf/examples/tabled/all.sml
317
share/twelf/examples/tabled/cr/ord-red.elf
318
share/twelf/examples/tabled/cr/lam.elf
319
share/twelf/examples/tabled/cr/par-red.elf
320
share/twelf/examples/tabled/cr/tab-examples.quy
321
share/twelf/examples/tabled/cr/tab.cfg
322
share/twelf/examples/tabled/mini-ml/examples.quy
323
share/twelf/examples/tabled/mini-ml/mini-ml.elf
324
share/twelf/examples/tabled/mini-ml/programs.elf
325
share/twelf/examples/tabled/mini-ml/reduce.elf
326
share/twelf/examples/tabled/mini-ml/tab.cfg
327
share/twelf/examples/tabled/mini-ml/value.elf
328
share/twelf/examples/tabled/parsing/arithml.cfg
329
share/twelf/examples/tabled/parsing/arithml.elf
330
share/twelf/examples/tabled/parsing/arithml.quy
331
share/twelf/examples/tabled/parsing/foll.cfg
332
share/twelf/examples/tabled/parsing/foll.elf
333
share/twelf/examples/tabled/parsing/foll.quy
334
share/twelf/examples/tabled/parsing/tab.cfg
335
share/twelf/examples/tabled/parsing/warren.elf
336
share/twelf/examples/tabled/poly/mini-ml.elf
337
share/twelf/examples/tabled/poly/tab-examples.quy
338
share/twelf/examples/tabled/poly/tab.cfg
339
share/twelf/examples/tabled/poly/tp.elf
340
share/twelf/examples/tabled/poly/tpinf.elf
341
share/twelf/examples/tabled/refine/norefex.quy
342
share/twelf/examples/tabled/refine/notab.quy
343
share/twelf/examples/tabled/refine/programs.elf
344
share/twelf/examples/tabled/refine/refex.elf
345
share/twelf/examples/tabled/refine/refex.quy
346
share/twelf/examples/tabled/refine/tab.cfg
347
share/twelf/examples/tabled/seqCalc/focus.elf
348
share/twelf/examples/tabled/seqCalc/foc.cfg
349
share/twelf/examples/tabled/seqCalc/fol-int-at.elf
350
share/twelf/examples/tabled/seqCalc/formulas.elf
351
share/twelf/examples/tabled/seqCalc/int-atom.elf
352
share/twelf/examples/tabled/seqCalc/int.elf
353
share/twelf/examples/tabled/seqCalc/sources.cfg
354
share/twelf/examples/tabled/seqCalc/tab-at.cfg
355
share/twelf/examples/tabled/seqCalc/tab-ex-all.quy
356
share/twelf/examples/tabled/seqCalc/tab-ex-np.quy
357
share/twelf/examples/tabled/seqCalc/tab-foc-all.quy
358
share/twelf/examples/tabled/seqCalc/tab-fol.cfg
359
share/twelf/examples/tabled/seqCalc/tab.cfg
360
share/twelf/examples/tabled/subtype/mini-ml.elf
361
share/twelf/examples/tabled/subtype/subtype.elf
362
share/twelf/examples/tabled/subtype/tab-examples.quy
363
share/twelf/examples/tabled/subtype/tab.cfg
364
share/twelf/examples/tabled/subtype1/basic.elf
365
share/twelf/examples/tabled/subtype1/mini-ml.elf
366
share/twelf/examples/tabled/subtype1/tab-examples.quy
367
share/twelf/examples/tabled/subtype1/tab.cfg
368
share/twelf/examples/tabled/tests/test1.elf
369
share/twelf/examples/tabled/tests/tab.cfg
370
share/twelf/examples/tabled/tests/test2.elf
371
share/twelf/examples/tabled/tests/test3.elf
372
share/twelf/examples/tabled/tests/test4.elf
373
share/twelf/examples/tabled/tests/test5.elf
374
share/twelf/examples/tabled/tests/test6.elf
375
share/twelf/examples/tabled/tests/test7.elf
376
share/twelf/examples-clp/arith/eval.elf
377
share/twelf/examples-clp/arith/examples.quy
378
share/twelf/examples-clp/arith/parse.elf
379
share/twelf/examples-clp/arith/sources.cfg
380
share/twelf/examples-clp/arith/test.cfg
381
share/twelf/examples-clp/base/base.elf
382
share/twelf/examples-clp/base/examples.quy
383
share/twelf/examples-clp/base/sources.cfg
384
share/twelf/examples-clp/base/test.cfg
385
share/twelf/examples-clp/crypt/crypt.elf
386
share/twelf/examples-clp/crypt/examples.quy
387
share/twelf/examples-clp/crypt/sources.cfg
388
share/twelf/examples-clp/crypt/test.cfg
389
share/twelf/examples-clp/integers/base.elf
390
share/twelf/examples-clp/integers/cfract.elf
391
share/twelf/examples-clp/integers/examples.quy
392
share/twelf/examples-clp/integers/integers.elf
393
share/twelf/examples-clp/integers/meta.elf
394
share/twelf/examples-clp/integers/sources.cfg
395
share/twelf/examples-clp/integers/test.cfg
396
share/twelf/examples-clp/laplace/examples.quy
397
share/twelf/examples-clp/laplace/laplace.elf
398
share/twelf/examples-clp/laplace/sources.cfg
399
share/twelf/examples-clp/laplace/test.cfg
400
share/twelf/examples-clp/lists/examples.quy
401
share/twelf/examples-clp/lists/lists.elf
402
share/twelf/examples-clp/lists/sources.cfg
403
share/twelf/examples-clp/lists/test.cfg
404
share/twelf/examples-clp/mortgage/examples.quy
405
share/twelf/examples-clp/mortgage/mortgage.elf
406
share/twelf/examples-clp/mortgage/sources.cfg
407
share/twelf/examples-clp/mortgage/test.cfg
408
share/twelf/examples-clp/pelletier/examples.quy
409
share/twelf/examples-clp/pelletier/pelletier.elf
410
share/twelf/examples-clp/pelletier/sources.cfg
411
share/twelf/examples-clp/pelletier/test.cfg
412
share/twelf/examples-clp/sieve/examples.quy
413
share/twelf/examples-clp/sieve/sieve.elf
414
share/twelf/examples-clp/sieve/sieve2.elf
415
share/twelf/examples-clp/sieve/sources.cfg
416
share/twelf/examples-clp/sieve/test.cfg
417
share/twelf/exercises/opt-eval/eval.elf
418
share/twelf/exercises/opt-eval/README
419
share/twelf/exercises/opt-eval/examples.quy
420
share/twelf/exercises/opt-eval/mini-ml.elf
421
share/twelf/exercises/opt-eval/opt-equiv1.elf
422
share/twelf/exercises/opt-eval/opt-equiv1.thm
423
share/twelf/exercises/opt-eval/opt-equiv2.elf
424
share/twelf/exercises/opt-eval/opt-equiv2.thm
425
share/twelf/exercises/opt-eval/opt-eval.elf
426
share/twelf/exercises/opt-eval/opt-mini-ml.elf
427
share/twelf/exercises/opt-eval/opt-rep1.elf
428
share/twelf/exercises/opt-eval/opt-rep2.elf
429
share/twelf/exercises/opt-eval/sources.cfg
430
share/twelf/exercises/opt-eval/test.cfg
431
share/twelf/exercises/README
432
share/twelf/exercises/units/eqtypes.elf
433
share/twelf/exercises/units/NOTES
434
share/twelf/exercises/units/README
435
share/twelf/exercises/units/constants.elf
436
share/twelf/exercises/units/eqtype-lemmas.elf
437
share/twelf/exercises/units/equnits-alg.elf
438
share/twelf/exercises/units/equnits-sound.elf
439
share/twelf/exercises/units/equnits.elf
440
share/twelf/exercises/units/eval.elf
441
share/twelf/exercises/units/examples.quy
442
share/twelf/exercises/units/language.elf
443
share/twelf/exercises/units/number.elf
444
share/twelf/exercises/units/sources.cfg
445
share/twelf/exercises/units/test.cfg
446
share/twelf/exercises/units/tp-complete.elf
447
share/twelf/exercises/units/tp-inf.elf
448
share/twelf/exercises/units/tp-preserve.elf
449
share/twelf/exercises/units/tp-rules.elf
450
share/twelf/exercises/units/tp-sound.elf
451
share/twelf/exercises/units/types.elf
452
share/twelf/exercises/units/units.elf
453
share/twelf/exercises/units/value.elf
454
share/twelf/tex/code.sty
455
share/twelf/tex/example.tex
456
share/twelf/tex/twelf.sty
457
share/twelf/vim/filetype.vim
458
share/twelf/vim/README
459
share/twelf/vim/syntax/twelf.vim
460
@dirrm libexec/twelf/bin/.heap
461
@dirrm libexec/twelf/bin
462
@dirrm libexec/twelf
463
@dirrm share/twelf/bin
464
@dirrm share/twelf/doc/dvi
465
@dirrm share/twelf/doc/html
466
@dirrm share/twelf/doc/info
467
@dirrm share/twelf/doc/pdf
468
@dirrm share/twelf/doc/ps
469
@dirrm share/twelf/doc
470
@dirrm share/twelf/emacs
471
@dirrm share/twelf/examples/arith
472
@dirrm share/twelf/examples/ccc
473
@dirrm share/twelf/examples/church-rosser
474
@dirrm share/twelf/examples/compile/cls
475
@dirrm share/twelf/examples/compile/cpm
476
@dirrm share/twelf/examples/compile/cps
477
@dirrm share/twelf/examples/compile/cxm
478
@dirrm share/twelf/examples/compile/debruijn
479
@dirrm share/twelf/examples/compile/debruijn1
480
@dirrm share/twelf/examples/compile
481
@dirrm share/twelf/examples/cpsocc
482
@dirrm share/twelf/examples/cut-elim
483
@dirrm share/twelf/examples/fol
484
@dirrm share/twelf/examples/guide
485
@dirrm share/twelf/examples/handbook
486
@dirrm share/twelf/examples/incll
487
@dirrm share/twelf/examples/kolm
488
@dirrm share/twelf/examples/lp-horn
489
@dirrm share/twelf/examples/lp
490
@dirrm share/twelf/examples/mini-ml
491
@dirrm share/twelf/examples/polylam
492
@dirrm share/twelf/examples/prop-calc
493
@dirrm share/twelf/examples/tabled/ccc
494
@dirrm share/twelf/examples/tabled/cr
495
@dirrm share/twelf/examples/tabled/mini-ml
496
@dirrm share/twelf/examples/tabled/parsing
497
@dirrm share/twelf/examples/tabled/poly
498
@dirrm share/twelf/examples/tabled/refine
499
@dirrm share/twelf/examples/tabled/seqCalc
500
@dirrm share/twelf/examples/tabled/subtype
501
@dirrm share/twelf/examples/tabled/subtype1
502
@dirrm share/twelf/examples/tabled/tests
503
@dirrm share/twelf/examples/tabled
504
@dirrm share/twelf/examples
505
@dirrm share/twelf/examples-clp/arith
506
@dirrm share/twelf/examples-clp/base
507
@dirrm share/twelf/examples-clp/crypt
508
@dirrm share/twelf/examples-clp/integers
509
@dirrm share/twelf/examples-clp/laplace
510
@dirrm share/twelf/examples-clp/lists
511
@dirrm share/twelf/examples-clp/mortgage
512
@dirrm share/twelf/examples-clp/pelletier
513
@dirrm share/twelf/examples-clp/sieve
514
@dirrm share/twelf/examples-clp
515
@dirrm share/twelf/exercises/opt-eval
516
@dirrm share/twelf/exercises/units
517
@dirrm share/twelf/exercises
518
@dirrm share/twelf/tex
519
@dirrm share/twelf/vim/syntax
520
@dirrm share/twelf/vim
521
@dirrm share/twelf

Return to bug 191758