diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-utm/Makefile | 21 | ||||
-rw-r--r-- | graphics/py-utm/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-utm/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 805eba52a47c..d8e0b947b903 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -879,6 +879,7 @@ SUBDIR += py-tifffile SUBDIR += py-toyplot SUBDIR += py-traitsui + SUBDIR += py-utm SUBDIR += py-vecrec SUBDIR += py-visvis SUBDIR += py-wand diff --git a/graphics/py-utm/Makefile b/graphics/py-utm/Makefile new file mode 100644 index 000000000000..204d8f854489 --- /dev/null +++ b/graphics/py-utm/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= utm +PORTVERSION= 0.6.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Bidirectional UTM-WGS84 converter for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-utm/distinfo b/graphics/py-utm/distinfo new file mode 100644 index 000000000000..402b5c72d32a --- /dev/null +++ b/graphics/py-utm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1601996444 +SHA256 (utm-0.6.0.tar.gz) = a3c169ceabec910b4eb98a544b686cc4a25eb555407dfb9cb5f685123d5fa07f +SIZE (utm-0.6.0.tar.gz) = 8562 diff --git a/graphics/py-utm/pkg-descr b/graphics/py-utm/pkg-descr new file mode 100644 index 000000000000..4988a3a94399 --- /dev/null +++ b/graphics/py-utm/pkg-descr @@ -0,0 +1,3 @@ +utm provides bidirectional UTM-WGS84 converter for Python. + +WWW: https://github.com/Turbo87/utm |