aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 6.10Martin Wilke2008-11-093-9/+9
| | | | | | | | PR: 128487 Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer) Notes: svn path=/head/; revision=222648
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 6.7Rong-En Fan2008-05-312-7/+12
| | | | | | | | PR: ports/124159 Submitted by: Hugo Leisink <hugo at leisink.net> (maintainer) Notes: svn path=/head/; revision=214029
* - Update to 6.3.Marcelo Araujo2008-02-174-37/+58
| | | | | | | | | | | | | - Now using WWWDIR. - Added new options. PR: ports/120107 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Hugo Leisink <hugo@leisink.net> (maintainer), itetcu (mentor, implicit) Notes: svn path=/head/; revision=207460
* - Update to 6.0Pav Lucistnik2007-10-262-4/+4
| | | | | | | | PR: ports/117538 Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer) Notes: svn path=/head/; revision=202100
* Update to 5.14Lars Engels2007-10-132-4/+4
| | | | | | | | | PR: ports/117157 Submitted by: Hugo Leisink <hugo (AT) leisink.net> Approved by: miwi (mentor) Notes: svn path=/head/; revision=201426
* Update port: www/hiawathaEdwin Groothuis2007-09-093-7/+6
| | | | | | | | | | Update to 5.11 PR: ports/115316 Submitted by: Hugo Leisink <hugo@leisink.net> Notes: svn path=/head/; revision=199190
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update to 5.9Rong-En Fan2007-06-163-6/+8
| | | | | | | | | | - Add WWW entry PR: ports/113754 Submitted by: Hugo Leisink <hugo at leisink.net> (maintainer) Notes: svn path=/head/; revision=193687
* - Update to 5.7Martin Wilke2007-03-072-4/+4
| | | | | | | | PR: 110059 Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer) Notes: svn path=/head/; revision=186865
* - Update to 5.6Rong-En Fan2007-02-173-18/+23
| | | | | | | | PR: ports/109163 Submitted by: Hugo Leisink <hugo at leisink.org> (maintainer) Notes: svn path=/head/; revision=185344
* - Update to 5.3Ion-Mihai Tetcu2006-12-273-9/+13
| | | | | | | | | | - fix check for OpenSSL in the Makefile PR: ports/106835 Submitted by: Hugo Leisink (maintainer) Notes: svn path=/head/; revision=180838
* Hiawatha is an advanced and secure webserver for Unix. It has been written withIon-Mihai Tetcu2006-12-036-0/+102
'being secure' as its main goal. Hiawatha has many security features that no other webserver has. Besides being very secure, it's also a very fast webserver. It's twice as fast as Apache for static content. It supports load-balanced FastCGI, which makes it fast and scalable for serving CGI. PR: ports/106277 Submitted by: Hugo Leisink <hugo at leisink.net> Notes: svn path=/head/; revision=178730