From 572cc3d1b6651f6693ea4734fd4f4b2e0d9cdbc0 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 3 Dec 2000 20:34:35 +0000 Subject: Add rotate 1.1, a simple log rotate perl script. PR: 22349 Submitted by: NAKAMURA Kazushi --- sysutils/rotate/Makefile | 18 ++++++++++++++++++ sysutils/rotate/distinfo | 1 + sysutils/rotate/pkg-comment | 1 + sysutils/rotate/pkg-descr | 1 + sysutils/rotate/pkg-plist | 1 + 5 files changed, 22 insertions(+) create mode 100644 sysutils/rotate/Makefile create mode 100644 sysutils/rotate/distinfo create mode 100644 sysutils/rotate/pkg-comment create mode 100644 sysutils/rotate/pkg-descr create mode 100644 sysutils/rotate/pkg-plist (limited to 'sysutils/rotate') diff --git a/sysutils/rotate/Makefile b/sysutils/rotate/Makefile new file mode 100644 index 0000000..ade1f27 --- /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 diff --git a/sysutils/rotate/distinfo b/sysutils/rotate/distinfo new file mode 100644 index 0000000..7ce0e8b --- /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 0000000..b95bb8a --- /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 0000000..b95bb8a --- /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 0000000..eda053f --- /dev/null +++ b/sysutils/rotate/pkg-plist @@ -0,0 +1 @@ +bin/rotate -- cgit v1.1