head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.15
date	2013.01.14.22.59.53;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.04.14.14.16;	author cs;	state Exp;
branches;
next	1.13;

1.13
date	2012.05.30.22.09.26;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2011.11.18.22.48.15;	author cs;	state Exp;
branches;
next	1.11;

1.11
date	2010.11.12.00.30.55;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.27.01.12.09;	author sahil;	state Exp;
branches;
next	1.9;

1.9
date	2009.10.06.12.59.10;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.01.15.15.53;	author wxs;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.08.01.01.38;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.08.01.32.42;	author lippe;	state Exp;
branches;
next	1.5;

1.5
date	2008.02.17.12.24.03;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.09.12.37.29;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.17.04.43.21;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.27.10.06.14;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.03.20.56.24;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310415
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@bin/ssi-cgi
sbin/cgi-wrapper
sbin/hiawatha
sbin/wigwam
@@unexec if cmp -s %D/etc/hiawatha/cgi-wrapper.conf.sample %D/etc/hiawatha/cgi-wrapper.conf ; then rm -f %D/etc/hiawatha/cgi-wrapper.conf; fi
%%ETCDIR%%/cgi-wrapper.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/cgi-wrapper.conf.sample ] ; then cp -p %D/%F %%ETCDIR%%/cgi-wrapper.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/hiawatha.conf.sample %D/etc/hiawatha/hiawatha.conf ; then rm -f %D/etc/hiawatha/hiawatha.conf; fi
%%ETCDIR%%/hiawatha.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/hiawatha.conf.sample ] ; then cp -p %D/%F %%ETCDIR%%/hiawatha.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/index.xslt.sample %D/etc/hiawatha/index.xslt ; then rm -f %D/etc/hiawatha/index.xslt; fi
%%ETCDIR%%/index.xslt.sample
@@exec if [ ! -f %D/etc/hiawatha/index.xslt.sample ] ; then cp -p %D/%F %%ETCDIR%%/index.xslt; fi
@@unexec if cmp -s %D/etc/hiawatha/mimetype.conf.sample %D/etc/hiawatha/mimetype.conf ; then rm -f %D/etc/hiawatha/mimetype.conf; fi
%%ETCDIR%%/mimetype.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/mimetype.conf.sample ] ; then cp -p %D/%F %%ETCDIR%%/mimetype.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/toolkit.conf.sample %D/etc/hiawatha/toolkit.conf ; then rm -f %D/etc/hiawatha/toolkit.conf; fi
%%ETCDIR%%/toolkit.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/toolkit.conf.sample ] ; then cp -p %D/%F %%ETCDIR%%/toolkit.conf; fi
@@unexec t=`/bin/ls %D/etc/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===>    Configuration directory is empty, removing it."; rmdir %D/etc/hiawatha; fi;
@@unexec t=`/bin/ls /var/log/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===>    Log directory is empty, removing it."; rmdir /var/log/hiawatha; fi;
@@unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.hiawatha.html ; then rm -f %D/www/hiawatha/index.html; fi
%%WWWDIR%%/index.hiawatha.html
@@exec if [ ! -f %D/www/hiawatha/index.html ] ; then cp -p %D/%F %%WWWDIR%%/index.html; fi
@@unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===>    WWW directory is empty, removing it."; rmdir %D/www/hiawatha; fi;
lib/hiawatha/libpolarssl.so
lib/hiawatha/libpolarssl.so.2
lib/hiawatha/libpolarssl.so.1.2.3
@@dirrm lib/hiawatha
@


1.14
log
@SVN rev 306968 on 2012-11-04 14:14:16Z by cs

- Update to 8.6:
	- PolarSSL updated to version 1.2. Added support for TLS 1.2 and secure
	  renegotiation.
	- Added support for Server Name Indication.
	- MinSSLversion option added.
	- ServerRoot option removed.
	- Improved MacOS X package building script.
	- Marked php-fcgi as deprecated. Use php-fpm instead.
	- Small bugfixes and improvements.

- Change Makefile header

