Wed Apr 27 15:05:06 2011 UTC ()
Import log4cplus version 1.0.4.

Note that the 2-clause-bsd is not identical. (I know there are
hundreds of different BSD licenses -- we should not track them all.)

The DESCRiption follows:

Log4cplus provides a port of the log4j logging framework for C++.

Log4cplus is a featureful log facility with various filters, run-time
re-configurations, and Wide Character (UNICODE) support.  It provides
log levels, hierarchal loggers, NDC (Nested Diagnostic Context),
and log rotation support. It can log to the console, files, syslog,
Windows events, or via sockets.

Status:

Vendor Tag:	TNF
Release Tags:	pkg-base


(reed)
diff -r0 -r1.1.1.1 pkgsrc/devel/log4cplus/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/log4cplus/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/log4cplus/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/log4cplus/DESCR

File Added: pkgsrc/devel/log4cplus/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/04/27 15:05:06 reed Exp $
#

DISTNAME=	log4cplus-1.0.4
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=log4cplus/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	reed@reedmedia.net
HOMEPAGE=	http://log4cplus.sourceforge.net/
COMMENT=	Logging API for C++
LICENSE=	apache-2.0 AND 2-clause-bsd

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_LANGUAGES=	c c++	# C for configure
PKG_DESTDIR_SUPPORT=	user-destdir

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/log4cplus/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/27 15:05:06 reed Exp $
include/log4cplus/appender.h
include/log4cplus/config.hxx
include/log4cplus/config/defines.hxx
include/log4cplus/config/macosx.h
include/log4cplus/config/win32.h
include/log4cplus/configurator.h
include/log4cplus/consoleappender.h
include/log4cplus/fileappender.h
include/log4cplus/fstreams.h
include/log4cplus/helpers/appenderattachableimpl.h
include/log4cplus/helpers/loglog.h
include/log4cplus/helpers/logloguser.h
include/log4cplus/helpers/pointer.h
include/log4cplus/helpers/property.h
include/log4cplus/helpers/sleep.h
include/log4cplus/helpers/socket.h
include/log4cplus/helpers/socketbuffer.h
include/log4cplus/helpers/stringhelper.h
include/log4cplus/helpers/syncprims-pthreads.h
include/log4cplus/helpers/syncprims.h
include/log4cplus/helpers/thread-config.h
include/log4cplus/helpers/threads.h
include/log4cplus/helpers/timehelper.h
include/log4cplus/hierarchy.h
include/log4cplus/hierarchylocker.h
include/log4cplus/layout.h
include/log4cplus/logger.h
include/log4cplus/loggingmacros.h
include/log4cplus/loglevel.h
include/log4cplus/ndc.h
include/log4cplus/nullappender.h
include/log4cplus/socketappender.h
include/log4cplus/spi/appenderattachable.h
include/log4cplus/spi/factory.h
include/log4cplus/spi/filter.h
include/log4cplus/spi/loggerfactory.h
include/log4cplus/spi/loggerimpl.h
include/log4cplus/spi/loggingevent.h
include/log4cplus/spi/objectregistry.h
include/log4cplus/spi/rootlogger.h
include/log4cplus/streams.h
include/log4cplus/syslogappender.h
include/log4cplus/tstring.h
include/log4cplus/version.h
lib/liblog4cplus.la

File Added: pkgsrc/devel/log4cplus/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/04/27 15:05:06 reed Exp $

SHA1 (log4cplus-1.0.4.tar.bz2) = b8ca1b01b23788ac04f25a7bdaaaca7e366c7312
RMD160 (log4cplus-1.0.4.tar.bz2) = ce93517a1afa9d38180d23e80ac602e2a738bc19
Size (log4cplus-1.0.4.tar.bz2) = 420708 bytes

File Added: pkgsrc/devel/log4cplus/DESCR
Log4cplus provides a port of the log4j logging framework for C++.

Log4cplus is a featureful log facility with various filters, run-time
re-configurations, and Wide Character (UNICODE) support.  It provides
log levels, hierarchal loggers, NDC (Nested Diagnostic Context),
and log rotation support. It can log to the console, files, syslog,
Windows events, or via sockets.