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

(-)Makefile (-4 / +10 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	zfs-snap-diff
3
PORTNAME=	zfs-snap-diff
4
PORTVERSION=	0.0.10
4
PORTVERSION=	1.0.1
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	ben.lavery@hashbang0.com
8
MAINTAINER=	ben.lavery@hashbang0.com
Lines 11-21 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		go
14
USES=		go:modules
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	j-keck
16
GH_ACCOUNT=	j-keck
17
GH_TUPLE=	sergi:go-diff:97b2266:sergi_go_diff/vendor/github.com/sergi/go-diff
17
GH_TUPLE=	j-keck:go-diff:v1.0.0:j_keck_go_diff/vendor/github.com/j-keck/go-diff \
18
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
19
		j-keck:plog:v0.7.0:j_keck_plog/vendor/github.com/j-keck/plog
18
20
19
PLIST_FILES=	bin/zfs-snap-diff
21
PLIST_FILES=	bin/zfs-snap-diff
20
22
23
GO_BUILDFLAGS=	-ldflags="-X main.version=${DISTVERSIONPREFIX}${PORTVERSION}"
24
25
GO_TARGET=	./cmd/zfs-snap-diff
26
21
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-5 / +9 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1540401733
1
TIMESTAMP = 1583873109
2
SHA256 (j-keck-zfs-snap-diff-0.0.10_GH0.tar.gz) = 24d8d13cc7aac7424cfefaaf84b32c03fce544bb91fd08247ca8e2f41b0d9b5f
2
SHA256 (j-keck-zfs-snap-diff-v1.0.1_GH0.tar.gz) = 3087ddd125ed81c60b79e704cde1c8758e16a7274df0fb9bfdd048cbbfbfe2ec
3
SIZE (j-keck-zfs-snap-diff-0.0.10_GH0.tar.gz) = 1408185
3
SIZE (j-keck-zfs-snap-diff-v1.0.1_GH0.tar.gz) = 6899956
4
SHA256 (sergi-go-diff-97b2266_GH0.tar.gz) = c48476ee41a0f3197660805e6766aa0674c89cb7339b040ea3a967391de56471
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
5
SIZE (sergi-go-diff-97b2266_GH0.tar.gz) = 38028
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
6
SHA256 (j-keck-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea
7
SIZE (j-keck-go-diff-v1.0.0_GH0.tar.gz) = 41609
8
SHA256 (j-keck-plog-v0.7.0_GH0.tar.gz) = 251c06cdf08dd8a9a03cab0028a64cda8893ef092474be2a49016b3a8280384f
9
SIZE (j-keck-plog-v0.7.0_GH0.tar.gz) = 11649
(-)pkg-descr (-3 / +3 lines)
Lines 1-8 Link Here
1
With zfs-snap-diff you can explore file differences and restore changes from 
1
With zfs-snap-diff you can explore file differences and restore changes from
2
older file versions in different zfs snapshots. You can restore the whole file 
2
older file versions in different zfs snapshots. You can restore the whole file
3
from an older version, or select single changes to revert in the 'diff' view.
3
from an older version, or select single changes to revert in the 'diff' view.
4
4
5
zfs-snap-diff has a web frontend, so it can run on your local work machine or 
5
zfs-snap-diff has a web frontend, so it can run on your local work machine or
6
on your remote file / backup server (no Xserver necessary).
6
on your remote file / backup server (no Xserver necessary).
7
7
8
WWW: https://github.com/j-keck/zfs-snap-diff
8
WWW: https://github.com/j-keck/zfs-snap-diff

Return to bug 244738