aboutsummaryrefslogtreecommitdiff
path: root/www/mod_layout2
Commit message (Collapse)AuthorAgeFilesLines
* Bye ByeMartin Wilke2011-06-253-55/+0
| | | | | | | | | | | | | | | | 2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available 2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released 2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available 2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now 2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now Notes: svn path=/head/; revision=276353
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Corresponding to www/apache20 deprecation, deprecate portsPhilip M. Gollucci2010-12-121-0/+3
| | | | | | | | | that only build with www/apache20 (2.0.x) With Hat: apache Notes: svn path=/head/; revision=266117
* - update or remove pkg-descr WWW urlsPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | Reported by: distilator With Hat: apache@ Notes: svn path=/head/; revision=263315
* - Remove unused patch filePhilip M. Gollucci2010-06-071-15/+0
| | | | Notes: svn path=/head/; revision=255993
* - Covnert to AP_FAST_BUILD / AP_GENPLISTPhilip M. Gollucci2010-06-072-12/+8
| | | | Notes: svn path=/head/; revision=255991
* - 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
* - Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plistsPhilip M. Gollucci2009-05-171-1/+1
| | | | | | | - DO NOT bump PORTREVISION Notes: svn path=/head/; revision=234069
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - set PORTSCOUT for www/mod_layout*Philip M. Gollucci2009-01-121-0/+2
| | | | Notes: svn path=/head/; revision=225804
* - Set CONFLICTS for www/mod_layout and www/mod_layout22Philip M. Gollucci2008-12-291-0/+2
| | | | Notes: svn path=/head/; revision=224929
* - Oops... Still for apache 2.0.x onlyClement Laforet2008-08-311-1/+1
| | | | Notes: svn path=/head/; revision=219542
* - Update to 4.1Clement Laforet2008-08-313-29/+8
| | | | Notes: svn path=/head/; revision=219541
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Fix MASTER_SITESClement Laforet2005-05-221-1/+1
| | | | Notes: svn path=/head/; revision=135853
* - Fix WWWClement Laforet2005-01-161-2/+2
| | | | Notes: svn path=/head/; revision=126589
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* - Respect "apache modules convention".Clement Laforet2004-08-171-1/+2
| | | | | | | | When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default) Notes: svn path=/head/; revision=116518
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-3/+2
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* * Update to 4.0.2aChristian Weisgerber2003-09-265-50/+13
| | | | | | | | | | * Use LATEST_LINK PR: 57178 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=89465
* Add mod_layout2 4.0.1a,Oliver Lehmann2003-07-236-0/+122
apache2 module to wrap served pages with a header and/or footer. PR: 45496 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=85486