mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Despite the GPL-2 COPYING file, the project's license appears to be Apache 1.0. The original domain is gone so switch the homepage to what appears to be a legitimate though seemingly abandoned GitHub repository.
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name cronolog
|
|
conflicts cronolog-devel
|
|
version 1.6.2
|
|
revision 0
|
|
checksums rmd160 6181c14e69a419c633950274c3c112f6bd784f9e \
|
|
sha256 65e91607643e5aa5b336f17636fa474eb6669acc89288e72feb2f54a27edb88e \
|
|
size 133591
|
|
|
|
categories sysutils
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
# https://github.com/fordmason/cronolog/issues/9
|
|
license Apache-1
|
|
|
|
description cronolog is a web log rotation program
|
|
|
|
long_description cronolog is a simple filter program that reads log file \
|
|
entries from standard input and writes each entry to the \
|
|
output file specified by a filename template and the \
|
|
current date and time. When the expanded filename \
|
|
changes, the current file is closed and a new one opened.
|
|
|
|
homepage https://github.com/fordmason/cronolog
|
|
master_sites macports_distfiles
|
|
|
|
patchfiles implicit.patch
|
|
|
|
configure.args --mandir=${prefix}/share/man \
|
|
--infodir=${prefix}/share/info
|
|
|
|
livecheck.type none
|