svn commit: r547682 - in head/graphics: . py-piexif
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 5 21:26:51 UTC 2020
Author: sunpoet
Date: Sat Sep 5 21:26:49 2020
New Revision: 547682
URL: https://svnweb.freebsd.org/changeset/ports/547682
Log:
Add py-piexif 1.1.3
Piexif simplifies exif manipulations with Python, including writing, reading,
and more. Piexif is pure Python.
WWW: https://github.com/hMatoba/Piexif
Added:
head/graphics/py-piexif/
head/graphics/py-piexif/Makefile (contents, props changed)
head/graphics/py-piexif/distinfo (contents, props changed)
head/graphics/py-piexif/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sat Sep 5 21:26:38 2020 (r547681)
+++ head/graphics/Makefile Sat Sep 5 21:26:49 2020 (r547682)
@@ -838,6 +838,7 @@
SUBDIR += py-opencv
SUBDIR += py-openimageio
SUBDIR += py-photocollage
+ SUBDIR += py-piexif
SUBDIR += py-pillow
SUBDIR += py-pillow6
SUBDIR += py-pivy
Added: head/graphics/py-piexif/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-piexif/Makefile Sat Sep 5 21:26:49 2020 (r547682)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= piexif
+PORTVERSION= 1.1.3
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Simplify exif manipulations with Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python zip
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/graphics/py-piexif/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-piexif/distinfo Sat Sep 5 21:26:49 2020 (r547682)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1599302699
+SHA256 (piexif-1.1.3.zip) = 83cb35c606bf3a1ea1a8f0a25cb42cf17e24353fd82e87ae3884e74a302a5f1b
+SIZE (piexif-1.1.3.zip) = 1011134
Added: head/graphics/py-piexif/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-piexif/pkg-descr Sat Sep 5 21:26:49 2020 (r547682)
@@ -0,0 +1,4 @@
+Piexif simplifies exif manipulations with Python, including writing, reading,
+and more. Piexif is pure Python.
+
+WWW: https://github.com/hMatoba/Piexif
More information about the svn-ports-head
mailing list