Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:33:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532299 - in head/www: . rubygem-rss
Message-ID:  <202004211933.03LJXa9K088301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:33:36 2020
New Revision: 532299
URL: https://svnweb.freebsd.org/changeset/ports/532299

Log:
  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

Added:
  head/www/rubygem-rss/
  head/www/rubygem-rss/Makefile   (contents, props changed)
  head/www/rubygem-rss/distinfo   (contents, props changed)
  head/www/rubygem-rss/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Apr 21 19:33:30 2020	(r532298)
+++ head/www/Makefile	Tue Apr 21 19:33:36 2020	(r532299)
@@ -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

Added: head/www/rubygem-rss/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rss/Makefile	Tue Apr 21 19:33:36 2020	(r532299)
@@ -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>

Added: head/www/rubygem-rss/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rss/distinfo	Tue Apr 21 19:33:36 2020	(r532299)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587445350
+SHA256 (rubygem/rss-0.2.9.gem) = a045876bea9b35456241d4d57b9340d9e3a042264d6b4aea9d93983c0fe83fac
+SIZE (rubygem/rss-0.2.9.gem) = 106496

Added: head/www/rubygem-rss/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rss/pkg-descr	Tue Apr 21 19:33:36 2020	(r532299)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211933.03LJXa9K088301>