diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-15 11:16:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-15 11:16:14 +0000 |
commit | 1bf622ba284cfa96120cdee341db6cf59b83db0d (patch) | |
tree | 4aecd50fcb4d2a1a5fdd0234eef5eb185f03f93b /sysutils/tarsnap | |
parent | a8e9d69eb3a7bfca8c18b352929adc090c8f5591 (diff) | |
download | pkgsrc-1bf622ba284cfa96120cdee341db6cf59b83db0d.tar.gz |
Follow Greg's advice and reimport in a better place, i.e. move
tarsnap from security to sysutils.
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/DESCR | 5 | ||||
-rw-r--r-- | sysutils/tarsnap/Makefile | 22 | ||||
-rw-r--r-- | sysutils/tarsnap/PLIST | 13 | ||||
-rw-r--r-- | sysutils/tarsnap/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/tarsnap/DESCR b/sysutils/tarsnap/DESCR new file mode 100644 index 00000000000..0e78cc83d39 --- /dev/null +++ b/sysutils/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/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile new file mode 100644 index 00000000000..bc2e26f749a --- /dev/null +++ b/sysutils/tarsnap/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/15 11:16:14 wiz Exp $ +# + +DISTNAME= tarsnap-autoconf-1.0.29 +PKGNAME= ${DISTNAME:S/-autoconf//} +CATEGORIES= sysutils archivers 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/sysutils/tarsnap/PLIST b/sysutils/tarsnap/PLIST new file mode 100644 index 00000000000..0ac8264f5ea --- /dev/null +++ b/sysutils/tarsnap/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/15 11:16:14 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/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo new file mode 100644 index 00000000000..7412c6b31f4 --- /dev/null +++ b/sysutils/tarsnap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/15 11:16:14 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 |