summaryrefslogtreecommitdiffstats
path: root/misc/tkinfo
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-24 12:54:57 +0000
committerjmz <jmz@FreeBSD.org>1995-02-24 12:54:57 +0000
commitbcaa135be120a62680e960d59469ac57e7b237f0 (patch)
tree5fe7cdbcd1bb8526487e0ae58677fb45f16ca56f /misc/tkinfo
parent298c806571b22fc94b94aa7536bed337045b58f7 (diff)
downloadFreeBSD-ports-bcaa135be120a62680e960d59469ac57e7b237f0.zip
FreeBSD-ports-bcaa135be120a62680e960d59469ac57e7b237f0.tar.gz
tkInfo is a tk script to read GNU "info" files and display them.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'misc/tkinfo')
-rw-r--r--misc/tkinfo/Makefile12
-rw-r--r--misc/tkinfo/distinfo1
-rw-r--r--misc/tkinfo/files/patch-aa13
-rw-r--r--misc/tkinfo/pkg-comment1
-rw-r--r--misc/tkinfo/pkg-descr17
-rw-r--r--misc/tkinfo/pkg-plist6
6 files changed, 50 insertions, 0 deletions
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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud