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

(-)b/sysutils/Makefile (+1 lines)
Lines 312-317 Link Here
312
    SUBDIR += dwatch-json
312
    SUBDIR += dwatch-json
313
    SUBDIR += dwatch-pwsnoop
313
    SUBDIR += dwatch-pwsnoop
314
    SUBDIR += e2fsprogs
314
    SUBDIR += e2fsprogs
315
    SUBDIR += e2tools
315
    SUBDIR += ebsnvme-id
316
    SUBDIR += ebsnvme-id
316
    SUBDIR += ec2-scripts
317
    SUBDIR += ec2-scripts
317
    SUBDIR += eclat
318
    SUBDIR += eclat
(-)b/sysutils/e2tools/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	e2tools
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.1.0
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	fuz@fuz.su
7
COMMENT=	Utilities to manipulate files in an ext2/ext3 filesystem
8
9
LICENSE=	GPLv2
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
12
LIB_DEPENDS=	libext2fs.so:sysutils/e2fsprogs
13
14
USES=		autoreconf pkgconfig
15
USE_GITHUB=	yes
16
GNU_CONFIGURE=	yes
17
18
.include <bsd.port.mk>
(-)b/sysutils/e2tools/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1627906885
2
SHA256 (e2tools-e2tools-v0.1.0_GH0.tar.gz) = 5988f0f1f68ed69e0e89aa192dda650cf685cdb767b95fa4764be8c44127d97f
3
SIZE (e2tools-e2tools-v0.1.0_GH0.tar.gz) = 94553
(-)b/sysutils/e2tools/pkg-descr (+19 lines)
Added Link Here
1
e2tools is a simple set of GPL'ed utilities to read, write, and
2
manipulate files in an ext2/ext3 filesystem. These utilities access a
3
filesystem directly using the ext2fs library. I wrote these tools in
4
order to copy files into a linux filesystem on a machine that does not
5
have ext2 support. Of course, they can also be used on a Linux machine
6
to read/write to disk images or floppies without having to mount them
7
or have root access.
8
9
Supported functionality:
10
11
 - copy files: e2cp
12
 - move files: e2mv
13
 - remove files: e2rm
14
 - create directory: e2mkdir
15
 - create hard links: e2ln
16
 - list files/directories: e2ls
17
 - output the last part of a file: e2tail
18
19
WWW: https://e2tools.github.io/
(-)b/sysutils/e2tools/pkg-plist (-1 / +16 lines)
Added Link Here
0
- 
1
bin/e2cp
2
bin/e2ln
3
bin/e2ls
4
bin/e2mkdir
5
bin/e2mv
6
bin/e2rm
7
bin/e2tail
8
bin/e2tools
9
man/man1/e2cp.1.gz
10
man/man1/e2ln.1.gz
11
man/man1/e2ls.1.gz
12
man/man1/e2mkdir.1.gz
13
man/man1/e2mv.1.gz
14
man/man1/e2rm.1.gz
15
man/man1/e2tail.1.gz
16
man/man7/e2tools.7.gz

Return to bug 257561