diff options
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 22 | ||||
-rw-r--r-- | misc/tkinfo/files/md5 | 1 | ||||
-rw-r--r-- | misc/tkinfo/patches/patch-aa | 19 | ||||
-rw-r--r-- | misc/tkinfo/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/tkinfo/pkg/DESCR | 17 | ||||
-rw-r--r-- | misc/tkinfo/pkg/PLIST | 1 |
6 files changed, 61 insertions, 0 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile new file mode 100644 index 00000000000..62b8d7eeb99 --- /dev/null +++ b/misc/tkinfo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: tkinfo +# Version required: 1.5 +# Date created: 16 Jan 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:03 hubertf Exp $ +# + +DISTNAME= tkinfo-1.5 +CATEGORIES= misc tk41 +MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \ + http://math-www.uni-paderborn.de/~axel/tkinfo/ + +MAINTAINER= tg@freebsd.org + +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/misc/tkinfo/files/md5 b/misc/tkinfo/files/md5 new file mode 100644 index 00000000000..120a7b8a8ff --- /dev/null +++ b/misc/tkinfo/files/md5 @@ -0,0 +1 @@ +MD5 (tkinfo-1.5.tar.gz) = fca3d35cf9017ffb7935c65323568436 diff --git a/misc/tkinfo/patches/patch-aa b/misc/tkinfo/patches/patch-aa new file mode 100644 index 00000000000..d2a005f3ac3 --- /dev/null +++ b/misc/tkinfo/patches/patch-aa @@ -0,0 +1,19 @@ +--- tkinfo.orig Thu Mar 6 02:07:29 1997 ++++ tkinfo Thu Mar 6 11:41:30 1997 +@@ -1,6 +1,6 @@ + #!/bin/sh + # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ +-exec wish "$0" "$@" ++exec wish4.1 "$0" "$@" + + ########################################################################## + # Version of TkInfo: +@@ -443,7 +443,7 @@ + proc tkiInit { } { + global tki env auto_path tkiEmbed geometry + +- set defInfoPath [list . \ ++ set defInfoPath [list . /usr/share/info \ + /usr/info /usr/local/info /usr/local/gnu/info \ + /usr/local/emacs/info /usr/local/lib/emacs/info \ + /usr/lib/xemacs/info /usr/local/lib/xemacs/info \ diff --git a/misc/tkinfo/pkg/COMMENT b/misc/tkinfo/pkg/COMMENT new file mode 100644 index 00000000000..11cfacd3648 --- /dev/null +++ b/misc/tkinfo/pkg/COMMENT @@ -0,0 +1 @@ +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 00000000000..53939576f87 --- /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 00000000000..c1923c49dfc --- /dev/null +++ b/misc/tkinfo/pkg/PLIST @@ -0,0 +1 @@ +bin/tkinfo |