head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	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.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	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.3
	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.11
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.9;

1.9
date	2010.10.01.17.30.16;	author lme;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.12.18.52.00;	author lme;	state Exp;
branches;
next	1.7;

1.7
date	2007.06.09.13.31.28;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.13.04.41.09;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.14.18.49.50;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.11.01.37.21;	author eik;	state Exp;
branches;
next	1.3;

1.3
date	2003.09.25.09.37.18;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.14.01.15;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.24.09.17.18;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for: 	dhttpd
# Date created:				24 June 2002
# Whom:					Gea-Suan Lin <gslin@@ccca.nctu.edu.tw>
#
# $FreeBSD: head/www/dhttpd/Makefile 302141 2012-08-05 23:19:36Z dougb $
#

PORTNAME=	dhttpd
PORTVERSION=	1.02a
CATEGORIES=	www
MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/
EXTRACT_SUFX=	.tgz

MAINTAINER=	lme@@FreeBSD.org
COMMENT=	Minimal secure webserver. Fast and efficient, no cgi-bin support

WRKSRC=		${WRKDIR}/${PORTNAME}-1.02-4
BUILD_WRKSRC=	${WRKSRC}/src

PLIST_FILES=	sbin/dhttpd

MAN1=		dhttpd.1

USE_RC_SUBR=	dhttpd

pre-everything::
	@@${ECHO_MSG} "=============================================================="
	@@${ECHO_MSG} "To change the default document root"
	@@${ECHO_MSG} "${PREFIX}/www/data edit"
	@@${ECHO_MSG} "${FILESDIR}/patch-config.hh"
	@@${ECHO_MSG} "for your needs and re-compile dhhtpd."
	@@${ECHO_MSG} "=============================================================="

post-patch:
	@@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/config.hh \
		${WRKSRC}/dhttpd.1

do-install:
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/sbin

.include <bsd.port.mk>
@


1.10
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Remove dead MASTER_SITE
@
text
@d24 1
a24 1
USE_RC_SUBR=	dhttpd.sh
@


1.8
log
@Change e-mail address of my ports to my FreeBSD.org one.

Approved by:	miwi (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	http://ccca.nctu.edu.tw/~gslin/Software/ \
		http://bsd-geek.de/FreeBSD/distfiles/
@


1.7
log
@- Add backup MASTER_SITES
- Add USE_RC_SUBR
- Add RC_SUBR documentation to dhttpd.1
- Pass maintainership to submitter

PR:		113493
Submitted by:	Lars Engels <lars.engels@@0x20.net>
@
text
@d15 1
a15 1
MAINTAINER=	lars.engels@@0x20.net
@


1.6
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d11 2
a12 1
MASTER_SITES=	http://ccca.nctu.edu.tw/~gslin/Software/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d21 2
d25 9
a33 1
STARTUP_SCRIPT=	${PORTNAME}.sh
d36 2
a37 2
	@@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/config.hh
	@@${SED} -e "s,%%PREFIX%%,${PREFIX}," ${FILESDIR}/${STARTUP_SCRIPT} > ${WRKSRC}/${STARTUP_SCRIPT}
a41 1
	${INSTALL_SCRIPT} ${WRKSRC}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d
@


1.5
log
@- Remove dead MASTER_SITE
- Remove dead WWW. There are several dhttpd sites around the net, but I'm not
  sure they are same software as this
@
text
@a16 2
USE_REINPLACE=	yes

@


1.4
log
@Drop maintainership.

PR:		66502
Submitted by:	Gea-Suan Lin <gslin@@netnews.NCTU.edu.tw> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	http://uts.cc.utexas.edu/~foxx/dhttpd/	\
		http://ccca.nctu.edu.tw/~gslin/Software/
@


1.3
log
@- Add new MASTER_SITES

PR:		57121
Submitted by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	gslin@@ccca.nctu.edu.tw
@


1.2
log
@De-pkg-comment.
@
text
@d11 2
a12 1
MASTER_SITES=	http://uts.cc.utexas.edu/~foxx/dhttpd/
@


1.1
log
@add dhttpd 1.02a
Minimal secure webserver. Fast and efficient, no cgi-bin support

PR:		39769
Submitted by:	Gea-Suan Lin <gslin@@Infomath.math.NCTU.edu.tw>
@
text
@d15 1
@

