diff options
author | pav <pav@FreeBSD.org> | 2006-01-01 02:42:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-01 02:42:57 +0800 |
commit | bb213d8fd95c813eb6124a2ebf30192042c79f3e (patch) | |
tree | a7cc379876f40eefb5216d31ec930835c031cf8d /mail/claws-mail-rssyl | |
parent | 1937ccf72196775694d45b59e7e9d0badb910a24 (diff) | |
download | freebsd-ports-gnome-bb213d8fd95c813eb6124a2ebf30192042c79f3e.tar.gz freebsd-ports-gnome-bb213d8fd95c813eb6124a2ebf30192042c79f3e.tar.zst freebsd-ports-gnome-bb213d8fd95c813eb6124a2ebf30192042c79f3e.zip |
This plugin allows you to read your favorite newsfeeds in Sylpheed Claws.
RSS 1.0, 2.0 and Atom feeds are currently supported.
PR: ports/91076
Submitted by: v.velox <v.velox@vvelox.net>
Diffstat (limited to 'mail/claws-mail-rssyl')
-rw-r--r-- | mail/claws-mail-rssyl/Makefile | 27 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/pkg-descr | 4 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/pkg-plist | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile new file mode 100644 index 000000000000..979793cca3ef --- /dev/null +++ b/mail/claws-mail-rssyl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: rssyl +# Date created: 17 December 2005 +# Whom: v.velox@vvelox.net +# +# $FreeBSD$ +# + +PORTNAME= rssyl +PORTVERSION= 0.3 +CATEGORIES= mail +MASTER_SITES= http://ticho.yweb.sk/rssyl/ + +MAINTAINER= v.velox@vvelox.net +COMMENT= A RSS/Atom plugin for sylheed-claws + +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws +RUN_DEPENDS= sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws + +USE_X_PREFIX= yes +USE_AUTOTOOLS= autoconf:259 +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's/100\.93/100/' ${WRKSRC}/configure.ac + +.include <bsd.port.mk> diff --git a/mail/claws-mail-rssyl/distinfo b/mail/claws-mail-rssyl/distinfo new file mode 100644 index 000000000000..cb7e6b040fbb --- /dev/null +++ b/mail/claws-mail-rssyl/distinfo @@ -0,0 +1,3 @@ +MD5 (rssyl-0.3.tar.gz) = 53866c464c35737d0ba684c85491014c +SHA256 (rssyl-0.3.tar.gz) = 225f78b9f611a269c9a50ecc7405c9ef8a8d57c27166b80f5afdd37f561d359f +SIZE (rssyl-0.3.tar.gz) = 390916 diff --git a/mail/claws-mail-rssyl/pkg-descr b/mail/claws-mail-rssyl/pkg-descr new file mode 100644 index 000000000000..be7f838efff1 --- /dev/null +++ b/mail/claws-mail-rssyl/pkg-descr @@ -0,0 +1,4 @@ +This plugin allows you to read your favorite newsfeeds in Claws. +RSS 1.0, 2.0 and Atom feeds are currently supported. + +WWW: http://ticho.yweb.sk/rssyl/ diff --git a/mail/claws-mail-rssyl/pkg-plist b/mail/claws-mail-rssyl/pkg-plist new file mode 100644 index 000000000000..2087f9e78825 --- /dev/null +++ b/mail/claws-mail-rssyl/pkg-plist @@ -0,0 +1,3 @@ +lib/sylpheed-claws/plugins/rssyl.a +lib/sylpheed-claws/plugins/rssyl.la +lib/sylpheed-claws/plugins/rssyl.so |