diff options
author | pat <pat@FreeBSD.org> | 2002-06-27 01:56:06 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-27 01:56:06 +0800 |
commit | a387f3dd65bf940da55960fdde635e556c8bb738 (patch) | |
tree | 8716121a9ad7c8c33755d5f87975482625021409 /sysutils/ah-tty | |
parent | f05ea8d212ee4760cf3b757080ff05d7362220ba (diff) | |
download | freebsd-ports-gnome-a387f3dd65bf940da55960fdde635e556c8bb738.tar.gz freebsd-ports-gnome-a387f3dd65bf940da55960fdde635e556c8bb738.tar.zst freebsd-ports-gnome-a387f3dd65bf940da55960fdde635e556c8bb738.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>
Diffstat (limited to 'sysutils/ah-tty')
-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 |
5 files changed, 38 insertions, 0 deletions
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 |