svn commit: r363624 - in head/textproc: . py-asciinema
Steve Wills
swills at FreeBSD.org
Thu Jul 31 15:46:10 UTC 2014
Author: swills
Date: Thu Jul 31 15:46:08 2014
New Revision: 363624
URL: http://svnweb.freebsd.org/changeset/ports/363624
QAT: https://qat.redports.org/buildarchive/r363624/
Log:
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.
Added:
head/textproc/py-asciinema/
head/textproc/py-asciinema/Makefile (contents, props changed)
head/textproc/py-asciinema/distinfo (contents, props changed)
head/textproc/py-asciinema/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Jul 31 15:45:30 2014 (r363623)
+++ head/textproc/Makefile Thu Jul 31 15:46:08 2014 (r363624)
@@ -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
Added: head/textproc/py-asciinema/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-asciinema/Makefile Thu Jul 31 15:46:08 2014 (r363624)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at freebsd.org>
+# $FreeBSD$
+
+PORTNAME= asciinema
+PORTVERSION= 0.9.8
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills at 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>
Added: head/textproc/py-asciinema/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-asciinema/distinfo Thu Jul 31 15:46:08 2014 (r363624)
@@ -0,0 +1,2 @@
+SHA256 (asciinema-0.9.8.tar.gz) = f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f
+SIZE (asciinema-0.9.8.tar.gz) = 6336
Added: head/textproc/py-asciinema/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-asciinema/pkg-descr Thu Jul 31 15:46:08 2014 (r363624)
@@ -0,0 +1,3 @@
+Record and share your terminal sesions, the right way.
+
+WWW: https://asciinema.org/
More information about the svn-ports-all
mailing list