Bug 257561 - [New Port] sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem.
Summary: [New Port] sysutils/e2tools: GPL'ed utilities to read, write, and manipulate ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://e2tools.github.io/
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-02 14:15 UTC by Robert Clausecker
Modified: 2021-08-02 20:59 UTC (History)
1 user (show)

See Also:


Attachments
sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. (3.18 KB, patch)
2021-08-02 14:15 UTC, Robert Clausecker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2021-08-02 14:15:02 UTC
Created attachment 226878 [details]
sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem.

A popular project complementing e2fsprogs.  Simple GNU autotools port.

Tested with Poudriere on armv7 arm64 amd64 i386 riscv64 FreeBSD 13.0.

***
e2tools is a simple set of GPL'ed utilities to read, write, and
manipulate files in an ext2/ext3 filesystem. These utilities access a
filesystem directly using the ext2fs library. I wrote these tools in
order to copy files into a linux filesystem on a machine that does not
have ext2 support. Of course, they can also be used on a Linux machine
to read/write to disk images or floppies without having to mount them
or have root access.

Supported functionality:

 - copy files: e2cp
 - move files: e2mv
 - remove files: e2rm
 - create directory: e2mkdir
 - create hard links: e2ln
 - list files/directories: e2ls
 - output the last part of a file: e2tail

WWW: https://e2tools.github.io/
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-02 20:59:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73dcbdb9f040a873f83f8fadf575c998ac1988b9

commit 73dcbdb9f040a873f83f8fadf575c998ac1988b9
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-08-02 13:21:36 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-02 20:57:44 +0000

    sysutils/e2tools: Utilities to manipulate files in an ext2/ext3 filesystem

    PR:             257561

 sysutils/Makefile                |  1 +
 sysutils/e2tools/Makefile (new)  | 18 ++++++++++++++++++
 sysutils/e2tools/distinfo (new)  |  3 +++
 sysutils/e2tools/pkg-descr (new) | 19 +++++++++++++++++++
 sysutils/e2tools/pkg-plist (new) | 16 ++++++++++++++++
 5 files changed, 57 insertions(+)