pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-data_uri www/ruby-data_uri: import ruby27-dat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2070a512a6
branches:  trunk
changeset: 439512:db2070a512a6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 20 08:50:50 2020 +0000

description:
www/ruby-data_uri: import ruby27-data_uri-0.1.0

Data URIs allow resources to be embedded inside a URI. The URI::Data
class provides support for parsing these URIs using the normal
URI.parse method.

diffstat:

 www/ruby-data_uri/DESCR    |   3 +++
 www/ruby-data_uri/Makefile |  12 ++++++++++++
 www/ruby-data_uri/PLIST    |   8 ++++++++
 www/ruby-data_uri/distinfo |   6 ++++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 5d6136a7c6c0 -r db2070a512a6 www/ruby-data_uri/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-data_uri/DESCR   Sun Sep 20 08:50:50 2020 +0000
@@ -0,0 +1,3 @@
+Data URIs allow resources to be embedded inside a URI. The URI::Data
+class provides support for parsing these URIs using the normal
+URI.parse method.
diff -r 5d6136a7c6c0 -r db2070a512a6 www/ruby-data_uri/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-data_uri/Makefile        Sun Sep 20 08:50:50 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/09/20 08:50:50 ryoon Exp $
+
+DISTNAME=      data_uri-0.1.0
+CATEGORIES=    www
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/dball/data_uri
+COMMENT=       URI::Data class for parsing RFC2397 data URIs
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5d6136a7c6c0 -r db2070a512a6 www/ruby-data_uri/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-data_uri/PLIST   Sun Sep 20 08:50:50 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/20 08:50:50 ryoon Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/data_uri.rb
+${GEM_LIBDIR}/lib/data_uri/open_uri.rb
+${GEM_LIBDIR}/lib/data_uri/uri.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 5d6136a7c6c0 -r db2070a512a6 www/ruby-data_uri/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-data_uri/distinfo        Sun Sep 20 08:50:50 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/20 08:50:50 ryoon Exp $
+
+SHA1 (data_uri-0.1.0.gem) = 4fbfb75f8cfc0d6c24672aa976a70834453667cd
+RMD160 (data_uri-0.1.0.gem) = 7b3675afa1f8bf82251ae00af136cdbde1d9a792
+SHA512 (data_uri-0.1.0.gem) = 88eef1dd3ef28de80a1de3dcd7e9fc33cf54235f9eb0e060ea7bb214494c738d35f0236d03533e3a1c2aa4531ae1df522a03ecbb34e489a1960bd964cfb08f52
+Size (data_uri-0.1.0.gem) = 6144 bytes



Home | Main Index | Thread Index | Old Index