From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 15:46:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 334F6783; Thu, 31 Jul 2014 15:46:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07BE320D7; Thu, 31 Jul 2014 15:46:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VFk9Xe058493; Thu, 31 Jul 2014 15:46:09 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VFk9F2058489; Thu, 31 Jul 2014 15:46:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201407311546.s6VFk9F2058489@svn.freebsd.org> From: Steve Wills Date: Thu, 31 Jul 2014 15:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363624 - in head/textproc: . py-asciinema X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 15:46:10 -0000 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 +# $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 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/