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


1.13
date	2012.11.20.03.59.22;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.20.03.57.32;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.02.39;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2010.12.29.20.04.33;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.24.00.45.59;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2008.12.18.02.33.39;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.04.11.41.26;	author gabor;	state Exp;
branches;
next	1.6;

1.6
date	2006.12.22.20.29.46;	author se;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.12.15.16.47;	author se;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.22.22.29.49;	author se;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.02.23.19.54;	author se;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.07.06.12.41;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.30.12.39.01;	author se;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307578
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307578 | adamw | 2012-11-20 03:52:26 +0000 (Tue, 20 Nov 2012) | 4 lines
## SVN ##
## SVN ## Bumping PORTREVISION for the plist change in r307577.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:    mini_httpd
# Date created:         24 July 2002
# Whom:                 se
#
# $FreeBSD: head/www/mini_httpd/Makefile 307578 2012-11-20 03:52:26Z adamw $
#

PORTNAME=	mini_httpd
PORTVERSION=	1.19
PORTREVISION=	1
CATEGORIES=	www ipv6
MASTER_SITES=	http://www.acme.com/software/mini_httpd/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6

.ifndef NO_SSL
MAKE_ARGS+=	-DUSE_OPENSSL
.endif

MAN1=	${PORTNAME}-htpasswd.1
MAN8=	${PORTNAME}.8

post-patch:
	${REINPLACE_CMD} -e 's/htpasswd/${PORTNAME}-htpasswd/g' ${WRKSRC}/htpasswd.1
	${REINPLACE_CMD} -e 's/\(htpasswd(1)\)/${PORTNAME}-\1/g' ${WRKSRC}/${PORTNAME}.8

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mini_httpd ${PREFIX}/sbin/
	${INSTALL_PROGRAM} ${WRKSRC}/htpasswd ${PREFIX}/sbin/${PORTNAME}-htpasswd
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd_wrapper ${PREFIX}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd.sh ${PREFIX}/etc/rc.d/
	${INSTALL_MAN} ${WRKSRC}/htpasswd ${PREFIX}/man/man1/${MAN1}
	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
	${INSTALL_DATA} ${WRKSRC}/mini_httpd.cnf ${PREFIX}/etc/mini_httpd.cnf.sample

.include <bsd.port.mk>
@


1.12
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307577
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307577 | adamw | 2012-11-20 03:51:01 +0000 (Tue, 20 Nov 2012) | 8 lines
## SVN ##
## SVN ## This port installs its own version of htpasswd(1),  but rather than
## SVN ## registering CONFLICTS between it and the various apache versions,
## SVN ## just call mini_httpd's htpasswd by another name. Bundled manpages
## SVN ## updated for this as well. Also, htpasswd was being moved to man8,
## SVN ## but I'm putting it back into man1 where apache's htpasswd is.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d5 1
a5 1
# $FreeBSD: head/www/mini_httpd/Makefile 307577 2012-11-20 03:51:01Z adamw $
d10 1
@


1.11
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/mini_httpd/Makefile 300897 2012-07-14 14:29:18Z beat $
d20 2
a21 1
MAN8=		mini_httpd.8 htpasswd.8
d23 3
a25 2
post-build:
	-${MV} ${WRKSRC}/htpasswd.1 ${WRKSRC}/htpasswd.8
d29 1
a29 1
	${INSTALL_PROGRAM} ${WRKSRC}/htpasswd ${PREFIX}/sbin/
d32 2
a33 4
	@@for file in ${MAN8}; \
	do \
		${INSTALL_MAN} ${WRKSRC}/$$file ${PREFIX}/man/man8/; \
	done
@


1.10
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Allow to build without ssl

PR:		ports/153405
Submitted by:	Anton Yuzhaninov <citrin@@citrin.ru>
@
text
@a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.8
log
@Reset se@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d18 1
a18 1
USE_OPENSSL=	YES
@


1.7
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	se@@FreeBSD.org
@


1.6
log
@Add secondary port category ipv6.

Submitted by:		Janos Mohacsi <janos dot mohacsi at bsd dot hu>
@
text
@d27 4
a30 4
	${INSTALL_PROGRAM} ${WRKSRC}/mini_httpd ${TARGETDIR}/sbin/
	${INSTALL_PROGRAM} ${WRKSRC}/htpasswd ${TARGETDIR}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd_wrapper ${TARGETDIR}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd.sh ${TARGETDIR}/etc/rc.d/
d33 1
a33 1
		${INSTALL_MAN} ${WRKSRC}/$$file ${TARGETDIR}/man/man8/; \
d35 1
a35 1
	${INSTALL_DATA} ${WRKSRC}/mini_httpd.cnf ${TARGETDIR}/etc/mini_httpd.cnf.sample
@


1.5
log
@Install to /... instead of to /...
@
text
@d10 1
a10 1
CATEGORIES=	www
@


1.4
log
@Upgrade to version 1.19.

Submitted by:		Matt Peterson <matt@@peterson.org>
PR:			60768
@
text
@d24 1
a24 1
	-${MV} ${WRKSRC}/htpasswd.1 ${WRKSRC}/htpasswd.8 
d27 4
a30 4
	${INSTALL_PROGRAM} ${WRKSRC}/mini_httpd ${PREFIX}/sbin/
	${INSTALL_PROGRAM} ${WRKSRC}/htpasswd ${PREFIX}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd_wrapper ${PREFIX}/sbin/
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd.sh ${PREFIX}/etc/rc.d/
d33 1
a33 1
		${INSTALL_MAN} ${WRKSRC}/$$file ${MAN8PREFIX}/man/man8/; \
d35 1
a35 1
	${INSTALL_DATA} ${WRKSRC}/mini_httpd.cnf ${PREFIX}/etc/mini_httpd.cnf.sample
@


1.3
log
@Upgrade to version 1.18.

Submitted by:	Massimiliano della Rovere <mader@@tiscalinet.it>
@
text
@d9 1
a9 1
PORTVERSION=	1.18
@


1.2
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.17b1
d12 1
a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
@


1.1
log
@Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6.
@
text
@d15 1
@

