[NEW] misc/py-pyfiglet: Pure-python FIGlet implementation

pyfiglet is a full port of FIGlet (WWW: http://www.figlet.org/) into
pure python. It takes ASCII text and renders it in ASCII art fonts.

WWW: https://github.com/pwaller/pyfiglet
This commit is contained in:
Kubilay Kocak 2016-08-04 08:58:17 +00:00
parent 858030803a
commit d2eb5db2f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419601
4 changed files with 29 additions and 0 deletions

View file

@ -374,6 +374,7 @@
SUBDIR += py-osd
SUBDIR += py-pexpect
SUBDIR += py-powerline-status
SUBDIR += py-pyfiglet
SUBDIR += py-pyprind
SUBDIR += py-progressbar
SUBDIR += py-progressbar231

21
misc/py-pyfiglet/Makefile Normal file
View file

@ -0,0 +1,21 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfiglet
PORTVERSION= 0.7.5
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Pure-python FIGlet implementation
LICENSE= GPLv2+
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
USES= python:2.6-3.5
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1470300341
SHA256 (pyfiglet-0.7.5.tar.gz) = 446194e1fc3257ffc8024eafd3b486394847597f6210278d76bd582850205e12
SIZE (pyfiglet-0.7.5.tar.gz) = 767904

View file

@ -0,0 +1,4 @@
pyfiglet is a full port of FIGlet (WWW: http://www.figlet.org/) into
pure python. It takes ASCII text and renders it in ASCII art fonts.
WWW: https://github.com/pwaller/pyfiglet