The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD java : jakarta-commons-logging

Generic logging wrapper library

 Jakarta Commons Logging library.

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.  

http://jakarta.apache.org/commons/logging/



jakarta-commons-logging history


v. 1.12
date: 2007/05/19 20:12:52;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.11 date: 2006/05/16 15:43:15; author: hq; state: Exp; lines: +12 -37 - Update to 1.1 - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed
v. 1.10 date: 2005/05/23 14:18:12; author: hq; state: Exp; lines: +6 -5 - Install commons-logging-api.jar - Add 'devel' category to calm portlint Submitted by: thierry
v. 1.9 date: 2004/12/03 01:01:19; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.8 date: 2004/11/29 02:46:40; author: hq; state: Exp; lines: +3 -5 Project is now under the Apache 2.0 license, which is included in the distribution.
v. 1.7 date: 2004/11/28 13:32:55; author: hq; state: Exp; lines: +19 -23 - Update to 1.0.4 - Use %%JAVAJARDIR%% - Use USE_ANT - Chase recent Log4J port rename - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO_CMD - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Various cosmetic improvements
v. 1.6 date: 2004/04/15 20:58:17; author: znerd; state: Exp; lines: +38 -20 Log: - Now using PORTDOCS macro for automated PLIST build (should fix the deinstall issue) - Now using OPTIONS macro for dependency setting: - WITH_LOG4J: Enable Jakarta Log4j log factory (default: on) - WITH_LOGKIT: Enable Avalon LogKit log factory (default: off) - WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off) - Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS is set) - Now using Ant target 'javadoc' (see above) - Fixed an issue with shared JARs not in classpath (by setting ANT_INCLUDE_SHARED_JARS=YES) - Now bsd.java.mk 2.0 compliant - Fixed a bug with ant targets (adding rather than overwriting) - Use JAVAJARDIR everywhere - Fixed the ugly '*' in PORTDOCS - ECHO -> ECHO_CMD - Fixed indentation (previously 4 spaces) - Use MASTER_SITE_APACHE_JAKARTA - Removed the WRKSRC override stuff (it's the default value anyway) PR: 63928 Submitted by: Herve Quiroz
v. 1.5 date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1 Port devel/jakarta-ant was renamed to devel/apache-ant. Reported by: kris Pointy hat to: me
v. 1.4 date: 2003/05/08 09:01:39; author: znerd; state: Exp; lines: +1 -1 Name of JAR file for dependency Log4J changed. Fixed dendency. Submitted by: Herve Quiroz PR: 51788
v. 1.3 date: 2003/04/07 11:39:02; author: znerd; state: Exp; lines: +4 -4 Upgrade to 1.0.3. Fixed comment.
v. 1.2 date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/11/14 10:55:13; author: znerd; state: Exp; New port: Jakarta Commons Logging library. See: http://jakarta.apache.org/commons/logging.html ============================================================================= v. 1.12 date: 2007/05/19 20:12:52; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.11 date: 2006/05/16 15:43:15; author: hq; state: Exp; lines: +12 -37 - Update to 1.1 - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed
v. 1.10 date: 2005/05/23 14:18:12; author: hq; state: Exp; lines: +6 -5 - Install commons-logging-api.jar - Add 'devel' category to calm portlint Submitted by: thierry
v. 1.9 date: 2004/12/03 01:01:19; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.8 date: 2004/11/29 02:46:40; author: hq; state: Exp; lines: +3 -5 Project is now under the Apache 2.0 license, which is included in the distribution.
v. 1.7 date: 2004/11/28 13:32:55; author: hq; state: Exp; lines: +19 -23 - Update to 1.0.4 - Use %%JAVAJARDIR%% - Use USE_ANT - Chase recent Log4J port rename - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO_CMD - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Various cosmetic improvements
v. 1.6 date: 2004/04/15 20:58:17; author: znerd; state: Exp; lines: +38 -20 Log: - Now using PORTDOCS macro for automated PLIST build (should fix the deinstall issue) - Now using OPTIONS macro for dependency setting: - WITH_LOG4J: Enable Jakarta Log4j log factory (default: on) - WITH_LOGKIT: Enable Avalon LogKit log factory (default: off) - WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off) - Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS is set) - Now using Ant target 'javadoc' (see above) - Fixed an issue with shared JARs not in classpath (by setting ANT_INCLUDE_SHARED_JARS=YES) - Now bsd.java.mk 2.0 compliant - Fixed a bug with ant targets (adding rather than overwriting) - Use JAVAJARDIR everywhere - Fixed the ugly '*' in PORTDOCS - ECHO -> ECHO_CMD - Fixed indentation (previously 4 spaces) - Use MASTER_SITE_APACHE_JAKARTA - Removed the WRKSRC override stuff (it's the default value anyway) PR: 63928 Submitted by: Herve Quiroz
v. 1.5 date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1 Port devel/jakarta-ant was renamed to devel/apache-ant. Reported by: kris Pointy hat to: me
v. 1.4 date: 2003/05/08 09:01:39; author: znerd; state: Exp; lines: +1 -1 Name of JAR file for dependency Log4J changed. Fixed dendency. Submitted by: Herve Quiroz PR: 51788
v. 1.3 date: 2003/04/07 11:39:02; author: znerd; state: Exp; lines: +4 -4 Upgrade to 1.0.3. Fixed comment.
v. 1.2 date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/11/14 10:55:13; author: znerd; state: Exp; New port: Jakarta Commons Logging library. See: http://jakarta.apache.org/commons/logging.html ============================================================================= v. 1.12 date: 2007/05/19 20:12:52; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.11 date: 2006/05/16 15:43:15; author: hq; state: Exp; lines: +12 -37 - Update to 1.1 - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed
v. 1.10 date: 2005/05/23 14:18:12; author: hq; state: Exp; lines: +6 -5 - Install commons-logging-api.jar - Add 'devel' category to calm portlint Submitted by: thierry
v. 1.9 date: 2004/12/03 01:01:19; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.8 date: 2004/11/29 02:46:40; author: hq; state: Exp; lines: +3 -5 Project is now under the Apache 2.0 license, which is included in the distribution.
v. 1.7 date: 2004/11/28 13:32:55; author: hq; state: Exp; lines: +19 -23 - Update to 1.0.4 - Use %%JAVAJARDIR%% - Use USE_ANT - Chase recent Log4J port rename - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO_CMD - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Various cosmetic improvements
v. 1.6 date: 2004/04/15 20:58:17; author: znerd; state: Exp; lines: +38 -20 Log: - Now using PORTDOCS macro for automated PLIST build (should fix the deinstall issue) - Now using OPTIONS macro for dependency setting: - WITH_LOG4J: Enable Jakarta Log4j log factory (default: on) - WITH_LOGKIT: Enable Avalon LogKit log factory (default: off) - WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off) - Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS is set) - Now using Ant target 'javadoc' (see above) - Fixed an issue with shared JARs not in classpath (by setting ANT_INCLUDE_SHARED_JARS=YES) - Now bsd.java.mk 2.0 compliant - Fixed a bug with ant targets (adding rather than overwriting) - Use JAVAJARDIR everywhere - Fixed the ugly '*' in PORTDOCS - ECHO -> ECHO_CMD - Fixed indentation (previously 4 spaces) - Use MASTER_SITE_APACHE_JAKARTA - Removed the WRKSRC override stuff (it's the default value anyway) PR: 63928 Submitted by: Herve Quiroz
v. 1.5 date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1 Port devel/jakarta-ant was renamed to devel/apache-ant. Reported by: kris Pointy hat to: me
v. 1.4 date: 2003/05/08 09:01:39; author: znerd; state: Exp; lines: +1 -1 Name of JAR file for dependency Log4J changed. Fixed dendency. Submitted by: Herve Quiroz PR: 51788
v. 1.3 date: 2003/04/07 11:39:02; author: znerd; state: Exp; lines: +4 -4 Upgrade to 1.0.3. Fixed comment.
v. 1.2 date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1 date: 2002/11/14 10:55:13; author: znerd; state: Exp; New port: Jakarta Commons Logging library. See: http://jakarta.apache.org/commons/logging.html =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm