diff options
Diffstat (limited to 'java/avalon-logkit')
-rw-r--r-- | java/avalon-logkit/Makefile | 46 | ||||
-rw-r--r-- | java/avalon-logkit/distinfo | 2 | ||||
-rw-r--r-- | java/avalon-logkit/pkg-descr | 22 |
3 files changed, 0 insertions, 70 deletions
diff --git a/java/avalon-logkit/Makefile b/java/avalon-logkit/Makefile deleted file mode 100644 index 48101586adc8..000000000000 --- a/java/avalon-logkit/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Ports collection makefile for: Avalon LogKit -# Date created: 06 November 2003 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# -# $FreeBSD$ -# - -PORTNAME= logkit -PORTVERSION= 1.2 -PORTREVISION= 3 -CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= avalon/${PORTNAME:S,-,/,}/binaries -PKGNAMEPREFIX= avalon- -DISTNAME= LogKit-${PORTVERSION}-bin - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java toolkit designed for secure performance oriented logging - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_JAVA= YES -JAVA_VERSION= 1.3+ -NO_BUILD= YES - -WRKSRC= ${WRKDIR}/LogKit-${PORTVERSION} -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar - -.if !defined(NOPORTDOCS) -PORTDOCS= api changes.html css features.html images index.html whitepaper.html -.endif - -do-install: - @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar - @${ECHO_MSG} " [DONE]" -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing documentation..." - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/docs && ${FIND} ${PORTDOCS} \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 - @${ECHO_MSG} " [DONE]" -.endif - -.include <bsd.port.mk> diff --git a/java/avalon-logkit/distinfo b/java/avalon-logkit/distinfo deleted file mode 100644 index 80c9da903a6f..000000000000 --- a/java/avalon-logkit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (LogKit-1.2-bin.tar.gz) = f9efafe246a4b35a4067f60611cfd6d27adc5e4822cc042f03455ad2e4a85858 -SIZE (LogKit-1.2-bin.tar.gz) = 213277 diff --git a/java/avalon-logkit/pkg-descr b/java/avalon-logkit/pkg-descr deleted file mode 100644 index 919d61a5a537..000000000000 --- a/java/avalon-logkit/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -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 |