summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2013-02-08 22:06:37 +0000
committertonnerre <tonnerre@pkgsrc.org>2013-02-08 22:06:37 +0000
commit26d71ab394478fd200a1b212cdcb4a289ba01aaf (patch)
treeb58e27706c59143ad641541d8840ae4f7033071a /devel
parent68d3f183b33a9f76e0c161422e28f73db9418b41 (diff)
downloadpkgsrc-26d71ab394478fd200a1b212cdcb4a289ba01aaf.tar.gz
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++
Diffstat (limited to 'devel')
-rw-r--r--devel/google-glog/DESCR3
-rw-r--r--devel/google-glog/Makefile23
-rw-r--r--devel/google-glog/PLIST17
-rw-r--r--devel/google-glog/distinfo5
4 files changed, 48 insertions, 0 deletions
diff --git a/devel/google-glog/DESCR b/devel/google-glog/DESCR
new file mode 100644
index 00000000000..8bca9d1b34f
--- /dev/null
+++ b/devel/google-glog/DESCR
@@ -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/.
diff --git a/devel/google-glog/Makefile b/devel/google-glog/Makefile
new file mode 100644
index 00000000000..fa5b1096873
--- /dev/null
+++ b/devel/google-glog/Makefile
@@ -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"
diff --git a/devel/google-glog/PLIST b/devel/google-glog/PLIST
new file mode 100644
index 00000000000..c6bede02945
--- /dev/null
+++ b/devel/google-glog/PLIST
@@ -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
diff --git a/devel/google-glog/distinfo b/devel/google-glog/distinfo
new file mode 100644
index 00000000000..28efe4b48d1
--- /dev/null
+++ b/devel/google-glog/distinfo
@@ -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