Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2000 01:30:07 -0700 (PDT)
From:      Nils M Holm <nmh@t3x.org>
To:        freebsd-ports@FreeBSD.org
Subject:   ports/22047: T3X port change request
Message-ID:  <200010270830.BAA07337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22047; it has been noted by GNATS.

From: Nils M Holm <nmh@t3x.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: ports/22047: T3X port change request
Date: Fri, 27 Oct 2000 10:20:59 +0200 (CEST)

 >Submitter-Id:   current-users
 >Originator:     Nils M Holm
 >Synopsis:       ports/22047: T3X port change request
 >Category:       ports
 >Release:        FreeBSD 4.1-RELEASE i386
 >Class:          change-request
 >Description: 
 
 I mixed up some path names in the Makefile included in the original PR.
 This one should work correctly. Sorry!
 
 Bye,
 	nmh.
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	t3x-680-port
 #	t3x-680-port/Makefile
 #	t3x-680-port/pkg
 #	t3x-680-port/pkg/COMMENT
 #	t3x-680-port/pkg/DESCR
 #	t3x-680-port/pkg/PLIST
 #	t3x-680-port/files
 #	t3x-680-port/files/md5
 #	t3x-680-port/scripts
 #	t3x-680-port/scripts/configure
 #
 echo c - t3x-680-port
 mkdir -p t3x-680-port > /dev/null 2>&1
 echo x - t3x-680-port/Makefile
 sed 's/^X//' >t3x-680-port/Makefile << 'END-of-t3x-680-port/Makefile'
 X# New ports collection makefile for:	t3x
 X# Version required:	6.8.0
 X# Date created:		15 October 2000
 X# Whom:			Nils M Holm <nmh@t3x.org>
 X#
 X# $FreeBSD$
 X#
 X
 X# Use this one on FreeBSD 3.x
 X# DISTNAME=	t3x-680
 X
 X# Use these on FreeBSD 4.x
 XPORTNAME=	t3x
 XPORTVERSION=	680
 X
 XCATEGORIES=	lang devel
 XMASTER_SITES= 	http://www.t3x.org/Compiler/ http://www.homepages.de/home/nmh/T3X/Compiler/
 X
 XMAINTAINER=	nmh@t3x.org
 X
 XMAN7=		t3x.7
 XMANCOMPRESSED=	yes
 X
 X.include <bsd.port.mk>
 END-of-t3x-680-port/Makefile
 echo c - t3x-680-port/pkg
 mkdir -p t3x-680-port/pkg > /dev/null 2>&1
 echo x - t3x-680-port/pkg/COMMENT
 sed 's/^X//' >t3x-680-port/pkg/COMMENT << 'END-of-t3x-680-port/pkg/COMMENT'
 XA compiler for the minimum procedural language T3X
 END-of-t3x-680-port/pkg/COMMENT
 echo x - t3x-680-port/pkg/DESCR
 sed 's/^X//' >t3x-680-port/pkg/DESCR << 'END-of-t3x-680-port/pkg/DESCR'
 X
 XT3X is a very basic procedural language. Its syntax is a cross
 Xbetween Pascal and BCPL, but it is smaller and simpler.
 XUnlike many popular languages, T3X does not provide a very
 Xabstract and complex environment to achieve portability, but
 Xonly a set of very basic operations and built-in routines which
 Xmay be easily implemented on a variety of different platforms.
 X
 XThis package contains ...
 X
 X. a bytecode compiler and optimizer
 X. a Tcode interpreter
 X. FreeBSD(a.out,ELF) and DOS(EXE) native code backends
 X. a Tcode disassembler
 X. run time libraries
 X. misc. tools
 X. documentation in HTML (/usr/local/t3x/r6/doc/T3X.html)
 X. an online help system in structured document format
 X
 XWWW: http://www.t3x.org/
 X
 X--
 XNils M Holm <nmh@t3x.org>
 END-of-t3x-680-port/pkg/DESCR
 echo x - t3x-680-port/pkg/PLIST
 sed 's/^X//' >t3x-680-port/pkg/PLIST << 'END-of-t3x-680-port/pkg/PLIST'
 X@cwd /usr/local
 Xbin/thelp
 Xbin/tx
 Xbin/tx6
 Xbin/txcm
 Xbin/txdump
 Xbin/txpc
 Xbin/txprint
 Xbin/txx
 Xbin/txx3
 Xbin/ux3
 Xbin/s86
 Xt3x/r6/doc/BOOT.HOWTO
 Xt3x/r6/doc/Changes
 Xt3x/r6/doc/FAQ
 Xt3x/r6/doc/KNOWNBUGS
 Xt3x/r6/doc/LICENSE
 Xt3x/r6/doc/README
 Xt3x/r6/doc/README.docs
 Xt3x/r6/doc/T3X.html
 Xt3x/r6/doc/classes.sd
 Xt3x/r6/doc/compiler.sd
 Xt3x/r6/doc/formats.sd
 Xt3x/r6/doc/s86.sd
 Xt3x/r6/doc/sdv-config
 Xt3x/r6/doc/t3xref.sd
 Xt3x/r6/doc/utilities.sd
 Xt3x/r6/bin/s86
 Xt3x/r6/bin/thelp
 Xt3x/r6/bin/tx
 Xt3x/r6/bin/txcg386
 Xt3x/r6/bin/txcg386e
 Xt3x/r6/bin/txcg86
 Xt3x/r6/bin/txcgexe
 Xt3x/r6/bin/txcm
 Xt3x/r6/bin/txdpf
 Xt3x/r6/bin/txdump
 Xt3x/r6/bin/txld
 Xt3x/r6/bin/txopt
 Xt3x/r6/bin/txpc
 Xt3x/r6/bin/txprint
 Xt3x/r6/bin/txtrn
 Xt3x/r6/bin/txx
 Xt3x/r6/classes/CLASSNDX
 Xt3x/r6/classes/char.cls
 Xt3x/r6/classes/char.dir
 Xt3x/r6/classes/iostream.cls
 Xt3x/r6/classes/iostream.dir
 Xt3x/r6/classes/memory.cls
 Xt3x/r6/classes/memory.dir
 Xt3x/r6/classes/r5c.cls
 Xt3x/r6/classes/string.cls
 Xt3x/r6/classes/string.dir
 Xt3x/r6/classes/system.cls
 Xt3x/r6/classes/system.dir
 Xt3x/r6/classes/t3x.dir
 Xt3x/r6/classes/tcode.cls
 Xt3x/r6/classes/tcode.dir
 Xt3x/r6/classes/ttyctl.cls
 Xt3x/r6/classes/ttyctl.dir
 Xt3x/r6/classes/xmem.cls
 Xt3x/r6/classes/xmem.dir
 Xt3x/r6/dos.txrc
 Xt3x/r6/lib/dos_system.so
 Xt3x/r6/lib/dos_ttyctl.so
 Xt3x/r6/lib/dos_xmem.so
 Xt3x/r6/lib/libt3x.a
 Xt3x/r6/lib/system.so
 Xt3x/r6/lib/t3x.lib
 Xt3x/r6/lib/ttyctl.so
 Xt3x/r6/lib/xmem.so
 Xt3x/r6/system.txrc
 Xt3x/r6/txprint.rules
 X@unexec rm -f %D/t3x/r6/classes/CLASSNDX-
 X@dirrm t3x/r6/bin
 X@dirrm t3x/r6/classes
 X@dirrm t3x/r6/lib
 X@dirrm t3x/r6/doc
 X@dirrm t3x/r6
 X@dirrm t3x
 END-of-t3x-680-port/pkg/PLIST
 echo c - t3x-680-port/files
 mkdir -p t3x-680-port/files > /dev/null 2>&1
 echo x - t3x-680-port/files/md5
 sed 's/^X//' >t3x-680-port/files/md5 << 'END-of-t3x-680-port/files/md5'
 XMD5 (t3x-680.tar.gz) = f4dbc84c6d71cad752b534f7ee0dedaa
 END-of-t3x-680-port/files/md5
 echo c - t3x-680-port/scripts
 mkdir -p t3x-680-port/scripts > /dev/null 2>&1
 echo x - t3x-680-port/scripts/configure
 sed 's/^X//' >t3x-680-port/scripts/configure << 'END-of-t3x-680-port/scripts/configure'
 X#!/bin/sh
 X
 X(cd work/t3x-680/FreeBSD.elf; ./Config boot)
 END-of-t3x-680-port/scripts/configure
 exit
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010270830.BAA07337>