Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2012/11/16 00:44:34 joerg Exp $
# $NetBSD: Makefile,v 1.6 2013/09/23 13:55:50 obache Exp $
#
DISTNAME= log4cplus-1.0.4
DISTNAME= log4cplus-1.1.1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4cplus/}
EXTRACT_SUFX= .tar.bz2
@@ -20,4 +21,14 @@ USE_LANGUAGES= c c++ # C for configure
CPPFLAGS+= -Werror=ignored-attributes
.endif
CHECK_BUILTIN.pthread:= yes
.include "../../mk/pthread.builtin.mk"
CHECK_BUILTIN.pthread:= no
# TLS is not supported by NetBSD<6
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
CONFIGURE_ENV+= ac_cv_thread_local=no
CONFIGURE_ENV+= ac_cv__thread_keyword=no
.endif
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,35 +1,48 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/27 15:05:06 reed Exp $
@comment $NetBSD: PLIST,v 1.2 2013/07/02 08:59:03 sno Exp $
include/log4cplus/appender.h
include/log4cplus/asyncappender.h
include/log4cplus/boost/deviceappender.hxx
include/log4cplus/clogger.h
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/appenderattachableimpl.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/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/internal/cygwin-win32.h
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/qt4debugappender.h
include/log4cplus/socketappender.h
include/log4cplus/spi/appenderattachable.h
include/log4cplus/spi/factory.h
@@ -41,6 +54,19 @@ 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/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/liblog4cplus.la
lib/pkgconfig/log4cplus.pc

View File

@@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.1 2012/01/23 11:50:38 pettai Exp $
# $NetBSD: buildlink3.mk,v 1.2 2013/07/02 08:59:03 sno Exp $
BUILDLINK_TREE+= log4cplus
.if !defined(LOG4CPLUS_BUILDLINK3_MK)
LOG4CPLUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.log4cplus+= log4cplus>=1.0.4
BUILDLINK_API_DEPENDS.log4cplus+= log4cplus>=1.1.0
BUILDLINK_PKGSRCDIR.log4cplus?= ../../devel/log4cplus
.endif # LOG4CPLUS_BUILDLINK3_MK

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/04/27 15:05:06 reed Exp $
$NetBSD: distinfo,v 1.2 2013/07/02 08:59:03 sno 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
SHA1 (log4cplus-1.1.1.tar.bz2) = 3a86b2e124091c9345ee1bac81ca1fb3773fad60
RMD160 (log4cplus-1.1.1.tar.bz2) = 44b15552265bc59387b33ea59549fdc2a7a61339
Size (log4cplus-1.1.1.tar.bz2) = 538692 bytes