diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-15 10:48:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-15 10:48:39 +0000 |
commit | 5650bb9e0b261efc283e8f4506445db47a405de6 (patch) | |
tree | 9a5406773f9e02164fb9b63f8acd015f1f306a08 | |
parent | www/qutebrowser: update to 1.8.3 (diff) |
New port: misc/py-fleep: File format determination library for Python
Notes
Notes:
svn path=/head/; revision=520169
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-fleep/Makefile | 19 | ||||
-rw-r--r-- | misc/py-fleep/distinfo | 3 | ||||
-rw-r--r-- | misc/py-fleep/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 92a4806fbacf..012e464dbd24 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -383,6 +383,7 @@ SUBDIR += py-eemeter SUBDIR += py-emoji SUBDIR += py-fast-histogram + SUBDIR += py-fleep SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-huepy diff --git a/misc/py-fleep/Makefile b/misc/py-fleep/Makefile new file mode 100644 index 000000000000..37697cdd9f7d --- /dev/null +++ b/misc/py-fleep/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= fleep +DISTVERSION= 1.0.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= File format determination library for Python + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-fleep/distinfo b/misc/py-fleep/distinfo new file mode 100644 index 000000000000..d88ba52feb40 --- /dev/null +++ b/misc/py-fleep/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1576406682 +SHA256 (fleep-1.0.1.tar.gz) = c8f62b258ee5364d7f6c1ed1f3f278e99020fc3f0a60a24ad1e10846e31d104c +SIZE (fleep-1.0.1.tar.gz) = 6547 diff --git a/misc/py-fleep/pkg-descr b/misc/py-fleep/pkg-descr new file mode 100644 index 000000000000..331f90eb1e30 --- /dev/null +++ b/misc/py-fleep/pkg-descr @@ -0,0 +1,4 @@ +fleep is a library that determines file format by file signature (also known as +"magic number"). + +WWW: https://github.com/floyernick/fleep-py |