diff --git a/sysutils/lastfss/DESCR b/sysutils/lastfss/DESCR new file mode 100644 index 000000000000..05c60a8fdb06 --- /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 000000000000..b3d97f9f340b --- /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 000000000000..20d2706c7e31 --- /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 000000000000..30edd48dc055 --- /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