pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-data_uri



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Sep 20 08:50:50 UTC 2020

Added Files:
        pkgsrc/www/ruby-data_uri: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-data_uri/DESCR \
    pkgsrc/www/ruby-data_uri/Makefile pkgsrc/www/ruby-data_uri/PLIST \
    pkgsrc/www/ruby-data_uri/distinfo

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

Added files:

Index: pkgsrc/www/ruby-data_uri/DESCR
diff -u /dev/null pkgsrc/www/ruby-data_uri/DESCR:1.1
--- /dev/null   Sun Sep 20 08:50:50 2020
+++ pkgsrc/www/ruby-data_uri/DESCR      Sun Sep 20 08:50:50 2020
@@ -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.
Index: pkgsrc/www/ruby-data_uri/Makefile
diff -u /dev/null pkgsrc/www/ruby-data_uri/Makefile:1.1
--- /dev/null   Sun Sep 20 08:50:50 2020
+++ pkgsrc/www/ruby-data_uri/Makefile   Sun Sep 20 08:50:50 2020
@@ -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"
Index: pkgsrc/www/ruby-data_uri/PLIST
diff -u /dev/null pkgsrc/www/ruby-data_uri/PLIST:1.1
--- /dev/null   Sun Sep 20 08:50:50 2020
+++ pkgsrc/www/ruby-data_uri/PLIST      Sun Sep 20 08:50:50 2020
@@ -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
Index: pkgsrc/www/ruby-data_uri/distinfo
diff -u /dev/null pkgsrc/www/ruby-data_uri/distinfo:1.1
--- /dev/null   Sun Sep 20 08:50:50 2020
+++ pkgsrc/www/ruby-data_uri/distinfo   Sun Sep 20 08:50:50 2020
@@ -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