Commits
Ryan Schmidt authored b2302e58c97
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup enferex pdfresurrect 0.14 v |
6 + | github.setup enferex pdfresurrect 0.15 v |
7 7 | categories textproc |
8 8 | platforms darwin |
9 9 | maintainers {ryandesign @ryandesign} openmaintainer |
10 10 | license GPL-3+ |
11 11 | |
12 12 | description tool for analyzing PDF documents |
13 13 | |
14 14 | long_description PDFResurrect is a tool aimed at analyzing PDF documents. \ |
15 15 | The PDF format allows for previous document changes to be \ |
16 16 | retained in a more recent version of the document, thereby \ |
17 17 | creating a running history of changes for the document. \ |
18 18 | This tool attempts to extract all previous versions while \ |
19 19 | also producing a summary of changes between versions. This \ |
20 20 | tool can also “scrub” or write data over the original \ |
21 21 | instances of PDF objects that have been modified or \ |
22 22 | deleted, in an effort to disguise information from \ |
23 23 | previous versions that might not be intended for anyone \ |
24 24 | else to read. |
25 25 | |
26 - | checksums rmd160 13469f6933ebbab2d7c7b229e20e43fa3e6c6cc8 \ |
27 - | sha256 524ce25a1af01a9f63b4a13a794325ea9a655aedbfd02770f8fee25b63b528bc \ |
28 - | size 65523 |
26 + | checksums rmd160 2102aef2302192ca678b8ec5b701ceca747c7a85 \ |
27 + | sha256 024f8d474063bdecce31d505485e69e90f2b5a3c815159167d1bf2b0ad9eae1c \ |
28 + | size 66268 |
29 29 | |
30 30 | post-destroot { |
31 31 | set docdir ${prefix}/share/doc/${subport} |
32 32 | xinstall -d ${destroot}${docdir} |
33 33 | xinstall -m 644 -W ${worksrcpath} \ |
34 34 | AUTHORS \ |
35 35 | ChangeLog \ |
36 36 | LICENSE \ |
37 37 | README \ |
38 38 | ${destroot}${docdir} |
39 39 | } |