CVS log for ports/java/avalon-logkit/Attic/Makefile
Up to [FreeBSD] / ports / java / avalon-logkit
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Mon May 2 08:32:35 2011 UTC (9 months, 1 week ago) by bapt
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +1 -1 lines
remove unmaintained expired ports from java 2011-05-01 java/avalon-logkit: Upstream disapear and distfile is no more available 2011-05-01 java/gnu-regexp: Upstream disapear and distfile is no more available 2011-05-01 java/jce-aba: Upstream disapear and distfile is no more available 2011-05-01 java/jsdk: Upstream disapear and distfile is no more available
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 15 15:10:42 2011 UTC (10 months, 4 weeks ago) by bapt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -0 lines
Deprecate unmaintained ports from java where upstream disapear and/or where no distfiles can be found and are not used by maintained ports
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:38:26 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 19 20:12:31 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 21 01:09:10 2007 UTC (5 years ago) by hq
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Release maintainership for ports I no longer use.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 1 13:36:46 2004 UTC (7 years, 5 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -19 lines
- Use MASTER_SITE_APACHE - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN - Removed pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:25 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 8 20:50:01 2003 UTC (8 years, 2 months ago) by glewis
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
. Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif. Forgotten by: glewis
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 8 19:47:25 2003 UTC (8 years, 2 months ago) by glewis
Branches: MAIN
New port java/avalon-logkit:
LogKit is a logging toolkit designed for secure performance oriented logging in
applications.
The LogKit provides the following features:
- Decouples LogEvent generation from LogEvent handling.
- Is simple to use and simple to configure.
- Designed with security in mind.
- Allow users fine control of logging based on priority and/or category.
- Has hierarchical logging namespace to enable inheritance of LogTargets and
Priorities.
- Lightweight.
- Designed to be integrated into existing products.
- Performance oriented.
- Enables users to plug in filters to filter out or modify LogEvents before
they are written out.
- Allow users to specify the serialization format of LogEvents via
Formatters.
- Comes with a number of existing LogTargets to ease integration.
- The LogKit has existed for a number years and been used in a number of
different environments which demonstrates it's reliability and stability.
WWW: http://avalon.apache.org/logkit/index.html
PR: 59040
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
