./wip/phantomjs, Headless WebKit with JavaScript API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.8, Package name: phantomjs-1.9.8, Maintainer: pkgsrc-users

PhantomJS is a headless WebKit with JavaScript API. It has fast and native
support for various web standards: DOM handling, CSS selector, JSON, Canvas,
SVG. PhantomJS is an optimal solution for fast headless testing, site
scraping, pages capture, network monitoring and many other use cases.


Required to run:
[graphics/freetype2] [fonts/fontconfig] [security/openssl]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

RMD160: 09ec849b7b9cd77e1717b756cd3b19e04ef01599
Filesize: 40004.926 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-09 15:03:41 by Filip Hajny | Files touched by this commit (4)
Log message:
Update phantomjs to 1.9.8. Add doc and examples files.
- Change default SSL protocol to TLSv1 to address POODLE (issue 12655)
- Fixed building on OS X 10.10 Yosemite (issue 12622)
- Backported crash fix when exit (issue 11642, 12431)
   2014-10-13 17:26:13 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Pass -no-rpath to avoid rpath references to WRKDIR.
   2014-02-04 12:19:40 by Filip Hajny | Files touched by this commit (2)
Log message:
2014-01-25: Version 1.9.7
* Reverted to GhostDriver 1.1.0 instead of 1.1.1 (issue 11915)
* Fixed another warning of obsolete userSpaceScaleFactor on OS X 10.9
  (issue 11612)

2014-01-20: Version 1.9.6
* Updated GhostDriver to version 1.1.1 (issue 11877, 11893)

2014-01-19: Version 1.9.3
* Fixed CoreText performance note on OS X 10.9 (issue 11418)
* Fixed warning of obsolete userSpaceScaleFactor on OS X 10.9 (issue 11612)

2013-09-06: Version 1.9.2
* Fixed graphical artifacts with transparent background on Windows
  (issue 11276, 11007, 11366)
* Updated GhostDriver to version 1.0.4 (issue 11452)
   2013-06-18 13:02:22 by Filip Hajny | Files touched by this commit (14)
Log message:
Update phantomjs to 1.9.1.

The main change from the old 1.4.1 version is that PhantomJS now integrates
a QT4 fork and runs entirely headless.

For other changes, see release notes:

http://phantomjs.org/releases.html

Tested on SmartOS/i386 and NetBSD 6.1/x86_64, 64bit build on SunOS remains
broken for now.
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-06 19:25:29 by Mayuresh | Files touched by this commit (1)
Log message:
dlopen buildlink was used to avoid -ldl linking on platforms where it is not \ 
necessary.
   2012-02-17 23:38:02 by Filip Hajny | Files touched by this commit (5) | Imported package
Log message:
Import phantomjs-1.4.1 as wip/phantomjs.

PhantomJS is a headless WebKit with JavaScript API. It has fast and native
support for various web standards: DOM handling, CSS selector, JSON, Canvas,
SVG. PhantomJS is an optimal solution for fast headless testing, site
scraping, pages capture, network monitoring and many other use cases.