1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add rubygem-rss 0.2.9

Really Simple Syndication (RSS) is a family of formats that describe 'feeds,'
specially constructed XML documents that allow an interested person to subscribe
and receive updates from a particular web service. This portion of the standard
library provides tooling to read and create these feeds.

WWW: https://github.com/ruby/rss
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-21 19:33:36 +00:00
parent 972d17bf40
commit 2c2d3b1481
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532299
4 changed files with 32 additions and 0 deletions

View File

@ -2109,6 +2109,7 @@
SUBDIR += rubygem-roda
SUBDIR += rubygem-rqrcode
SUBDIR += rubygem-rqrcode-rails3
SUBDIR += rubygem-rss
SUBDIR += rubygem-rtlit
SUBDIR += rubygem-ruby-oembed
SUBDIR += rubygem-ruby-readability

22
www/rubygem-rss/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rss
PORTVERSION= 0.2.9
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Family of libraries that support various formats of XML feeds
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

3
www/rubygem-rss/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1587445350
SHA256 (rubygem/rss-0.2.9.gem) = a045876bea9b35456241d4d57b9340d9e3a042264d6b4aea9d93983c0fe83fac
SIZE (rubygem/rss-0.2.9.gem) = 106496

View File

@ -0,0 +1,6 @@
Really Simple Syndication (RSS) is a family of formats that describe 'feeds,'
specially constructed XML documents that allow an interested person to subscribe
and receive updates from a particular web service. This portion of the standard
library provides tooling to read and create these feeds.
WWW: https://github.com/ruby/rss