head	1.10;
access;
symbols
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	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.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2011.06.25.09.23.47;	author miwi;	state dead;
branches;
next	1.9;

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

1.8
date	2009.05.17.07.24.34;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.05.11.07.46.40;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.04.00.18.13;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2005.02.26.15.24.15;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.18.16.21.55;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.13.15.04.51;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.18.00.02.13;	author naddy;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.16.16.59.19;	author naddy;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Bye Bye

2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
@
text
@# New ports collection makefile for:	mod_traf_thief
# Date created:				Sun Oct  5
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: ports/www/mod_traf_thief/Makefile,v 1.9 2010/12/12 08:44:49 pgollucci Exp $
#

PORTNAME=	mod_traf_thief
PORTVERSION=	0.01
CATEGORIES=	www
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/
EXTRACT_SUFX=	.c
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows you to redirect part of the traffic to your url

MAKE_JOBS_SAFE=  yes

DEPRECATED=	will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
EXPIRATION_DATE=	2011-05-01

USE_APACHE=	2.0
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

RESTRICTED=	No licence
NO_WRKSUBDIR=	YES

do-extract:
	@@${MKDIR} ${WRKDIR}
	@@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c

.include <bsd.port.mk>
@


1.9
log
@- Corresponding to www/apache20 deprecation, deprecate ports
  that only build with www/apache20 (2.0.x)

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


1.8
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d20 3
@


1.7
log
@- Remove apache from _DEPENDS
- Convert to AP_FAST_BUILD/AP_GENPLIST
- remove APXS, comes from bsd.apache.mk
@
text
@d18 2
@


1.6
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@a12 1
# Original location: http://web.god.net.ru/projects/mod_traf_thief/dist/
d18 3
a20 2
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20
RUN_DEPENDS=	${BUILD_DEPENDS}
a22 1

a23 1
APXS?=		${LOCALBASE}/sbin/apxs
a28 6
do-build:
	@@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)

do-install:
	@@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)

@


1.5
log
@- sync DIST_SUBDIR with reality
- source code has changed, licence disappeared.
- Update LEGAL to reflect this
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
@


1.4
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d14 1
a14 1
DIST_SUBDIR=	apache
d22 2
@


1.3
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@d16 1
a16 1
MAINTAINER=	clement@@FreeBSD.org
@


1.2
log
@Unbreak.

Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
Reported by:	kris  (bento)
@
text
@d16 1
a16 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@


1.1
log
@Import mod_traf_thief 0.01.
This simple module allows you to redirect a percentage of the traffic
to your URL.

PR:		57664
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d27 1
a27 1
	@@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c
@

