Port details |
- p5-Hash-Flatten Flatten, unflatten complex data hashes
- 1.19_2 devel =3 1.19_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-03-29 16:31:18
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: php81-pear, libXdamage, p5-MIME-Tools, autoconf, p5-Safe-Hole
- Also Listed In: perl5
- License: GPLv2
- WWW:
- https://metacpan.org/pod/Hash::Flatten
- Description:
- Converts back and forth between a nested hash structure and a flat hash of
delimited key-value pairs. Useful for protocols that only support
key-value pairs (such as CGI and DBMs).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Hash-Flatten>0:devel/p5-Hash-Flatten
- To install the port:
- cd /usr/ports/devel/p5-Hash-Flatten/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Hash-Flatten
- pkg install p5-Hash-Flatten
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Hash-Flatten
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Hash-Flatten-1.19.tar.gz) = 70c6c49d8b6c460746417a5098edd2a0fd31fd8b86c54bf8492e853c1f4e4b98
SIZE (Hash-Flatten-1.19.tar.gz) = 15252
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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Validation-Class
- www/p5-HTML-FormFu
- for Run
-
- devel/p5-Validation-Class
- www/p5-HTML-FormFu
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Hash-Flatten
- 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 |
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) |
1.19_2 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 ) |
1.19_2 20 Jun 2021 11:38:52 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Hash-Flatten: Add NO_ARCH |
1.19_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.19_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.19_2 05 May 2018 17:21:55 |
sunpoet |
Add LICENSE
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change |
1.19_1 05 May 2018 16:18:43 |
az |
- reassign maintainership to perl@ (these ports are long time stable) |
1.19_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.19_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.19_1 25 Feb 2015 17:47:53 |
az |
- point WWW page to meta::cpan |
1.19_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.19 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.19 15 Dec 2013 08:55:51 |
az |
- add stage support
- pet portlint |
1.19 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.19 04 Aug 2013 12:39:45 |
az |
- Convert to new perl framework
- Trim Makefile header |
1.19 31 May 2013 01:47:14 |
miwi |
- Do not try to remove dirs. not created by the port
- Trim header
Reported by: pkg (DEVELOPER_MODE) |
1.19 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.19 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.19 12 Feb 2011 09:30:23 |
az |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
1.19 24 Sep 2010 17:53:58 |
az |
Update to 1.19 |
1.16 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.16 29 Mar 2009 16:31:02 |
az |
Converts back and forth between a nested hash structure and a flat
hash of delimited key-value pairs. Useful for protocols that only
support key-value pairs (such as CGI and DBMs). |