SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
sysutils/superscript/Makefile
Normal file
18
sysutils/superscript/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= extended script command
|
||||
|
||||
DISTNAME= superscript-0.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://distfiles.sigtrap.nl/
|
||||
|
||||
|
||||
WANTLIB= c util
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/superscript ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/superscript.1 ${PREFIX}/man/man1
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/superscript/distinfo
Normal file
2
sysutils/superscript/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (superscript-0.0.tar.gz) = qzflQ2bgn3YM3oXMXOVitDXfqUe4lYb7Win+zmxH95Q=
|
||||
SIZE (superscript-0.0.tar.gz) = 4665
|
19
sysutils/superscript/patches/patch-superscript_c
Normal file
19
sysutils/superscript/patches/patch-superscript_c
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- superscript.c.orig Tue Sep 27 11:59:40 2005
|
||||
+++ superscript.c Mon Mar 16 16:03:19 2015
|
||||
@@ -69,7 +69,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <termios.h>
|
||||
-#include <tzfile.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <util.h>
|
||||
@@ -305,7 +304,7 @@ dooutput(const char *fname, int oflg, int silent)
|
||||
sa.sa_handler = scriptflush;
|
||||
(void)sigaction(SIGALRM, &sa, NULL);
|
||||
|
||||
- value.it_interval.tv_sec = SECSPERMIN / 2;
|
||||
+ value.it_interval.tv_sec = 30;
|
||||
value.it_interval.tv_usec = 0;
|
||||
value.it_value = value.it_interval;
|
||||
(void)setitimer(ITIMER_REAL, &value, NULL);
|
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.
|
2
sysutils/superscript/pkg/PLIST
Normal file
2
sysutils/superscript/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/superscript
|
||||
@man man/man1/superscript.1
|
Loading…
Add table
Add a link
Reference in a new issue