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 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name tarsnap |
---|
8 | version 1.0.28 |
---|
9 | categories sysutils |
---|
10 | maintainers gunnar.helgason@gmail.com |
---|
11 | license custom |
---|
12 | homepage http://www.tarsnap.com/ |
---|
13 | master_sites https://www.tarsnap.com/download/ |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | description \ |
---|
17 | Online encrypted backup service (client) |
---|
18 | |
---|
19 | long_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 | |
---|
33 | notes " |
---|
34 | If you have never used tarsnap before, you will need to create an account\ |
---|
35 | with the tarsnap service and deposit money into the account before you\ |
---|
36 | can start using tarsnap; see\n\ |
---|
37 | \thttps://www.tarsnap.com/gettingstarted.html\n\b\ |
---|
38 | for details.\ |
---|
39 | \n\n\b\ |
---|
40 | Once you have a tarsnap account you will need to create a key file using\ |
---|
41 | the tarsnap-keygen utility before you start storing archives; this key\ |
---|
42 | file MUST BE KEPT IN A SAFE LOCATION since you will not be able to read\ |
---|
43 | your backups without it. |
---|
44 | " |
---|
45 | |
---|
46 | |
---|
47 | checksums md5 219dfc4222525a4f58ad79fd88aeaf75 \ |
---|
48 | sha1 b5950e9a5d8767fe6e3aacb796d33bb87395754a \ |
---|
49 | rmd160 daf56345961be6abb743688f741b05e587bccc83 |
---|
50 | |
---|
51 | distname ${name}-autoconf-${version} |
---|
52 | extract.suffix .tgz |
---|
53 | |
---|
54 | depends_lib port:zlib \ |
---|
55 | port:openssl |
---|
56 | |
---|
57 | configure.args --enable-sse2 |
---|
58 | |
---|