summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-26 17:56:06 +0000
committerpat <pat@FreeBSD.org>2002-06-26 17:56:06 +0000
commita387f3dd65bf940da55960fdde635e556c8bb738 (patch)
tree8716121a9ad7c8c33755d5f87975482625021409 /sysutils
parentf05ea8d212ee4760cf3b757080ff05d7362220ba (diff)
downloadFreeBSD-ports-a387f3dd65bf940da55960fdde635e556c8bb738.zip
FreeBSD-ports-a387f3dd65bf940da55960fdde635e556c8bb738.tar.gz
Add new port ah-tty: Ah-tty is an automatic helper for command prompts and
shells PR: 39836 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/ah-tty/Makefile20
-rw-r--r--sysutils/ah-tty/distinfo1
-rw-r--r--sysutils/ah-tty/pkg-comment1
-rw-r--r--sysutils/ah-tty/pkg-descr10
-rw-r--r--sysutils/ah-tty/pkg-plist6
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a0baac1..c91e421 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -5,6 +5,7 @@
SUBDIR += LPRngTool
SUBDIR += abck
SUBDIR += afio
+ SUBDIR += ah-tty
SUBDIR += and
SUBDIR += anteater
SUBDIR += apcupsd
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile
new file mode 100644
index 0000000..4fb74b6
--- /dev/null
+++ b/sysutils/ah-tty/Makefile
@@ -0,0 +1,20 @@
+# Ports collection makefile for: ah-tty
+# Date created: Tue Jun 25, 2002
+# Whom: Michael L. Hostbaek <mich@freebsdcluster.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ah-tty
+PORTVERSION= 0.3.12
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= mich@freebsdcluster.org
+
+GNU_CONFIGURE= yes
+
+MAN1= ah-tty.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/ah-tty/distinfo b/sysutils/ah-tty/distinfo
new file mode 100644
index 0000000..9ae58b9
--- /dev/null
+++ b/sysutils/ah-tty/distinfo
@@ -0,0 +1 @@
+MD5 (ah-tty-0.3.12.tar.gz) = c47f08dfdf9f6bde73175a22e4a22289
diff --git a/sysutils/ah-tty/pkg-comment b/sysutils/ah-tty/pkg-comment
new file mode 100644
index 0000000..e9e282a
--- /dev/null
+++ b/sysutils/ah-tty/pkg-comment
@@ -0,0 +1 @@
+Ah-tty is an automatic helper for command prompts and shells
diff --git a/sysutils/ah-tty/pkg-descr b/sysutils/ah-tty/pkg-descr
new file mode 100644
index 0000000..b2a42ad7
--- /dev/null
+++ b/sysutils/ah-tty/pkg-descr
@@ -0,0 +1,10 @@
+A helpful termulator Emulator - ah-tty provides context-sensitive help
+at a UNIX shell prompt. ah-tty executes an inferior shell, and watches
+the output from the shell and the input to it from the user carefully,
+to determine what is a prompt, and what is actually a command typed by
+the user.
+
+WWW: http://ah-tty.sourceforge.net/
+
+- Michael L. Hostbaek
+mich@freebsdcluster.org
diff --git a/sysutils/ah-tty/pkg-plist b/sysutils/ah-tty/pkg-plist
new file mode 100644
index 0000000..87b3b48
--- /dev/null
+++ b/sysutils/ah-tty/pkg-plist
@@ -0,0 +1,6 @@
+bin/ah-tty
+bin/ah-tty.static
+share/ah-tty.conf
+info/ah-tty.info
+@unexec install-info --delete %D/info/ah-tty.info %D/info/dir
+@exec install-info %D/info/ah-tty.info %D/info/dir
OpenPOWER on IntegriCloud