head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	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.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.07.24.20.23.22;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2011.10.28.14.30.33;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.23.22.26.04;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.18.04.13.42;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.14.10.32.13;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.02.03.09.49.21;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2008.09.07.10.34.23;	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.01.30.18.38.31;	author pav;	state Exp;
branches;
next	1.4;

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

1.3
date	2007.07.22.12.08.42;	author pav;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rsstail
# Date created:		21 April 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/rsstail/Makefile 301490 2012-07-24 20:23:22Z cs $
#

PORTNAME=	rsstail
PORTVERSION=	1.8
CATEGORIES=	www
MASTER_SITES=	http://www.vanheusden.com/rsstail/ CENKES
EXTRACT_SUFX=	.tgz

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Simple RSS monitor

LIB_DEPENDS=	mrss.19:${PORTSDIR}/textproc/libmrss

CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
PLIST_FILES=	bin/${PORTNAME}
MAN1=		${PORTNAME}.1

post-patch:
	@@${REINPLACE_CMD} -e 's|=-O2 -Wall|+=|;/^LDFLAGS/s|=|+=|' ${WRKSRC}/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	@@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>
@


1.13
log
@SVN rev 301490 on 2012-07-24 20:23:22Z by cs

Fix typos in COMMENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Update to 1.8
@
text
@d15 1
a15 1
COMMENT=	Simple rss monitor
@


1.11
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	1.7
@


1.10
log
@- Update to 1.7
@
text
@a20 1
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
@


1.9
log
@- Update to 1.6
@
text
@d9 1
a9 1
PORTVERSION=	1.6
@


1.8
log
@- Update to 1.5
@
text
@d9 1
a9 1
PORTVERSION=	1.5
@


1.7
log
@- Take maintainership
@
text
@d9 1
a9 2
PORTVERSION=	1.4
PORTREVISION=	1
@


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

Hat:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- Chase libmrss update

Reported by:	pointyhat
Pointy hat to:	vanilla
@
text
@d15 1
a15 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.4
log
@- Update to 1.4
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	mrss.18:${PORTSDIR}/textproc/libmrss
@


1.3
log
@- Chase libmrss update

Pointy hat to:	clsung
@
text
@d9 1
a9 2
PORTVERSION=	1.3
PORTREVISION=	1
@


1.2
log
@- Update to 1.3
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	mrss.0:${PORTSDIR}/textproc/libmrss
@


1.1
log
@Add port www/rsstail:

RSSTail is more or less an rss reader: it monitors an rss-feed and if
it detects a new entry it'll emit only that new entry.

WWW: http://www.vanheusden.com/rsstail/
Author: Folkert van Heusden <folkert@@vanheusden.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d23 1
d30 1
@

