Log4shib is a forked version of log4cpp that has been created for the
Shibboleth project to ensure a conistent, working snapshot that builds reliably on the necessary platforms.
This commit is contained in:
parent
45e587c31c
commit
9f44be4743
5 changed files with 94 additions and 0 deletions
3
devel/log4shib/DESCR
Normal file
3
devel/log4shib/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Log4shib is a forked version of log4cpp that has been created for the
|
||||
Shibboleth project to ensure a conistent, working snapshot that builds
|
||||
reliably on the necessary platforms.
|
27
devel/log4shib/Makefile
Normal file
27
devel/log4shib/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 08:18:53 pettai Exp $
|
||||
#
|
||||
|
||||
DISTNAME= log4shib-1.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://shibboleth.internet2.edu/downloads/log4shib/1.0.4/
|
||||
|
||||
MAINTAINER= pettai@NetBSD.net
|
||||
HOMEPAGE= http://shibboleth.internet2.edu/
|
||||
COMMENT= C++ library for flexible logging, modeled after Log4j
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PKGCONFIG_OVERRIDE+= log4shib.pc.in
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
46
devel/log4shib/PLIST
Normal file
46
devel/log4shib/PLIST
Normal file
|
@ -0,0 +1,46 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/15 08:18:53 pettai Exp $
|
||||
bin/log4shib-config
|
||||
include/log4shib/AbortAppender.hh
|
||||
include/log4shib/Appender.hh
|
||||
include/log4shib/AppenderSkeleton.hh
|
||||
include/log4shib/BasicConfigurator.hh
|
||||
include/log4shib/BasicLayout.hh
|
||||
include/log4shib/Category.hh
|
||||
include/log4shib/CategoryStream.hh
|
||||
include/log4shib/Configurator.hh
|
||||
include/log4shib/Export.hh
|
||||
include/log4shib/FileAppender.hh
|
||||
include/log4shib/Filter.hh
|
||||
include/log4shib/FixedContextCategory.hh
|
||||
include/log4shib/HierarchyMaintainer.hh
|
||||
include/log4shib/IdsaAppender.hh
|
||||
include/log4shib/Layout.hh
|
||||
include/log4shib/LayoutAppender.hh
|
||||
include/log4shib/LoggingEvent.hh
|
||||
include/log4shib/NDC.hh
|
||||
include/log4shib/NTEventLogAppender.hh
|
||||
include/log4shib/OstreamAppender.hh
|
||||
include/log4shib/PatternLayout.hh
|
||||
include/log4shib/Portability.hh
|
||||
include/log4shib/Priority.hh
|
||||
include/log4shib/PropertyConfigurator.hh
|
||||
include/log4shib/RemoteSyslogAppender.hh
|
||||
include/log4shib/RollingFileAppender.hh
|
||||
include/log4shib/SimpleConfigurator.hh
|
||||
include/log4shib/SimpleLayout.hh
|
||||
include/log4shib/StringQueueAppender.hh
|
||||
include/log4shib/SyslogAppender.hh
|
||||
include/log4shib/TimeStamp.hh
|
||||
include/log4shib/Win32DebugAppender.hh
|
||||
include/log4shib/config-openvms.h
|
||||
include/log4shib/config-win32.h
|
||||
include/log4shib/config.h
|
||||
include/log4shib/threading/BoostThreads.hh
|
||||
include/log4shib/threading/DummyThreads.hh
|
||||
include/log4shib/threading/MSThreads.hh
|
||||
include/log4shib/threading/OmniThreads.hh
|
||||
include/log4shib/threading/PThreads.hh
|
||||
include/log4shib/threading/Threading.hh
|
||||
lib/liblog4shib.la
|
||||
lib/pkgconfig/log4shib.pc
|
||||
share/aclocal/log4shib.m4
|
13
devel/log4shib/buildlink3.mk
Normal file
13
devel/log4shib/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/15 08:18:53 pettai Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_TREE+= log4shib
|
||||
|
||||
.if !defined(LOG4SHIB_BUILDLINK3_MK)
|
||||
LOG4SHIB_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.log4shib+= log4shib>=1.0.4
|
||||
BUILDLINK_PKGSRCDIR.log4shib?= ../../devel/log4shib
|
||||
.endif # LOG4SHIB_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -log4shib
|
5
devel/log4shib/distinfo
Normal file
5
devel/log4shib/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/03/15 08:18:53 pettai Exp $
|
||||
|
||||
SHA1 (log4shib-1.0.4.tar.gz) = 28db40713d5cb73d4df980c1519a0022d06b83f9
|
||||
RMD160 (log4shib-1.0.4.tar.gz) = b288250631d0de51665837500a2f3fd8f53c3c64
|
||||
Size (log4shib-1.0.4.tar.gz) = 487529 bytes
|
Loading…
Reference in a new issue