# HG changeset patch
# Parent 00ad5cb839b266ecdc536475c37417e4e407b72c
diff -r 00ad5cb839b2 rsync.macports.org/release/ports/perl/p5-data-dumper/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | 5 | |
6 | | perl5.setup Data-Dumper 2.125 |
7 | | maintainers nomaintainer |
| 6 | perl5.setup Data-Dumper 2.128 |
| 7 | maintainers l2g.to:larry+macports |
8 | 8 | platforms darwin |
9 | 9 | description Stringified Perl data structures, suitable for both \ |
10 | 10 | printing and "eval" |
11 | 11 | |
12 | | long_description ${description} |
| 12 | long_description Given a list of scalars or reference variables, writes \ |
| 13 | out their contents in Perl syntax. The references can \ |
| 14 | also be objects. The contents of each variable is \ |
| 15 | output in a single Perl statement. Handles \ |
| 16 | self-referential structures correctly. The return value \ |
| 17 | can be \"eval\"ed to get back an identical copy of the \ |
| 18 | original reference structure. |
13 | 19 | |
14 | | checksums md5 0a55f73b1218641d449989c14de4584b \ |
15 | | sha1 42b9b39912d2801dd037189793f6577006ba64b1 \ |
16 | | rmd160 cf6008588e29e36509f22fbc65c1061755dec9fc |
| 20 | checksums md5 d0901d32dea3b78290383034b5135cbb \ |
| 21 | sha1 bb3ef6e62a4584c60a5e84c708669935e4b86aef \ |
| 22 | rmd160 e0b5bd9b3253e1f900ade0e48898b4d93cd82202 |