diff options
author | vs <vs@FreeBSD.org> | 2004-11-22 11:05:35 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-22 11:05:35 +0000 |
commit | 3c59bfe04dbc82e2b7c554f4a8f6800ee3508733 (patch) | |
tree | 9479a610795579f6b1f386c05d10762868487ff7 /lang/t3x | |
parent | 5585a3d7efe020e8ff0fca50e365aad13a9a1a66 (diff) | |
download | FreeBSD-ports-3c59bfe04dbc82e2b7c554f4a8f6800ee3508733.zip FreeBSD-ports-3c59bfe04dbc82e2b7c554f4a8f6800ee3508733.tar.gz |
- Change URL
- Change maintainer e-mail
- Drop WWW pages
PR: ports/74201
Submitted by: maintainer
Diffstat (limited to 'lang/t3x')
-rw-r--r-- | lang/t3x/Makefile | 4 | ||||
-rw-r--r-- | lang/t3x/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/t3x/Makefile b/lang/t3x/Makefile index 4acd514..c929106 100644 --- a/lang/t3x/Makefile +++ b/lang/t3x/Makefile @@ -8,10 +8,10 @@ PORTNAME= t3x PORTVERSION= 8.1.5 CATEGORIES= lang devel -MASTER_SITES= http://t3x.dyndns.org/files/ +MASTER_SITES= http://www.holm-und-jeschag.de/files/ DISTNAME= t3x-${PORTVERSION:S/.//g} -MAINTAINER= nmh@t3x.org +MAINTAINER= nils@holm-und-jeschag.de COMMENT= A compiler for the minimum procedural language T3X ONLY_FOR_ARCHS= i386 diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr index 0171e0d..57bb0ed 100644 --- a/lang/t3x/pkg-descr +++ b/lang/t3x/pkg-descr @@ -5,5 +5,3 @@ some degree object-oriented. 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/ |