diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-24 12:54:57 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-24 12:54:57 +0000 |
commit | 777828bde71006edabb98d4ac75d55085b05412c (patch) | |
tree | b5e43f8fdad364a000c2ce77ac67ca9f89ecd581 /misc/tkinfo | |
parent | Updated port for version 2.1.6, now supports dynamic loading (diff) |
tkInfo is a tk script to read GNU "info" files and display them.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=1029
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 12 | ||||
-rw-r--r-- | misc/tkinfo/distinfo | 1 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 13 | ||||
-rw-r--r-- | misc/tkinfo/pkg-comment | 1 | ||||
-rw-r--r-- | misc/tkinfo/pkg-descr | 17 | ||||
-rw-r--r-- | misc/tkinfo/pkg-plist | 6 |
6 files changed, 50 insertions, 0 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile new file mode 100644 index 000000000000..6bae36faaff8 --- /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 000000000000..9119916a52ba --- /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 000000000000..6ae5911ae1ff --- /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 000000000000..be0e26632c48 --- /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 000000000000..53939576f874 --- /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 000000000000..eb810b2e4eae --- /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 |