head	1.23;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	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.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.23
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.03.29.08.07.04;	author culot;	state Exp;
branches;
next	1.21;

1.21
date	2012.01.22.08.35.29;	author culot;	state Exp;
branches;
next	1.20;

1.20
date	2011.09.19.14.56.34;	author swills;	state Exp;
branches;
next	1.19;

1.19
date	2011.06.21.19.33.41;	author culot;	state Exp;
branches;
next	1.18;

1.18
date	2011.04.13.13.54.18;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2010.11.08.10.51.06;	author wen;	state Exp;
branches;
next	1.16;

1.16
date	2010.08.18.06.53.04;	author az;	state Exp;
branches;
next	1.15;

1.15
date	2010.01.27.09.23.14;	author tobez;	state Exp;
branches;
next	1.14;

1.14
date	2010.01.10.03.54.08;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2010.01.09.23.34.45;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2009.07.03.20.20.21;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.03.25.12.13.35;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2009.03.03.17.00.00;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2008.11.06.16.44.00;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2008.09.28.18.17.52;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.30.08.39.14;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.06;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.04.12.34.50;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2004.09.03.08.51.54;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.52;	author ijliao;	state Exp;
branches;
next	1.2;

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

1.1
date	2002.06.02.18.37.45;	author skv;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTTP-DAV
# Date created:	   02 June 2002
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-HTTP-DAV/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTP-DAV
PORTVERSION=	0.47
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	WebDAV client library

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-URI>0:${PORTSDIR}/net/p5-URI \
		p5-XML-DOM>0:${PORTSDIR}/textproc/p5-XML-DOM \
		p5-libwww>=5.48:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		dave.1
MAN3=		HTTP::DAV.3 HTTP::DAV::Lock.3 HTTP::DAV::Resource.3 \
		HTTP::DAV::Response.3 HTTP::DAV::Changes.3

.include <bsd.port.mk>
@


1.22
log
@- Update to 0.47

Changes:	http://search.cpan.org/dist/HTTP-DAV/lib/HTTP/DAV/Changes.pod
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Update to 0.46
- Add missing dependency on p5-URI
- Add LICENSE (Artistic 1 & GPLv1)

Changes:	http://search.cpan.org/dist/HTTP-DAV/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.46
@


1.20
log
@- Update to 0.45

Changes:	http://cpansearch.perl.org/dist/HTTP-DAV/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.45
d17 5
a21 1
BUILD_DEPENDS=	p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
@


1.19
log
@- Update to 0.44

Changes:	http://search.cpan.org/dist/HTTP-DAV/Changes
PR:		ports/158107
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.44
d25 1
a25 1
		HTTP::DAV::Response.3
@


1.18
log
@- update to 0.43
- changes: http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.43/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.43
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.17
log
@- Update to 0.42
Changelog: http://search.cpan.org/src/OPERA/HTTP-DAV-0.42/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.42
d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
@


1.16
log
@Update to 0.41.

PR:		ports/149355
Submitted by:	Frederic Culot <frederic@@culot.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.41
@


1.15
log
@Update to 0.40.

Assign maintainer to perl@@ (do we have a resolution on the official
policy yet?).

Changes:	http://search.cpan.org/dist/HTTP-DAV/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.40
@


1.14
log
@With portmgr hat on, reset the maintainership of skv@@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
@
text
@d9 1
a9 1
PORTVERSION=	0.39
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- Update to 0.39

PR:             ports/141497
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@@)
@
text
@d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.12
log
@- Update to 0.38

PR:             ports/135817
Approved by:    maintainer timeout (skv; 16 days)
Submitted by:   myself (pgollucci@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.38
@


1.11
log
@Update to 0.37

Changes:	http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.37/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.37
@


1.10
log
@Update to 0.36

Changes:	http://cpansearch.perl.org/src/OPERA/HTTP-DAV-0.36/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.36
@


1.9
log
@Update to 0.35

Changes:	http://search.cpan.org/src/OPERA/HTTP-DAV-0.35/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.35
@


1.8
log
@Update to 0.34

Changes:	http://search.cpan.org/src/OPERA/HTTP-DAV-0.34/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.34
@


1.7
log
@Update to 0.33

Changes:	http://search.cpan.org/src/OPERA/HTTP-DAV-0.33/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.33
@


1.6
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.31
@


1.5
log
@Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTTP
@


1.4
log
@Fix port description

PR:		ports/71134
Submitted by:	Peter van Dijk <peter@@dataloss.nl>
@
text
@a23 1
MAN1PREFIX=	${PREFIX}
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d16 1
a16 1
COMMENT=	Perl interface to the gnome ghttp library
a25 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


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
@d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
@


1.1
log
@Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library.
@
text
@d16 1
@

