diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-31 15:46:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-31 15:46:08 +0000 |
commit | f7c74b4838b9906add3849f2b2727a26c16b08d2 (patch) | |
tree | b48a50edb7ccd80c05c0702dbdc3679764a69b9d | |
parent | 1601000a09a5d2d1ad47736e8b45e228e2ab0d47 (diff) | |
download | ports-f7c74b4838b9906add3849f2b2727a26c16b08d2.tar.gz ports-f7c74b4838b9906add3849f2b2727a26c16b08d2.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-asciinema/Makefile | 19 | ||||
-rw-r--r-- | textproc/py-asciinema/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-asciinema/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c5dd127d28b5..242e3f12ce4f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/py-asciinema/Makefile b/textproc/py-asciinema/Makefile new file mode 100644 index 000000000000..cfc3e9338b08 --- /dev/null +++ b/textproc/py-asciinema/Makefile @@ -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> diff --git a/textproc/py-asciinema/distinfo b/textproc/py-asciinema/distinfo new file mode 100644 index 000000000000..5ce80816cb4e --- /dev/null +++ b/textproc/py-asciinema/distinfo @@ -0,0 +1,2 @@ +SHA256 (asciinema-0.9.8.tar.gz) = f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f +SIZE (asciinema-0.9.8.tar.gz) = 6336 diff --git a/textproc/py-asciinema/pkg-descr b/textproc/py-asciinema/pkg-descr new file mode 100644 index 000000000000..aba5693b6a1f --- /dev/null +++ b/textproc/py-asciinema/pkg-descr @@ -0,0 +1,3 @@ +Record and share your terminal sesions, the right way. + +WWW: https://asciinema.org/ |