head	1.24;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.24
date	2013.01.09.20.05.15;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.10.28.22.20.28;	author pgj;	state Exp;
branches;
next	1.21;

1.21
date	2012.10.28.19.57.43;	author pgj;	state Exp;
branches;
next	1.20;

1.20
date	2011.02.16.03.22.27;	author wen;	state Exp;
branches;
next	1.19;

1.19
date	2011.02.16.02.28.36;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2010.08.03.06.15.00;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2010.05.30.17.47.14;	author arved;	state Exp;
branches;
next	1.16;

1.16
date	2009.11.04.13.50.17;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2009.05.10.18.32.46;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.27.12.27.14;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2008.01.24.23.29.53;	author wxs;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.08.05.16.35;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2006.06.10.11.18.55;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2004.11.11.17.08.30;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2004.04.15.12.27.11;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.13.11.02.13;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.12.40;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.21.14.06.11;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2003.07.11.04.52.11;	author daichi;	state Exp;
branches;
next	1.4;

1.4
date	2003.05.19.12.35.53;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.14.01.13;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.23.00.29.30;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.09.21.25.03;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.24
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310162
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310162 | tabthorpe | 2013-01-09 19:50:06 +0000 (Wed, 09 Jan 2013) | 4 lines
## SVN ##
## SVN ## - Change MAINTAINER address
## SVN ## - Trim headers while I am here
## SVN ## - Clean up some trailing whitespace
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Janos.Mohacsi@@bsd.hu
# $FreeBSD: head/www/bozohttpd/Makefile 310162 2013-01-09 19:50:06Z tabthorpe $

PORTNAME=	bozohttpd
PORTVERSION=	20100920
CATEGORIES=	www ipv6
MASTER_SITES=	http://www.eterna.com.au/bozohttpd/ \
		${MASTER_SITE_NETBSD}

MAINTAINER=	jmohacsi@@bsd.hu
COMMENT=	The bozotic HTTP server

LICENSE=	BSD

USE_BZIP2=	YES
USE_RC_SUBR=	bozohttpd

#options handling
OPTIONS_DEFINE=		HTPASSWD SSL CGI
OPTIONS_DEFAULT=	SSL CGI

HTPASSWD_DESC=		Enable htpassword support
SSL_DESC=		Enable SSL support
CGI_DESC=		Enable CGI support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MHTPASSWD}
MAKE_ARGS+=	'COPTS+=	-DDO_HTPASSWD' \
		'LDFLAGS+= -lcrypt'
.else
MAKE_ARGS+=	'COPTS+=	-UDO_HTPASSWD'
.endif

.if ${PORT_OPTIONS:MSSL}
USE_OPENSSL=	yes
MAKE_ARGS+=	'COPTS+=	-UNO_SSL_SUPPORT'
.else
MAKE_ARGS+=	'COPTS+=	-DNO_SSL_SUPPORT' \
		'CRYPTOLIBS=' \
		'CRYPTODEPS='
.endif

.if ${PORT_OPTIONS:MCGI}
MAKE_ARGS+=	'COPTS+=	-UNO_CGIBIN_SUPPORT'
.else
MAKE_ARGS+=	'COPTS+=	-DNO_CGIBIN_SUPPORT'
.endif

MAN8=		bozohttpd.8
MANCOMPRESSED=	maybe
PLIST_FILES=	libexec/bozohttpd

post-patch:
	@@${REINPLACE_CMD} -e 's|@@@@PREFIX@@@@|${PREFIX}|g' ${WRKSRC}/bozohttpd.8

.include <bsd.port.mk>
@


1.23
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/bozohttpd/Makefile 306586 2012-10-28 22:20:28Z pgj $
d10 1
a10 1
MAINTAINER=	janos.mohacsi@@bsd.hu
@


1.22
log
@SVN rev 306586 on 2012-10-28 22:20:28Z by pgj

- Fix handling of options

Inspired by:	jhale
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.21
log
@SVN rev 306565 on 2012-10-28 19:57:43Z by pgj

- Convert options to the new format

PR:		ports/172540
Submitted by:	pgj
Approved by:	maintainer
Feature safe:	yes
@
text
@a25 6
#make happy portlint
.if empty(PORT_OPTIONS:MSSL)
.else
USE_OPENSSL=	yes
.endif

d29 2
a30 2
CFLAGS+=	-DDO_HTPASSWD
MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
d32 1
a32 1
CFLAGS+=	-UDO_HTPASSWD
d36 2
a37 1
CFLAGS+=	-UNO_SSL_SUPPORT
d39 3
a41 1
CFLAGS+=	-DNO_SSL_SUPPORT
d45 1
a45 1
CFLAGS+=	-UNO_CGIBIN_SUPPORT
d47 1
a47 1
CFLAGS+=	-DNO_CGIBIN_SUPPORT
@


