mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
textproc/py-asciinema: add new port for textproc/py-asciinema
Asciinema is a free and open source solution for recording the terminal sessions and sharing them on the web.
This commit is contained in:
parent
1601000a09
commit
f7c74b4838
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363624
@ -1137,6 +1137,7 @@
|
||||
SUBDIR += py-Chameleon
|
||||
SUBDIR += py-MarkupSafe
|
||||
SUBDIR += py-Tempita
|
||||
SUBDIR += py-asciinema
|
||||
SUBDIR += py-asv
|
||||
SUBDIR += py-charade
|
||||
SUBDIR += py-chardet
|
||||
|
19
textproc/py-asciinema/Makefile
Normal file
19
textproc/py-asciinema/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Steve Wills <swills@freebsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asciinema
|
||||
PORTVERSION= 0.9.8
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Tool for recording and sharing terminal sessions
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-asciinema/distinfo
Normal file
2
textproc/py-asciinema/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (asciinema-0.9.8.tar.gz) = f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f
|
||||
SIZE (asciinema-0.9.8.tar.gz) = 6336
|
3
textproc/py-asciinema/pkg-descr
Normal file
3
textproc/py-asciinema/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Record and share your terminal sesions, the right way.
|
||||
|
||||
WWW: https://asciinema.org/
|
Loading…
Reference in New Issue
Block a user