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.1 as wip/ruby-rss



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Aug 10 18:03:34 2024 +0900
Changeset:	b9bb31b5179924f61385faa2268ea588d703e033

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.1 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:

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

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    |  9 +++++++++
 ruby-rss/Makefile | 12 ++++++++++++
 ruby-rss/PLIST    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ruby-rss/distinfo |  5 +++++
 5 files changed, 79 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 87ca17b4a0..3ddf43c721 100644
--- a/Makefile
+++ b/Makefile
@@ -5062,6 +5062,7 @@ SUBDIR+=	ruby-roadie
 SUBDIR+=	ruby-roadie-rails52
 SUBDIR+=	ruby-roo-xls
 SUBDIR+=	ruby-rouge3
+SUBDIR+=	ruby-rss
 SUBDIR+=	ruby-sdl2
 SUBDIR+=	ruby-simple-navigation
 SUBDIR+=	ruby-sinatra-contrib2
diff --git a/ruby-rss/DESCR b/ruby-rss/DESCR
new file mode 100644
index 0000000000..b1b58e91ef
--- /dev/null
+++ b/ruby-rss/DESCR
@@ -0,0 +1,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.
+
+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:
diff --git a/ruby-rss/Makefile b/ruby-rss/Makefile
new file mode 100644
index 0000000000..1ef94b19b5
--- /dev/null
+++ b/ruby-rss/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	rss-0.3.1
+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
+
+.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..81ec255c49
--- /dev/null
+++ b/ruby-rss/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (rss-0.3.1.gem) = 247329cb499f9c865f2c2fdb12d3b565889c196c56e98f177759df363e2b736a
+SHA512 (rss-0.3.1.gem) = 8d07d3c03958f99148ba7250ff7b88e91a6824012fa0b73a305e007ae01c060458e3d3b1cb50080dbbb1c800c7351c098709f8d7978632f0cd6aa49afff38942
+Size (rss-0.3.1.gem) = 53248 bytes


Home | Main Index | Thread Index | Old Index