summaryrefslogtreecommitdiff
path: root/www/cronolog/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-3/+3
2007-09-25mv -> ${MV}.hira1-3/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-10-02Fixed the path to the Perl interpreter and the manual pages. Bumpedrillig1-8/+10
PKGREVISION. Fixed pkglint warnings.
2006-06-25The directory man/man8 must exist before the man pages can be moved there.rillig1-2/+3
2006-04-08List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam1-2/+2
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.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-07Convert to USE_NEW_TEXINFO.seb1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-10Update to 1.6.2, from Hiramatsu Yoshifumi in PR 21465.wiz1-4/+4
Changes: This version has three new options. -P NAME, --prev-symlink=NAME maintain a symbolic link from NAME to previous log -p PERIOD, --period=PERIOD set the rotation period explicitly -d DELAY, --delay=DELAY set the rotation period delay
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-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-14Drop maintainership - set to packages@netbsd.orgzuntum1-2/+2
2001-04-01Initial import of cronolog-1.6.1zuntum1-0/+23
"cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs.