head	1.11;
access;
symbols
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.01.01.19.30.58;	author ohauer;	state dead;
branches;
next	1.10;

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

1.9
date	2011.09.07.03.00.51;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.27.09.54.40;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.20.19.00.12;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.15.22.54.22;	author pgollucci;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.05.25.22.46.24;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.14.07.22;	author edwin;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.03.11.16.01.53;	author sem;	state Exp;
branches;
next	;


desc
@@


1.11
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	wget4web
# Date created:				Feb 02, 2005
# Whom:					Roman Y. Bogdanov <sam@@brj.pp.ru>
#
# $FreeBSD: ports/www/wget4web/Makefile,v 1.10 2011/11/02 03:43:44 pgollucci Exp $

PORTNAME=	wget4web
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	www ftp
MASTER_SITES=	http://irodov.nm.ru/wget4web/

MAINTAINER=	sam@@brj.pp.ru
COMMENT=	WWW interface for console wget

RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

USE_APACHE=	13

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes

LOGSDIR?=	/var/log/wget4web
TASKDIR?=	/var/spool/wget4web
FILESDIR?=	/var/spool/wget4web/files

PLIST_SUB=	INSTALLDIR=${WWWDIR} \
		LOGSDIR=${LOGSDIR} TASKDIR=${TASKDIR} FILESDIR=${FILESDIR}

post-patch:
	@@${REINPLACE_CMD} -e "s#%%LOGSDIR%%#${LOGSDIR}#; \
			     s#%%TASKDIR%%#${TASKDIR}#; \
			     s#%%FILESDIR%%#${FILESDIR}#" \
		${WRKSRC}/data/info.cgi

do-install:
	@@${MKDIR} ${WWWDIR}/
	@@cd ${WRKSRC}; ${FIND} . -name "*.cgi" -o -name "*.lib" \
		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
	${MKDIR} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/
	${CHOWN} ${WWWOWN}:${WWWGRP} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/

.include <bsd.port.mk>
@


1.10
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d19 1
a19 1
EXPIRATION_DATE=	2011-11-01
@


1.8
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d19 1
a19 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.7
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d18 3
@


1.6
log
@- Unbreak, fix previous commit
@
text
@d18 1
a18 1
USE_APACHE=	1.3
@


1.5
log
@- Mark BROKEN: fails to install

Reported by:	pointyhat
@
text
@a17 2
BROKEN=		fails to install

d39 1
a39 1
		| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${WWWDIR}/
@


1.4
log
@- USE_APACHE=yes is deprecated
- Use WWWOWN and WWWGRP
- Use WWWDIR in Makefile and pkg-plist
- Fix pkg-plist, use @@dirrmtry
- MKDIR => mkdir -p so need for -p

PR:             ports/134448
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
@
text
@d18 2
@


1.3
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTREVISION=	1
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
a15 1
USE_APACHE=	yes
d18 2
d21 2
a22 3
# These are tunable
WEBOWN?=	www
WEBGRP?=	www
a25 4
APACHEDIR?=	${PREFIX}/www/data

INSTALLDIR=	${APACHEDIR}/wget4web
NO_BUILD=	yes
d27 1
a27 1
PLIST_SUB=	INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} \
d37 5
a41 5
	@@${MKDIR} ${INSTALLDIR}; \
	cd ${WRKSRC}; ${FIND} . -name "*.cgi" -o -name "*.lib" \
		| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}; \
	${MKDIR} -p ${LOGSDIR} ${TASKDIR} ${FILESDIR}; \
	${CHOWN} ${WEBOWN}:${WEBGRP} ${LOGSDIR} ${TASKDIR} ${FILESDIR}
@


1.2
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d9 1
@


1.1
log
@New port: wget4web - wget interface for web.

PR:		ports/77020
Submitted by:	Roman Y. Bogdanov <sam@@brj.pp.ru>
@
text
@a29 1
USE_REINPLACE=	yes
@

