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:
parent
ec27b6c5c7
commit
cb84ff1123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425727
@ -1341,6 +1341,7 @@
|
||||
SUBDIR += py3-asciinema
|
||||
SUBDIR += py3-chardet
|
||||
SUBDIR += py3-libxml2
|
||||
SUBDIR += py3-pager
|
||||
SUBDIR += pychm
|
||||
SUBDIR += qprint
|
||||
SUBDIR += qstardict
|
||||
|
19
textproc/py3-pager/Makefile
Normal file
19
textproc/py3-pager/Makefile
Normal 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>
|
3
textproc/py3-pager/distinfo
Normal file
3
textproc/py3-pager/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468917575
|
||||
SHA256 (pager-3.3.tar.gz) = 18aa45ec877dca732e599531c7b3b0b22ed6a4445febdf1bdf7da2761cca340d
|
||||
SIZE (pager-3.3.tar.gz) = 10803
|
4
textproc/py3-pager/pkg-descr
Normal file
4
textproc/py3-pager/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user