notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
gjstest Lightweight JS unit testing using the V8 engine
1.0.8_5 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.8_5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-18 17:04:13
Last Update: 2014-09-01 14:46:34
SVN Revision: 366879
License: APACHE20
WWW:
http://code.google.com/p/google-js-test/
Description:
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gjstest>0:devel/gjstest
No installation instructions:
This port has been deleted.
PKGNAME: gjstest
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gmake : devel/gmake
Library dependencies:
  1. libgflags.so : devel/gflags
  2. libglog.so : devel/glog
  3. libprotobuf.so : devel/protobuf
  4. libre2.so : devel/re2
  5. libv8.so : lang/v8
  6. libxml2.so : textproc/libxml2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.FreeBSD.org/ports-distfiles/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  6. http://google-js-test.googlecode.com/files/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.8_5
01 Sep 2014 14:46:34
Revision:366879Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from d*
1.0.8_5
18 Aug 2014 12:02:07
Revision:365280Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
1.0.8_4
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
1.0.8_4
04 Jul 2014 12:06:07
Revision:360604Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
1.0.8_4
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.8_3
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
1.0.8_3
13 Dec 2013 07:59:59
Revision:336323Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
1.0.8_3
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
1.0.8_3
21 Aug 2013 12:03:52
Revision:325110Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=gmake
1.0.8_3
17 Apr 2013 17:06:34
Revision:315990Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to latest snapshot (20130304) and unbreak this port
- Bump PORTREVISION for distfile change

Changes:	https://code.google.com/p/google-js-test/source/list
Feature safe:	yes
1.0.8_2
17 Apr 2013 15:37:49
Revision:315976Original commit files touched by this commit
miwi search for other commits by this committer
- Broken fails to build

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
1.0.8_2
18 Mar 2013 15:14:28
Revision:314580Original commit files touched by this commit
vanilla search for other commits by this committer
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
1.0.8_1
10 Jan 2013 21:24:39
Revision:310205Original commit files touched by this commit
leeym search for other commits by this committer
- bump PORTREVISION since shlib version of gflags was changed

Noticed by:	sunpoet
1.0.8
04 Dec 2012 10:10:42
Revision:308230Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.8
- Cleanup Makefile header

Changes:	http://code.google.com/p/google-js-test/source/list?name=release-1.0.8
Feature safe:	yes
1.0.7
26 Apr 2012 12:50:13
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.7
- Add LICENSE

Changes:       
http://code.google.com/p/google-js-test/source/list?name=release-1.0.7
1.0.6
18 Oct 2011 17:03:51
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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/

Number of commits found: 16