diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 08:02:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 08:02:23 +0000 |
commit | 3b37361f501305645a104e95e269963d44dd6799 (patch) | |
tree | e676ee244390e3bdec72bfe4250ad15622878421 /lang | |
parent | - Fix dependencies (diff) |
- Update to version 8.1.2
PR: ports/66022
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=107938
Diffstat (limited to 'lang')
-rw-r--r-- | lang/t3x/Makefile | 2 | ||||
-rw-r--r-- | lang/t3x/distinfo | 4 | ||||
-rw-r--r-- | lang/t3x/pkg-descr | 24 | ||||
-rw-r--r-- | lang/t3x/pkg-plist | 4 |
4 files changed, 12 insertions, 22 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index 7de18f1b0ab4..dc07bb6104bb 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -6,7 +6,7 @@ # PORTNAME= t3x -PORTVERSION= 8.0.4 +PORTVERSION= 8.1.2 CATEGORIES= lang devel MASTER_SITES= http://t3x.dyndns.org/files/ DISTNAME= t3x-${PORTVERSION:S/.//g} diff --git a/lang/t3x/distinfo b/lang/t3x/distinfo index 289cd3d172d8..0f7abd6625eb 100644 --- a/lang/t3x/distinfo +++ b/lang/t3x/distinfo @@ -1,2 +1,2 @@ -MD5 (t3x-804.tar.gz) = 94768c084b81d61b5e8020b8f0658747 -SIZE (t3x-804.tar.gz) = 411202 +MD5 (t3x-812.tar.gz) = 7e272eb4b186bb5cd880ed97d4429d54 +SIZE (t3x-812.tar.gz) = 438467 diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr index 78f0887a0678..0171e0d8372c 100644 --- a/lang/t3x/pkg-descr +++ b/lang/t3x/pkg-descr @@ -1,21 +1,9 @@ -T3X is a minimum procedural language. It is small, portable, -procedural, block-structured, recursive, almost typeless, -and to some degree object-oriented. -Its syntax is a cross between Pascal and BCPL, but it is smaller -and simpler. Portability is achieved by simplicity: only a basic -set of operations and runtime classes is provided, which may be -easily implemented on a variety of different platforms. +T3X is a minimum procedural language: small, portable, +block-structured, recursive, almost typeless, and to +some degree object-oriented. -This package contains ... - -- a bytecode compiler and optimizers -- a Tcode interpreter -- 386, 8086 (EXE), and Alpha AXP backends -- A DOS/EXE generator for all platforms -- runtime support for FreeBSD, NetBSD, Linux, DOS, Coherent -- a Tcode examination utility -- tools (pretty-printer, make utility, class manager) -- the T3X user manual in HTML format -- an online help system in structured document format +This package contains the full optimizing T3X compiler +with native 386, C, and bytecode back ends, complete +documentation, and lots of tools. WWW: http://www.t3x.org/T3X/ diff --git a/lang/t3x/pkg-plist b/lang/t3x/pkg-plist index d46aeb7ed08e..124cb7f207ab 100644 --- a/lang/t3x/pkg-plist +++ b/lang/t3x/pkg-plist @@ -15,6 +15,7 @@ t3x/r8/bin/txcg386e t3x/r8/bin/txcg86 t3x/r8/bin/txcgexe t3x/r8/bin/txcgl +t3x/r8/bin/txcguc t3x/r8/bin/txcm t3x/r8/bin/txdpf t3x/r8/bin/txdump @@ -64,7 +65,7 @@ t3x/r8/doc/Bugs.sd t3x/r8/doc/Changes.sd t3x/r8/doc/FAQ.sd t3x/r8/doc/LICENSE -t3x/r8/doc/README.sd +t3x/r8/doc/README t3x/r8/doc/T3X.html t3x/r8/doc/classes.sd t3x/r8/doc/compiler.sd @@ -85,6 +86,7 @@ t3x/r8/lib/ttyctl.x t3x/r8/static.txrc t3x/r8/system.txrc t3x/r8/txprint.rules +t3x/r8/uc.txrc @unexec rm -f %D/t3x/r8/classes/CLASSND- @unexec rm -f %D/t3x/r8/classes/CLASSNDX @unexec rm -f %D/t3x/r8/classes/2/CLASSND- |