head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4;
locks; strict;
comment	@# @;


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

1.7
date	2008.09.07.10.34.24;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.09.07.00.18.54;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2008.02.04.15.53.49;	author sat;	state Exp;
branches;
next	1.4;

1.4
date	2007.10.05.23.26.51;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2007.08.30.23.38.25;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.24.14.33.43;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.11.18.58.44;	author sat;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rsstool
# Date created:		11 June 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/rsstool/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	rsstool
DISTVERSION=	1.0.0
DISTVERSIONSUFFIX=	-src
CATEGORIES=	www
MASTER_SITES=	BERLIOS

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Read, parse, merge and write RSS and Atom feeds

USE_ICONV=	yes
USE_GNOME=	libxml2
USE_GMAKE=	yes
BUILD_WRKSRC=	${WRKSRC}/src
CONFIGURE_WRKSRC=	${WRKSRC}/src
HAS_CONFIGURE=	yes

post-patch:
	@@cd ${BUILD_WRKSRC}/&&${REINPLACE_CMD} -e 's|gcc|${CC}|' Makefile

do-install:
	@@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.ifndef NOPORTDOCS
	@@cd ${WRKSRC}/&&${COPYTREE_SHARE} "*html images" ${DOCSDIR}/
.endif
.ifndef NOPORTEXAMPLES
	@@cd ${WRKSRC}/contrib/&&${COPYTREE_SHARE} . ${EXAMPLESDIR}/
.endif

.include <bsd.port.mk>
@


1.7
log
@- Take maintainership
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d12 1
a12 1
MASTER_SITES=	BERLIOS CENKES
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- Update to 1.0.0
@
text
@d14 1
a14 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.4
log
@- Update to 1.0.0rc4
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0rc4
@


1.3
log
@- Update to 1.0.0rc3
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0rc3
@


1.2
log
@- Update to 1.0.0rc2
- Respect CC
- Install docs and examples
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0rc2
a22 3
PLIST_FILES=	bin/${PORTNAME}
PORTDOCS=	*
PORTEXAMPLES=	*
d25 1
a25 2
	@@cd ${BUILD_WRKSRC}/&&${REINPLACE_CMD} -e '/^CFLAGS=/s|-O3||;\
		/^CFLAGS=/s|=|+=|;s|gcc|${CC}|' Makefile configure.in
@


1.1
log
@Add port www/rsstool:

rsstool is a tool to read, parse, merge, and write RSS (and Atom)
feeds. It has some other functions built-in like text, HTML, or
property file output, or templates with custom tags to insert RSS
feeds into pages that could be uploaded to a server that supports
only static HTML.

WWW: http://rsstool.y7.ath.cx/
Author: Dirk <noisyb at users.berlios.de>
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0rc1
d20 2
a21 1
WRKSRC=		${WRKDIR}/${DISTNAME}/src
d24 2
d28 2
a29 1
	@@${REINPLACE_CMD} -e '/^CC=/d;/^CFLAGS=/s|-O3||;/^CFLAGS=/s|=|+=|' ${WRKSRC}/Makefile
d32 7
a38 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@

