From owner-dev-commits-ports-main@freebsd.org Mon Aug 2 20:58:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7875D67ADA9; Mon, 2 Aug 2021 20:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gdr2V2dKlz3LBL; Mon, 2 Aug 2021 20:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E60E2660D; Mon, 2 Aug 2021 20:58:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 172KwgYx039450; Mon, 2 Aug 2021 20:58:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 172KwgAQ039449; Mon, 2 Aug 2021 20:58:42 GMT (envelope-from git) Date: Mon, 2 Aug 2021 20:58:42 GMT Message-Id: <202108022058.172KwgAQ039449@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 73dcbdb9f040 - main - sysutils/e2tools: Utilities to manipulate files in an ext2/ext3 filesystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 73dcbdb9f040a873f83f8fadf575c998ac1988b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2021 20:58:42 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=73dcbdb9f040a873f83f8fadf575c998ac1988b9 commit 73dcbdb9f040a873f83f8fadf575c998ac1988b9 Author: Robert Clausecker AuthorDate: 2021-08-02 13:21:36 +0000 Commit: Li-Wen Hsu 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 | 18 ++++++++++++++++++ sysutils/e2tools/distinfo | 3 +++ sysutils/e2tools/pkg-descr | 19 +++++++++++++++++++ sysutils/e2tools/pkg-plist | 16 ++++++++++++++++ 5 files changed, 57 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 5521ca1406e7..26bed7a16f79 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -313,6 +313,7 @@ SUBDIR += dwatch-json SUBDIR += dwatch-pwsnoop SUBDIR += e2fsprogs + SUBDIR += e2tools SUBDIR += ebsnvme-id SUBDIR += ec2-scripts SUBDIR += eclat diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile new file mode 100644 index 000000000000..5e783fd2452e --- /dev/null +++ b/sysutils/e2tools/Makefile @@ -0,0 +1,18 @@ +PORTNAME= e2tools +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +CATEGORIES= sysutils + +MAINTAINER= fuz@fuz.su +COMMENT= Utilities to manipulate files in an ext2/ext3 filesystem + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs + +USES= autoreconf pkgconfig +USE_GITHUB= yes +GNU_CONFIGURE= yes + +.include diff --git a/sysutils/e2tools/distinfo b/sysutils/e2tools/distinfo new file mode 100644 index 000000000000..6b295d46fa4b --- /dev/null +++ b/sysutils/e2tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627906885 +SHA256 (e2tools-e2tools-v0.1.0_GH0.tar.gz) = 5988f0f1f68ed69e0e89aa192dda650cf685cdb767b95fa4764be8c44127d97f +SIZE (e2tools-e2tools-v0.1.0_GH0.tar.gz) = 94553 diff --git a/sysutils/e2tools/pkg-descr b/sysutils/e2tools/pkg-descr new file mode 100644 index 000000000000..dd5df7e65bab --- /dev/null +++ b/sysutils/e2tools/pkg-descr @@ -0,0 +1,19 @@ +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/ diff --git a/sysutils/e2tools/pkg-plist b/sysutils/e2tools/pkg-plist new file mode 100644 index 000000000000..25cc55166508 --- /dev/null +++ b/sysutils/e2tools/pkg-plist @@ -0,0 +1,16 @@ +bin/e2cp +bin/e2ln +bin/e2ls +bin/e2mkdir +bin/e2mv +bin/e2rm +bin/e2tail +bin/e2tools +man/man1/e2cp.1.gz +man/man1/e2ln.1.gz +man/man1/e2ls.1.gz +man/man1/e2mkdir.1.gz +man/man1/e2mv.1.gz +man/man1/e2rm.1.gz +man/man1/e2tail.1.gz +man/man7/e2tools.7.gz