pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-rss: Import ruby-rss-0.3.0 as wip/ruby-rss



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Fri Nov 3 14:35:15 2023 +0900
Changeset:	f4bb94afb6aaf1ed7e8a0984120571bf94f205d6

Modified Files:
	Makefile
Added Files:
	ruby-rss/DESCR
	ruby-rss/Makefile
	ruby-rss/PLIST
	ruby-rss/distinfo

Log Message:
ruby-rss: Import ruby-rss-0.3.0 as wip/ruby-rss

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.

The standard library supports RSS 0.91, 1.0, 2.0, and Atom, a related
format. Here are some links to the standards documents for these
formats:

* RSS
  * 0.9.1
  * 1.0
  * 2.0
* Atom

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f4bb94afb6aaf1ed7e8a0984120571bf94f205d6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 ruby-rss/DESCR    | 15 +++++++++++++++
 ruby-rss/Makefile | 14 ++++++++++++++
 ruby-rss/PLIST    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ruby-rss/distinfo |  5 +++++
 5 files changed, 87 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 60a4d75d8e..be8e4020fa 100644
--- a/Makefile
+++ b/Makefile
@@ -4935,6 +4935,7 @@ SUBDIR+=	ruby-rinku
 SUBDIR+=	ruby-roadie
 SUBDIR+=	ruby-roadie-rails52
 SUBDIR+=	ruby-roo-xls
+SUBDIR+=	ruby-rss
 SUBDIR+=	ruby-sanitize
 SUBDIR+=	ruby-sdl2
 SUBDIR+=	ruby-simple-navigation
diff --git a/ruby-rss/DESCR b/ruby-rss/DESCR
new file mode 100644
index 0000000000..9ed9aef105
--- /dev/null
+++ b/ruby-rss/DESCR
@@ -0,0 +1,15 @@
+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.
+
+The standard library supports RSS 0.91, 1.0, 2.0, and Atom, a related
+format. Here are some links to the standards documents for these
+formats:
+
+* RSS
+  * 0.9.1
+  * 1.0
+  * 2.0
+* Atom
diff --git a/ruby-rss/Makefile b/ruby-rss/Makefile
new file mode 100644
index 0000000000..4f7a3a866d
--- /dev/null
+++ b/ruby-rss/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	rss-0.3.0
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ruby/rss
+COMMENT=	Family of libraries that support various formats of XML "feeds"
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${RUBY_PKGPREFIX}-rexml-[0-9]*:../../wip/ruby-rexml
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-rss/PLIST b/ruby-rss/PLIST
new file mode 100644
index 0000000000..bce2af0bf2
--- /dev/null
+++ b/ruby-rss/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/NEWS.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/rss.rb
+${GEM_LIBDIR}/lib/rss/0.9.rb
+${GEM_LIBDIR}/lib/rss/1.0.rb
+${GEM_LIBDIR}/lib/rss/2.0.rb
+${GEM_LIBDIR}/lib/rss/atom.rb
+${GEM_LIBDIR}/lib/rss/content.rb
+${GEM_LIBDIR}/lib/rss/content/1.0.rb
+${GEM_LIBDIR}/lib/rss/content/2.0.rb
+${GEM_LIBDIR}/lib/rss/converter.rb
+${GEM_LIBDIR}/lib/rss/dublincore.rb
+${GEM_LIBDIR}/lib/rss/dublincore/1.0.rb
+${GEM_LIBDIR}/lib/rss/dublincore/2.0.rb
+${GEM_LIBDIR}/lib/rss/dublincore/atom.rb
+${GEM_LIBDIR}/lib/rss/image.rb
+${GEM_LIBDIR}/lib/rss/itunes.rb
+${GEM_LIBDIR}/lib/rss/maker.rb
+${GEM_LIBDIR}/lib/rss/maker/0.9.rb
+${GEM_LIBDIR}/lib/rss/maker/1.0.rb
+${GEM_LIBDIR}/lib/rss/maker/2.0.rb
+${GEM_LIBDIR}/lib/rss/maker/atom.rb
+${GEM_LIBDIR}/lib/rss/maker/base.rb
+${GEM_LIBDIR}/lib/rss/maker/content.rb
+${GEM_LIBDIR}/lib/rss/maker/dublincore.rb
+${GEM_LIBDIR}/lib/rss/maker/entry.rb
+${GEM_LIBDIR}/lib/rss/maker/feed.rb
+${GEM_LIBDIR}/lib/rss/maker/image.rb
+${GEM_LIBDIR}/lib/rss/maker/itunes.rb
+${GEM_LIBDIR}/lib/rss/maker/slash.rb
+${GEM_LIBDIR}/lib/rss/maker/syndication.rb
+${GEM_LIBDIR}/lib/rss/maker/taxonomy.rb
+${GEM_LIBDIR}/lib/rss/maker/trackback.rb
+${GEM_LIBDIR}/lib/rss/parser.rb
+${GEM_LIBDIR}/lib/rss/rexmlparser.rb
+${GEM_LIBDIR}/lib/rss/rss.rb
+${GEM_LIBDIR}/lib/rss/slash.rb
+${GEM_LIBDIR}/lib/rss/syndication.rb
+${GEM_LIBDIR}/lib/rss/taxonomy.rb
+${GEM_LIBDIR}/lib/rss/trackback.rb
+${GEM_LIBDIR}/lib/rss/utils.rb
+${GEM_LIBDIR}/lib/rss/version.rb
+${GEM_LIBDIR}/lib/rss/xml-stylesheet.rb
+${GEM_LIBDIR}/lib/rss/xml.rb
+${GEM_LIBDIR}/lib/rss/xmlparser.rb
+${GEM_LIBDIR}/lib/rss/xmlscanner.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/3.2.0/plugins
+@pkgdir lib/ruby/gems/3.2.0/extensions
diff --git a/ruby-rss/distinfo b/ruby-rss/distinfo
new file mode 100644
index 0000000000..ed2ada58bb
--- /dev/null
+++ b/ruby-rss/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (rss-0.3.0.gem) = a75e84d635a3b051c995dacf48a7d9f5d79bd14b7fab902e36d9bf3f178d2c11
+SHA512 (rss-0.3.0.gem) = f66b353f02ba60fe09a622b9ccb91de33f686adb9d09b10b7dc2746e66dcb9603198d1d7b78719ad58a9e60bc6f46550c85aa90a34745099e3ef2dfbf034387e
+Size (rss-0.3.0.gem) = 52736 bytes


Home | Main Index | Thread Index | Old Index