diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/googletest/DESCR | 7 | ||||
-rw-r--r-- | devel/googletest/Makefile | 20 | ||||
-rw-r--r-- | devel/googletest/PLIST | 24 | ||||
-rw-r--r-- | devel/googletest/distinfo | 5 | ||||
-rw-r--r-- | doc/CHANGES-2009 | 3 |
6 files changed, 2 insertions, 60 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7808d6cf57d..cc45e4bbc77 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1273 2009/12/21 19:21:02 reed Exp $ +# $NetBSD: Makefile,v 1.1274 2009/12/22 13:59:03 reed Exp $ # COMMENT= Development utilities @@ -216,7 +216,6 @@ SUBDIR+= gnustep-make SUBDIR+= gnustep-objc SUBDIR+= gnustep-objc-lf2 SUBDIR+= gob2 -SUBDIR+= googletest SUBDIR+= gperf SUBDIR+= gputils SUBDIR+= gsoap diff --git a/devel/googletest/DESCR b/devel/googletest/DESCR deleted file mode 100644 index 4126f867788..00000000000 --- a/devel/googletest/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 440d878301f..00000000000 --- a/devel/googletest/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $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" diff --git a/devel/googletest/PLIST b/devel/googletest/PLIST deleted file mode 100644 index 6899cb30127..00000000000 --- a/devel/googletest/PLIST +++ /dev/null @@ -1,24 +0,0 @@ -@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 diff --git a/devel/googletest/distinfo b/devel/googletest/distinfo deleted file mode 100644 index 6139dd6305d..00000000000 --- a/devel/googletest/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$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 diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 1970bd1a632..799bfe3d2b3 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.4683 2009/12/22 06:59:21 dsainty Exp $ +$NetBSD: CHANGES-2009,v 1.4684 2009/12/22 13:59:02 reed Exp $ [PLEASE NOTE - NO INFRASTRUCTURE CHANGES OR NEW PACKAGES, PLEASE, PKGSRC IS BEING READIED FOR THE PKGSRC-2009Q4 BRANCH - agc] @@ -6316,5 +6316,4 @@ Changes to the packages collection and infrastructure in 2009: Updated net/proftpd to 1.3.2c [tonnerre 2009-12-21] Updated databases/ruby-ldap to 0.9.9 [taca 2009-12-21] Updated graphics/optipng to 0.6.3nb1 [adam 2009-12-21] - Added devel/googletest version 1.4.0 [reed 2009-12-21] Updated chat/pidgin to 2.6.2nb1 [dsainty 2009-12-22] |