mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name log4jdbc
|
|
version 1.1
|
|
|
|
categories java
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description JDBC driver that can log SQL and/or JDBC calls
|
|
long_description Log4jdbc is a Java JDBC driver that can log SQL \
|
|
and/or JDBC calls (and optionally SQL timing \
|
|
information) for other JDBC drivers using the \
|
|
Simple Logging Facade For Java (SLF4J) logging \ system.
|
|
homepage http://log4jdbc.sourceforge.net/
|
|
|
|
master_sites sourceforge
|
|
use_zip yes
|
|
checksums md5 50ac9cb62a9bb05d001f0a670fc043f1 \
|
|
sha1 c8311c87e96d90b54615428be7d11539d8900c84 \
|
|
rmd160 64282b67b4b87f979711495690c7b60044367716
|
|
|
|
depends_lib bin:java:kaffe \
|
|
port:slf4j
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
# Ensure needed directories
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/java \
|
|
${destroot}${prefix}/share/doc/
|
|
|
|
foreach f { 3 4 } {
|
|
file copy ${worksrcpath}/build/${name}${f}-${version}.jar \
|
|
${destroot}${prefix}/share/java/${name}${f}.jar
|
|
}
|
|
|
|
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
|
|
}
|
|
|
|
livecheck.type sourceforge
|
|
livecheck.name ${name}
|