Subject: CVS commit: pkgsrc/textproc/ruby-fuzzyurl
From: Takahiro Kambe
Date: 2017-06-10 18:35:18
Message id: 20170610163518.1FDDEFAA4@cvs.NetBSD.org

Log Message:
Add ruby-fuzzyurl package version 0.9.0.

Fuzzyurl provides two related functions: non-strict parsing of URLs or
URL-like strings into their component pieces (protocol, username, password,
hostname, port, path, query, and fragment), and fuzzy matching of URLs and URL
patterns.

Specifically, URLs that look like this:

    [protocol ://] [username [: password] @] [hostname] [: port] [/ path] [? \ 
query] [# fragment]

Fuzzyurls can be constructed using some or all of the above fields, optionally
replacing some or all of those fields with a * wildcard if you wish to use the
Fuzzyurl as a URL mask.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/ruby-fuzzyurl/DESCR
1.1addpkgsrc/textproc/ruby-fuzzyurl/Makefile
1.1addpkgsrc/textproc/ruby-fuzzyurl/PLIST
1.1addpkgsrc/textproc/ruby-fuzzyurl/distinfo