Date: Fri, 27 Jun 2003 00:29:04 -0600 (CST) From: Ryan Thompson <ryan@ren.sasknow.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53808: New port: lang/freetxl Message-ID: <200306270629.h5R6T4Fe086650@ren.sasknow.com> Resent-Message-ID: <200306270630.h5R6U2r4009963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <ryan@sasknow.com> >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 <ryan@sasknow.com> 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 <bsd.port.mk> 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 <ryan@sasknow.com> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306270629.h5R6T4Fe086650>