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

(-)lang/t3x/Makefile (-2 / +2 lines)
Lines 8-17 Link Here
8
PORTNAME=	t3x
8
PORTNAME=	t3x
9
PORTVERSION=	8.1.5
9
PORTVERSION=	8.1.5
10
CATEGORIES=	lang devel
10
CATEGORIES=	lang devel
11
MASTER_SITES=	http://t3x.dyndns.org/files/
11
MASTER_SITES=	http://www.holm-und-jeschag.de/files/
12
DISTNAME=	t3x-${PORTVERSION:S/.//g}
12
DISTNAME=	t3x-${PORTVERSION:S/.//g}
13
13
14
MAINTAINER=	nmh@t3x.org
14
MAINTAINER=	nils@holm-und-jeschag.de
15
COMMENT=	A compiler for the minimum procedural language T3X
15
COMMENT=	A compiler for the minimum procedural language T3X
16
16
17
ONLY_FOR_ARCHS=	i386
17
ONLY_FOR_ARCHS=	i386
(-)lang/t3x/pkg-descr (-3 lines)
Lines 5-9 Link Here
5
This package contains the full optimizing T3X compiler
5
This package contains the full optimizing T3X compiler
6
with native 386, C, and bytecode back ends, complete
6
with native 386, C, and bytecode back ends, complete
7
documentation, and lots of tools.
7
documentation, and lots of tools.
8
9
WWW: http://www.t3x.org/T3X/
10
- 

Return to bug 74201