Add rotate 1.1, a simple log rotate perl script.
PR: 22349 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
This commit is contained in:
parent
1ede837631
commit
c2ad44ed4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35632
@ -76,6 +76,7 @@
|
||||
SUBDIR += psmisc
|
||||
SUBDIR += pwgen
|
||||
SUBDIR += rdate
|
||||
SUBDIR += rotate
|
||||
SUBDIR += rtty
|
||||
SUBDIR += roottail
|
||||
SUBDIR += ruby-syslog
|
||||
|
18
sysutils/rotate/Makefile
Normal file
18
sysutils/rotate/Makefile
Normal file
@ -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>
|
1
sysutils/rotate/distinfo
Normal file
1
sysutils/rotate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rotate-1.1.tar.gz) = 1ecb819180718028f238d096e26e4cb0
|
1
sysutils/rotate/pkg-comment
Normal file
1
sysutils/rotate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
log rotate
|
1
sysutils/rotate/pkg-descr
Normal file
1
sysutils/rotate/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
log rotate
|
1
sysutils/rotate/pkg-plist
Normal file
1
sysutils/rotate/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/rotate
|
Loading…
Reference in New Issue
Block a user