aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_encoding
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Drop support for www/apache21pgollucci2010-09-141-3/+3
| | | | | | PR: ports/146560 Submitted by: myself (pgollucci) With Hat: apache@
* - Pass to apache@pgollucci2010-08-311-1/+1
| | | | Approved by: edwin via developers@
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkpgollucci2010-05-261-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)
* - Fix segfault on amd64pav2010-02-121-2/+3
| | | | | | PR: ports/133411 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: maintainer timeout (edwin; 11 months)
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yespgollucci2009-05-221-0/+2
| | | | | PR: ports/134611 Approved by: pav (#bsdports)
* - fix build with www/apache22pgollucci2008-12-286-10/+1211
| | | | | | | - fix build with www/apache20 PR: ports/127032 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Add SHA256 checksums to the distinfo files.edwin2005-11-091-0/+1
|
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* New port: www/mod_encodingedwin2003-11-134-0/+71
mod_encoding - Apache module for non-ascii filename interoperability This module improves non-ascii filename interoperability of apache (and mod_dav). It seems many WebDAV clients send filename in its platform-local encoding. But since mod_dav expects everything, even HTTP request line, to be in UTF-8, this causes an interoperability problem. Note by maintainer: this port also solves the annoying form of authentication that Windows machines do against a DAV enabled server: "hostname\\username" instaed of the standard "username"