aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gzip
Commit message (Collapse)AuthorAgeFilesLines
* - Remove empty filesPhilip M. Gollucci2010-08-311-0/+0
| | | | Notes: svn path=/head/; revision=260248
* - Convert to AP_FAST_BUILD / AP_GENPLISTPhilip M. Gollucci2010-06-082-24/+7
| | | | | | | | | PR: ports/147631 Submitted by: pgollucci@ (myself) Approved by: ale (maintainer) Notes: svn path=/head/; revision=256146
* - use %%AP_MODULE%% PLIST_SUB var in pkg-plist sPhilip M. Gollucci2010-06-061-1/+1
| | | | | | | | | PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) Notes: svn path=/head/; revision=255876
* - 2/3:Philip M. Gollucci2010-05-271-2/+2
| | | | | | | | | | | - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255195
* - 1/3:Philip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | - apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255193
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE to be incorrectly set during some make phases as a result of the recent PKGNAMEPREFIX for apache ports. 'Revert' some of the PKGNAMEPREFIX changes for apXX-. - Must be manually requested in tbe port Makefile either by a) AP_FAST_BUILD=yes b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX} - Going forward, we will only do this for ports where WITH_APACHE is NOT optional, but required. mod_* ports are a good fit. 141 ports are mod_ ports 80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a]. 61 remaining are then patched to mirror the other $lang frameworks [b]. PR: ports/146956 Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several Discussed with: pav, itectu on #bsdports Tested by: P6 TB run Approved by: portmgr (pav) Notes: svn path=/head/; revision=255075
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - USE_APACHE=yes is deprecatedAlex Dupre2009-04-282-25/+27
| | | | | | | | | | | | - Handle NOPORTEXAMPLES - Use SF macro - Use APACHEMODDIR in pkg-plist PR: ports/133645 Submitted by: pgollucci Notes: svn path=/head/; revision=232890
* Respect CFLAGS.Alex Dupre2006-12-101-0/+4
| | | | | | | Submitted by: Cory R. King <coryking@xlan.org> Notes: svn path=/head/; revision=179384
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-2/+2
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=98462
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Add MAKE_ENVTilman Keskinoz2003-01-081-1/+1
| | | | | | | | | PR: 42929 Submitted by: Thomas Hurst <freaky@aagh.net> Approved by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=72753
* Update to 1.3.26.1a.Pete Fritchman2003-01-013-2/+27
| | | | | | | | PR: 45734 Submitted by: maintainer Notes: svn path=/head/; revision=72104
* upgrade to 1.3.19.2aYing-Chieh Liao2002-09-175-44/+21
| | | | | | | | | | take maintainership PR: 42738 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=66490
* support appache13-modssl by defining APACHE_PORT in /etc/make.confDirk Meyer2002-09-091-2/+5
| | | | | | | others variants of the apache ports can be used too. Notes: svn path=/head/; revision=65932
* portlint:Dirk Froemberg2001-12-251-1/+1
| | | | | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters Notes: svn path=/head/; revision=52160
* Fix the post-install target now that there is more thanMikhail Teterin2001-05-081-2/+2
| | | | | | | one text file to install. Notes: svn path=/head/; revision=42414
* The distfiles themselves don't have any version information in their names.Mikhail Teterin2001-05-082-5/+5
| | | | | | | Make PORTVERSION part of the DISTSUBDIR. Notes: svn path=/head/; revision=42413
* Upgrade the version number and change the master site. Disclaim theMikhail Teterin2001-05-083-7/+11
| | | | | | | | | maintainership. Install some more text documentation. Submitted by: Vanilla I. Shu Notes: svn path=/head/; revision=42412
* Fix bogon caused by overly aggressive NOPORTDOCS nuking by myself.Will Andrews2001-02-031-0/+4
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=37938
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-162-9/+3
| | | | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. Notes: svn path=/head/; revision=37257
* New Port: An Apache module that provides on-the fly gzipping for capable ↵James E. Housley2000-12-135-0/+61
browsers PR: 23530 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=35963