SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

24
devel/log4cplus/Makefile Normal file
View file

@ -0,0 +1,24 @@
COMMENT= logging API for C++
# XXX tried updating to 2.0.4 but net/kea doesn't exit properly
DISTNAME = log4cplus-1.2.2
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS += log4cplus 3.0 # 0.0
CATEGORIES= devel
HOMEPAGE= http://log4cplus.sourceforge.net/
# Apache License 2.0 + BSD style
PERMIT_PACKAGE= Yes
WANTLIB += c m pthread ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4cplus/}
MODULES= devel/cmake
#CXXFLAGS+= -fPIC
.include <bsd.port.mk>

2
devel/log4cplus/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (log4cplus-1.2.2.tar.bz2) = hT79kZ+cp2xRjAlE5rDO0RdFI6hrbbBG7U8j/mlRZ70=
SIZE (log4cplus-1.2.2.tar.bz2) = 623192

View file

@ -0,0 +1,7 @@
Log4cplus is a package for providing a logging framework for C++ based
on log4j ideas.
It provides various filters, run-time re-configurations, Wide
Character (UNICODE) support, 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.

85
devel/log4cplus/pkg/PLIST Normal file
View file

@ -0,0 +1,85 @@
@bin bin/loggingserver
include/log4cplus/
include/log4cplus/appender.h
include/log4cplus/asyncappender.h
include/log4cplus/boost/
include/log4cplus/boost/deviceappender.hxx
include/log4cplus/clogger.h
include/log4cplus/config/
include/log4cplus/config.hxx
include/log4cplus/config/defines.hxx
include/log4cplus/config/macosx.h
include/log4cplus/config/win32.h
include/log4cplus/config/windowsh-inc.h
include/log4cplus/configurator.h
include/log4cplus/consoleappender.h
include/log4cplus/fileappender.h
include/log4cplus/fstreams.h
include/log4cplus/helpers/
include/log4cplus/helpers/appenderattachableimpl.h
include/log4cplus/helpers/connectorthread.h
include/log4cplus/helpers/fileinfo.h
include/log4cplus/helpers/lockfile.h
include/log4cplus/helpers/loglog.h
include/log4cplus/helpers/logloguser.h
include/log4cplus/helpers/pointer.h
include/log4cplus/helpers/property.h
include/log4cplus/helpers/queue.h
include/log4cplus/helpers/sleep.h
include/log4cplus/helpers/snprintf.h
include/log4cplus/helpers/socket.h
include/log4cplus/helpers/socketbuffer.h
include/log4cplus/helpers/stringhelper.h
include/log4cplus/helpers/thread-config.h
include/log4cplus/helpers/timehelper.h
include/log4cplus/hierarchy.h
include/log4cplus/hierarchylocker.h
include/log4cplus/internal/
include/log4cplus/internal/env.h
include/log4cplus/internal/internal.h
include/log4cplus/internal/socket.h
include/log4cplus/layout.h
include/log4cplus/log4judpappender.h
include/log4cplus/logger.h
include/log4cplus/loggingmacros.h
include/log4cplus/loglevel.h
include/log4cplus/mdc.h
include/log4cplus/ndc.h
include/log4cplus/nteventlogappender.h
include/log4cplus/nullappender.h
include/log4cplus/socketappender.h
include/log4cplus/spi/
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/tchar.h
include/log4cplus/thread/
include/log4cplus/thread/impl/
include/log4cplus/thread/impl/syncprims-cxx11.h
include/log4cplus/thread/impl/syncprims-impl.h
include/log4cplus/thread/impl/syncprims-pthreads.h
include/log4cplus/thread/impl/syncprims-win32.h
include/log4cplus/thread/impl/threads-impl.h
include/log4cplus/thread/impl/tls.h
include/log4cplus/thread/syncprims-pub-impl.h
include/log4cplus/thread/syncprims.h
include/log4cplus/thread/threads.h
include/log4cplus/tracelogger.h
include/log4cplus/tstring.h
include/log4cplus/version.h
include/log4cplus/win32consoleappender.h
include/log4cplus/win32debugappender.h
lib/cmake/
lib/cmake/log4cplus/
lib/cmake/log4cplus/log4cplusConfig.cmake
lib/cmake/log4cplus/log4cplusConfigVersion.cmake
lib/cmake/log4cplus/log4cplusTargets${MODCMAKE_BUILD_SUFFIX}
lib/cmake/log4cplus/log4cplusTargets.cmake
@lib lib/liblog4cplus.so.${LIBlog4cplus_VERSION}