aboutsummaryrefslogtreecommitdiff
path: root/lang/phantomjs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Fix build with GCC on recent head kernel by disabling PCH for GCCAntoine Brodin2015-04-161-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=384116
* - Upgrade to 1.9.8.Jun Kuriyama2014-11-223-7/+9
| | | | | | | PR: ports/187390 (related) Notes: svn path=/head/; revision=373052
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347773
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Unbreak on 10.0 by USE_GCC=4.2+.Jun Kuriyama2013-12-314-3/+73
| | | | | | | | This may change dependencies other than 10.x environment, so bump PORTREVISION for safety. Notes: svn path=/head/; revision=338283
* Remove Qt from the dependencies, it uses a bundled up version.[1]Mathieu Arnold2013-12-111-3/+4
| | | | | | | | | | | | While there, convert to USES, and use new LIB_DEPENDS format. maintainer timeout[1] PR: ports/184294 [1] Submitted by: Benjamin Lee [1] Notes: svn path=/head/; revision=336175
* - Honor $MAKE_JOBS_NUMBER [1].Jun Kuriyama2013-10-013-6/+16
| | | | | | | | | | | - Upgrade to 1.9.2. - Use $STAGEDIR. PR: ports/181983 [1] Submitted by: mat [1] Notes: svn path=/head/; revision=328928
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Upgrade to 1.9.0.Jun Kuriyama2013-05-274-84/+4
| | | | | | | Submitted by: L Campbell lcampbell@uncod.in Notes: svn path=/head/; revision=319287
* - Upgrade to 1.8.1.Jun Kuriyama2013-01-153-10/+26
| | | | Notes: svn path=/head/; revision=310420
* - Upgrade to 1.7.0.Jun Kuriyama2012-10-203-18/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306181
* Mark as broken on sparc64.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303870
* - Remove some empty filesMartin Wilke2012-08-051-0/+0
| | | | Notes: svn path=/head/; revision=302092
* - Upgrade to 1.6.1.Jun Kuriyama2012-08-056-20/+85
| | | | | | | | PR based on: ports/168150 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Notes: svn path=/head/; revision=302042
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Upgrade to 1.4.1.Jun Kuriyama2012-01-093-5/+22
| | | | | | | | PR: ports/163912 Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw> Notes: svn path=/head/; revision=288792
* PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-drivenJun Kuriyama2011-04-203-0/+37
tool. It has native support for different web technologies: DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript. WWW: http://www.phantomjs.org/ Notes: svn path=/head/; revision=272954