summaryrefslogtreecommitdiff
path: root/lang/t3x
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-14 13:48:40 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-14 13:48:40 +0000
commitdceb1f771a67fb2c746674673f1688f565d7eb08 (patch)
treea903017b00ac2603ff0d5e5b623f722a865e36ff /lang/t3x
parentUpdate to 0.2.0. (diff)
Update to 7.2.2.
Remove man page from plist. PR: 48090 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=75511
Diffstat (limited to 'lang/t3x')
-rw-r--r--lang/t3x/Makefile7
-rw-r--r--lang/t3x/distinfo2
-rw-r--r--lang/t3x/pkg-descr26
-rw-r--r--lang/t3x/pkg-plist20
4 files changed, 28 insertions, 27 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile
index 56d2eff28c3e..b04321b0a6fc 100644
--- a/lang/t3x/Makefile
+++ b/lang/t3x/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= t3x
-PORTVERSION= 7.0.3
+PORTVERSION= 7.2.2
CATEGORIES= lang devel
MASTER_SITES= http://www.not-compatible.org/files/ \
http://www.t3x.org/files/
@@ -14,6 +14,11 @@ DISTNAME= t3x-${PORTVERSION:S/.//g}
MAINTAINER= nmh@t3x.org
+MAN7= t3x.7
+MANCOMPRESSED= no
+
+MAKE_ENV= INSTALL_PREFIX=${PREFIX}
+
do-configure:
@(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot)
diff --git a/lang/t3x/distinfo b/lang/t3x/distinfo
index b51b0bb8fe18..0bf67686b0f7 100644
--- a/lang/t3x/distinfo
+++ b/lang/t3x/distinfo
@@ -1 +1 @@
-MD5 (t3x-703.tar.gz) = 39ab774c3566835df4aa53ddabe495c1
+MD5 (t3x-722.tar.gz) = 6e2bccbf2bf572a0a758acc7212a7ba8
diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr
index 5b983daa3424..eb0e5d311a0f 100644
--- a/lang/t3x/pkg-descr
+++ b/lang/t3x/pkg-descr
@@ -2,22 +2,20 @@ 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 set
-of very basic operations and built-in routines is provided, which
-may be easily implemented on a variety of different platforms.
+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.
This package contains ...
-. a bytecode compiler and optimizers
-. a Tcode interpreter
-. 386 and 8086 (EXE) backends
-. runtime support for FreeBSD, Linux, DOS, Coherent, etc.
-. a Tcode disassembler
-. misc. tools
-. documentation in HTML (/usr/local/t3x/r7/doc/T3X.html)
-. an online help system in structured document format
+- 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
WWW: http://www.t3x.org/
-
---
-Nils M Holm <nmh@t3x.org>
diff --git a/lang/t3x/pkg-plist b/lang/t3x/pkg-plist
index 81e5f896b529..32bb0cae4fbf 100644
--- a/lang/t3x/pkg-plist
+++ b/lang/t3x/pkg-plist
@@ -8,7 +8,6 @@ bin/txprint
bin/txsum
bin/txx
include/txx.h
-man/cat7/t3x.0
t3x/r7/bin/s86
t3x/r7/bin/tx
t3x/r7/bin/txcg386
@@ -38,6 +37,7 @@ t3x/r7/classes/string.cls
t3x/r7/classes/string.dir
t3x/r7/classes/system.cls
t3x/r7/classes/system.dir
+t3x/r7/classes/t3x.cls
t3x/r7/classes/t3x.dir
t3x/r7/classes/tcode.cls
t3x/r7/classes/tcode.dir
@@ -47,13 +47,13 @@ t3x/r7/classes/util.cls
t3x/r7/classes/util.dir
t3x/r7/classes/xmem.cls
t3x/r7/classes/xmem.dir
-t3x/r7/doc/BOOT.HOWTO
-t3x/r7/doc/Changes
-t3x/r7/doc/FAQ
-t3x/r7/doc/KNOWNBUGS
+t3x/r7/doc/.sdtoc
+t3x/r7/doc/Booting.sd
+t3x/r7/doc/Bugs.sd
+t3x/r7/doc/Changes.sd
+t3x/r7/doc/FAQ.sd
t3x/r7/doc/LICENSE
-t3x/r7/doc/README
-t3x/r7/doc/README.docs
+t3x/r7/doc/README.sd
t3x/r7/doc/T3X.html
t3x/r7/doc/classes.sd
t3x/r7/doc/compiler.sd
@@ -62,14 +62,13 @@ t3x/r7/doc/formats.sd
t3x/r7/doc/mdesc.sd
t3x/r7/doc/s86.sd
t3x/r7/doc/sd.sd
-t3x/r7/doc/sdv-config
t3x/r7/doc/t3xref.sd
t3x/r7/doc/utilities.sd
t3x/r7/dos.txrc
-t3x/r7/lib/libt3x.a
t3x/r7/lib/system.o
t3x/r7/lib/system.x
-t3x/r7/lib/t3x.lib
+t3x/r7/lib/t3x.o
+t3x/r7/lib/t3x.x
t3x/r7/lib/ttyctl.o
t3x/r7/lib/ttyctl.x
t3x/r7/lib/xmem.o
@@ -79,7 +78,6 @@ t3x/r7/system.txrc
t3x/r7/txprint.rules
@unexec rm -f %D/t3x/r7/classes/CLASSND-
@unexec rm -f %D/t3x/r7/classes/CLASSNDX
-@unexec rm -f %D/t3x/r7/doc/sdv-config
@dirrm t3x/r7/bin
@dirrm t3x/r7/classes
@dirrm t3x/r7/lib