pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-uri
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 11 15:43:59 UTC 2024
Added Files:
pkgsrc/www/ruby-uri: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-uri: add package version 1.0.2
URI
URI is a module providing classes to handle Uniform Resource Identifiers
(RFC2396: http://tools.ietf.org/html/rfc2396).
Features
* Uniform way of handling URIs.
* Flexibility to introduce custom URI schemes.
* Flexibility to have an alternate URI::Parser (or just different patterns
and regexp's).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/www/ruby-uri/DESCR pkgsrc/www/ruby-uri/PLIST \
pkgsrc/www/ruby-uri/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/www/ruby-uri/Makefile
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-uri/DESCR
diff -u /dev/null pkgsrc/www/ruby-uri/DESCR:1.3
--- /dev/null Wed Dec 11 15:43:59 2024
+++ pkgsrc/www/ruby-uri/DESCR Wed Dec 11 15:43:58 2024
@@ -0,0 +1,11 @@
+URI
+
+URI is a module providing classes to handle Uniform Resource Identifiers
+(RFC2396: http://tools.ietf.org/html/rfc2396).
+
+Features
+
+* Uniform way of handling URIs.
+* Flexibility to introduce custom URI schemes.
+* Flexibility to have an alternate URI::Parser (or just different patterns
+ and regexp's).
Index: pkgsrc/www/ruby-uri/PLIST
diff -u /dev/null pkgsrc/www/ruby-uri/PLIST:1.3
--- /dev/null Wed Dec 11 15:43:59 2024
+++ pkgsrc/www/ruby-uri/PLIST Wed Dec 11 15:43:58 2024
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:43:58 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/uri.rb
+${GEM_LIBDIR}/lib/uri/common.rb
+${GEM_LIBDIR}/lib/uri/file.rb
+${GEM_LIBDIR}/lib/uri/ftp.rb
+${GEM_LIBDIR}/lib/uri/generic.rb
+${GEM_LIBDIR}/lib/uri/http.rb
+${GEM_LIBDIR}/lib/uri/https.rb
+${GEM_LIBDIR}/lib/uri/ldap.rb
+${GEM_LIBDIR}/lib/uri/ldaps.rb
+${GEM_LIBDIR}/lib/uri/mailto.rb
+${GEM_LIBDIR}/lib/uri/rfc2396_parser.rb
+${GEM_LIBDIR}/lib/uri/rfc3986_parser.rb
+${GEM_LIBDIR}/lib/uri/version.rb
+${GEM_LIBDIR}/lib/uri/ws.rb
+${GEM_LIBDIR}/lib/uri/wss.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-uri/distinfo
diff -u /dev/null pkgsrc/www/ruby-uri/distinfo:1.3
--- /dev/null Wed Dec 11 15:43:59 2024
+++ pkgsrc/www/ruby-uri/distinfo Wed Dec 11 15:43:58 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2024/12/11 15:43:58 taca Exp $
+
+BLAKE2s (uri-1.0.2.gem) = 67a0e45d81952dd55c908a668796ffa2094229f153a73238db0aca2cc0b5e959
+SHA512 (uri-1.0.2.gem) = 7294adcccc64d2d27676a4b7671e830d431da636b340a006757bcdd94a82ce90d1ef061969168ac00017b7e88df4b34618cc885f69d5bfef532f54542abaa050
+Size (uri-1.0.2.gem) = 36864 bytes
Index: pkgsrc/www/ruby-uri/Makefile
diff -u /dev/null pkgsrc/www/ruby-uri/Makefile:1.4
--- /dev/null Wed Dec 11 15:43:59 2024
+++ pkgsrc/www/ruby-uri/Makefile Wed Dec 11 15:43:58 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.4 2024/12/11 15:43:58 taca Exp $
+
+DISTNAME= uri-1.0.2
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ruby/uri
+COMMENT= Providing classes to handle Uniform Resource Identifiers
+LICENSE= 2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index