ports/54617: New port: lang/freetxl

Ryan Thompson ryan at sasknow.com
Fri Jul 18 17:50:21 UTC 2003


>Number:         54617
>Category:       ports
>Synopsis:       New port: lang/freetxl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 18 10:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Thompson <ryan at sasknow.com>
>Release:        FreeBSD 5.1-CURRENT 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 at h136.sasknow.net:/usr/src/sys/compile/EARL i386

FreeBSD stimpy.sasknow.net 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Wed Jul  9 15:35:25 CST 2003     hutenosa at stimpy.sasknow.net:/usr/obj/usr/src/sys/STIMPY  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 at sasknow.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	freetxl
XPORTVERSION=	10.3
XCATEGORIES=	lang
XMASTER_SITES=	ftp://ftp.sasknow.com/pub/txl/
XDISTNAME=	txl${PORTVERSION}.linux
X
XMAINTAINER=	ryan at sasknow.com
XCOMMENT=	"The TXL Programming Language (transformation by example)"
X
XUSE_LINUX=	yes
XSTRIP=
XNO_BUILD=	yes
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 (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 at 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:



More information about the freebsd-ports-bugs mailing list