diff options
author | dbaker <dbaker@FreeBSD.org> | 2000-01-11 03:31:24 +0800 |
---|---|---|
committer | dbaker <dbaker@FreeBSD.org> | 2000-01-11 03:31:24 +0800 |
commit | eb1d7e3439934fd179379ea3e7a79d1e12f49aaf (patch) | |
tree | 7dddd53f3dea3501bb23b20fada7bb1088eea2b2 | |
parent | cc73c55cfec4af9e502f8af1a7abed291d4462db (diff) | |
download | freebsd-ports-gnome-eb1d7e3439934fd179379ea3e7a79d1e12f49aaf.tar.gz freebsd-ports-gnome-eb1d7e3439934fd179379ea3e7a79d1e12f49aaf.tar.zst freebsd-ports-gnome-eb1d7e3439934fd179379ea3e7a79d1e12f49aaf.zip |
Import of new port sarah into sysutils.
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.
Sarah is designd to be an optional replacment for newsyslog, depending
on your needs.
Mmmmm, SMG.
-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 |