aboutsummaryrefslogtreecommitdiff
path: root/devel/gjstest
Commit message (Collapse)AuthorAgeFilesLines
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-12-131-6/+6
| | | | Notes: svn path=/head/; revision=336323
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325110
* - Update to latest snapshot (20130304) and unbreak this portSunpoet Po-Chuan Hsieh2013-04-172-13/+15
| | | | | | | | | | - Bump PORTREVISION for distfile change Changes: https://code.google.com/p/google-js-test/source/list Feature safe: yes Notes: svn path=/head/; revision=315990
* - Broken fails to buildMartin Wilke2013-04-171-0/+2
| | | | | | | | | | | | | gjstest/internal/cpp/typed_arrays.cc: In static member function 'static v8::Persistent<v8::FunctionTemplate><unnamed>::TypedArray<TBytes, TEAType>::GetTemplate() [with unsigned int TBytes = 8u, v8::ExternalArrayType TEAType = kExternalDoubleArray]': gjstest/internal/cpp/typed_arrays.cc:854: instantiated from here gjstest/internal/cpp/typed_arrays.cc:180: warning: 'New' is deprecated (declared at /usr/local/include/v8.h:4435) gmake: *** [gjstest/internal/cpp/typed_arrays.o] Error 1 *** Error code 1 Feature safe: yes Notes: svn path=/head/; revision=315976
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-181-1/+1
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580
* - bump PORTREVISION since shlib version of gflags was changedYen-Ming Lee2013-01-101-0/+1
| | | | | | | Noticed by: sunpoet Notes: svn path=/head/; revision=310205
* - Update to 1.0.8Sunpoet Po-Chuan Hsieh2012-12-043-8/+5
| | | | | | | | | | - Cleanup Makefile header Changes: http://code.google.com/p/google-js-test/source/list?name=release-1.0.8 Feature safe: yes Notes: svn path=/head/; revision=308230
* - Update to 1.0.7Sunpoet Po-Chuan Hsieh2012-04-263-14/+5
| | | | | | | | | - Add LICENSE Changes: http://code.google.com/p/google-js-test/source/list?name=release-1.0.7 Notes: svn path=/head/; revision=295556
* - Add gjstest 1.0.6Sunpoet Po-Chuan Hsieh2011-10-185-0/+111
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/ Notes: svn path=/head/; revision=283834