Port details |
- trurl Parses, manipulates and outputs URLs and parts of URLs
- 0.7 www
=0 0.7Version of this port present on the latest quarterly branch.
- Maintainer: vidar@karlsen.tech
- Port Added: 2023-05-30 11:09:10
- Last Update: 2023-05-30 11:42:33
- Commit Hash: 4eec423
- License: MIT
- WWW:
- https://curl.se/trurl
- Description:
- trurl parses, manipulates and outputs URLs and parts of URLs.
It uses the RFC 3986 definition of URLs and it uses libcurl's URL
parser to do so, which includes a few "extensions". The URL support is
limited to "hierarchical" URLs, the ones that use "://" separators
after the scheme.
Typically you pass in one or more URLs and decide what of that you want
output. Posssibly modifying the URL as well.
trurl knows URLs and every URL consists of up to ten separate and
independent "components". These components can be extracted, removed
and updated with trurl and they are referred to by their respective
names: scheme, user, password, options, host, port, path, query,
fragment and zoneid.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: trurl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685363840
SHA256 (curl-trurl-trurl-0.7_GH0.tar.gz) = 11616a4c3d255ff3347cb8fc65ea4f890526f327800ec556d78e88881e2cbfa7
SIZE (curl-trurl-trurl-0.7_GH0.tar.gz) = 36624
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- py39-packaging>0 : devel/py-packaging@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_trurl
- USES:
- python:test
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7 30 May 2023 11:42:33 |
Renato Botelho (garga) |
www/trurl: Revert "www/trurl: New port"
trurl is already available under misc/trurl
This reverts commit 10debe049c2708ccd700e402d9007b07b338296c. |
0.7 30 May 2023 11:05:22 |
Renato Botelho (garga) Author: Vidar Karlsen |
www/trurl: New port
trurl parses, manipulates and outputs URLs and parts of URLs.
It uses the RFC 3986 definition of URLs and it uses libcurl's URL
parser to do so, which includes a few "extensions". The URL support is
limited to "hierarchical" URLs, the ones that use "://" separators
after the scheme.
Typically you pass in one or more URLs and decide what of that you want
output. Posssibly modifying the URL as well.
trurl knows URLs and every URL consists of up to ten separate and
independent "components". These components can be extracted, removed
and updated with trurl and they are referred to by their respective
names: scheme, user, password, options, host, port, path, query,
fragment and zoneid.
PR: 270770
Sponsored by: <Rubicon Communications, LLC ("Netgate") |
Number of commits found: 2
|