Ticket #28099: Portfile

File Portfile, 2.0 KB (added by gunnar.helgason@…, 13 years ago)
Line 
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
3# $Id$
4
5PortSystem          1.0
6
7name                tarsnap
8version             1.0.28
9categories          sysutils
10maintainers         gunnar.helgason@gmail.com
11license             custom
12homepage            http://www.tarsnap.com/
13master_sites        https://www.tarsnap.com/download/
14platforms           darwin
15
16description \
17    Online encrypted backup service (client)
18
19long_description \
20    Tarsnap is an online encrypted backup service.  It presents a tar-like\
21    command-line interface, but stores data online rather than locally\;\
22    using ideas taken from the author's FreeBSD Update and Portsnap\
23    utilities, it maximizes performance by recognizing duplicate data and\
24    only storing it once, and cryptographically encrypts and signs archives\
25    using locally-held keys in order to guarantee that nobody without access\
26    to the key file (including the author) can read or modify archives.\
27    "\n\n\b"\
28    - Colin Percival\
29    "\n\b"\
30    cperciva@tarsnap.com
31
32
33notes "
34If you have never used tarsnap before, you will need to create an account\
35with the tarsnap service and deposit money into the account before you\
36can start using tarsnap; see\n\
37\thttps://www.tarsnap.com/gettingstarted.html\n\b\
38for details.\
39\n\n\b\
40Once you have a tarsnap account you will need to create a key file using\
41the tarsnap-keygen utility before you start storing archives; this key\
42file MUST BE KEPT IN A SAFE LOCATION since you will not be able to read\
43your backups without it.
44"
45
46
47checksums           md5     219dfc4222525a4f58ad79fd88aeaf75 \
48                    sha1    b5950e9a5d8767fe6e3aacb796d33bb87395754a \
49                    rmd160  daf56345961be6abb743688f741b05e587bccc83
50
51distname             ${name}-autoconf-${version}
52extract.suffix       .tgz
53
54depends_lib         port:zlib \
55                    port:openssl
56
57configure.args      --enable-sse2
58