diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-01 00:30:55 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-01 00:30:55 +0000 |
commit | fc1f1c15a29dedbcd6b69446cebc8ddee4d1e7b8 (patch) | |
tree | 040d935a81aa51a8eecc7b1474bf61022886fa8d /www/Makefile | |
parent | 97d51632f127535146a836be5da62a90f94fb857 (diff) | |
download | ports-fc1f1c15a29dedbcd6b69446cebc8ddee4d1e7b8.tar.gz ports-fc1f1c15a29dedbcd6b69446cebc8ddee4d1e7b8.zip |
New port: www/py-path-and-address
Path-and-address resolves ambiguities for command-line interface
applications with the following pattern:
$ your_app [<path>] [<address>]
The library applies the principal of least surprise to command-line
interfaces.
WWW: https://github.com/joeyespo/path-and-address
Notes
Notes:
svn path=/head/; revision=476143
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |