diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-16 10:10:42 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-16 10:10:42 +0000 |
commit | d4f57603ff6604bfb769150d045723e98e120ec4 (patch) | |
tree | d984060f0e4104fd3435c1623896b8f6c49f19fc | |
parent | 940e3778bf4e6f8216e9357aeb56317ca84965a1 (diff) | |
download | FreeBSD-ports-d4f57603ff6604bfb769150d045723e98e120ec4.zip FreeBSD-ports-d4f57603ff6604bfb769150d045723e98e120ec4.tar.gz |
nsl renamed to tensile
-rw-r--r-- | CVSROOT/modules | 2 | ||||
-rw-r--r-- | lang/Makefile | 2 | ||||
-rw-r--r-- | lang/nsl/Makefile | 30 | ||||
-rw-r--r-- | lang/nsl/distinfo | 1 | ||||
-rw-r--r-- | lang/nsl/files/patch-Makefile.in | 23 | ||||
-rw-r--r-- | lang/nsl/pkg-comment | 1 | ||||
-rw-r--r-- | lang/nsl/pkg-descr | 20 | ||||
-rw-r--r-- | lang/nsl/pkg-plist | 217 |
8 files changed, 2 insertions, 294 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 5db5132..7d0a6ad 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -4508,7 +4508,6 @@ ns ports/net/ns nsc ports/net/nsc nscache ports/www/nscache nsf ports/misc/nsf -nsl ports/lang/nsl nslint ports/net/nslint nslookup src/usr.sbin/nslookup nsping ports/net/nsping @@ -7167,6 +7166,7 @@ telserv ports/net/telserv temperature.app ports/x11/temperature.app tempest_for_eliza ports/audio/tempest_for_eliza templ ports/devel/templ +tensile ports/lang/tensile termcap src/share/termcap terminality ports/devel/terminality terminatorx ports/audio/terminatorx diff --git a/lang/Makefile b/lang/Makefile index ecfc814..633c5ed 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -109,7 +109,6 @@ SUBDIR += njs SUBDIR += nml SUBDIR += nqc - SUBDIR += nsl SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml @@ -207,6 +206,7 @@ SUBDIR += tclX82 SUBDIR += tclplugin SUBDIR += tcltutor + SUBDIR += tensile SUBDIR += tinycobol SUBDIR += treecc SUBDIR += wamcc diff --git a/lang/nsl/Makefile b/lang/nsl/Makefile deleted file mode 100644 index cc56a8e..0000000 --- a/lang/nsl/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: nsl -# Date created: May 6, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= nsl -PORTVERSION= 0.9 -CATEGORIES= lang -MASTER_SITES= http://savannah.gnu.org/download/nsl/ \ - http://iling.nw.ru/~artem/downloads/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= utils:${PORTSDIR}/lang/libutils - -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - -.include <bsd.port.post.mk> diff --git a/lang/nsl/distinfo b/lang/nsl/distinfo deleted file mode 100644 index 93ab7da..0000000 --- a/lang/nsl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nsl-0.9.tar.gz) = 46b0c78460f4df6f436601b97cbca8dd diff --git a/lang/nsl/files/patch-Makefile.in b/lang/nsl/files/patch-Makefile.in deleted file mode 100644 index a518572..0000000 --- a/lang/nsl/files/patch-Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue May 7 03:15:17 2002 -+++ Makefile.in Tue May 7 03:18:52 2002 -@@ -86,9 +86,9 @@ - - AUTOMAKE_OPTIONS = foreign no-installman - --@USEMODULES_TRUE@SUBDIRS = modules libltdl -+@USEMODULES_TRUE@SUBDIRS = modules - --nsldir = $(libdir)/nsl -+nsldir = $(datadir)/nsl - moddir = $(nsldir)/modules - autodir = $(nsldir)/automata - scriptdir = $(nsldir)/scripts -@@ -250,7 +250,7 @@ - Makefile.in TODO acconfig.h aclocal.m4 config.guess config.h.in \ - config.sub configure configure.in depcomp install-sh ltconfig \ - ltmain.sh missing mkinstalldirs --DIST_SUBDIRS = modules libltdl -+DIST_SUBDIRS = modules - SOURCES = $(libnslcore_la_SOURCES) $(EXTRA_libnslcore_la_SOURCES) $(libnslpdt_la_SOURCES) $(libnslsh_la_SOURCES) $(sl_SOURCES) $(sla_SOURCES) - - all: config.h diff --git a/lang/nsl/pkg-comment b/lang/nsl/pkg-comment deleted file mode 100644 index b4e4475..0000000 --- a/lang/nsl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The New Scripting Language diff --git a/lang/nsl/pkg-descr b/lang/nsl/pkg-descr deleted file mode 100644 index 0b4056c..0000000 --- a/lang/nsl/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The NSL (The New Scripting Language) is a scripting language intended -primarily for processing text documents in various input formats and in -various languages. It is being developed as to be as light-weight as possible, -however, providing a possibility to solve a wide range of tasks. It can be -used as a stand-alone tool, as well as a CGI engine. It is not intended to be -embeddable like Tcl, but since the interpreter is very compact, it can be -attached to an application without great overhead. - -The NSL should be easy to learn. Its syntax is much simplier than that of perl -or even awk and is more like Tcl or csh. It has, however, some peculiarities -in syntax, as well as in programming techniques, so it would probably require -some time to get accustomed to. - -However, the NSL is not a quick-development language. Its core does not and -shall not include 'complete solutions'. Inspite of its rather high level, it -should be regarded as a toolbox by the means of which a programmer may -implement what he wants. Only such approach (IMHO) may allow to keep the -language small, efficient, easy both to learn and to use. - -WWW: http://www.freesoftware.fsf.org/nsl/ diff --git a/lang/nsl/pkg-plist b/lang/nsl/pkg-plist deleted file mode 100644 index e66195e..0000000 --- a/lang/nsl/pkg-plist +++ /dev/null @@ -1,217 +0,0 @@ -bin/sl -bin/sla -lib/libnslcore.a -lib/libnslcore.la -lib/libnslcore.so -lib/libnslcore.so.0 -lib/libnslsh.a -lib/libnslsh.la -lib/libnslsh.so -lib/libnslsh.so.0 -lib/nsl/modules/crypt.a -lib/nsl/modules/crypt.la -lib/nsl/modules/crypt.scm -lib/nsl/modules/crypt.so -lib/nsl/modules/crypt.so.0 -lib/nsl/modules/files.a -lib/nsl/modules/files.la -lib/nsl/modules/files.scm -lib/nsl/modules/files.so -lib/nsl/modules/files.so.0 -lib/nsl/modules/fpmath.a -lib/nsl/modules/fpmath.la -lib/nsl/modules/fpmath.scm -lib/nsl/modules/fpmath.so -lib/nsl/modules/fpmath.so.0 -lib/nsl/modules/int64.a -lib/nsl/modules/int64.la -lib/nsl/modules/int64.scm -lib/nsl/modules/int64.so -lib/nsl/modules/int64.so.0 -lib/nsl/modules/ncurses.a -lib/nsl/modules/ncurses.la -lib/nsl/modules/ncurses.scm -lib/nsl/modules/ncurses.so -lib/nsl/modules/ncurses.so.0 -lib/nsl/modules/rand.a -lib/nsl/modules/rand.la -lib/nsl/modules/rand.scm -lib/nsl/modules/rand.so -lib/nsl/modules/rand.so.0 -lib/nsl/modules/readline.a -lib/nsl/modules/readline.la -lib/nsl/modules/readline.scm -lib/nsl/modules/readline.so -lib/nsl/modules/readline.so.0 -lib/nsl/modules/sockets.a -lib/nsl/modules/sockets.la -lib/nsl/modules/sockets.scm -lib/nsl/modules/sockets.so -lib/nsl/modules/sockets.so.0 -lib/nsl/modules/time.a -lib/nsl/modules/time.la -lib/nsl/modules/time.scm -lib/nsl/modules/time.so -lib/nsl/modules/time.so.0 -@dirrm lib/nsl/modules -@dirrm lib/nsl -share/nsl/automata/arith.aut -share/nsl/automata/ascii.aut -share/nsl/automata/base64enc.aut -share/nsl/automata/cp1251.aut -share/nsl/automata/emailtrn.aut -share/nsl/automata/empty.aut -share/nsl/automata/escape.aut -share/nsl/automata/html.aut -share/nsl/automata/intconv.aut -share/nsl/automata/koi8r.aut -share/nsl/automata/linefilter.aut -share/nsl/automata/swabytes.aut -share/nsl/automata/unicode.aut -share/nsl/automata/urlencode.aut -share/nsl/automata/utf8.aut -share/nsl/module.map -share/nsl/preload.scm -share/nsl/scripts/base64enc.sc -share/nsl/scripts/bstream.sc -share/nsl/scripts/charlist.sc -share/nsl/scripts/docstrip/docstrip.sc -share/nsl/scripts/docstrip/docstrip_spec.t -share/nsl/scripts/docstrip/docstrip_spec.txt -share/nsl/scripts/docstrip/mktodo.sc -share/nsl/scripts/edittable.sc -share/nsl/scripts/empty.sc -share/nsl/scripts/fileutil.sc -share/nsl/scripts/fixhtml.sc -share/nsl/scripts/fontlist.sc -share/nsl/scripts/getopt.sc -share/nsl/scripts/getopt.sci -share/nsl/scripts/html2tex.sc -share/nsl/scripts/htmlarg.sc -share/nsl/scripts/htmlinc.sc -share/nsl/scripts/htmlprep.sc -share/nsl/scripts/htmlprepaux.sc -share/nsl/scripts/iden2xml.sc -share/nsl/scripts/linefilter.sc -share/nsl/scripts/loadsess.sc -share/nsl/scripts/mailbox.sc -share/nsl/scripts/mailbox.sci -share/nsl/scripts/man2html.sc -share/nsl/scripts/mkidentity.sc -share/nsl/scripts/mktable.sc -share/nsl/scripts/mktodo.sc -share/nsl/scripts/mktrie.sc -share/nsl/scripts/newsmaker.sc -share/nsl/scripts/registry.sci -share/nsl/scripts/safehtml.sc -share/nsl/scripts/session.sc -share/nsl/scripts/sets.sc -share/nsl/scripts/shorthtml.sc -share/nsl/scripts/slexec.sc -share/nsl/scripts/snml2html.sc -share/nsl/scripts/sqlque.sc -share/nsl/scripts/tagmaster.sc -share/nsl/scripts/tmr-cgi.sc -share/nsl/scripts/tmr.sc -share/nsl/scripts/unicode.sc -share/nsl/scripts/utf8html.sc -share/nsl/scripts/version.sc -share/nsl/scripts/viewtable.sc -share/nsl/scripts/wlist.sc -share/nsl/scripts/words.sc -share/nsl/scripts/xtranslate.sc -share/nsl/tables/ent2tex.t -share/nsl/tables/ent2tex.txt -share/nsl/tables/entities.t -share/nsl/tables/entities.txt -share/nsl/tables/entities4.txt -share/nsl/tables/sgmlent.t -share/nsl/tables/sgmlent.txt -share/nsl/test/fields.aut -share/nsl/test/pattern.aut -share/nsl/test/pattern2.aut -share/nsl/test/test.aut -share/nsl/test/test.sc -share/nsl/test/test.tm.sc -share/nsl/test/test1.sc -share/nsl/test/test11.sc -share/nsl/test/test12.sc -share/nsl/test/test13.sc -share/nsl/test/test14.sc -share/nsl/test/test15.sc -share/nsl/test/test16.sc -share/nsl/test/test17.sc -share/nsl/test/test18.sc -share/nsl/test/test19.sc -share/nsl/test/test2.sc -share/nsl/test/test20.sc -share/nsl/test/test21.sc -share/nsl/test/test22.sc -share/nsl/test/test23.sc -share/nsl/test/test24.sc -share/nsl/test/test25.sc -share/nsl/test/test26.sc -share/nsl/test/test27.sc -share/nsl/test/test3.sc -share/nsl/test/test30.sc -share/nsl/test/test31.sc -share/nsl/test/test34.sc -share/nsl/test/test35.sc -share/nsl/test/test36.sc -share/nsl/test/test37.sc -share/nsl/test/test38.sc -share/nsl/test/test39.sc -share/nsl/test/test4.sc -share/nsl/test/test40.sc -share/nsl/test/test41.sc -share/nsl/test/test42.sc -share/nsl/test/test47.sc -share/nsl/test/test48.sc -share/nsl/test/test49.sc -share/nsl/test/test5.sc -share/nsl/test/test50.sc -share/nsl/test/test51.sc -share/nsl/test/test52.sc -share/nsl/test/test53.sc -share/nsl/test/test54.sc -share/nsl/test/test55.sc -share/nsl/test/test56.sc -share/nsl/test/test57.sc -share/nsl/test/test58.sc -share/nsl/test/test59.sc -share/nsl/test/test6.sc -share/nsl/test/test60.sc -share/nsl/test/test61.sc -share/nsl/test/test64.sc -share/nsl/test/test65.sc -share/nsl/test/test66.sc -share/nsl/test/test67.sc -share/nsl/test/test68.sc -share/nsl/test/test69.sc -share/nsl/test/test7.sc -share/nsl/test/test70.sc -share/nsl/test/test71.sc -share/nsl/test/test72.sc -share/nsl/test/test73.sc -share/nsl/test/test8.sc -share/nsl/test/test9.sc -share/nsl/test/test_bad.sc -share/nsl/test/test_getopt.sc -share/nsl/test/test_new.aut -share/nsl/test/test_new1.aut -share/nsl/test/testa.sc -share/nsl/test/testcb.sc -share/nsl/test/testflow.sc -share/nsl/test/testline.sc -share/nsl/test/testr.sc -share/nsl/test/testsess.sc -share/nsl/test/testsess1.sc -share/nsl/test/testsql.sc -share/nsl/test/teststo.sc -share/nsl/test/testtrie.aut -share/nsl/test/testx.sc -@dirrm share/nsl/automata -@dirrm share/nsl/scripts/docstrip -@dirrm share/nsl/scripts -@dirrm share/nsl/tables -@dirrm share/nsl/test |