From 56cb5fdbec2a92f77df6470981b30e996f520792 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 29 Oct 2005 09:45:49 +0000 Subject: [PATCH] superscript is an extended script, with a set of options I find useful (code by me), but which isn't suitable for src/... --- sysutils/superscript/Makefile | 23 +++++++++++++++++++++++ sysutils/superscript/distinfo | 4 ++++ sysutils/superscript/pkg/DESCR | 4 ++++ sysutils/superscript/pkg/PLIST | 3 +++ 4 files changed, 34 insertions(+) create mode 100644 sysutils/superscript/Makefile create mode 100644 sysutils/superscript/distinfo create mode 100644 sysutils/superscript/pkg/DESCR create mode 100644 sysutils/superscript/pkg/PLIST diff --git a/sysutils/superscript/Makefile b/sysutils/superscript/Makefile new file mode 100644 index 00000000000..264df5f71e4 --- /dev/null +++ b/sysutils/superscript/Makefile @@ -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 diff --git a/sysutils/superscript/distinfo b/sysutils/superscript/distinfo new file mode 100644 index 00000000000..a9046a5d437 --- /dev/null +++ b/sysutils/superscript/distinfo @@ -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 diff --git a/sysutils/superscript/pkg/DESCR b/sysutils/superscript/pkg/DESCR new file mode 100644 index 00000000000..f8e71746cbf --- /dev/null +++ b/sysutils/superscript/pkg/DESCR @@ -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. diff --git a/sysutils/superscript/pkg/PLIST b/sysutils/superscript/pkg/PLIST new file mode 100644 index 00000000000..f053cdf154e --- /dev/null +++ b/sysutils/superscript/pkg/PLIST @@ -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