View | Details | Raw Unified | Return to bug 208564
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	zap
3
PORTNAME=	zap
4
PORTVERSION=	0.1
4
PORTVERSION=	0.1.1
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	jrm@ftfl.ca
7
MAINTAINER=	jrm@ftfl.ca
Lines 14-20 Link Here
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Jehops
16
GH_ACCOUNT=	Jehops
17
GH_TAGNAME=	0.1
17
GH_TAGNAME=	0.1.1
18
18
19
PLIST_FILES=	bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org
19
PLIST_FILES=	bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org
20
20
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Jehops-zap-0.1_GH0.tar.gz) = 31aa6f579c41e399646b54116bd33aeb1a1020c41436df3c66c4226d94206014
1
SHA256 (Jehops-zap-0.1.1_GH0.tar.gz) = 6f3a61cfbb500496cb491ac0819a922214f1fb6aa8cfef3f5a6924544f4f418f
2
SIZE (Jehops-zap-0.1_GH0.tar.gz) = 2487
2
SIZE (Jehops-zap-0.1.1_GH0.tar.gz) = 2496
(-)pkg-descr (-3 / +3 lines)
Lines 1-8 Link Here
1
Use zap to maintain ZFS snapshots with cron.
1
Use zap to maintain ZFS snapshots with cron.
2
2
3
- Uses neither configuration files nor custom ZFS properties
3
- Uses neither configuration files nor custom ZFS properties - all
4
- all information is supplied when zap is invoked and stored in snapshot
4
information is supplied when zap is invoked and stored in snapshot
5
  names.
5
names. 
6
- Uses namespaces to avoid collisions with other snapshots.
6
- Uses namespaces to avoid collisions with other snapshots.
7
- Creates and destroys snapshots only when it makes sense to.
7
- Creates and destroys snapshots only when it makes sense to.
8
- Written in POSIX sh.
8
- Written in POSIX sh.

Return to bug 208564