Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31405

Added Files:
        commons-logging.info 
Log Message:
commons-logging 1.1.1 from 10.4

--- NEW FILE: commons-logging.info ---
Package: commons-logging
Version: 1.1.1
Revision: 1
Description: Jakarta Commons - Logging
Type: java(1.6)
License: BSD
Maintainer: Benjamin Reed <commons-logg...@fink.raccoonfink.com>

Depends: <<
        log4j (>= 1.2-1),
        system-java (>= 1.6-1)
<<
BuildDepends: <<
        ant-base (>= 1.8.1-1),
        jakarta-servletapi,
        log4j (>= 1.2-1),
        fink (>= 0.29.7-1),
        fink-mirrors (>= 0.22.1.1-1),
        system-java-dev (>= 1.6-1)
<<

Source: mirror:apache:jakarta/commons/logging/source/%n-%v-src.tar.gz
Source-MD5: e5cfa8cca13152d7545fde6b1783c60a
Source2: mirror:apache:avalon/avalon-framework/v4.1.3/avalon-framework-4.1.3.jar
Source2-MD5: bef9f9be8ba066273fdef72b3503a307
Source3: http://www.ibiblio.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.jar
Source3-MD5: 32240100a5c15d53f00392fae4b0aab7
SourceDirectory: %n-%v-src

UseMaxBuildJobs: true
CompileScript: <<
        #!/bin/sh -ev
        
        export 
CLASSPATH=`pwd`/../avalon-framework-4.1.3.jar:`pwd`/../logkit-1.0.1.jar:"$CLASSPATH"
        ant compile -Dlog4j12.jar=%p/share/java/log4j/log4j.jar \
        -Djunit.jar=%p/share/java/junit/junit.jar \
        -Dlogkit.jar=`pwd`/../logkit-1.0.1.jar \
        -Davalon-framework.jar=`pwd`/../avalon-framework-4.1.3.jar \
        -Dservletapi.jar=%p/share/java/jakarta-servletapi/servlet.jar \
        -Dcore.jar.name=%n.jar \
        -Dapi.jar.name=%n-api.jar \
        -Dadapters.jar.name=%n-adapters.jar \
        -Dsource.version=1.4 \
        -Dtarget.version=1.6
        javadoc -sourcepath src/java -d api `find src/java -name \*.java`
<<

InstallScript: <<
        mkdir -p %i/share/doc/%N
        mv api %i/share/doc/%N/
<<
JarFiles: target/*.jar
DocFiles: *.html *.txt

Homepage: http://jakarta.apache.org/commons/logging.html
DescDetail: <<
There is a great need for debugging and logging information inside of
Commons components such as HTTPClient and DBCP.  However, there are
many logging APIs out there and it is difficult to choose among them.

The Logging package is an ultra-thin bridge between different logging
libraries.  Commons components may use the Logging API to remove
compile-time and run-time dependencies on any particular logging
package, and contributors may write Log implementations for the
library of their choice.
<<



------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to