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

Added Files:
        log4j.info log4j.patch 
Log Message:
log4j from 10.4
update to 1.2.17, latest of the 1.x series

--- NEW FILE: log4j.patch ---
diff -uNr logging-log4j-1.2.9/build.xml logging-log4j-1.2.9-new/build.xml
--- logging-log4j-1.2.9/build.xml       2004-11-01 15:21:14.000000000 -0500
+++ logging-log4j-1.2.9-new/build.xml   2005-05-20 15:06:10.000000000 -0400
@@ -120,13 +120,7 @@
   </target>
 
 
-  <target name="jmxCheck">
-    <available classname="javax.management.MBeanInfo" property="jmx-present">
-      <classpath>
-       <pathelement location="${jmx.jar}"/>
-      </classpath>
-    </available>
-  </target>
+  <target name="jmxCheck" />
   <target name="jmx" depends="jmxCheck" if="jmx-present">
     <echo message="JMX is present."/>
   </target>

--- NEW FILE: log4j.info ---
Package: log4j
Version: 1.2.17
Revision: 2
Type: java(1.6)
Maintainer: Benjamin Reed <lo...@fink.racoonfink.com>
BuildDepends: <<
        ant-base,
        system-java-dev (>= 1.6-1)
<<
Depends: system-java (>= 1.6-1)
Source: http://archive.apache.org/dist/logging/log4j/%v/%n-%v.tar.gz
Source-MD5: 8218714e41ee0c6509dcfeafa2e1f53f
Source-Checksum: SHA1(5cfc7a5b8042fada2d2030f1ddbfd165c769fdc6)
SourceDirectory: apache-%n-%v
CompileScript: <<
        mkdir -p lib
        ant jar javadoc -Djavac.source=1.6 -Djavac.target=1.6
<<
InstallScript: <<
        mkdir -p %i/share/doc/%N
        mv docs/* examples %i/share/doc/%N/
        mv dist/lib/%n-%v.jar dist/lib/%n.jar
<<
JarFiles: dist/lib/*.jar
DocFiles: INSTALL* LICENSE* NOTICE*
Description: Java logging
DescDetail: <<
In case of problems with an application, it is helpful to enable logging so
that the problem can be located.  With log4j it is possible to enable
logging at runtime without modifying the application binary.
<<
Homepage: http://logging.apache.org/log4j/
License: BSD


------------------------------------------------------------------------------
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