some things noticed by Stuart Cassoff <stwo@telus.net>:
- fix HOMEPAGE ... - PLIST exec/unexec about manpages - flesh out DESCR some
This commit is contained in:
parent
33c3571556
commit
6d62475413
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/19 15:47:15 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/01 05:48:00 jose Exp $
|
||||
# Uses pthreads (can but does not at the moment)
|
||||
|
||||
COMMENT= "Tool Command Language"
|
||||
@ -10,7 +10,7 @@ PKGNAME= tcl-${VERSION}
|
||||
CATEGORIES= lang lang/tcl
|
||||
MASTER_SITES= ${MASTER_SITE_TCLTK:=tcl8_4/}
|
||||
|
||||
HOMEPAGE= http://dev.scriptics.com/software/tcltk/
|
||||
HOMEPAGE= http://www.tcl.tk/
|
||||
|
||||
MAINTAINER= Jose Nazario <jose@crimelabs.net>
|
||||
|
||||
|
@ -1,4 +1,10 @@
|
||||
This is Tcl8.4, an embeddable tool command language.
|
||||
This is Tcl8.4, an embeddable tool command language. It is an easy-to-use
|
||||
scripting language with clear syntax. Because it is a scripting
|
||||
language, programs written in it are easily portable to other operating
|
||||
systems. Feature include networking functionality, string and number
|
||||
manipulation, and regular expression support.
|
||||
|
||||
A rich set of extensions to the language are available, as well.
|
||||
|
||||
The best way to get started with Tcl is to read ``Tcl and the Tk
|
||||
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/11/19 15:47:15 jose Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/12/01 05:48:00 jose Exp $
|
||||
@option no-default-conflict
|
||||
@pkgcfl tcl-8.4.*
|
||||
bin/tclsh8.4
|
||||
@ -840,6 +840,8 @@ lib/tcl8.4/word.tcl
|
||||
@dirrm lib/tcl8.4/man/man3
|
||||
@dirrm lib/tcl8.4/man/man1
|
||||
@dirrm lib/tcl8.4/man
|
||||
@exec echo "tcl8.4 manpages are in %D/lib/tcl8.4/man; you may wish to add this directory to /etc/man.conf"
|
||||
@unexec echo "Please remove %D/lib/tcl8.4/man from /etc/man.conf manually if needed"
|
||||
@dirrm lib/tcl8.4/http2.4
|
||||
@dirrm lib/tcl8.4/http1.0
|
||||
@dirrm lib/tcl8.4/encoding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/19 15:45:58 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/01 05:48:01 jose Exp $
|
||||
|
||||
COMMENT= "graphical toolkit for Tcl"
|
||||
|
||||
@ -9,7 +9,7 @@ PKGNAME= tk-${VERSION}
|
||||
CATEGORIES= x11 x11/tk
|
||||
MASTER_SITES= ${MASTER_SITE_TCLTK:=tcl8_4/}
|
||||
|
||||
HOMEPAGE= http://dev.scriptics.com/software/tcltk/
|
||||
HOMEPAGE= http://www.tcl.tk/
|
||||
|
||||
MAINTAINER= Jose Nazario <jose@crimelabs.net>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
This is Tk version 8.4, a GUI toolkit for Tcl.
|
||||
This is Tk version 8.4, a GUI toolkit for Tcl. It provides the means
|
||||
to write simple scripts to create and manipulate X window system
|
||||
windows with the various manipulators available in X11 libraries.
|
||||
|
||||
The best way to get started with Tcl is to read ``Tcl and the Tk
|
||||
The best way to get started with Tcl and Tk is to read ``Tcl and the Tk
|
||||
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.
|
||||
|
||||
A full set of manual pages is also provided with this package.
|
||||
|
Loading…
Reference in New Issue
Block a user