summaryrefslogtreecommitdiff
path: root/x11/tkinfo
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-11 21:53:59 +0000
committerhubertf <hubertf>1997-10-11 21:53:59 +0000
commit5658f6b5def37eb0deb20ee3e6a1b01e894dc661 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /x11/tkinfo
parente62c4d684c2892015620dfd714bdb51fb502bfc7 (diff)
downloadpkgsrc-5658f6b5def37eb0deb20ee3e6a1b01e894dc661.tar.gz
Import as of 09/25/97
Diffstat (limited to 'x11/tkinfo')
-rw-r--r--x11/tkinfo/Makefile22
-rw-r--r--x11/tkinfo/files/md51
-rw-r--r--x11/tkinfo/patches/patch-aa19
-rw-r--r--x11/tkinfo/pkg/COMMENT1
-rw-r--r--x11/tkinfo/pkg/DESCR17
-rw-r--r--x11/tkinfo/pkg/PLIST1
6 files changed, 61 insertions, 0 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile
new file mode 100644
index 00000000000..62b8d7eeb99
--- /dev/null
+++ b/x11/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/x11/tkinfo/files/md5 b/x11/tkinfo/files/md5
new file mode 100644
index 00000000000..120a7b8a8ff
--- /dev/null
+++ b/x11/tkinfo/files/md5
@@ -0,0 +1 @@
+MD5 (tkinfo-1.5.tar.gz) = fca3d35cf9017ffb7935c65323568436
diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa
new file mode 100644
index 00000000000..d2a005f3ac3
--- /dev/null
+++ b/x11/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/x11/tkinfo/pkg/COMMENT b/x11/tkinfo/pkg/COMMENT
new file mode 100644
index 00000000000..11cfacd3648
--- /dev/null
+++ b/x11/tkinfo/pkg/COMMENT
@@ -0,0 +1 @@
+A tk script to read GNU "info" files and display them.
diff --git a/x11/tkinfo/pkg/DESCR b/x11/tkinfo/pkg/DESCR
new file mode 100644
index 00000000000..53939576f87
--- /dev/null
+++ b/x11/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/x11/tkinfo/pkg/PLIST b/x11/tkinfo/pkg/PLIST
new file mode 100644
index 00000000000..c1923c49dfc
--- /dev/null
+++ b/x11/tkinfo/pkg/PLIST
@@ -0,0 +1 @@
+bin/tkinfo