head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	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.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


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

1.11
date	2012.06.30.14.30.58;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.37.10;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2005.06.28.12.32.07;	author lawrance;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.03.20.30.39;	author dougb;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.12.04.28;	author ijliao;	state Exp;
branches;
next	1.6;

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

1.5
date	2003.02.21.14.01.18;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.01.28.12.52.58;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2002.04.11.14.23.00;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.11.14.18.45;	author roam;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:   jdresolve
# Date created:        15 June 2001
# Whom:                Christophe Labouisse <christophe@@labouisse.org>
#
# $FreeBSD: head/www/jdresolve/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jdresolve
PORTVERSION=	0.6.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.jdrowell.com/projects/jdresolve/
PATCH_SITES=	${MASTER_SITES}
PATCHFILES=	patch-0.6.2b1.diff

MAINTAINER=	christophe@@labouisse.org
COMMENT=	A IP addresse to hostname program for httpd log files

BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PERL5=	yes
NO_BUILD=	yes

MANCOMPRESSED=	no
MAN1=	rhost.1 jdresolve.1

DOC1=	AUTHORS BUGS CHANGELOG COPYING CREDITS INSTALL README TODO

do-install:
.for file in jdresolve rhost
	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${file}.1 ${MAN1PREFIX}/man/man1
.endfor

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/jdresolve
.for i in ${DOC1}
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/jdresolve
.endfor
.endif

.include <bsd.port.mk>
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
@


1.9
log
@Add vendor patch to fix a pair of bugs.
Bump portrevision.

PR:		ports/82352
Submitted by:	christophe@@labouisse.org (maintainer)
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
@
text
@a0 1
# ex:ts=8
d10 1
d13 2
a21 1
USE_BZIP2=	yes
@


1.7
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
@


1.6
log
@Chase repocopies towards ports/dns

PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
Approved by:	portmgr
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
@


1.5
log
@De-pkg-comment.
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
@


1.4
log
@jdresolv source archive moved.

PR:		ports/47336
Submitted by:	Christophe Labouisse <christophe@@labouisse.org>
@
text
@d15 1
@


1.3
log
@Forced commit to note that the previous commit - distsites
change and switch to bzip2 distfile - was submitted in:

PR:		36778
Submitted by:	maintainer
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.jdrowell.com/static/
@


1.2
log
@Change the download site and switch to a bzip2-compressed distfile.

PR:		36678
Submitted by:	maintainer
@
text
@@


1.1
log
@add jdresolve
A IP addresse to hostname program for httpd log files

PR:		28195
Submitted by:	Christophe Labouisse <christophe@@labouisse.org>
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.jdrowell.com/files/
d19 1
@

