summaryrefslogtreecommitdiff
path: root/sysutils/sarah
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-01-10 19:31:24 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-01-10 19:31:24 +0000
commit6789bd2f425393ee792bfc1a52d45eb31f516a9f (patch)
tree7bc82dfd13df74a01080f09883795e0246f90982 /sysutils/sarah
parentUpdate to 3.0 beta 21. (diff)
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.
Notes
Notes: svn path=/head/; revision=24626
Diffstat (limited to 'sysutils/sarah')
-rw-r--r--sysutils/sarah/Makefile27
-rw-r--r--sysutils/sarah/distinfo1
-rw-r--r--sysutils/sarah/pkg-comment1
-rw-r--r--sysutils/sarah/pkg-descr3
-rw-r--r--sysutils/sarah/pkg-plist2
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