Ticket #2851: Portfile

File Portfile, 1.2 KB (added by yves@…, 19 years ago)

Portfile

Line 
1
2PortSystem 1.0
3
4name            kerberos5
5version         1.4
6categories      net
7maintainers     yves@gnu-darwin.org
8description     Kerberos is a network authentication protocol.
9long_description  Kerberos is a network authentication protocol. \
10                                  It is designed to  provide strong authentication \
11                                  for client/server applications by using secret-key \
12                                  cryptography. A free implementation of this protocol \
13                                  is  available from the Massachusetts  Institute of \
14                                  Technology. Kerberos is available in many commercial \
15                                  products as well.
16homepage        http://web.mit.edu/kerberos/www/
17platforms       darwin
18distname                krb5-${version}
19distfiles               ${distname}-signed.tar
20checksums       md5 2fa56607677544e3a27b42f7cfa1155b
21master_sites    http://web.mit.edu/kerberos/www/dist/krb5/1.4
22
23depends_build   bin:gpg:gnupg
24
25extract.cmd             cat
26extract.pre_args
27post-extract    { system "cd ${workpath} && gzip -dc ${distname}.tar.gz | tar -xf -" }
28#post-extract {
29#       if { system "cd ${workpath} && gpg --verify ${distame}.tar.gz.asc \
30#               ${distname}-${version}.tar.gz && gzip -dc ${distame}.tar.gz | tar -xf" }
31#       {} else {
32#               ui_error "pgp signature not valid"
33#               exit(1)
34#       }
35#}
36
37worksrcdir              ${distname}/src