diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:56:06 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:56:06 +0000 |
commit | 0c018b7baadf960edf7dc36ee0f23fa39303009f (patch) | |
tree | 859346926e80554b9e68e502c9d74a50ac790dd5 | |
parent | 117885103b21bc47e3ffc6ba8fd64fdcff4be4ac (diff) | |
download | freebsd-ports-0c018b7baadf960edf7dc36ee0f23fa39303009f.zip |
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>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ah-tty/Makefile | 20 | ||||
-rw-r--r-- | sysutils/ah-tty/distinfo | 1 | ||||
-rw-r--r-- | sysutils/ah-tty/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/ah-tty/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/ah-tty/pkg-plist | 6 |
6 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a0baac17c914..c91e4214ebda 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 000000000000..4fb74b63a7a2 --- /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 000000000000..9ae58b981d55 --- /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 000000000000..e9e282a42592 --- /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 000000000000..b2a42ad798fb --- /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 000000000000..87b3b48b5295 --- /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 |