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

(-)lang/t3x/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	t3x
8
PORTNAME=	t3x
9
PORTVERSION=	8.0.4
9
PORTVERSION=	8.1.2
10
CATEGORIES=	lang devel
10
CATEGORIES=	lang devel
11
MASTER_SITES=	http://t3x.dyndns.org/files/
11
MASTER_SITES=	http://t3x.dyndns.org/files/
12
DISTNAME=	t3x-${PORTVERSION:S/.//g}
12
DISTNAME=	t3x-${PORTVERSION:S/.//g}
(-)lang/t3x/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (t3x-804.tar.gz) = 94768c084b81d61b5e8020b8f0658747
1
MD5 (t3x-812.tar.gz) = 7e272eb4b186bb5cd880ed97d4429d54
2
SIZE (t3x-804.tar.gz) = 411202
2
SIZE (t3x-812.tar.gz) = 438467
(-)lang/t3x/pkg-descr (-18 / +6 lines)
Lines 1-21 Link Here
1
T3X is a minimum procedural language. It is small, portable,
1
T3X is a minimum procedural language: small, portable,
2
procedural, block-structured, recursive, almost typeless,
2
block-structured, recursive, almost typeless, and to
3
and to some degree object-oriented.
3
some degree object-oriented.
4
Its syntax is a cross between Pascal and BCPL, but it is smaller
5
and simpler. Portability is achieved by simplicity: only a basic
6
set of operations and runtime classes is provided, which may be
7
easily implemented on a variety of different platforms.
8
4
9
This package contains ...
5
This package contains the full optimizing T3X compiler
10
6
with native 386, C, and bytecode back ends, complete
11
- a bytecode compiler and optimizers
7
documentation, and lots of tools.
12
- a Tcode interpreter
13
- 386, 8086 (EXE), and Alpha AXP backends
14
- A DOS/EXE generator for all platforms
15
- runtime support for FreeBSD, NetBSD, Linux, DOS, Coherent
16
- a Tcode examination utility
17
- tools (pretty-printer, make utility, class manager)
18
- the T3X user manual in HTML format
19
- an online help system in structured document format
20
8
21
WWW: http://www.t3x.org/T3X/
9
WWW: http://www.t3x.org/T3X/
(-)lang/t3x/pkg-plist (-2 / +3 lines)
Lines 15-20 Link Here
15
t3x/r8/bin/txcg86
15
t3x/r8/bin/txcg86
16
t3x/r8/bin/txcgexe
16
t3x/r8/bin/txcgexe
17
t3x/r8/bin/txcgl
17
t3x/r8/bin/txcgl
18
t3x/r8/bin/txcguc
18
t3x/r8/bin/txcm
19
t3x/r8/bin/txcm
19
t3x/r8/bin/txdpf
20
t3x/r8/bin/txdpf
20
t3x/r8/bin/txdump
21
t3x/r8/bin/txdump
Lines 64-70 Link Here
64
t3x/r8/doc/Changes.sd
65
t3x/r8/doc/Changes.sd
65
t3x/r8/doc/FAQ.sd
66
t3x/r8/doc/FAQ.sd
66
t3x/r8/doc/LICENSE
67
t3x/r8/doc/LICENSE
67
t3x/r8/doc/README.sd
68
t3x/r8/doc/README
68
t3x/r8/doc/T3X.html
69
t3x/r8/doc/T3X.html
69
t3x/r8/doc/classes.sd
70
t3x/r8/doc/classes.sd
70
t3x/r8/doc/compiler.sd
71
t3x/r8/doc/compiler.sd
Lines 85-90 Link Here
85
t3x/r8/static.txrc
86
t3x/r8/static.txrc
86
t3x/r8/system.txrc
87
t3x/r8/system.txrc
87
t3x/r8/txprint.rules
88
t3x/r8/txprint.rules
89
t3x/r8/uc.txrc
88
@unexec rm -f %D/t3x/r8/classes/CLASSND-
90
@unexec rm -f %D/t3x/r8/classes/CLASSND-
89
@unexec rm -f %D/t3x/r8/classes/CLASSNDX
91
@unexec rm -f %D/t3x/r8/classes/CLASSNDX
90
@unexec rm -f %D/t3x/r8/classes/2/CLASSND-
92
@unexec rm -f %D/t3x/r8/classes/2/CLASSND-
91
- 

Return to bug 66022