From owner-dev-commits-ports-main@freebsd.org Mon Aug 2 16:36:53 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 00F8F677533; Mon, 2 Aug 2021 16:36:53 +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 4GdkDN6blcz4h6C; Mon, 2 Aug 2021 16:36:52 +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 CA89D22BED; Mon, 2 Aug 2021 16:36:52 +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 172GaqhQ091725; Mon, 2 Aug 2021 16:36:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 172GaqJQ091723; Mon, 2 Aug 2021 16:36:52 GMT (envelope-from git) Date: Mon, 2 Aug 2021 16:36:52 GMT Message-Id: <202108021636.172GaqJQ091723@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: 0377086a1f58 - main - security/cfv: Reinstate and update to 3.0.0.dev0 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: 0377086a1f58526c3026ae470cd8191838b4c1f9 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 16:36:53 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=0377086a1f58526c3026ae470cd8191838b4c1f9 commit 0377086a1f58526c3026ae470cd8191838b4c1f9 Author: Terry Kennedy AuthorDate: 2021-08-02 16:36:24 +0000 Commit: Li-Wen Hsu CommitDate: 2021-08-02 16:36:24 +0000 security/cfv: Reinstate and update to 3.0.0.dev0 PR: 257546 --- MOVED | 1 - security/Makefile | 1 + security/cfv/Makefile | 28 ++++++++++++++++++++++++++++ security/cfv/distinfo | 3 +++ security/cfv/pkg-descr | 15 +++++++++++++++ 5 files changed, 47 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index c310d5933aa2..9ae4e414ab31 100644 --- a/MOVED +++ b/MOVED @@ -13857,7 +13857,6 @@ science/py-hcluster||2020-01-27|Has expired: Unmaintained, uses EOLed python27 science/py-pyteomics.biolccc||2020-01-27|Has expired: Unmaintained, uses EOLed python27 science/pycdf||2020-01-27|Has expired: Unmaintained, uses EOLed python27 security/blindelephant||2020-01-27|Has expired: Unmaintained, uses EOLed python27 -security/cfv||2020-01-27|Has expired: Unmaintained, uses EOLed python27 security/fsh||2020-01-27|Has expired: Unmaintained, uses EOLed python27 security/gcipher||2020-01-27|Has expired: Unmaintained, uses EOLed python27 security/kedpm||2020-01-27|Has expired: Unmaintained, uses EOLed python27 diff --git a/security/Makefile b/security/Makefile index 7143ec98aa80..2cb4494a6301 100644 --- a/security/Makefile +++ b/security/Makefile @@ -72,6 +72,7 @@ SUBDIR += certmgr SUBDIR += cfs SUBDIR += cfssl + SUBDIR += cfv SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam diff --git a/security/cfv/Makefile b/security/cfv/Makefile new file mode 100644 index 000000000000..fe1389c7b1ec --- /dev/null +++ b/security/cfv/Makefile @@ -0,0 +1,28 @@ +PORTNAME= cfv +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0.dev0 +CATEGORIES= security +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= terry-freebsd@glaver.org +COMMENT= Utility to both test and create .sfv, .csv, and md5sum files + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} + +USES= python + +USE_GITHUB= yes +GH_ACCOUNT= cfv-project + +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test.py + +.include diff --git a/security/cfv/distinfo b/security/cfv/distinfo new file mode 100644 index 000000000000..36c10658bbf6 --- /dev/null +++ b/security/cfv/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627874328 +SHA256 (cfv-project-cfv-v3.0.0.dev0_GH0.tar.gz) = 9ddf1ad84b34e53d07cd42ed3eeb433fa4c11800da3c51ddf8f9409bf3419211 +SIZE (cfv-project-cfv-v3.0.0.dev0_GH0.tar.gz) = 91221 diff --git a/security/cfv/pkg-descr b/security/cfv/pkg-descr new file mode 100644 index 000000000000..842a4f7e54e8 --- /dev/null +++ b/security/cfv/pkg-descr @@ -0,0 +1,15 @@ +cfv is a utility to both test and create .sfv, .csv and md5sum files. These +files are commonly used to ensure the correct retrieval or storage of data. + +Features: + - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, BSD md5 + sha1sum, .torrent and (test-only) .par, .par2 file formats + - automatic checksum file naming ability in create mode + - recursive operation + - show unverified files option + - ignore case and fix path separator options for cross platform use + - transparent gzip support for checksum files + - configurable renaming of bad files (with testing against previous bad + files, to save only unique differing copies) + +WWW: https://github.com/cfv-project/cfv