Feature safe:	yes
@
text
@a3 1
sbin/php-fcgi
a16 3
@@unexec if cmp -s %D/etc/hiawatha/php-fcgi.conf.sample %D/etc/hiawatha/php-fcgi.conf ; then rm -f %D/etc/hiawatha/php-fcgi.conf; fi
%%ETCDIR%%/php-fcgi.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/php-fcgi.conf.sample ] ; then cp -p %D/%F %%ETCDIR%%/php-fcgi.conf; fi
d28 1
a28 1
lib/hiawatha/libpolarssl.so.1.2.0
@


1.13
log
@- Update to 8.3.2
- Switch to CMAKE
- Fix paths in man pages
- Hiawatha now uses own PolarSSL library

Reviewed by:	Hugo Leisink <hugo@@hiawatha-webserver.org> (author of hiawatha)
@
text
@d31 2
a32 2
lib/hiawatha/libpolarssl.so.1
lib/hiawatha/libpolarssl.so.1.1.3
@


1.12
log
@Force commit to link to respective vulnerability which induced previous port update.

Approved by:	glarkin@@ (mentor)
Security:	eef56761-11eb-11e1-bb94-001c140104d4
Feature safe:	yes
@
text
@a3 1
sbin/newroot
a5 1
%%ETCDIR%%/index.xslt
d8 1
a8 1
@@exec if [ ! -f %D/etc/hiawatha/cgi-wrapper.conf ] ; then cp -p %D/%F %%ETCDIR%%/cgi-wrapper.conf; fi
d11 4
a14 1
@@exec if [ ! -f %D/etc/hiawatha/hiawatha.conf ] ; then cp -p %D/%F %%ETCDIR%%/hiawatha.conf; fi
d17 1
a17 1
@@exec if [ ! -f %D/etc/hiawatha/mimetype.conf ] ; then cp -p %D/%F %%ETCDIR%%/mimetype.conf; fi
d20 4
a23 1
@@exec if [ ! -f %D/etc/hiawatha/php-fcgi.conf ] ; then cp -p %D/%F %%ETCDIR%%/php-fcgi.conf; fi
d30 4
@


1.11
log
@- Updated to 7.4 (http://www.hiawatha-webserver.org/changelog) [1]
- Revised some informational messages in pkg-plist for clarity

PR:		ports/152094 [1]
Submitted by:	Carlo Strub <c-s at c-s dot li>
@
text
@@


1.10
log
@- Update to 7.2 [1]
- Install examples conditional on NOPORTEXAMPLES (not NOPORTDOCS) [2]
- Remove MANCOMPRESSED=no since it is default [2]
- Remove redundant installation of manpages [2]

[2]: Added by me; approved by maintainer

PR:		ports/146932 [1]
Submitted by:	C-S <c-s@@c-s.li>
Approved by:	Hugo Leisink (maintainer), itetcu@@ (mentor)
@
text
@d20 2
a21 2
@@unexec t=`/bin/ls %D/etc/hiawatha`; if [ -z "$t" ]; then echo "Configuration directory is empty, remove it."; rmdir %D/etc/hiawatha; fi;
@@unexec t=`/bin/ls /var/log/hiawatha`; if [ -z "$t" ]; then echo "Log directory is empty, remove it."; rmdir /var/log/hiawatha; fi;
d25 1
a25 1
@@unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then echo "WWW directory is empty, remove it."; rmdir %D/www/hiawatha; fi;
@


1.9
log
@- Update to 6.17

PR:		138385
Submitted by:	Hugo Leisink <hugo@@elesoft.xlshosting.net> (maintaine from another email)
@
text
@a25 10
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hiawatha
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mkcert
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newroot
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/php-fcgi
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@@dirrm %%EXAMPLESDIR%%
@


1.8
log
@- Don't overwrite configuration files, or index.html.
- s/ETCDIRX/ETCDIR/ in files/pkg-message.in

PR:		ports/136822
Submitted by:	Martin Lesser <ml@@bettercom.de>
Approved by:	maintainer timeout
@
text
@d7 1
d11 3
a13 3
@@unexec if cmp -s %D/etc/hiawatha/httpd.conf.sample %D/etc/hiawatha/httpd.conf ; then rm -f %D/etc/hiawatha/httpd.conf; fi
%%ETCDIR%%/httpd.conf.sample
@@exec if [ ! -f %D/etc/hiawatha/httpd.conf ] ; then cp -p %D/%F %%ETCDIR%%/httpd.conf; fi
@


1.7
log
@- Update to 6.15

PR:		136406
Submitted by:	Hugo Leisink <hugo@@leisink.net> (maintainer)
@
text
@d7 18
a24 5
%%ETCDIR%%/cgi-wrapper.conf
%%ETCDIR%%/httpd.conf
%%ETCDIR%%/mimetype.conf
%%ETCDIR%%/php-fcgi.conf
%%WWWDIR%%/index.html
a32 2
@@dirrm %%ETCDIR%%
@@dirrm %%WWWDIR%%
@


1.6
log
@- Update to 6.14.1.
- Respect PORTEXAMPLES.

PR:		ports/135336
Submitted by:	Hugo Leisink <hugo@@leisink.net> (maintainer)
@
text
@d1 1
@


1.5
log
@- Update to 6.3.
- 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)
@
text
@d15 4
a18 4
%%PORTDOCS%%%%EXAMPLESDIR%%/hiawatha
%%PORTDOCS%%%%EXAMPLESDIR%%/mkcert
%%PORTDOCS%%%%EXAMPLESDIR%%/newroot
%%PORTDOCS%%%%EXAMPLESDIR%%/php-fcgi
d22 1
a22 1
%%PORTDOCS%%@@dirrm %%EXAMPLESDIR%%
@


