summaryrefslogtreecommitdiff
path: root/sysutils/rotate
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-03 20:34:35 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-03 20:34:35 +0000
commitc2ad44ed4c16416a57fd947ad085fc721729caf7 (patch)
tree0e4b1a759557f3a324f2344989172242d8fb1f9f /sysutils/rotate
parentUpdate p4web MD5 checksum (diff)
Add rotate 1.1, a simple log rotate perl script.
PR: 22349 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
Notes
Notes: svn path=/head/; revision=35632
Diffstat (limited to 'sysutils/rotate')
-rw-r--r--sysutils/rotate/Makefile18
-rw-r--r--sysutils/rotate/distinfo1
-rw-r--r--sysutils/rotate/pkg-comment1
-rw-r--r--sysutils/rotate/pkg-descr1
-rw-r--r--sysutils/rotate/pkg-plist1
5 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/rotate/Makefile b/sysutils/rotate/Makefile
new file mode 100644
index 000000000000..ade1f2752352
--- /dev/null
+++ b/sysutils/rotate/Makefile
@@ -0,0 +1,18 @@
+# ports collection makefile for: rotate
+# Date created: 2000/10/27
+# Whom: kaz
+#
+# $FreeBSD$
+#
+
+PORTNAME= rotate
+PORTVERSION= 1.1
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/
+
+MAINTAINER= kaz@kobe1995.net
+
+MAN1= rotate.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rotate/distinfo b/sysutils/rotate/distinfo
new file mode 100644
index 000000000000..7ce0e8b36aef
--- /dev/null
+++ b/sysutils/rotate/distinfo
@@ -0,0 +1 @@
+MD5 (rotate-1.1.tar.gz) = 1ecb819180718028f238d096e26e4cb0
diff --git a/sysutils/rotate/pkg-comment b/sysutils/rotate/pkg-comment
new file mode 100644
index 000000000000..b95bb8ad1c39
--- /dev/null
+++ b/sysutils/rotate/pkg-comment
@@ -0,0 +1 @@
+log rotate
diff --git a/sysutils/rotate/pkg-descr b/sysutils/rotate/pkg-descr
new file mode 100644
index 000000000000..b95bb8ad1c39
--- /dev/null
+++ b/sysutils/rotate/pkg-descr
@@ -0,0 +1 @@
+log rotate
diff --git a/sysutils/rotate/pkg-plist b/sysutils/rotate/pkg-plist
new file mode 100644
index 000000000000..eda053f50833
--- /dev/null
+++ b/sysutils/rotate/pkg-plist
@@ -0,0 +1 @@
+bin/rotate