summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2010-01-26 01:20:57 +0000
committerreed <reed@pkgsrc.org>2010-01-26 01:20:57 +0000
commit20e487db9a7694a37626af99f3144ed4446e61cf (patch)
treeeef8837f5638d227f6389877683763872ce21a4a
parenta0fde819ce5c8772c402bfde8430f510e60cd2c0 (diff)
downloadpkgsrc-20e487db9a7694a37626af99f3144ed4446e61cf.tar.gz
Re-add files again.
-rw-r--r--devel/googletest/DESCR7
-rw-r--r--devel/googletest/Makefile26
-rw-r--r--devel/googletest/PLIST24
-rw-r--r--devel/googletest/distinfo5
4 files changed, 62 insertions, 0 deletions
diff --git a/devel/googletest/DESCR b/devel/googletest/DESCR
new file mode 100644
index 00000000000..4126f867788
--- /dev/null
+++ b/devel/googletest/DESCR
@@ -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 --git a/devel/googletest/Makefile b/devel/googletest/Makefile
new file mode 100644
index 00000000000..e1a9a06ac86
--- /dev/null
+++ b/devel/googletest/Makefile
@@ -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
+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 --git a/devel/googletest/PLIST b/devel/googletest/PLIST
new file mode 100644
index 00000000000..cc4f90efaf4
--- /dev/null
+++ b/devel/googletest/PLIST
@@ -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 --git a/devel/googletest/distinfo b/devel/googletest/distinfo
new file mode 100644
index 00000000000..f58f01e728b
--- /dev/null
+++ b/devel/googletest/distinfo
@@ -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