From bcaa135be120a62680e960d59469ac57e7b237f0 Mon Sep 17 00:00:00 2001 From: jmz Date: Fri, 24 Feb 1995 12:54:57 +0000 Subject: tkInfo is a tk script to read GNU "info" files and display them. Submitted by: Thomas Gellekum --- misc/tkinfo/Makefile | 12 ++++++++++++ misc/tkinfo/distinfo | 1 + misc/tkinfo/files/patch-aa | 13 +++++++++++++ misc/tkinfo/pkg-comment | 1 + misc/tkinfo/pkg-descr | 17 +++++++++++++++++ misc/tkinfo/pkg-plist | 6 ++++++ 6 files changed, 50 insertions(+) create mode 100644 misc/tkinfo/Makefile create mode 100644 misc/tkinfo/distinfo create mode 100644 misc/tkinfo/files/patch-aa create mode 100644 misc/tkinfo/pkg-comment create mode 100644 misc/tkinfo/pkg-descr create mode 100644 misc/tkinfo/pkg-plist (limited to 'misc/tkinfo') diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile new file mode 100644 index 0000000..6bae36f --- /dev/null +++ b/misc/tkinfo/Makefile @@ -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 diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo new file mode 100644 index 0000000..9119916 --- /dev/null +++ b/misc/tkinfo/distinfo @@ -0,0 +1 @@ +MD5 (tkinfo-0.6.tar.gz) = 18715a865bbf0ee6b6112ad6b4527b9d diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa new file mode 100644 index 0000000..6ae5911 --- /dev/null +++ b/misc/tkinfo/files/patch-aa @@ -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` "$@" diff --git a/misc/tkinfo/pkg-comment b/misc/tkinfo/pkg-comment new file mode 100644 index 0000000..be0e266 --- /dev/null +++ b/misc/tkinfo/pkg-comment @@ -0,0 +1 @@ +tkInfo is a tk script to read GNU "info" files and display them. diff --git a/misc/tkinfo/pkg-descr b/misc/tkinfo/pkg-descr new file mode 100644 index 0000000..5393957 --- /dev/null +++ b/misc/tkinfo/pkg-descr @@ -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. diff --git a/misc/tkinfo/pkg-plist b/misc/tkinfo/pkg-plist new file mode 100644 index 0000000..eb810b2 --- /dev/null +++ b/misc/tkinfo/pkg-plist @@ -0,0 +1,6 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/tkinfo +@mode 644 +lib/tk/tkinfo -- cgit v1.1