Initial import of the Google application level logging library,
version 0.3.3. This package contains a C++ implementation of the Google logging module, a library implementing application level logging for C++
This commit is contained in:
parent
d8dcba3271
commit
2696259ca2
4 changed files with 48 additions and 0 deletions
3
devel/google-glog/DESCR
Normal file
3
devel/google-glog/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package contains a C++ implementation of the Google logging
|
||||
module, a library implementing application level logging for C++.
|
||||
Documentation for the implementation is in doc/.
|
23
devel/google-glog/Makefile
Normal file
23
devel/google-glog/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2013/02/08 22:06:37 tonnerre Exp $
|
||||
#
|
||||
|
||||
DISTNAME= glog-0.3.3
|
||||
PKGNAME= google-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://google-glog.googlecode.com/files/
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/google-glog/
|
||||
COMMENT= Application Level Logging library for C++
|
||||
LICENSE= modified-bsd
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libglog.pc.in
|
||||
|
||||
.include "../../devel/googletest/buildlink3.mk"
|
||||
.include "../../devel/gmock/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
devel/google-glog/PLIST
Normal file
17
devel/google-glog/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2013/02/08 22:06:37 tonnerre Exp $
|
||||
include/glog/log_severity.h
|
||||
include/glog/logging.h
|
||||
include/glog/raw_logging.h
|
||||
include/glog/stl_logging.h
|
||||
include/glog/vlog_is_on.h
|
||||
lib/libglog.la
|
||||
lib/pkgconfig/libglog.pc
|
||||
share/doc/glog-${PKGVERSION}/AUTHORS
|
||||
share/doc/glog-${PKGVERSION}/COPYING
|
||||
share/doc/glog-${PKGVERSION}/ChangeLog
|
||||
share/doc/glog-${PKGVERSION}/INSTALL
|
||||
share/doc/glog-${PKGVERSION}/NEWS
|
||||
share/doc/glog-${PKGVERSION}/README
|
||||
share/doc/glog-${PKGVERSION}/README.windows
|
||||
share/doc/glog-${PKGVERSION}/designstyle.css
|
||||
share/doc/glog-${PKGVERSION}/glog.html
|
5
devel/google-glog/distinfo
Normal file
5
devel/google-glog/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2013/02/08 22:06:37 tonnerre Exp $
|
||||
|
||||
SHA1 (glog-0.3.3.tar.gz) = ed40c26ecffc5ad47c618684415799ebaaa30d65
|
||||
RMD160 (glog-0.3.3.tar.gz) = 27fb1bd4156f6715b84d59293d96d1cadc79ea7a
|
||||
Size (glog-0.3.3.tar.gz) = 509676 bytes
|
Loading…
Reference in a new issue