Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
sysutils/logrot/DESCR Normal file
View File

@@ -0,0 +1,6 @@
logrot rotates log files in a safe (almost atomic) manner.
The name of the rotated file and its destination directory
are configurable. Signals may be sent to processes determined
from a pid file, or arbitrary commands may be executed upon
rotation. Optional pre-processing, compression, and post-
processing is supported.

20
sysutils/logrot/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:11 asau Exp $
#
DISTNAME= logrot-1.7
CATEGORIES= sysutils
MASTER_SITES= http://www.mewburn.net/luke/src/
MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.mewburn.net/luke/software.html
COMMENT= Rotate log files in a safe and configurable manner
GNU_CONFIGURE= YES
OPSYSVARS+= CONFIGURE_ARGS
CONFIGURE_ARGS.NetBSD+= --with-pidfile=/var/run/syslogd.pid
INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

3
sysutils/logrot/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:25 zuntum Exp $
bin/logrot
man/man1/logrot.1

5
sysutils/logrot/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2005/05/30 04:05:46 lukem Exp $
SHA1 (logrot-1.7.tar.gz) = 854f1b20c7ebeb22fc9fef455c05b1044c68338f
RMD160 (logrot-1.7.tar.gz) = a3781410064a9b229766021f2c8bb2e7bc811489
Size (logrot-1.7.tar.gz) = 35618 bytes