diff --git sysutils/py-plumbum/Makefile sysutils/py-plumbum/Makefile index 4d2a59be51bc..c6e14412e39f 100644 --- sysutils/py-plumbum/Makefile +++ sysutils/py-plumbum/Makefile @@ -3,12 +3,13 @@ PORTNAME= plumbum PORTVERSION= 1.6.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org -COMMENT= Shell combinators and more for python +COMMENT= Shell combinators and more for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git sysutils/py-plumbum/pkg-descr sysutils/py-plumbum/pkg-descr index 7148aac6e183..772573d80f72 100644 --- sysutils/py-plumbum/pkg-descr +++ sysutils/py-plumbum/pkg-descr @@ -1,14 +1,14 @@ Ever wished the compactness of shell scripts be put into a real programming -language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, which -was used to create pipes back in the day) is a small yet feature-rich library -for shell script-like programs in Python. The motto of the library is ?Never -write shell scripts again?, and thus it attempts to mimic the shell syntax -(shell combinators) where it makes sense, while keeping it all Pythonic and -cross-platform. +language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, +which was used to create pipes back in the day) is a small yet feature-rich +library for shell script-like programs in Python. The motto of the library is +"Never write shell scripts again", and thus it attempts to mimic the shell +syntax (shell combinators) where it makes sense, while keeping it all Pythonic +and cross-platform. -Apart from shell-like syntax and handy shortcuts, the library provides local and - remote command execution (over SSH), local and remote file-system paths, easy -working-directory and environment manipulation, and a programmatic Command-Line -Interface (CLI) application toolkit. Now let?s see some code! +Apart from shell-like syntax and handy shortcuts, the library provides local +and remote command execution (over SSH), local and remote file-system paths, +easy working-directory and environment manipulation, and a programmatic +Command-Line Interface (CLI) application toolkit. Now let's see some code! WWW: http://plumbum.readthedocs.org/en/latest/