diff --git a/www/Makefile b/www/Makefile index 6aa41ddf0daa..b1364b273e69 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1729,6 +1729,7 @@ SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-pastescript + SUBDIR += py-path-and-address SUBDIR += py-pelican SUBDIR += py-planet SUBDIR += py-plone.alterego diff --git a/www/py-path-and-address/Makefile b/www/py-path-and-address/Makefile new file mode 100644 index 000000000000..6c0d2c9d889a --- /dev/null +++ b/www/py-path-and-address/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= path-and-address +PORTVERSION= 2.0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhale@FreeBSD.org +COMMENT= Functions for command-line server tools + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python zip +USE_PYTHON= autoplist distutils + +.include diff --git a/www/py-path-and-address/distinfo b/www/py-path-and-address/distinfo new file mode 100644 index 000000000000..987c18d328a5 --- /dev/null +++ b/www/py-path-and-address/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1525012350 +SHA256 (path-and-address-2.0.1.zip) = e96363d982b3a2de8531f4cd5f086b51d0248b58527227d43cf5014d045371b7 +SIZE (path-and-address-2.0.1.zip) = 6503 diff --git a/www/py-path-and-address/pkg-descr b/www/py-path-and-address/pkg-descr new file mode 100644 index 000000000000..3332d302894b --- /dev/null +++ b/www/py-path-and-address/pkg-descr @@ -0,0 +1,9 @@ +Path-and-address resolves ambiguities for command-line interface +applications with the following pattern: + +$ your_app [] [
] + +The library applies the principal of least surprise to command-line +interfaces. + +WWW: https://github.com/joeyespo/path-and-address