Date: Sat, 28 Jul 2018 11:59:59 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229436] [NEW PORT] devel/py-binaryornot: Lightweight pure Python package to check if a file is binary or not Message-ID: <bug-229436-21822-fWZWdSVVHf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229436-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-229436-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229436 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Sat Jul 28 11:59:37 UTC 2018 New revision: 475526 URL: https://svnweb.freebsd.org/changeset/ports/475526 Log: Ultra-lightweight library to guess whether a file is binary or text, usin= g a heuristic similar to Perl's pp_fttext and its analysis. Tests are availab= le 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. Changes: head/devel/Makefile head/devel/py-binaryornot/ head/devel/py-binaryornot/Makefile head/devel/py-binaryornot/distinfo head/devel/py-binaryornot/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229436-21822-fWZWdSVVHf>