Changeset 79437
- Timestamp:
- 06/13/11 02:18:07 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/security/nasty/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/security/nasty/Portfile
r79436 r79437 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name nasty 6 version 0.6 7 categories security 8 platforms darwin 9 maintainers nomaintainer 10 description passphrase revovery helper for PGP and GPG keys 11 long_description Nasty is a program that helps you to recover the \ 12 passphrase of your PGP or GPG-key in case you forget or lost \ 13 it. This tool will not help if you have no clue about the \ 14 passphrase! 6 name nasty 7 version 0.6 8 categories security 9 platforms darwin 10 maintainers nomaintainer 15 11 16 homepage http://www.vanheusden.com/nasty/ 17 master_sites ${homepage} 18 checksums md5 f8181bd8d887acd869ce677034465c6f 19 extract.suffix .tgz 20 patchfiles patch-Makefile 12 description passphrase revovery helper for PGP and GPG keys 21 13 22 depends_lib port:gpgme \ 23 port:pth 14 long_description Nasty is a program that helps you to recover the \ 15 passphrase of your PGP or GPG-key in case you forget or lost \ 16 it. This tool will not help if you have no clue about the \ 17 passphrase! 24 18 25 use_configure no 19 homepage http://www.vanheusden.com/nasty/ 20 master_sites ${homepage} 21 22 checksums md5 f8181bd8d887acd869ce677034465c6f 23 24 depends_lib port:gpgme \ 25 port:pth 26 27 extract.suffix .tgz 28 29 patchfiles patch-Makefile 30 31 use_configure no 26 32 27 33 variant universal {} … … 36 42 LDFLAGS="${configure.ldflags} ${archflags}" 37 43 38 destroot.destdir prefix=${destroot}${prefix}44 destroot.destdir prefix=${destroot}${prefix}
Note: See TracChangeset
for help on using the changeset viewer.

