diff options
author | reed <reed> | 2010-01-26 01:20:57 +0000 |
---|---|---|
committer | reed <reed> | 2010-01-26 01:20:57 +0000 |
commit | a9d4a6a46326c12a950de19052f40c5637afe349 (patch) | |
tree | eef8837f5638d227f6389877683763872ce21a4a /devel | |
parent | 0412f88f27bd1e11288dac8eecf29d857e0fbd70 (diff) | |
download | pkgsrc-a9d4a6a46326c12a950de19052f40c5637afe349.tar.gz |
Re-add files again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/googletest/DESCR | 7 | ||||
-rw-r--r-- | devel/googletest/Makefile | 26 | ||||
-rw-r--r-- | devel/googletest/PLIST | 24 | ||||
-rw-r--r-- | devel/googletest/distinfo | 5 |
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 |