1.4
log
@Update port: www/hiawatha

	Update to 5.11

PR:		ports/115316
Submitted by:	Hugo Leisink <hugo@@leisink.net>
@
text
@d1 1
d3 2
a4 1
sbin/cgi-wrapper
d6 17
a22 14
sbin/php-fcgi
sbin/newroot
@@unexec if cmp -s %D/etc/hiawatha/httpd.conf %D/etc/hiawatha/httpd.conf.sample; then rm -f %D/etc/hiawatha/httpd.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/mimetype.conf %D/etc/hiawatha/mimetype.conf.sample; then rm -f %D/etc/hiawatha/mimetype.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/cgi-wrapper.conf %D/etc/hiawatha/cgi-wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi-wrapper.conf; fi
@@unexec if cmp -s %D/etc/hiawatha/php-fcgi.conf %D/etc/hiawatha/php-fcgi.conf.sample; then rm -f %D/etc/hiawatha/php-fcgi.conf; fi
etc/hiawatha/httpd.conf.sample
etc/hiawatha/mimetype.conf.sample
etc/hiawatha/cgi-wrapper.conf.sample
etc/hiawatha/php-fcgi.conf.sample
@@dirrm etc/hiawatha
@@unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.html.sample; then rm -f %D/www/hiawatha/index.html; fi
www/hiawatha/index.html.sample
@@dirrm www/hiawatha
@


1.3
log
@- Update to 5.6

PR:		ports/109163
Submitted by:	Hugo Leisink <hugo at leisink.org> (maintainer)
@
text
@a7 1
@@unexec if cmp -s %D/etc/hiawatha/throttle.conf %D/etc/hiawatha/throttle.conf.sample; then rm -f %D/etc/hiawatha/throttle.conf; fi
a11 1
etc/hiawatha/throttle.conf.sample
@


1.2
log
@- Update to 5.3
- fix check for OpenSSL in the Makefile

PR:		ports/106835
Submitted by:	Hugo Leisink (maintainer)
@
text
@d2 1
a2 1
sbin/cgi_wrapper
d4 1
a4 1
sbin/fcgi-server
d9 2
a10 1
@@unexec if cmp -s %D/etc/hiawatha/cgi_wrapper.conf %D/etc/hiawatha/cgi_wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi_wrapper.conf; fi
d14 2
a15 1
etc/hiawatha/cgi_wrapper.conf.sample
@


1.1
log
@Hiawatha is an advanced and secure webserver for Unix. It has been written with
'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>
@
text
@d4 2
@

