Port details |
- p5-Data-Walk Traverse Perl data structures
- 2.01 devel =2 2.01Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2011-10-28 23:03:16
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Data::Walk is for data what File::Find is for files. You can use it fo
rolling your own serialization class, for displaying Perl data structures,
for deep copying or comparing, for recursive deletion of data, or ...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Walk>0:devel/p5-Data-Walk
- To install the port:
- cd /usr/ports/devel/p5-Data-Walk/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-Walk
- pkg install p5-Data-Walk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-Walk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1463505834
SHA256 (Data-Walk-2.01.tar.gz) = 88461561839fcbfebe1121cebee9bade20e609a12f8c7cb386eac22c8c54334a
SIZE (Data-Walk-2.01.tar.gz) = 20397
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
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-Walk
- 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 |
2.01 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.01 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.01 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.01 19 May 2016 03:43:02 |
sunpoet |
- Update to 2.01
Changes: http://search.cpan.org/dist/Data-Walk/NEWS |
2.00 15 Apr 2016 23:10:30 |
sunpoet |
- Update to 2.00
- Remove MASTER_SITE_SUBDIR
- Sort PLIST
Changes: http://search.cpan.org/dist/Data-Walk/NEWS |
1.00_1 31 May 2015 13:37:21 |
amdmi3 |
- Add NO_ARCH
Approved by: portmgr blanket |
1.00_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.00 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.00 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
1.00 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.00 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.00 28 Oct 2011 23:02:57 |
pgollucci |
Data::Walk is for data what File::Find is for files. You can use it fo
rolling your own serialization class, for displaying Perl data structures,
for deep copying or comparing, for recursive deletion of data, or ... |