summaryrefslogtreecommitdiff
path: root/sysutils/sarah
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-09-29Update to 0.9.1b:wiz2-14/+12
v 0.9.1b 2004/02/06 * fixed bug introduced 2004/02/05 which caused true default options, such as INCDEPTH, to be destroyed when new options blocks are defined v 0.9b 2004/02/05 * fixed bug that caused some duplicate definitions of directives to add to previous definitions, rather than replace them bug id 631657 * fixed OPTION->INDEX to report an error if an invalid INDEX value is specified * directives can now be specified with no data. Combined with the above fix for duplicate directives, this has the effect that any directive can now be unset, even when originally specified in the OPTIONS block bug id 631660 * fixed bug that would result in syslogd being signalled on every execution of sarah bug id 891554 * fixed output in verbose mode that would cause sarah to try to print file type as well as permissions when doing a chmod on rotated files 2002/05/10 * fixed bug introduced on 2002/05/06 that causes sarah to die in mid-rotation if DATE indexing is used. * complete rewrite of log rotation logic -- old bug would cause logs to always rotate when SIZELOGIC is OR, DATE is defined, and SIZE is not defined 2002/05/06 * changed the way day-of-week matching is done to fix support for OSes that don't comply with XPG4, such as Solaris pre-8.0 2002/02/28 * SIZE directive takes magnitude attribute (deprecated SIZEMOD) v 0.8b 2002/02/13 * SARAH now released under the GNU GPL. Added and changed licensing information in the necessary places. Use pkgsrc config file handling framework.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-02-21Set MAINTAINER to packages@netbsd.orgzuntum1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31o use REPLACE_PERLzuntum3-16/+15
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah Update sarah to 0.7b Changes: v 0.7b 2001/10/01 * all directives may now be specified within an OPTIONS{} block to set defaults * when both '-c' and '-V' options are used, sarah will dump interpreted config file(s) to STDOUT * fixed archive rotation bug: a regex to match file.log.xx would also match myfile.log.xx, causing rotation of file.log to fail v 0.6b 2001/02/09 * added INDEX command to allow date-based archive naming * added quiet mode (-q argument) v 0.5b 2001/01/04 * fixed timing bug -- DATE based log rotations would fail if the minute changed during the run
2001-06-11Fix LICENSE. s/distribution/redistribution/. Pointed out byjtb1-2/+2
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-05LICENSE=limited-redistribution. Add restrictions.jtb1-1/+8
From the README file: Licensing for the current version of sarah is quite simple: I (Matthew Pounsett) retain all rights to this code. Anyone is free to use sarah, but it may not be redistributed either in its original or any modified form without the permission of the author (me). A more reasonable license will be distributed with later versions of sarah (probably with the first non-beta release).
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-13Oops, accidentally I placed "@comment NetBSD" twice in PLISTzuntum1-2/+1
2001-03-13Initial import of sarah 0.4b provided in pkg/12015 by me.zuntum4-0/+47
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.