---
name: tarsnap
version: 1.0.33
origin: sysutils/tarsnap
comment: Online encrypted backup service (client)
arch: freebsd:9:x86:64
www: http://www.tarsnap.com/
maintainer: cperciva@tarsnap.com
prefix: /usr/local
licenselogic: single
flatsize: 739742
desc: |
  Tarsnap is an online encrypted backup service.  It presents a tar-like
  command-line interface, but stores data online rather than locally;
  using ideas taken from the author's FreeBSD Update and Portsnap
  utilities, it maximizes performance by recognizing duplicate data and
  only storing it once, and cryptographically encrypts and signs archives
  using locally-held keys in order to guarantee that nobody without access
  to the key file (including the author) can read or modify archives.

  WWW: http://www.tarsnap.com/
categories: [sysutils]
options: {SSE2: off}
files:
  /usr/local/bin/tarsnap: 5fc815164d472de6f1b6978274323b0f47247bb01b715d5dc7578180ef987b84
  /usr/local/bin/tarsnap-keygen: 2a671310a0ea9c75bdfd5d5dd540ca6293af41da06122bfcf7d990123fa767c7
  /usr/local/bin/tarsnap-keymgmt: b8bc7bd440a69a4fc1a128756f29c7b64130bb6361da888d8039ab7221661c4b
  /usr/local/bin/tarsnap-keyregen: 71d24b9043bd272f1043fc38073d3b16f4b7bdbac2b4f172b33ee42a4bb90fb1
  /usr/local/bin/tarsnap-recrypt: 49ce42af9b97c2f68db9aebf4ba23b38794e95bd355f045801e9d2173e7a78bf
  /usr/local/etc/tarsnap.conf.sample: b1ddf1a4f24dd0f18c17988ab6a945e0e40e81817c6a0247b97cc8c85f5b7ce4
  /usr/local/man/man1/tarsnap-keygen.1.gz: eb7610f8962ed0e34f8a1f641363e9cf074f447b0b971f0cbe642095bd0653d8
  /usr/local/man/man1/tarsnap-keymgmt.1.gz: 8d33b5cec71344d7445991917dd36521b40d2ba513dad8d7dda960ef049fd6ef
  /usr/local/man/man1/tarsnap-keyregen.1.gz: a8fc03de5f94a3ad734a0433f21915a90acccc580b5fe42fbac027aa96f67b50
  /usr/local/man/man1/tarsnap-recrypt.1.gz: 8473d9e84ec712eb93283d27d1848e67974195c23be3b80224b386a608d10731
  /usr/local/man/man1/tarsnap.1.gz: c43f0c1e45f58d7479655c8e84a5953cce84364cb4e127c1c696e118b2dcdd3b
  /usr/local/man/man5/tarsnap.conf.5.gz: 2efdda851ec4c2ac229b395871b5b333775a66025c0526589fcf3383a7444180
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/tarsnap.conf ] ; then cp -p /usr/local/etc/tarsnap.conf.sample /usr/local/etc/tarsnap.conf; fi
  pre-deinstall: |
    if cmp -s /usr/local/etc/tarsnap.conf.sample /usr/local/etc/tarsnap.conf; then rm -f /usr/local/etc/tarsnap.conf; fi
message: |
  ================================================================================

  If you have never used tarsnap before, you will need to create an account
  with the tarsnap service and deposit money into the account before you
  can start using tarsnap; see
    https://www.tarsnap.com/gettingstarted.html
  for details.

  Once you have a tarsnap account you will need to create a key file using
  the tarsnap-keygen utility before you start storing archives; this key
  file MUST BE KEPT IN A SAFE LOCATION since you will not be able to read
  your backups without it.

  ================================================================================
