description Java logging API
long_description With log4j it is possible to enable logging at \
runtime without modifying the application binary. The log4j package \
is designed so that these statements can remain in shipped code \
without incurring a heavy performance cost. Logging behavior can \
be controlled by editing a configuration file, without touching \
homepage https://logging.apache.org/
distname apache-log4j-${version}
master_sites apache:logging/log4j/${version}
checksums md5 8e331a930d0b56280a1c66a00621b3a3 \
sha1 5d0547046eceedcd4bd9e816a93540dbf8f4ca93 \
rmd160 b80cd2d55e10322e7903ffb355d36c93daceece6
depends_build port:apache-ant \
xinstall -m 755 -d ${destroot}${prefix}/share/java/ \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/log4j-${version}.jar \
${destroot}${prefix}/share/java/jakarta-log4j.jar
foreach f {LICENSE NOTICE contribs examples site} {
file copy ${worksrcpath}/${f} \
${destroot}${prefix}/share/doc/${name}/${f}
ln -s site/apidocs ${destroot}${prefix}/share/doc/${name}/api
livecheck.url http://apache.crihan.fr/dist/logging/log4j/
livecheck.regex {>(\d+(?:\.\d+)*)\/}