Path to this page:
./
textproc/ruby-fuzzyurl,
Library for non-strict parsing, construction, and wildcard-matching of URLs
Branch: CURRENT,
Version: 0.9.0,
Package name: ruby27-fuzzyurl-0.9.0,
Maintainer: pkgsrc-usersFuzzyurl 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.
Required to run:[
lang/ruby23-base]
Master sites:
Filesize: 8.5 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-fuzzyurl-0.9.0
- (2017-11-23) Package has been reborn
- (2017-06-11) Package added to pkgsrc.se, version ruby23-fuzzyurl-0.9.0 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2017-06-10 18:35:18 by Takahiro Kambe | Files touched by this commit (4) |
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.
|