head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.12.17.12.20.07;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.27.10.35.10;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.03.11.37.14;	author ehaupt;	state Exp;
branches;
next	1.6;

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

1.5
date	2012.03.08.18.45.33;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.19.10.52.38;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.17.18.17.08;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.19.17.50.24;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.15.12.20.28;	author culot;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309085
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309085 | az | 2012-12-17 12:15:18 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Frederic Culot <culot@@FreeBSD.org>
# $FreeBSD: head/www/p5-HTTP-Message/Makefile 309085 2012-12-17 12:15:18Z az $

PORTNAME=	HTTP-Message
PORTVERSION=	6.06
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Representation of HTTP style messages

BUILD_DEPENDS=	p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \
		p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \
		p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \
		p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \
		p5-URI>=1.10:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

CONFLICTS=	p5-libwww-5*

PERL_CONFIGURE=	yes

MAN3=		HTTP::Config.3 \
		HTTP::Headers.3 \
		HTTP::Headers::Util.3 \
		HTTP::Message.3 \
		HTTP::Request.3 \
		HTTP::Request::Common.3 \
		HTTP::Response.3 \
		HTTP::Status.3

.include <bsd.port.mk>
@


1.9
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307832
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307832 | culot | 2012-11-27 10:25:32 +0000 (Tue, 27 Nov 2012) | 9 lines
## SVN ##
## SVN ## - Add missing dependency on IO::HTML [1]
## SVN ## - Use dirrmtry for HTTP/Request and HTTP/Headers directories
## SVN ##   (common to other modules such as p5-HTTP-Request-AsCGI or p5-HTTP-Headers-Fast)
## SVN ## - Bump PORTREVISION for dependency change
## SVN ##
## SVN ## PR:		ports/173460 [1]
## SVN ## Submitted by:	Tomokazu HARADA <tharada@@oucrc.org>
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Message/Makefile 307832 2012-11-27 10:25:32Z culot $
d35 1
a35 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
.endif

.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
.endif

.include <bsd.port.post.mk>
@


1.8
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-HTTP-Message/Makefile 306907 2012-11-03 11:37:14Z ehaupt $
d6 1
d17 1
@


1.7
log
@SVN rev 306907 on 2012-11-03 11:37:14Z by ehaupt

- Update to 6.06
- Trim header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-HTTP-Message
# Date created:				2011-04-15
# Whom:					Frederic Culot <culot@@FreeBSD.org>
#
a2 1
#
d5 1
a5 2
PORTVERSION=	6.03
PORTREVISION=	1
@


1.5
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d38 13
a50 1
.include <bsd.port.mk>
@


1.4
log
@- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
@
text
@d38 1
a38 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
.endif

.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+=	p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress
.endif

.include <bsd.port.post.mk>
@


1.3
log
@- Update to 6.03

Changes:	http://search.cpan.org/dist/HTTP-Message/Changes
@
text
@d10 1
d18 1
a18 2
RUN_DEPENDS=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
		p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \
a20 1
		p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress \
d23 1
a23 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
d38 13
a50 1
.include <bsd.port.mk>
@


1.2
log
@- Add CONFLICTS with www/p5-libwww-5*
@
text
@d9 1
a9 1
PORTVERSION=	6.02
@


1.1
log
@HTTP::Message contains classes useful for representing the messages
passed in HTTP style communication.  These are classes representing
requests, responses and the headers contained within them.

WWW: http://search.cpan.org/dist/HTTP-Message/

This new port is needed to update www/p5-libwww.
@
text
@d26 2
@

