From owner-cvs-ports@FreeBSD.ORG Tue Oct 18 17:03:51 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67251065673; Tue, 18 Oct 2011 17:03:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1078FC14; Tue, 18 Oct 2011 17:03:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9IH3phw055311; Tue, 18 Oct 2011 17:03:51 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9IH3pBB055310; Tue, 18 Oct 2011 17:03:51 GMT (envelope-from sunpoet) Message-Id: <201110181703.p9IH3pBB055310@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 18 Oct 2011 17:03:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/gjstest Makefile distinfo pkg-descr pkg-plist ports/devel/gjstest/files patch-base-stl_decl.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 17:03:51 -0000 sunpoet 2011-10-18 17:03:51 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/gjstest Makefile distinfo pkg-descr pkg-plist devel/gjstest/files patch-base-stl_decl.h Log: - Add gjstest 1.0.6 Google JS Test is a fast javascript unit testing framework that runs on the V8 engine, without needing to launch a full browser. Features include: - Extremely fast test startup and execution time, without having to run a browser. - Clean, readable output in the case of both passing and failing tests. - A browser-based test driver that can simply be refreshed whenever JS is changed. - Style and semantics that resemble Google Test for C++. - A built-in mocking framework that requires minimal boilerplate code (e.g. no $tearDown or $verifyAll) with style and semantics based on the Google C++ Mocking Framework. The trade-off is that since tests are run in V8 without a browser, there is no DOM available. You can still use Google JS Test for tests of DOM-manipulating code however; see "Is it for me?" [1] for more details. [1] http://code.google.com/p/google-js-test/wiki/IsItForMe WWW: http://code.google.com/p/google-js-test/ Revision Changes Path 1.4620 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/gjstest/Makefile (new) 1.1 +2 -0 ports/devel/gjstest/distinfo (new) 1.1 +11 -0 ports/devel/gjstest/files/patch-base-stl_decl.h (new) 1.1 +21 -0 ports/devel/gjstest/pkg-descr (new) 1.1 +36 -0 ports/devel/gjstest/pkg-plist (new)