From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 26 23:30:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB5537B404 for ; Thu, 26 Jun 2003 23:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF70443FF5 for ; Thu, 26 Jun 2003 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5R6U2Up009964 for ; Thu, 26 Jun 2003 23:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5R6U2r4009963; Thu, 26 Jun 2003 23:30:02 -0700 (PDT) Resent-Date: Thu, 26 Jun 2003 23:30:02 -0700 (PDT) Resent-Message-Id: <200306270630.h5R6U2r4009963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F9A37B401 for ; Thu, 26 Jun 2003 23:29:06 -0700 (PDT) Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D0843FDF for ; Thu, 26 Jun 2003 23:29:05 -0700 (PDT) (envelope-from ryan@ren.sasknow.com) Received: from ren.sasknow.com (localhost [127.0.0.1]) by ren.sasknow.com (8.12.6p2/8.12.6) with ESMTP id h5R6T4DN086651 for ; Fri, 27 Jun 2003 00:29:04 -0600 (CST) (envelope-from ryan@ren.sasknow.com) Received: (from ryan@localhost) by ren.sasknow.com (8.12.6p2/8.12.6/Submit) id h5R6T4Fe086650; Fri, 27 Jun 2003 00:29:04 -0600 (CST) (envelope-from ryan) Message-Id: <200306270629.h5R6T4Fe086650@ren.sasknow.com> Date: Fri, 27 Jun 2003 00:29:04 -0600 (CST) From: Ryan Thompson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53808: New port: lang/freetxl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryan Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 06:30:16 -0000 >Number: 53808 >Category: ports >Synopsis: New port: lang/freetxl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 23:30:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ryan Thompson >Release: FreeBSD 4.7-RELEASE i386 >Organization: SaskNow Technologies >Environment: System: FreeBSD earl.sasknow.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Wed Nov 13 00:24:18 CST 2002 ryan@h136.sasknow.net:/usr/src/sys/compile/EARL i386 >Description: New port for the TXL language. Snippet from pkg-comment: TXL is a unique programming language specifically designed to support computer software analysis and source transformation tasks. It is the evolving result of more than fifteen years of concentrated research on rule-based structural transformation as a paradigm for the rapid solution of complex computing problems. >How-To-Repeat: >Fix: # 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: # # freetxl/Makefile # freetxl/distinfo # freetxl/pkg-descr # freetxl/pkg-plist # echo x - freetxl/Makefile sed 's/^X//' >freetxl/Makefile << 'END-of-freetxl/Makefile' X# New ports collection makefile for: freetxl X# Date created: 25 April 2003 X# Whom: Ryan Thompson X# X# $FreeBSD$ X# X XPORTNAME= freetxl XPORTVERSION= 10.3 XCATEGORIES= lang XMASTER_SITES= http://www.txl.ca/download/ XDISTNAME= 356.txl${PORTVERSION}.linux X XMAINTAINER= ryan@sasknow.com X XCOMMENT= "The TXL Programming Language (transformation by example)" X XUSE_LINUX= yes XSTRIP= XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${DISTNAME:S/356.//g} X XMAN1= txl.1 txlc.1 txldb.1 txlp.1 X XDOCS= 00README.txt COPYRIGHT.txt Documents.html Examples.html \ X FILES.txt Learning.html Support.html X Xdo-install: X ${INSTALL_PROGRAM} \ X ${WRKSRC}/bin/txl \ X ${WRKSRC}/bin/txlc \ X ${WRKSRC}/bin/txldb \ X ${WRKSRC}/bin/txlp \ X ${PREFIX}/bin X ${INSTALL_DATA} \ X ${WRKSRC}/lib/txlapr.x \ X ${WRKSRC}/lib/txlcvt.x \ X ${WRKSRC}/lib/txlmain.o \ X ${WRKSRC}/lib/txlpf.x \ X ${WRKSRC}/lib/txlvm.o \ X ${PREFIX}/lib X.if !defined(NO_INSTALL_MANPAGES) X.for file in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/man/man1/${file} ${PREFIX}/man/man1/ X.endfor X.endif X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-freetxl/Makefile echo x - freetxl/distinfo sed 's/^X//' >freetxl/distinfo << 'END-of-freetxl/distinfo' XMD5 (356.txl10.3.linux.tar.gz) = 6d00a63b6523fb7738b3b539f940e7ed END-of-freetxl/distinfo echo x - freetxl/pkg-descr sed 's/^X//' >freetxl/pkg-descr << 'END-of-freetxl/pkg-descr' XTXL is a unique programming language specifically designed to support computer Xsoftware analysis and source transformation tasks. It is the evolving result Xof more than fifteen years of concentrated research on rule-based structural Xtransformation as a paradigm for the rapid solution of complex computing Xproblems. X XThe TXL programming language is a hybrid functional / rule-based language with Xunification, implied iteration and deep pattern match. X XEach TXL program has two components: X X * A Description of the Structures to be Transformed X Specified as an EBNF grammar, in context-free ambiguous form. X X * A Set of Structural Transformation Rules X Specified by example, using pattern/replacement pairs. X XWWW: http://www.txl.ca/ X X- Ryan Thompson END-of-freetxl/pkg-descr echo x - freetxl/pkg-plist sed 's/^X//' >freetxl/pkg-plist << 'END-of-freetxl/pkg-plist' Xbin/txl Xbin/txlc Xbin/txldb Xbin/txlp Xlib/txlapr.x Xlib/txlcvt.x Xlib/txlmain.o Xlib/txlpf.x Xlib/txlvm.o X%%PORTDOCS%%share/doc/freetxl/00README.txt X%%PORTDOCS%%share/doc/freetxl/COPYRIGHT.txt X%%PORTDOCS%%share/doc/freetxl/Documents.html X%%PORTDOCS%%share/doc/freetxl/Examples.html X%%PORTDOCS%%share/doc/freetxl/FILES.txt X%%PORTDOCS%%share/doc/freetxl/Learning.html X%%PORTDOCS%%share/doc/freetxl/Support.html X%%PORTDOCS%%@dirrm share/doc/freetxl END-of-freetxl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: