Subject: CVS commit: pkgsrc/www/xurl
From: pin
Date: 2021-06-24 12:37:30
Message id: 20210624103730.BBDDFFA95@cvs.NetBSD.org

Log Message:
www/xurl: import pkg

A little tool to manipulate urls.
Xurl offer severals commands:

-Dissect: The dissect command splits and prints the different parts of the url.
These parts are; scheme, for urls with authentication information, the username
and the password, host, port, path to the document, query string and fragment.
-Join: The join command joins an url and a new path together.
-Encode: The encode command applies the percent-encoding on the url.
-Decode: The decode command reverses the percent-encoding applyied on an url.
-Idna Encode: The idna-encode command applies the punycode translation on an
internationalized domain name.
-Idna Decode: The idna-decode command reverses the punycode translation applied
on an internationalized domain name.

Files:
RevisionActionfile
1.1addpkgsrc/www/xurl/DESCR
1.1addpkgsrc/www/xurl/Makefile
1.1addpkgsrc/www/xurl/PLIST
1.1addpkgsrc/www/xurl/cargo-depends.mk
1.1addpkgsrc/www/xurl/distinfo