aboutsummaryrefslogtreecommitdiff
path: root/www/mod_pagespeed/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 1.2.24.1Steve Wills2012-12-211-2/+12
| | | | | | | | | - Include the stand alone binaries for minifying html, css and js - Install the pagespeed_libraries.conf config file - Build tests Notes: svn path=/head/; revision=309377
* Chase icu, graphite2 and libexttextcat bumpBaptiste Daroussin2012-12-181-0/+1
| | | | Notes: svn path=/head/; revision=309206
* - Update to 1.1.23.2Steve Wills2012-12-031-5/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308120
* - Update to 0.10.22.7Steve Wills2012-09-281-1/+1
| | | | Notes: svn path=/head/; revision=305015
* - USE_APACHE s/22+/22/Olli Hauer2012-09-241-6/+2
| | | | | | | | | | | | some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@ Notes: svn path=/head/; revision=304797
* - Update to 0.10.22.6 which fixes two security issuesSteve Wills2012-09-131-2/+1
| | | | | | | | | | - Document security issues in vuxml [1] Reviewed by: bdrewery [1] Security: 178ba4ea-fd40-11e1-b2ae-001fd0af1a4c Notes: svn path=/head/; revision=304170
* - Fix logic for depending on gperfSteve Wills2012-08-141-1/+2
| | | | | | | Pointed out by: gjb Notes: svn path=/head/; revision=302522
* - Update to 0.10.22.4Steve Wills2012-08-131-8/+30
| | | | Notes: svn path=/head/; revision=302485
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Mark this only for amd64 and i386Steve Wills2012-02-151-0/+1
| | | | Notes: svn path=/head/; revision=291451
* - Try to fix build on older systemsSteve Wills2012-02-101-1/+1
| | | | | | | - Use variables in plist so we don't break with apache 2.4 Notes: svn path=/head/; revision=290878
* - Improve support for chaning LOCALBASESteve Wills2012-02-071-1/+3
| | | | Notes: svn path=/head/; revision=290603
* - Use the system opencv instead of the bundled oneSteve Wills2012-02-071-0/+3
| | | | Notes: svn path=/head/; revision=290597
* - Update to 0.10.21.2Steve Wills2012-02-071-2/+14
| | | | | | | - Eliminate some patches integrated upstream Notes: svn path=/head/; revision=290543
* - Use devel/icu rather than bundled version of icuSteve Wills2011-11-151-0/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285817
* - Update to new snapshot from 20111031Steve Wills2011-11-031-1/+1
| | | | Notes: svn path=/head/; revision=284985
* mod_pagespeed is an open-source Apache module that automatically optimizes webSteve Wills2011-10-081-0/+75
pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server. WWW: http://code.google.com/speed/page-speed/docs/module.html Notes: svn path=/head/; revision=283206