Port details |
- py-fchksum Python module to find the checksum of files
- 1.7.1 security
=8 1.7.1Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2001-07-05 04:07:27
- Last Update: 2020-01-27 17:18:16
- SVN Revision: 524265
- People watching this port, also watch:: python, gmake, glib, libiconv
- Also Listed In: python
- License: GPLv2
- WWW:
- http://users.dakotacom.net/~donut/programs/fchksum.html
- Description:
- fchksum is a Python module to find the checksum of files. Currently it
supports crc32 and md5 checksums.
The advantage of using fchksum over the python md5 and zlib(.crc32) modules
is both ease of use and speed. You only need to tell it the filename and the
actual work is done by C code. Compared to the implementing a read loop in
python with the standard python modules, fchksum is approximatly 2.0x faster
in md5 and 1.1x faster in crc32.
WWW: http://users.dakotacom.net/~donut/programs/fchksum.html
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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}fchksum>0:security/py-fchksum@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-fchksum
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (python-fchksum-1.7.1.tar.gz) = 407625d2bf38be6fcbe8b01007d1803b5c5bd97249114c076edef4fd061405a7
SIZE (python-fchksum-1.7.1.tar.gz) = 26724
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- 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 |
1.7.1 27 Jan 2020 17:18:16
  |
rene  |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.7.1 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
1.7.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.7.1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.7.1 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.7.1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.7.1 24 Oct 2014 16:50:43
  |
mva  |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.7.1 15 Apr 2014 15:02:31
  |
swills  |
- Resurrect
- Add LICENSE
- Assign maintainer to submitter
- Update master site
PR: ports/188586
Submitted by: Matthew Rezny <matthew@reztek.cz> |
1.7.1 02 Nov 2012 11:41:26
  |
ak  |
Remove expired port:
2012-10-20 security/py-fchksum: No more public distfiles
Feature safe: yes |
1.7.1 21 Sep 2012 10:07:34
  |
bapt  |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's
distilator) |
1.7.1 23 Mar 2011 16:25:10
 |
dhn  |
- Update MASTER_SITES/WWW
PR: ports/155796
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.7.1 13 Mar 2011 21:30:59
 |
bapt  |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
1.7.1 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.7.1 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
1.7.1 16 May 2004 15:00:45
 |
ijliao  |
upgrade to 1.7.1 |
1.6.1 05 Feb 2004 20:38:07
 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
1.6.1 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
1.6.1 11 Dec 2003 14:46:30
 |
krion  |
- Fix COMMENT format
PR: 60148
Submitted by: Ports Fury |
1.6.1 09 Jun 2003 18:43:41
 |
erwin  |
Fix MASTER_SITES
PR: 53090
Submitted by: bento, Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor) |
1.6.1 20 Feb 2003 18:59:13
 |
knu  |
De-pkg-comment. |
1.6.1 25 Apr 2002 17:27:12
 |
ijliao  |
upgrade to 1.6.1 |
18 Jan 2002 13:07:09
    |
ijliao  |
upgrade to 1.6 drop maintainership |
05 Jul 2001 08:07:27
    |
ijliao  |
add py-fchksum find the checksum of files |