diff options
author | farrokhi <farrokhi@FreeBSD.org> | 2016-11-08 18:25:19 +0800 |
---|---|---|
committer | farrokhi <farrokhi@FreeBSD.org> | 2016-11-08 18:25:19 +0800 |
commit | 5e689c22e101920704bb0b256608fb3ecb031bf3 (patch) | |
tree | face263a141ad0041f7351528c37c6d852a07ab5 | |
parent | db16cc563b8d1cac1d4ed70197b37d98dbe37de0 (diff) | |
download | freebsd-ports-gnome-5e689c22e101920704bb0b256608fb3ecb031bf3.tar.gz freebsd-ports-gnome-5e689c22e101920704bb0b256608fb3ecb031bf3.tar.zst freebsd-ports-gnome-5e689c22e101920704bb0b256608fb3ecb031bf3.zip |
New port: textproc/py3-pager
Reviewed by: mat, bapt
Approved by: mat, bapt
Differential Revision: https://reviews.freebsd.org/D7778
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py3-pager/Makefile | 19 | ||||
-rw-r--r-- | textproc/py3-pager/distinfo | 3 | ||||
-rw-r--r-- | textproc/py3-pager/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bf4971ff38da..55ea63642050 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1341,6 +1341,7 @@ SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-libxml2 + SUBDIR += py3-pager SUBDIR += pychm SUBDIR += qprint SUBDIR += qstardict diff --git a/textproc/py3-pager/Makefile b/textproc/py3-pager/Makefile new file mode 100644 index 000000000000..51f3cb944613 --- /dev/null +++ b/textproc/py3-pager/Makefile @@ -0,0 +1,19 @@ +# Created by: Babak Farrokhi <farrokhi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pager +PORTVERSION= 3.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Terminal/console pager module + +LICENSE= BSD3CLAUSE + +USES= python:3 +USE_PYTHON= autoplist concurrent distutils +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> diff --git a/textproc/py3-pager/distinfo b/textproc/py3-pager/distinfo new file mode 100644 index 000000000000..786d500a307c --- /dev/null +++ b/textproc/py3-pager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468917575 +SHA256 (pager-3.3.tar.gz) = 18aa45ec877dca732e599531c7b3b0b22ed6a4445febdf1bdf7da2761cca340d +SIZE (pager-3.3.tar.gz) = 10803 diff --git a/textproc/py3-pager/pkg-descr b/textproc/py3-pager/pkg-descr new file mode 100644 index 000000000000..e2a19326bca1 --- /dev/null +++ b/textproc/py3-pager/pkg-descr @@ -0,0 +1,4 @@ +Python module that pages output to the screen, reads keys and console +dimensions without executing external utils. + +WWW: https://pypi.python.org/pypi/pager/ |