diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-11 19:06:55 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-11 19:06:55 +0000 |
commit | fe7754ea07a32099cf0715dc7e157f85485c18d8 (patch) | |
tree | c83f459e74ecb224275a25e1eae94127920e0b7a /www/rsstail | |
parent | 49d95ca89297e144a5c920965eae369a193f0415 (diff) | |
download | ports-fe7754ea07a32099cf0715dc7e157f85485c18d8.tar.gz ports-fe7754ea07a32099cf0715dc7e157f85485c18d8.zip |
Notes
Diffstat (limited to 'www/rsstail')
-rw-r--r-- | www/rsstail/Makefile | 30 | ||||
-rw-r--r-- | www/rsstail/distinfo | 3 | ||||
-rw-r--r-- | www/rsstail/pkg-descr | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/www/rsstail/Makefile b/www/rsstail/Makefile new file mode 100644 index 000000000000..4262ee680675 --- /dev/null +++ b/www/rsstail/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: rsstail +# Date created: 21 April 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rsstail +PORTVERSION= 1.1 +CATEGORIES= www +MASTER_SITES= http://www.vanheusden.com/rsstail/ CENKES +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Simple rss monitor + +LIB_DEPENDS= mrss.0:${PORTSDIR}/textproc/libmrss + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= LDFLAGS="${LDFLAGS}" +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|=-O2 -Wall|+=|;/^LDFLAGS/s|=|+=|' ${WRKSRC}/Makefile + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/www/rsstail/distinfo b/www/rsstail/distinfo new file mode 100644 index 000000000000..4d1fe91dbc1f --- /dev/null +++ b/www/rsstail/distinfo @@ -0,0 +1,3 @@ +MD5 (rsstail-1.1.tgz) = 2550da81a8ed6de56b363d7cd139933b +SHA256 (rsstail-1.1.tgz) = 603ddd9108b7157d173c0e86e6c95de417cfd020d9796f705f4378f3a8fe8470 +SIZE (rsstail-1.1.tgz) = 3901 diff --git a/www/rsstail/pkg-descr b/www/rsstail/pkg-descr new file mode 100644 index 000000000000..13a7710fe3d1 --- /dev/null +++ b/www/rsstail/pkg-descr @@ -0,0 +1,5 @@ +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> |