Port details |
- p5-URL-Encode Encoding and decoding of application/x-www-form-urlencoded encoding
- 0.03 www =2 0.03Version of this port present on the latest quarterly branch.
- Maintainer: dgeo@centrale-med.fr
- Port Added: 2015-03-10 06:21:07
- Last Update: 2024-02-19 18:39:14
- Commit Hash: 1c8007a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/pod/URL::Encode
- Description:
- encode and decode strings into and from application/x-www-form-urlencoded
The application/x-www-form-urlencoded format encodes a ordered data sets of
pairs consisting of a name and a value, with pairs separated by ampersand or
semicolon and names and values separated by the equal sign. Space characters
are replaced with plus sign and any characters not in the unreserved character
set is encoded using the percent-encoding scheme also used for resource
identifiers.
A percent-encoded octet is encoded as a character triplet, consisting of the
percent character "%" followed by the two hexadecimal digits representing that
octet's numeric value.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-URL-Encode>0:www/p5-URL-Encode
- To install the port:
- cd /usr/ports/www/p5-URL-Encode/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-URL-Encode
- pkg install p5-URL-Encode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-URL-Encode
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (URL-Encode-0.03.tar.gz) = 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6
SIZE (URL-Encode-0.03.tar.gz) = 24012
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Paws
- net/p5-Twitter-API
- net-mgmt/netdisco
- for Run
-
- devel/p5-Paws
- net/p5-Twitter-API
- net-mgmt/netdisco
Configuration Options:
- ===> The following configuration options are available for p5-URL-Encode-0.03:
XS=off: Use XS libraries for speed boost
===> Use 'make config' to modify these settings
- Options name:
- www_p5-URL-Encode
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.03 19 Feb 2024 18:39:14 |
Gleb Popov (arrowd) Author: geoffroy desvernay |
*: Update MAINTAINER field
PR: 277166 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.03 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.03 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.03 30 May 2021 19:59:38 |
Po-Chuan Hsieh (sunpoet) |
www/p5-URL-Encode: Add NO_ARCH
- While I'm here, remove no-op BUILD_DEPENDS=${RUN_DEPENDS}
Approved by: portmgr (blanket) |
0.03 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.03 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.03 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.03 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.03 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.03 20 Sep 2015 21:12:21 |
olgeni |
Typos, whitespace and capitalization fixes (S-X). |
0.03 12 Mar 2015 15:54:21 |
adamw |
Add an XS OPTION to depend on p5-URL-Encode-XS.
PR: 198536
Submitted by: maintainer |
0.03 10 Mar 2015 06:21:01 |
vanilla |
Add p5-URL-Encode 0.03, encoding and decoding of
application/x-www-form-urlencoded encoding.
PR: 198308
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |