aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cronolog-devel
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/cronolog-devel: Move manpages to share/manChris Hutchinson2024-03-022-12/+11
| | | | PR: 277322
* */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITESDaniel Engberg2024-01-131-2/+0
| | | | | | | Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
* */*: Mark all ports that uses bsdforge.com in MASTER_SITES brokenDaniel Engberg2024-01-041-0/+2
| | | | | | | | | The domain bsdforge.com has expired, mark all ports that only uses bsdforge.com as broken (unfetchable). Additionally set ports that uses bsdforge.com as primary site and have broken mirrors as broken too as they're also unfetchable. Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch MASTER_SITES and WWW to https in Chris' ports.Raphael Kubo da Costa2019-10-192-2/+2
| | | | | | | | PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=514793
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* sysutils/cronolog-devel: update 1.7.0 -> 1.7.1Jason Unovitch2016-02-132-4/+3
| | | | | | | | PR: 206957 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=408829
* - Pass maintainership to submitterMartin Wilke2015-12-223-6/+11
| | | | | | | | | | | | | | - Add LICENSE - USE tar:xz - Update WWW PR: 204920 Submitted by: Chris Hutchinson Approved by: mat (mentor) Differential Revision: D4658 Notes: svn path=/head/; revision=404218
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Release maintainershipBryan Drewery2015-05-011-1/+1
| | | | Notes: svn path=/head/; revision=385151
* - Take maintainershipBryan Drewery2013-10-201-5/+5
| | | | | | | | - Convert to staging - Remove indefinite article from COMMENT Notes: svn path=/head/; revision=330951
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - reset maintainer to heapJason Helfman2012-10-031-6/+1
| | | | Notes: svn path=/head/; revision=305180
* move contributor address => jghJason Helfman2011-12-201-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=287744
* - Remove garbagePav Lucistnik2010-12-286-361/+0
| | | | | | | Pointy hat to: beech Notes: svn path=/head/; revision=267093
* New port, cronolog-develBeech Rintoul2010-12-2810-0/+429
"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. "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. E.g.: TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log" ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log" would instruct Apache to pipe its access and error log messages into separate copies of cronolog, which would create new log files each day in a directory hierarchy structured by date, i.e. on 31 December 1996 messages would be written to: /www/logs/1996/12/31/access.log /www/logs/1996/12/31/errors.log After midnight the following files would be used: /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log WWW: http://cronolog.org/ PR: ports/152794 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Approved by: itetcu (mentor) (implicit) Notes: svn path=/head/; revision=267090