CLI tool for recording and presenting step by step
operations from the console. It is targeted at presentations that would simulate live coding, without the random murphy factor of it. WWW: https://github.com/mose/shellplay PR: ports/205153 Submitted by: mose <mose@gandi.net> Sponsored by: gandi.net
This commit is contained in:
parent
67cc77a138
commit
13d23d2085
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403367
4 changed files with 34 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
|||
SUBDIR += rolo
|
||||
SUBDIR += rox-memo
|
||||
SUBDIR += rubrica
|
||||
SUBDIR += rubygem-shellplay
|
||||
SUBDIR += rubygem-taskjuggler
|
||||
SUBDIR += semantik
|
||||
SUBDIR += shutter
|
||||
|
|
25
deskutils/rubygem-shellplay/Makefile
Normal file
25
deskutils/rubygem-shellplay/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shellplay
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= deskutils textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mose@mose.com
|
||||
COMMENT= CLI tool for shell-based presentations
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-paint>=1.0.0:${PORTSDIR}/devel/rubygem-paint \
|
||||
rubygem-cliprompt>=0.1.2:${PORTSDIR}/devel/rubygem-cliprompt \
|
||||
rubygem-configstruct>=0.1.0:${PORTSDIR}/devel/rubygem-configstruct \
|
||||
rubygem-shell2html>=0.0.5:${PORTSDIR}/textproc/rubygem-shell2html
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/shellcat bin/shellexport bin/shellplay bin/shellrecord
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/rubygem-shellplay/distinfo
Normal file
2
deskutils/rubygem-shellplay/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/shellplay-0.1.8.gem) = e71108160a20e1a8a6456bfcf13064b889a288c96c35d43b17aae7e2ad7ccc6f
|
||||
SIZE (rubygem/shellplay-0.1.8.gem) = 49152
|
6
deskutils/rubygem-shellplay/pkg-descr
Normal file
6
deskutils/rubygem-shellplay/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
CLI tool for recording and presenting step by step
|
||||
operations from the console. It is targeted at
|
||||
presentations that would simulate live coding,
|
||||
without the random murphy factor of it.
|
||||
|
||||
WWW: https://github.com/mose/shellplay
|
Loading…
Reference in a new issue