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>
This commit is contained in:
parent
117885103b
commit
0c018b7baa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62035
6 changed files with 39 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
SUBDIR += LPRngTool
|
||||
SUBDIR += abck
|
||||
SUBDIR += afio
|
||||
SUBDIR += ah-tty
|
||||
SUBDIR += and
|
||||
SUBDIR += anteater
|
||||
SUBDIR += apcupsd
|
||||
|
|
20
sysutils/ah-tty/Makefile
Normal file
20
sysutils/ah-tty/Makefile
Normal file
|
@ -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>
|
1
sysutils/ah-tty/distinfo
Normal file
1
sysutils/ah-tty/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ah-tty-0.3.12.tar.gz) = c47f08dfdf9f6bde73175a22e4a22289
|
1
sysutils/ah-tty/pkg-comment
Normal file
1
sysutils/ah-tty/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Ah-tty is an automatic helper for command prompts and shells
|
10
sysutils/ah-tty/pkg-descr
Normal file
10
sysutils/ah-tty/pkg-descr
Normal file
|
@ -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
|
6
sysutils/ah-tty/pkg-plist
Normal file
6
sysutils/ah-tty/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue