Date: Fri, 3 Dec 2004 08:44:48 GMT From: Petri Tötterman <petri.totterman@hmv.fi> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/74642: New port: devel/log4cplus C++ logging API, similar to log4j - CORRECTED ports/74033 Message-ID: <200412030844.iB38imL3030328@www.freebsd.org> Resent-Message-ID: <200412030850.iB38oCCT028774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74642 >Category: ports >Synopsis: New port: devel/log4cplus C++ logging API, similar to log4j - CORRECTED ports/74033 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 08:50:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Petri Tötterman >Release: FreeBSD 4.8-RELEASE i386 >Organization: HM&V Research >Environment: System: FreeBSD hmvbalder.novogroup.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Sep 5 16:19:28 EEST 2003 pbt@hmvserver.novogroup.com:/usr/src/sys/compile/HMVSERVER i386 >Description: This is a port of log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. This is a corrected version of PR ports/74033 which I sent in November 2004. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /home/pbt/ports/devel/log4cplus # /home/pbt/ports/devel/log4cplus/distinfo # /home/pbt/ports/devel/log4cplus/Makefile # /home/pbt/ports/devel/log4cplus/pkg-descr # /home/pbt/ports/devel/log4cplus/pkg-plist # echo c - /home/pbt/ports/devel/log4cplus mkdir -p /home/pbt/ports/devel/log4cplus > /dev/null 2>&1 echo x - /home/pbt/ports/devel/log4cplus/distinfo sed 's/^X//' >/home/pbt/ports/devel/log4cplus/distinfo << 'END-of-/home/pbt/ports/devel/log4cplus/distinfo' XMD5 (log4cplus-1.0.2.tar.gz) = 0924064f529fd9ac39bbda341ef87d43 XSIZE (log4cplus-1.0.2.tar.gz) = 539550 XMD5 (log4cplus-1.0.2-docs.tar.gz) = 8fd35fd445edaf6c4d21bd4b929fa89b XSIZE (log4cplus-1.0.2-docs.tar.gz) = 878960 END-of-/home/pbt/ports/devel/log4cplus/distinfo echo x - /home/pbt/ports/devel/log4cplus/Makefile sed 's/^X//' >/home/pbt/ports/devel/log4cplus/Makefile << 'END-of-/home/pbt/ports/devel/log4cplus/Makefile' X# New ports collection makefile for: log4cplus X# Date created: 16 November 2004 X# Whom: Petri Totterman <petri.totterman@hmv.fi> X# X# $FreeBSD$ X# X XPORTNAME= log4cplus XPORTVERSION= 1.0.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= log4cplus XDISTFILES= log4cplus-1.0.2.tar.gz log4cplus-1.0.2-docs.tar.gz X XMAINTAINER= petri.totterman@hmv.fi XCOMMENT= A logging library for C++ X XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER= 15 XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV += CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" X X.if !defined(NOPORTDOCS) XPORTDOCS= * X.endif X Xpost-install: X @${INSTALL_DATA} ${WRKSRC}/license.apl ${PREFIX}/include/log4cplus X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/docs/*.config ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/docs/*.html ${DOCSDIR} X @${MKDIR} ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/*.html ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/*.png ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/doxygen.css ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/graph_legend.dot ${DOCSDIR}/html X.endif X X.include <bsd.port.mk> END-of-/home/pbt/ports/devel/log4cplus/Makefile echo x - /home/pbt/ports/devel/log4cplus/pkg-descr sed 's/^X//' >/home/pbt/ports/devel/log4cplus/pkg-descr << 'END-of-/home/pbt/ports/devel/log4cplus/pkg-descr' XThis is a port of log4cplus, a simple-to-use C++ logging API providing Xthread-safe, flexible, and arbitrarily granular control over log management Xand configuration. It is modeled after the Java log4j API. X XAuthors: XTad E. Smith, Michael CATANZARITI, Steighton Haley X XWWW: http://log4cplus.sourceforge.net X X-pbt END-of-/home/pbt/ports/devel/log4cplus/pkg-descr echo x - /home/pbt/ports/devel/log4cplus/pkg-plist sed 's/^X//' >/home/pbt/ports/devel/log4cplus/pkg-plist << 'END-of-/home/pbt/ports/devel/log4cplus/pkg-plist' Xinclude/log4cplus/appender.h Xinclude/log4cplus/config.h Xinclude/log4cplus/configurator.h Xinclude/log4cplus/consoleappender.h Xinclude/log4cplus/fileappender.h Xinclude/log4cplus/fstreams.h Xinclude/log4cplus/helpers/appenderattachableimpl.h Xinclude/log4cplus/helpers/loglog.h Xinclude/log4cplus/helpers/logloguser.h Xinclude/log4cplus/helpers/pointer.h Xinclude/log4cplus/helpers/property.h Xinclude/log4cplus/helpers/sleep.h Xinclude/log4cplus/helpers/socket.h Xinclude/log4cplus/helpers/socketbuffer.h Xinclude/log4cplus/helpers/stringhelper.h Xinclude/log4cplus/helpers/thread-config.h Xinclude/log4cplus/helpers/threads.h Xinclude/log4cplus/helpers/timehelper.h Xinclude/log4cplus/hierarchy.h Xinclude/log4cplus/hierarchylocker.h Xinclude/log4cplus/layout.h Xinclude/log4cplus/license.apl Xinclude/log4cplus/logger.h Xinclude/log4cplus/loggingmacros.h Xinclude/log4cplus/loglevel.h Xinclude/log4cplus/ndc.h Xinclude/log4cplus/nullappender.h Xinclude/log4cplus/socketappender.h Xinclude/log4cplus/spi/appenderattachable.h Xinclude/log4cplus/spi/factory.h Xinclude/log4cplus/spi/filter.h Xinclude/log4cplus/spi/loggerfactory.h Xinclude/log4cplus/spi/loggerimpl.h Xinclude/log4cplus/spi/loggingevent.h Xinclude/log4cplus/spi/objectregistry.h Xinclude/log4cplus/spi/rootlogger.h Xinclude/log4cplus/streams.h Xinclude/log4cplus/syslogappender.h Xinclude/log4cplus/tstring.h Xlib/liblog4cplus.a Xlib/liblog4cplus.so Xlib/liblog4cplus.so.2 X@dirrm share/nls/en_US.US-ASCII X@dirrm share/nls/POSIX X@dirrm include/log4cplus/spi X@dirrm include/log4cplus/helpers X@dirrm include/log4cplus END-of-/home/pbt/ports/devel/log4cplus/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412030844.iB38imL3030328>