1.20
log
@- s/LOCALBASE/PREFIX in Makefile

Reported by:	sahil@@
@
text
@d1 1
a1 4
# New ports collection makefile for:    bozohttpd
# Date created:         21.03.2002
# Whom:                 Janos.Mohacsi@@bsd.hu
#
a2 1
#
d19 6
a24 3
OPTIONS=	HTPASSWD_SUPPORT	"Enable htpassord support" 	off \
		SSL			"Enable SSL support"		on \
		CGI			"Enable CGI support"		on
d27 1
a27 1
.if defined(WITHOUT_SSL)
d32 1
a32 1
.include <bsd.port.pre.mk>
d34 1
a34 1
.if defined(WITH_HTPASSWD_SUPPORT)
d37 2
d41 3
a43 1
.if defined(WITHOUT_SSL)
a44 3
.else
#USE_OPENSSL=	yes
CFLAGS+=	-UNO_SSL_SUPPORT
d47 3
a49 1
.if defined(WITHOUT_CGI)
a50 2
.else
CFLAGS+=	-UNO_CGIBIN_SUPPORT
d60 1
a60 1
.include <bsd.port.post.mk>
@


1.19
log
@- Update to 20100920
- Fix build with custom PREFIX

PR:		ports/152464
Submitted by:	Oleg Pudeyev <oleg@@bsdpower.com>
Approved by:	maintainer(timeout, > 80 days)
@
text
@d58 1
a58 1
	@@${REINPLACE_CMD} -e 's|@@@@PREFIX@@@@|${LOCALBASE}|g' ${WRKSRC}/bozohttpd.8
@


1.18
log
@- Update to 20100621
- Add license

PR:		ports/149113
Submitted by:	Janos Mohacsi <janos.mohacsi _at_ bsd.hu> (maintainer)
Approved by:	jadawin@@ (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	20100621
d57 3
@


1.17
log
@Update to 20100512

PR:		147224
Submitted by:	janos mohacsi
@
text
@d9 1
a9 1
PORTVERSION=	20100512
d17 2
@


1.16
log
@- Update to 20090522

PR:		139106
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d9 1
a9 1
PORTVERSION=	20090522
@


1.15
log
@- Update to 20090418

PR:		134322
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090418
@


1.14
log
@- Update to 20080303
- Use Options

PR:		124925
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20080303
@


1.13
log
@Add an RC script.

PR:		ports/119553
Submitted by:	Oleg Pudeyev <oleg@@bsdpower.com>
Approved by:	Mohacsi Janos (maintainer), garga (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	20060517
PORTREVISION=	1
d20 13
d38 4
a41 2
.if !defined(WITHOUT_SSL)
USE_OPENSSL=	yes
a42 2
.else
CFLAGS+=	-DNO_SSL_SUPPORT
d45 1
a45 1
.if defined(NO_CGI)
d55 1
a55 1
.include <bsd.port.mk>
@


1.12
log
@- Maintainer Update to www/bozohttpd to version 20060517
  Original package changes:
  * make directory indexing mode not look so ugly
  * build a text version of the manual page
  * make "make clean" work properly

PR:		ports/99878
Submitted by:	maintainer (Janos Mohacsi)
@
text
@d10 1
d19 1
@


1.11
log
@- Update to 20050410

PR:		ports/98433
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de>
Approved by:	Janos Mohacsi <mohacsi@@niif.hu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20050410
@


1.10
log
@- Update to 20040823

PR:		ports/73824
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20040823
@


1.9
log
@- Fix MASTER_SITES

PR:		ports/65568
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	20040218
d14 1
a14 1
MAINTAINER=	Janos.Mohacsi@@bsd.hu
@


1.8
log
@- Update to version 20040218

PR:		ports/65484
Submitted by:	maintainer
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d9 1
a9 1
PORTVERSION=	20031005
d21 13
@


1.6
log
@- Update to version 20031005
  o basic authorisation fixes (Nicolas Jombart)
  o display file size in directory index mode
  o .xbel, .xml & .xsl -> text/xml mappings

PR:		58281
Submitted by:	maintainer
@
text
@d25 1
@


1.5
log
@update www/bozohttpd: 20030313 -> 20030622

PR:		54329
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20030622
d17 5
@


1.4
log
@Update to 20030313

PR:		52409
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	20030313
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	20021106
@


1.2
log
@Maintainer update to version 20021106

PR:		ports/45390
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d14 1
@


1.1
log
@Add bozohttpd 5.14, the bozotic HTTP server.

PR:		ports/42363
Submitted by:	Janos.Mohacsi@@bsd.hu
@
text
@d9 1
a9 1
PORTVERSION=	5.14
@

