superscript is an extended script, with a set of options I find useful
(code by me), but which isn't suitable for src/...
This commit is contained in:
parent
145c6367de
commit
56cb5fdbec
23
sysutils/superscript/Makefile
Normal file
23
sysutils/superscript/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/29 09:45:49 espie Exp $
|
||||
|
||||
COMMENT= "extended script command"
|
||||
|
||||
DISTNAME= superscript-0.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://quatramaran.ens.fr/pub/espie/
|
||||
|
||||
|
||||
WANTLIB= c util
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/superscript ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/superscript.1 ${PREFIX}/man/man1
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
sysutils/superscript/distinfo
Normal file
4
sysutils/superscript/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (superscript-0.0.tar.gz) = 93b78e41e73d48fd03a68dd147ecdbd8
|
||||
RMD160 (superscript-0.0.tar.gz) = 7ac31c570aa5f61dcda5ba02175d547951caa204
|
||||
SHA1 (superscript-0.0.tar.gz) = 3ff7009f4dde4b70a449b8ebcacc97a2a4cc3ab3
|
||||
SIZE (superscript-0.0.tar.gz) = 4665
|
4
sysutils/superscript/pkg/DESCR
Normal file
4
sysutils/superscript/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
superscript is a superset of the script(1) command, containing
|
||||
some useful options such as -p. Instead of first logging a
|
||||
session to a file and then analysing it, it becomes possible
|
||||
to log the commands in real time.
|
3
sysutils/superscript/pkg/PLIST
Normal file
3
sysutils/superscript/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/29 09:45:49 espie Exp $
|
||||
bin/superscript
|
||||
@man man/man1/superscript.1
|
Loading…
Reference in New Issue
Block a user