diff options
author | manu <manu@pkgsrc.org> | 2015-03-10 09:06:04 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2015-03-10 09:06:04 +0000 |
commit | 3d3f847f57546ce2100bb973cccdac2dd5fa7e46 (patch) | |
tree | 75b8c7f3a0cf60e7197505ad4c88743d8b78573a /sysutils/lastfss | |
parent | 6d6dbb2098371646dadf0a64c8092f37386d33a5 (diff) | |
download | pkgsrc-3d3f847f57546ce2100bb973cccdac2dd5fa7e46.tar.gz |
Add lastfss, an utilisty to maintain ephemeral snapshots for a few hours
Diffstat (limited to 'sysutils/lastfss')
-rw-r--r-- | sysutils/lastfss/DESCR | 2 | ||||
-rw-r--r-- | sysutils/lastfss/Makefile | 13 | ||||
-rw-r--r-- | sysutils/lastfss/PLIST | 3 | ||||
-rw-r--r-- | sysutils/lastfss/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/lastfss/DESCR b/sysutils/lastfss/DESCR new file mode 100644 index 00000000000..05c60a8fdb0 --- /dev/null +++ b/sysutils/lastfss/DESCR @@ -0,0 +1,2 @@ +lastfss maintains an ephemeral snapshot for a few hours. It is meant to be +started from cron so that user-deleted files can be retreived quicky. diff --git a/sysutils/lastfss/Makefile b/sysutils/lastfss/Makefile new file mode 100644 index 00000000000..b3d97f9f340 --- /dev/null +++ b/sysutils/lastfss/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/03/10 09:06:04 manu Exp $ + +DISTNAME= lastfss-0.1 +CATEGORIES= sysutils +MASTER_SITES= http://ftp.espci.fr/pub/lastfss/ +EXTRACT_SUFX= .tgz + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://ftp.espci.fr/pub/lastfss/ +COMMENT= Utility to maintain ephemeral snaphots +LICENSE= original-bsd + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/lastfss/PLIST b/sysutils/lastfss/PLIST new file mode 100644 index 00000000000..20d2706c7e3 --- /dev/null +++ b/sysutils/lastfss/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/03/10 09:06:04 manu Exp $ +sbin/lastfss +man/man8/lastfss.8 diff --git a/sysutils/lastfss/distinfo b/sysutils/lastfss/distinfo new file mode 100644 index 00000000000..30edd48dc05 --- /dev/null +++ b/sysutils/lastfss/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/03/10 09:06:04 manu Exp $ + +SHA1 (lastfss-0.1.tgz) = d58539a185446a2d3b7c710b1c2fb10d460cad3a +RMD160 (lastfss-0.1.tgz) = de7969f5c5e2056c69b8c1ae772ee07c525176e3 +Size (lastfss-0.1.tgz) = 2754 bytes |