1 | PortSystem 1.0 |
---|
2 | name signing-party |
---|
3 | version 0.4.7 |
---|
4 | categories mail security |
---|
5 | maintainers ehainry@free.fr |
---|
6 | platforms darwin |
---|
7 | description Various OpenPGP related tools |
---|
8 | long_description \ |
---|
9 | signing-party is a collection for all kinds of PGP/GnuPG related things, \ |
---|
10 | including signing scripts, party preparation scripts, etc. |
---|
11 | homepage http://pgp-tools.alioth.debian.org/ |
---|
12 | master_sites http://ftp.debian.org/debian/pool/main/s/signing-party/ |
---|
13 | distname ${name}_${version} |
---|
14 | worksrcdir ${name}-${version} |
---|
15 | extract.suffix .orig.tar.gz |
---|
16 | checksums md5 b277efb28ae0b794d6e53a84f753682a |
---|
17 | use_configure no |
---|
18 | depends_lib port:p5-gnupg-interface \ |
---|
19 | port:p5-text-iconv \ |
---|
20 | port:p5-text-template \ |
---|
21 | port:p5-mime-tools |
---|
22 | depends_run bin:gpg:gnupg |
---|
23 | pre-build { |
---|
24 | reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ |
---|
25 | ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \ |
---|
26 | ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \ |
---|
27 | ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \ |
---|
28 | ${worksrcpath}/keylookup/keylookup |
---|
29 | } |
---|
30 | destroot { |
---|
31 | xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin |
---|
32 | xinstall -m 0755 ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${destroot}${prefix}/bin |
---|
33 | xinstall -m 0644 ${worksrcpath}/caff/caff.1 ${worksrcpath}/caff/pgp-clean.1 ${worksrcpath}/caff/pgp-fixkey.1 ${destroot}${prefix}/share/man/man1 |
---|
34 | xinstall -m 0644 ${worksrcpath}/gpg-key2ps/gpg-key2ps.1 ${worksrcpath}/gpg-mailkeys/gpg-mailkeys.1 ${worksrcpath}/gpglist/gpglist.1 ${worksrcpath}/gpgsigs/gpgsigs.1 ${worksrcpath}/keylookup/keylookup.1 ${destroot}${prefix}/share/man/man1 |
---|
35 | xinstall -d ${destroot}${prefix}/share/doc/signing-party |
---|
36 | xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${destroot}${prefix}/share/doc/signing-party |
---|
37 | } |
---|
38 | |
---|
39 | livecheck.check regex |
---|
40 | livecheck.url http://packages.debian.org/unstable/misc/${name} |
---|
41 | livecheck.regex ${name} .(\[0-9.\]+) |
---|