diff options
author | agc <agc@pkgsrc.org> | 1999-04-01 13:41:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-01 13:41:11 +0000 |
commit | cedce5937a71dab5e09821f072c8b4714d70b6d2 (patch) | |
tree | 966a0281429a6a4acd515eff67cc80490a857ff8 /lang | |
parent | 363146f85e8b08fd027f23071a3d21eff0a769e5 (diff) | |
download | pkgsrc-cedce5937a71dab5e09821f072c8b4714d70b6d2.tar.gz |
Update the comment to explain what tcl is, rather than just expand the
acronym.
Update the PLIST to reflect new files added in new distribution.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/pkg/COMMENT | 2 | ||||
-rw-r--r-- | lang/tcl80/pkg/PLIST | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl80/pkg/COMMENT b/lang/tcl80/pkg/COMMENT index 12707ff6a41..7d657131b41 100644 --- a/lang/tcl80/pkg/COMMENT +++ b/lang/tcl80/pkg/COMMENT @@ -1 +1 @@ -Tool Command Language. +Ousterhout's Tool Command Language, a scripting language. diff --git a/lang/tcl80/pkg/PLIST b/lang/tcl80/pkg/PLIST index c97ea14b6bc..031f062e13c 100644 --- a/lang/tcl80/pkg/PLIST +++ b/lang/tcl80/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:50:09 agc Exp $ +@comment $NetBSD: PLIST,v 1.8 1999/04/01 13:41:11 agc Exp $ bin/tclsh8.0 lib/libtcl80.a lib/libtcl80.so.1.0 @@ -6,6 +6,7 @@ include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h include/tcl8.0/generic/tcl.h include/tcl8.0/generic/tclCompile.h +include/tcl8.0/generic/tclInitScript.h include/tcl8.0/generic/tclInt.h include/tcl8.0/generic/tclMath.h include/tcl8.0/generic/tclPort.h @@ -426,9 +427,8 @@ man/man3/Tcl_VarTraceInfo2.3.gz man/man3/Tcl_WaitForEvent.3.gz man/man3/Tcl_Write.3.gz man/man3/Tcl_WrongNumArgs.3.gz -man/mann/Base.n.gz man/mann/Http.n.gz -man/mann/Safe.n.gz +man/mann/SafeBase.n.gz man/mann/pkg_mkIndex.n.gz @dirrm include/tcl8.0/generic @dirrm include/tcl8.0/unix |