Port details |
- py-binaryornot Lightweight pure Python package to check if a file is binary or text
- 0.4.4 devel
=0 0.4.4Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-07-28 11:59:52
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Ultra-lightweight library to guess whether a file is binary or text, using a
heuristic similar to Perl's pp_fttext and its analysis. Tests are available for
these file types:
- Text formats: .txt, .css, .json, .svg, .js, .lua, .pl, .rst
- Binary formats: .png, .gif, .jpg, .tiff, .bmp, .DS_Store, .eot, .otf, .ttf,
.woff, .rgb
It has also tests for numerous encodings.
WWW: https://github.com/audreyr/binaryornot
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}binaryornot>0:devel/py-binaryornot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-binaryornot/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-binaryornot
- pkg install py38-binaryornot
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 py38-binaryornot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-binaryornot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1530180513
SHA256 (binaryornot-0.4.4.tar.gz) = 359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061
SIZE (binaryornot-0.4.4.tar.gz) = 371054
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-chardet>=3.0.2 : textproc/py-chardet@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-cookiecutter
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-binaryornot
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.4.4
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.4.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.4.4
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
01 Feb 2019 18:55:18
0.4.4
|
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
28 Jul 2018 11:59:36
0.4.4
|
miwi  |
Ultra-lightweight library to guess whether a file is binary or text, using a
heuristic similar to Perl's pp_fttext and its analysis. Tests are available for
these file types:
- Text formats: .txt, .css, .json, .svg, .js, .lua, .pl, .rst
- Binary formats: .png, .gif, .jpg, .tiff, .bmp, .DS_Store, .eot, .otf, .ttf,
.woff, .rgb
It has also tests for numerous encodings.
WWW: https://github.com/audreyr/binaryornot
PR: 229436
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc. |
Number of commits found: 5
|