head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.30.16.51.46;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.21.17.39.32;	author eadler;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.20.09.22.15;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.24.00.44.28;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.11.06.40.29;	author wen;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-ZConf-RSS
# Date created:         2009-11-09
# Whom:                 Zane C, Bowers <vvelox@@vvelox.net>
#
# $FreeBSD: head/www/p5-ZConf-RSS/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ZConf-RSS
PORTVERSION=	2.2.0
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VVELOX
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@@vvelox.net
COMMENT=	ZConf backed RSS fetching and viewing

BUILD_DEPENDS=	p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf \
		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
		p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP \
		p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
		p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		ZConf::RSS.3 \
		ZConf::RSS::GUI.3

.include <bsd.port.mk>
@


1.5
log
@- Remove SITE_PERL from *_DEPENDS

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


1.4
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 5
a23 5
BUILD_DEPENDS=	${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
		${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
		${SITE_PERL}/XML/FeedPP.pm:${PORTSDIR}/textproc/p5-XML-FeedPP \
		${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
		${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
@


1.3
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d13 1
a13 1
MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
@


1.1
log
@A ZConf backed system for fetching and viewing RSS
feeds.

zcrss-addfeed   Calls the addFeed dialog for ZConf::RSS::GUI
zcrss-admin     Manages stuff in ZConf for ZConf::RSS.
zcrss-browse    Calls the view dialog for ZConf::RSS::GUI
zcrss-get       Fetches a feed and applies the template for it.
zcrss-managetemplates   Calls the manage di

WWW: http://search.cpan.org/~vvelox/ZConf-RSS/

PR:		ports/140410
Submitted by:	"Zane C.B." <vvelox@@vvelox.net>
@
text
@d10 1
@

