mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
tkInfo is a tk script to read GNU "info" files and display them.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
This commit is contained in:
parent
34ee895180
commit
777828bde7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1029
12
misc/tkinfo/Makefile
Normal file
12
misc/tkinfo/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# New ports collection makefile for: tkinfo
|
||||
# Version required: 0.6
|
||||
# Date created: 16 Jan 1995
|
||||
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
||||
#
|
||||
|
||||
DISTNAME= tkinfo-0.6
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
|
||||
EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/tkinfo/distinfo
Normal file
1
misc/tkinfo/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tkinfo-0.6.tar.gz) = 18715a865bbf0ee6b6112ad6b4527b9d
|
13
misc/tkinfo/files/patch-aa
Normal file
13
misc/tkinfo/files/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
*** tkinfo.orig Fri Aug 27 09:52:50 1993
|
||||
--- tkinfo Mon Jan 16 14:41:41 1995
|
||||
***************
|
||||
*** 4,7 ****
|
||||
# a Bourne script: there is no way to get proper quoting and pass through ``~''
|
||||
# in the csh.
|
||||
# RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $
|
||||
! exec wish -f $0.tcl "$@"
|
||||
--- 4,7 ----
|
||||
# a Bourne script: there is no way to get proper quoting and pass through ``~''
|
||||
# in the csh.
|
||||
# RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $
|
||||
! exec wish -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@"
|
1
misc/tkinfo/pkg-comment
Normal file
1
misc/tkinfo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
tkInfo is a tk script to read GNU "info" files and display them.
|
17
misc/tkinfo/pkg-descr
Normal file
17
misc/tkinfo/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
tkInfo is a tk script to read GNU "info" files and display them.
|
||||
tkInfo can be used stand alone (via WISH), or embeded within an
|
||||
application to provide integrated, on-line help.
|
||||
|
||||
Info files provide a robust hyper-text capability that is ideal for
|
||||
on-line help. The format is suitable for both tty-based systems and
|
||||
graphical systems. In addition, the same document source can produce
|
||||
both a "nice" hardcopy manual and Info files. Note that most GNU tools
|
||||
are documented in this way (via texinfo).
|
||||
|
||||
Info files can be created manually with any text editor, with the
|
||||
support of the emacs "info" package, with the GNU "makeinfo" program,
|
||||
or with the emacs scripts for latexinfo. The makeinfo program produces
|
||||
a set of info files from TeX source that use the GNU texinfo style (the
|
||||
one that uses "@" everywhere). Similarly, the latexinfo package (like
|
||||
texinfo, but with latex commands and syntax) provides emacs scripts for
|
||||
producing info files.
|
6
misc/tkinfo/pkg-plist
Normal file
6
misc/tkinfo/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@cd /usr/local
|
||||
@owner bin
|
||||
@mode 755
|
||||
bin/tkinfo
|
||||
@mode 644
|
||||
lib/tk/tkinfo
|
Loading…
Reference in New Issue
Block a user