diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 05:50:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 05:50:44 +0800 |
commit | 21a3dbd5cee030a673c464fa4816e7fdf1b7134b (patch) | |
tree | 5dabe330203206db838e4976785fcc090871c01a /lang/Makefile | |
parent | 1cc714adac30a84671600e05e524bc6243b79b33 (diff) | |
download | freebsd-ports-gnome-21a3dbd5cee030a673c464fa4816e7fdf1b7134b.tar.gz freebsd-ports-gnome-21a3dbd5cee030a673c464fa4816e7fdf1b7134b.tar.zst freebsd-ports-gnome-21a3dbd5cee030a673c464fa4816e7fdf1b7134b.zip |
Add freetxl, 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.
PR: ports/54617
Submitted by: Ryan Thompson <ryan@sasknow.com>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 882d4c80ae8d..12cd6ce3f9af 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -54,6 +54,7 @@ SUBDIR += forth SUBDIR += fpc SUBDIR += fpl + SUBDIR += freetxl SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc27 |