pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/googletest Re-add files again.
details: https://anonhg.NetBSD.org/pkgsrc/rev/973937e71c6e
branches: trunk
changeset: 570150:973937e71c6e
user: reed <reed%pkgsrc.org@localhost>
date: Tue Jan 26 01:20:57 2010 +0000
description:
Re-add files again.
diffstat:
devel/googletest/DESCR | 7 +++++++
devel/googletest/Makefile | 26 ++++++++++++++++++++++++++
devel/googletest/PLIST | 24 ++++++++++++++++++++++++
devel/googletest/distinfo | 5 +++++
4 files changed, 62 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r 1fd365e855dd -r 973937e71c6e devel/googletest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/googletest/DESCR Tue Jan 26 01:20:57 2010 +0000
@@ -0,0 +1,7 @@
+The googletest package provides Google's C++ test writing framework.
+It is based on the xUnit architecture and works for a variety of
+platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
+Symbian). It provides various options for running the tests, a rich
+set of assertions, automatic test discovery, and XML test report
+generation. It supports type- and value-parameterized tests, death
+tests, fatal and non-fatal failures, and user-defined assertions.
diff -r 1fd365e855dd -r 973937e71c6e devel/googletest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/googletest/Makefile Tue Jan 26 01:20:57 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.3 2010/01/26 01:20:57 reed Exp $
+#
+
+DISTNAME= gtest-1.4.0
+PKGNAME= ${DISTNAME:S/gtest/googletest/}
+CATEGORIES= devel
+MASTER_SITES= http://googletest.googlecode.com/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= reed%reedmedia.net@localhost
+HOMEPAGE= http://code.google.com/p/googletest/
+COMMENT= Google's C++ testing framework
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c++ c
+USE_LIBTOOL= yes
+
+SUBST_CLASSES+= rpathfix
+SUBST_FILES.rpathfix= scripts/gtest-config.in
+SUBST_MESSAGE.rpathfix= Adding rpath to gtest-config
+SUBST_SED.rpathfix= -e 's/-L$${libdir}/${COMPILER_RPATH_FLAG}$${libdir} -L$${libdir}/g'
+SUBST_STAGE.rpathfix= pre-configure
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1fd365e855dd -r 973937e71c6e devel/googletest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/googletest/PLIST Tue Jan 26 01:20:57 2010 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.3 2010/01/26 01:20:57 reed Exp $
+bin/gtest-config
+include/gtest/gtest-death-test.h
+include/gtest/gtest-message.h
+include/gtest/gtest-param-test.h
+include/gtest/gtest-spi.h
+include/gtest/gtest-test-part.h
+include/gtest/gtest-typed-test.h
+include/gtest/gtest.h
+include/gtest/gtest_pred_impl.h
+include/gtest/gtest_prod.h
+include/gtest/internal/gtest-death-test-internal.h
+include/gtest/internal/gtest-filepath.h
+include/gtest/internal/gtest-internal.h
+include/gtest/internal/gtest-linked_ptr.h
+include/gtest/internal/gtest-param-util-generated.h
+include/gtest/internal/gtest-param-util.h
+include/gtest/internal/gtest-port.h
+include/gtest/internal/gtest-string.h
+include/gtest/internal/gtest-tuple.h
+include/gtest/internal/gtest-type-util.h
+lib/libgtest.la
+lib/libgtest_main.la
+share/aclocal/gtest.m4
diff -r 1fd365e855dd -r 973937e71c6e devel/googletest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/googletest/distinfo Tue Jan 26 01:20:57 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2010/01/26 01:20:57 reed Exp $
+
+SHA1 (gtest-1.4.0.tar.bz2) = d26e1a67ec08a9d6167ecf77c61961c469f448b2
+RMD160 (gtest-1.4.0.tar.bz2) = 2688f9e4c68af10a5974af91c0fe2dd551cf72c7
+Size (gtest-1.4.0.tar.bz2) = 525425 bytes
Home |
Main Index |
Thread Index |
Old Index