Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/log4cpp textproc/log4cpp: import log4cpp-1.1.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5d80cfc65cf
branches: trunk
changeset: 436411:d5d80cfc65cf
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 02 03:13:33 2020 +0000
description:
textproc/log4cpp: import log4cpp-1.1.3
Log4cpp is library of C++ classes for flexible logging to files, syslog,
IDSA and other destinations.
diffstat:
textproc/log4cpp/DESCR | 2 +
textproc/log4cpp/Makefile | 20 ++++++++++++++
textproc/log4cpp/PLIST | 58 ++++++++++++++++++++++++++++++++++++++++++
textproc/log4cpp/buildlink3.mk | 12 ++++++++
textproc/log4cpp/distinfo | 6 ++++
5 files changed, 98 insertions(+), 0 deletions(-)
diffs (118 lines):
diff -r b81e5975d627 -r d5d80cfc65cf textproc/log4cpp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/log4cpp/DESCR Sun Aug 02 03:13:33 2020 +0000
@@ -0,0 +1,2 @@
+Log4cpp is library of C++ classes for flexible logging to files, syslog,
+IDSA and other destinations.
diff -r b81e5975d627 -r d5d80cfc65cf textproc/log4cpp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/log4cpp/Makefile Sun Aug 02 03:13:33 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/08/02 03:13:33 tnn Exp $
+
+DISTNAME= log4cpp-1.1.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4cpp/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://log4cpp.sourceforge.net/
+COMMENT= C++ logging library
+LICENSE= gnu-lgpl-v2.1
+
+WRKSRC= ${WRKDIR}/log4cpp
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE+= log4cpp.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r b81e5975d627 -r d5d80cfc65cf textproc/log4cpp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/log4cpp/PLIST Sun Aug 02 03:13:33 2020 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/02 03:13:33 tnn Exp $
+bin/log4cpp-config
+include/log4cpp/AbortAppender.hh
+include/log4cpp/Appender.hh
+include/log4cpp/AppenderSkeleton.hh
+include/log4cpp/AppendersFactory.hh
+include/log4cpp/BasicConfigurator.hh
+include/log4cpp/BasicLayout.hh
+include/log4cpp/BufferingAppender.hh
+include/log4cpp/Category.hh
+include/log4cpp/CategoryStream.hh
+include/log4cpp/Configurator.hh
+include/log4cpp/DailyRollingFileAppender.hh
+include/log4cpp/Export.hh
+include/log4cpp/FactoryParams.hh
+include/log4cpp/FileAppender.hh
+include/log4cpp/Filter.hh
+include/log4cpp/FixedContextCategory.hh
+include/log4cpp/HierarchyMaintainer.hh
+include/log4cpp/IdsaAppender.hh
+include/log4cpp/Layout.hh
+include/log4cpp/LayoutAppender.hh
+include/log4cpp/LayoutsFactory.hh
+include/log4cpp/LevelEvaluator.hh
+include/log4cpp/LoggingEvent.hh
+include/log4cpp/Manipulator.hh
+include/log4cpp/NDC.hh
+include/log4cpp/NTEventLogAppender.hh
+include/log4cpp/OstreamAppender.hh
+include/log4cpp/PassThroughLayout.hh
+include/log4cpp/PatternLayout.hh
+include/log4cpp/Portability.hh
+include/log4cpp/Priority.hh
+include/log4cpp/PropertyConfigurator.hh
+include/log4cpp/RemoteSyslogAppender.hh
+include/log4cpp/RollingFileAppender.hh
+include/log4cpp/SimpleConfigurator.hh
+include/log4cpp/SimpleLayout.hh
+include/log4cpp/StringQueueAppender.hh
+include/log4cpp/SyslogAppender.hh
+include/log4cpp/TimeStamp.hh
+include/log4cpp/TriggeringEventEvaluator.hh
+include/log4cpp/TriggeringEventEvaluatorFactory.hh
+include/log4cpp/Win32DebugAppender.hh
+include/log4cpp/config-MinGW32.h
+include/log4cpp/config-openvms.h
+include/log4cpp/config-win32.h
+include/log4cpp/config.h
+include/log4cpp/convenience.h
+include/log4cpp/threading/BoostThreads.hh
+include/log4cpp/threading/DummyThreads.hh
+include/log4cpp/threading/MSThreads.hh
+include/log4cpp/threading/OmniThreads.hh
+include/log4cpp/threading/PThreads.hh
+include/log4cpp/threading/Threading.hh
+lib/liblog4cpp.la
+lib/pkgconfig/log4cpp.pc
+share/aclocal/log4cpp.m4
diff -r b81e5975d627 -r d5d80cfc65cf textproc/log4cpp/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/log4cpp/buildlink3.mk Sun Aug 02 03:13:33 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/08/02 03:13:33 tnn Exp $
+
+BUILDLINK_TREE+= log4cpp
+
+.if !defined(LOG4CPP_BUILDLINK3_MK)
+LOG4CPP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.log4cpp+= log4cpp>=1.1.3
+BUILDLINK_PKGSRCDIR.log4cpp?= ../../textproc/log4cpp
+.endif # LOG4CPP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -log4cpp
diff -r b81e5975d627 -r d5d80cfc65cf textproc/log4cpp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/log4cpp/distinfo Sun Aug 02 03:13:33 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/02 03:13:33 tnn Exp $
+
+SHA1 (log4cpp-1.1.3.tar.gz) = 74f0fea7931dc1bc4e5cd34a6318cd2a51322041
+RMD160 (log4cpp-1.1.3.tar.gz) = bc194fcc0d7fdb51ad24c53921137614afc3aa11
+SHA512 (log4cpp-1.1.3.tar.gz) = 88e5e10bce8d7d6421c3dcf14aa25385159c4ae52becdc1f3666ab86e1ad3f633786d82afe398c517d4faaa57b3e7b7c0b524361d81c6b9040dbded5cecc19de
+Size (log4cpp-1.1.3.tar.gz) = 595639 bytes
Home |
Main Index |
Thread Index |
Old Index