Import of tkref port. TkRef is a "reference card" for tcl/tk/tix/... commands.

PR:		4219
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
This commit is contained in:
Thomas Gellekum 1997-10-30 08:26:49 +00:00
parent 8df11c160e
commit 01e54a67db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8410
5 changed files with 41 additions and 0 deletions

27
devel/tkref/Makefile Normal file
View file

@ -0,0 +1,27 @@
# New ports collection makefile for: TkRef
# Version required: 1.01
# Date created: 3 August 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
# $Id$
#
DISTNAME= tkref-1.01
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= bgingery@gtcs.com
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
NO_BUILD= yes
NO_CONFIGURE= yes
do-patch:
perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.0|;" \
${WRKDIR}/TkRef
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/TkRef ${PREFIX}/bin
.include <bsd.port.mk>

1
devel/tkref/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (tkref-1.01.tar.gz) = 884aadb99fef9ec12d618e06e20d6277

1
devel/tkref/pkg-comment Normal file
View file

@ -0,0 +1 @@
A programmer's GUI reference for Tcl/Tk and major packages.

11
devel/tkref/pkg-descr Normal file
View file

@ -0,0 +1,11 @@
TkRef - a GUI QuickRef for Tcl/Tk and related
This script is written all in Tcl/Tk and should be compatible with versions
Tcl7.5, Tk4.1 and forward, although Tcl8.0 extensions may not be documented
within.
Read the script for the contained copyright license before running it.
It's rather GNU-ish, but is NOT GNU-Copyleft.
Single-script compendium/quick-ref for Tcl, Tk, Tix, Tnm commands and
flagging of SafeTcl and Widget commands.

1
devel/tkref/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/TkRef