mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Commit b7f05445c0
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)
10 lines
568 B
Text
10 lines
568 B
Text
Puremagic is a python module that will identify a file from magic numbers.
|
|
|
|
It is designed to be minimalistic and inherently cross platform compatible.
|
|
It is also designed to be a stand in for python-magic, it incorporates the
|
|
functions from_file(filename[, mime]) and from_string(string[, mime])
|
|
however the magic_file() and magic_string() are more powerful and will also
|
|
display confidence and duplicate matches.
|
|
|
|
It does NOT try to match files off non-magic string. In other words it will
|
|
not search for a string within a certain window of bytes like others might.
|