1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

New port: textproc/py3-pager

Reviewed by: mat, bapt
Approved by: mat, bapt
Differential Revision:	https://reviews.freebsd.org/D7778
This commit is contained in:
Babak Farrokhi 2016-11-08 10:25:19 +00:00
parent ec27b6c5c7
commit cb84ff1123
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425727
4 changed files with 27 additions and 0 deletions

View File

@ -1341,6 +1341,7 @@
SUBDIR += py3-asciinema
SUBDIR += py3-chardet
SUBDIR += py3-libxml2
SUBDIR += py3-pager
SUBDIR += pychm
SUBDIR += qprint
SUBDIR += qstardict

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468917575
SHA256 (pager-3.3.tar.gz) = 18aa45ec877dca732e599531c7b3b0b22ed6a4445febdf1bdf7da2761cca340d
SIZE (pager-3.3.tar.gz) = 10803

View File

@ -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/