mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
[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:
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
|
@ -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
21
misc/py-pyfiglet/Makefile
Normal 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>
|
3
misc/py-pyfiglet/distinfo
Normal file
3
misc/py-pyfiglet/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1470300341
|
||||
SHA256 (pyfiglet-0.7.5.tar.gz) = 446194e1fc3257ffc8024eafd3b486394847597f6210278d76bd582850205e12
|
||||
SIZE (pyfiglet-0.7.5.tar.gz) = 767904
|
4
misc/py-pyfiglet/pkg-descr
Normal file
4
misc/py-pyfiglet/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue