diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-30 12:21:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-30 12:21:05 +0000 |
commit | 77eab98f65697901ab622cceecceea849c4c45ad (patch) | |
tree | fdd3aaab6923a580553dba400370a12079f514ed /security | |
parent | a756810c4edcbc05fa75262f26f81b3bfe03b17a (diff) | |
download | pkgsrc-77eab98f65697901ab622cceecceea849c4c45ad.tar.gz |
Initial import of tarsnap-1.0.29:
Tarsnap is a secure online backup service for BSD, Linux, OS X,
Solaris, Cygwin, and can probably be compiled on many other UNIX-like
operating systems. The Tarsnap client code provides a flexible and
powerful command-line interface which can be used directly or via
shell scripts.
Diffstat (limited to 'security')
-rw-r--r-- | security/tarsnap/DESCR | 5 | ||||
-rw-r--r-- | security/tarsnap/Makefile | 22 | ||||
-rw-r--r-- | security/tarsnap/PLIST | 13 | ||||
-rw-r--r-- | security/tarsnap/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/security/tarsnap/DESCR b/security/tarsnap/DESCR new file mode 100644 index 00000000000..0e78cc83d39 --- /dev/null +++ b/security/tarsnap/DESCR @@ -0,0 +1,5 @@ +Tarsnap is a secure online backup service for BSD, Linux, OS X, +Solaris, Cygwin, and can probably be compiled on many other UNIX-like +operating systems. The Tarsnap client code provides a flexible and +powerful command-line interface which can be used directly or via +shell scripts. diff --git a/security/tarsnap/Makefile b/security/tarsnap/Makefile new file mode 100644 index 00000000000..093d22bc77f --- /dev/null +++ b/security/tarsnap/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/04/30 12:21:05 wiz Exp $ +# + +DISTNAME= tarsnap-autoconf-1.0.29 +PKGNAME= ${DISTNAME:S/-autoconf//} +CATEGORIES= security +MASTER_SITES= https://www.tarsnap.com/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= https://www.tarsnap.com/ +COMMENT= Secure online backup service +LICENSE= tarsnap-license + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap + +CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf + +.include "../../mk/bsd.pkg.mk" diff --git a/security/tarsnap/PLIST b/security/tarsnap/PLIST new file mode 100644 index 00000000000..8fef7a279a1 --- /dev/null +++ b/security/tarsnap/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/30 12:21:05 wiz Exp $ +bin/tarsnap +bin/tarsnap-keygen +bin/tarsnap-keymgmt +bin/tarsnap-keyregen +bin/tarsnap-recrypt +man/man1/tarsnap-keygen.1 +man/man1/tarsnap-keymgmt.1 +man/man1/tarsnap-keyregen.1 +man/man1/tarsnap-recrypt.1 +man/man1/tarsnap.1 +man/man5/tarsnap.conf.5 +share/examples/tarsnap/tarsnap.conf.sample diff --git a/security/tarsnap/distinfo b/security/tarsnap/distinfo new file mode 100644 index 00000000000..96347e6d10f --- /dev/null +++ b/security/tarsnap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/04/30 12:21:05 wiz Exp $ + +SHA1 (tarsnap-autoconf-1.0.29.tgz) = c93cf8302461793345cb0baeda6d325a8469ffb6 +RMD160 (tarsnap-autoconf-1.0.29.tgz) = 7170d00a07e36213def3fcd87cb6b0a262506ff0 +Size (tarsnap-autoconf-1.0.29.tgz) = 595483 bytes |