diff options
author | Daniel Baker <dbaker@FreeBSD.org> | 2000-01-10 19:31:24 +0000 |
---|---|---|
committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-01-10 19:31:24 +0000 |
commit | 6789bd2f425393ee792bfc1a52d45eb31f516a9f (patch) | |
tree | 7bc82dfd13df74a01080f09883795e0246f90982 /sysutils/sarah | |
parent | cb1f7778c8dc68720d6efa77e47573d04cfe6dc5 (diff) | |
download | ports-6789bd2f425393ee792bfc1a52d45eb31f516a9f.tar.gz ports-6789bd2f425393ee792bfc1a52d45eb31f516a9f.zip |
Notes
Diffstat (limited to 'sysutils/sarah')
-rw-r--r-- | sysutils/sarah/Makefile | 27 | ||||
-rw-r--r-- | sysutils/sarah/distinfo | 1 | ||||
-rw-r--r-- | sysutils/sarah/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/sarah/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/sarah/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile new file mode 100644 index 000000000000..d469de760195 --- /dev/null +++ b/sysutils/sarah/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sarah +# Version required: 0.1b +# Date created: 10 Jan 2000 +# Whom: Matthew Pounsett <mattp@conundrum.com> +# +# $FreeBSD$ +# + +DISTNAME= sarah-0.1b +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ + +MAINTAINER= mattp@conundrum.com + +MAN1= sarah.1 +USE_PERL5= yes +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_SCRIPT} sarah ${PREFIX}/bin + cd ${WRKSRC} && \ + ${INSTALL_DATA} sarah.conf.sample ${PREFIX}/etc + cd ${WRKSRC} && \ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/sarah/distinfo b/sysutils/sarah/distinfo new file mode 100644 index 000000000000..a0b77e7bc5a6 --- /dev/null +++ b/sysutils/sarah/distinfo @@ -0,0 +1 @@ +MD5 (sarah-0.1b.tar.gz) = b26ff4543af084ecd76cf65b18caa824 diff --git a/sysutils/sarah/pkg-comment b/sysutils/sarah/pkg-comment new file mode 100644 index 000000000000..23dff64e5b79 --- /dev/null +++ b/sysutils/sarah/pkg-comment @@ -0,0 +1 @@ +Syslog automated Rotation and Archive Handler diff --git a/sysutils/sarah/pkg-descr b/sysutils/sarah/pkg-descr new file mode 100644 index 000000000000..d548c6244dc9 --- /dev/null +++ b/sysutils/sarah/pkg-descr @@ -0,0 +1,3 @@ +Sarah is a program which is used to trim, rotate, archive and delete log +files. It is meant to run periodically out of cron, determining what to do +based on a configuration file. diff --git a/sysutils/sarah/pkg-plist b/sysutils/sarah/pkg-plist new file mode 100644 index 000000000000..7f7969ba6313 --- /dev/null +++ b/sysutils/sarah/pkg-plist @@ -0,0 +1,2 @@ +bin/sarah +etc/sarah.conf.sample |