Port details |
- cfv Utility to both test and create .sfv, .csv, and md5sum files
- 3.1.0 security =9 3.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: terry-freebsd@glaver.org
- Port Added: 2001-07-20 06:07:39
- Last Update: 2024-07-05 07:07:44
- Commit Hash: 84db99a
- People watching this port, also watch:: python, glib, unzip, wget, libxml2
- License: GPLv2+
- WWW:
- https://github.com/cfv-project/cfv
- Description:
- 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)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cfv>0:security/cfv@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/cfv/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cfv
- pkg install py311-cfv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cfv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cfv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720162990
SHA256 (cfv-project-cfv-v3.1.0_GH0.tar.gz) = 6578de2309925d1adbd8432fc5c0f9f2b06f8ea32beea77e06aeca7b62219382
SIZE (cfv-project-cfv-v3.1.0_GH0.tar.gz) = 93155
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-future>0 : devel/py-future@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-future>0 : devel/py-future@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_cfv
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0 05 Jul 2024 07:07:44 |
Zsolt Udvari (uzsolt) Author: Terry Kennedy |
security/cfv: update to 3.1.0
Changelog: https://github.com/cfv-project/cfv/releases/tag/v3.1.0
PR: 279344
Approved by: Submitter is maintainer |
3.0.0_1 25 Feb 2024 12:54:49 |
Muhammad Moinur Rahman (bofh) |
security/cfv: Moved man to share/man
Approved by: portmgr (blanket) |
3.0.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.0.0 03 Nov 2022 21:51:57 |
Daniel Engberg (diizzy) Author: Terry Kennedy |
security/cfv: Update to 3.0.0
Set Python 3.5 as oldest supported version
Changelog: https://github.com/cfv-project/cfv/releases/tag/v3.0.0
PR: 267449 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.0.d0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.0.d0 02 Aug 2021 16:36:24 |
Li-Wen Hsu (lwhsu) Author: Terry Kennedy |
security/cfv: Reinstate and update to 3.0.0.dev0
PR: 257546 |
1.18.3_1 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.18.3_1 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.18.3_1 04 Feb 2019 21:44:58 |
rene |
Return rezny@'s ports to the pool after his commit bit got safekept.
With hat: portmgr-secretary |
1.18.3_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.18.3 30 Jan 2017 14:55:08 |
rezny |
Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380 |
1.18.3 20 Sep 2015 21:12:21 |
olgeni |
Typos, whitespace and capitalization fixes (S-X). |
1.18.3 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.18.3 14 Apr 2014 20:14:02 |
xmj |
security/cfv: Resurrection, stage, assign maintainer
- Resurrection
- Assign maintainer to matthew@reztek.cz
- Stagify
PR: ports/188584
PR: ports/188564
Submitted by: Matthew Rezny
Approved by: swills (mentor) |
1.18.3 13 Apr 2014 10:55:38 |
rene |
Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001 (Only the first 15 lines of the commit message are shown above ) |
1.18.3 08 Mar 2014 22:26:22 |
antoine |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained
since more than 12 years) |
1.18.3 15 Dec 2013 12:28:11 |
wg |
security/cfv: fix usage of python and limit to 2.x
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.18.3 15 Oct 2013 12:56:39 |
bapt |
Remove psyco support |
1.18.3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.18.3 02 Nov 2012 13:23:08 |
crees |
Resurrect security/cfv and remove optional dependency on
security/py-fchksum; the port works just fine without it.
Feature safe: yes |
1.18.3 02 Nov 2012 13:11:56 |
ak |
Remove because it depends on security/py-fchksum which is not in the ports tree
anymore.
Feature safe: yes |
1.18.3 04 Oct 2012 10:48:50 |
bapt |
Convert to new options framework |
1.18.3 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
1.18.3 12 Feb 2012 17:37:05 |
rm |
- convert to using PYTHON_SITELIBDIR (non-functional change) |
1.18.3 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.18.3 30 Jul 2010 14:08:38 |
olgeni |
Typo fix. |
1.18.3 21 Jul 2009 00:52:28 |
pgollucci |
- Update to 1.18.3 |
1.18.2 06 Mar 2009 02:14:30 |
lioux |
- psyco only works on i386: make support conditional on that.
- Actually RUN_DEPENDS on devel/py-psyco if we are on the proper
ARCH. |
1.18.2 06 Mar 2009 00:55:59 |
lioux |
- Add PSYCO option to enable devel/py-psyco optimization support
- Be conservative and use psyco.profile() instead of psyco.full() |
1.18.2 26 Jun 2008 09:45:29 |
jadawin |
- Update to 1.18.2
- While I'm here use SF macro
Approved by: mentor (implicit) |
1.18.1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
1.18.1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
1.18.1 14 Apr 2005 11:11:17 |
flz |
- Update to 1.18.1.
PR: ports/79902
Submitted by: Johan van Selst <johans@stack.nl> |
1.16 19 Apr 2004 00:34:23 |
linimon |
Per dosirak run, fix plist. |
1.16 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.16 02 Jan 2004 12:44:19 |
krion |
- Update to version 1.16
PR: 60804
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> |
1.13 29 Apr 2003 01:46:05 |
foxfair |
PR: 48718
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Update cfv to 1.13 |
1.10 20 Feb 2003 18:59:13 |
knu |
De-pkg-comment. |
1.10 23 Jun 2002 20:39:25 |
pat |
PERL -> REINPLACE_CMD
PR: ports/39729, ports/39727, ports/39726, ports/39724
PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by: Scott Flatman <sf@dsinw.com> |
25 Dec 2001 16:59:04 |
dirk |
portlint: - begin with a capital - don't end with '.' - remove port name
- don't exceed 70 characters |
07 Dec 2001 09:03:26 |
ijliao |
upgrade to 1.10 |
20 Jul 2001 10:07:39 |
ijliao |
add cfv cfv is a utility to both test and create .sfv, .csv and md5sum files
|