Mon Dec 21 19:18:25 2009 UTC ()
Add new package: googletest.

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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(reed)
diff -r0 -r1.1.1.1 pkgsrc/devel/googletest/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/googletest/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/googletest/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/googletest/DESCR

File Added: pkgsrc/devel/googletest/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/12/21 19:18:25 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

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/googletest/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/21 19:18:25 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

File Added: pkgsrc/devel/googletest/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/12/21 19:18:25 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

File Added: pkgsrc/devel/googletest/DESCR
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.