mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
misc/py-ascii-magic: New port: Convert pictures into ASCII art
This commit is contained in:
parent
2f67ed1a0c
commit
8b23284b8f
@ -376,6 +376,7 @@
|
||||
SUBDIR += py-SoapySDR
|
||||
SUBDIR += py-alive-progress
|
||||
SUBDIR += py-apache-beam
|
||||
SUBDIR += py-ascii-magic
|
||||
SUBDIR += py-boost-histogram
|
||||
SUBDIR += py-cinder
|
||||
SUBDIR += py-colorbrewer
|
||||
|
23
misc/py-ascii-magic/Makefile
Normal file
23
misc/py-ascii-magic/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= ascii-magic
|
||||
DISTVERSION= 1.6
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Convert pictures into ASCII art
|
||||
WWW= https://github.com/LeandroBarone/python-ascii_magic
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PY_DEPENDS}
|
||||
RUN_DEPENDS= ${PY_DEPENDS}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/py-ascii-magic/distinfo
Normal file
3
misc/py-ascii-magic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1672088606
|
||||
SHA256 (ascii_magic-1.6.tar.gz) = 7da5518f7368e73f11e2151a0c060804aa149e267b369b7ee7653fbd7b046a51
|
||||
SIZE (ascii_magic-1.6.tar.gz) = 8661
|
2
misc/py-ascii-magic/pkg-descr
Normal file
2
misc/py-ascii-magic/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
ascii-magic is a Python package that converts images into ASCII art for
|
||||
terminals and HTML.
|
Loading…
Reference in New Issue
Block a user