svn commit: r401749 - in head/devel: . rubygem-cliprompt

Marcelo Araujo araujo at FreeBSD.org
Mon Nov 16 03:38:39 UTC 2015


Author: araujo
Date: Mon Nov 16 03:38:38 2015
New Revision: 401749
URL: https://svnweb.freebsd.org/changeset/ports/401749

Log:
  This library provides a simple DSL for managing user interaction
  in a CLI application.
  
  WWW: https://github.com/mose/clipromopt
  
  PR:		ports/204584
  Submitted by:	mose <mose at gandi.net>
  Sponsored by:	gandi.net

Added:
  head/devel/rubygem-cliprompt/
  head/devel/rubygem-cliprompt/Makefile   (contents, props changed)
  head/devel/rubygem-cliprompt/distinfo   (contents, props changed)
  head/devel/rubygem-cliprompt/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Nov 16 02:56:10 2015	(r401748)
+++ head/devel/Makefile	Mon Nov 16 03:38:38 2015	(r401749)
@@ -4687,6 +4687,7 @@
     SUBDIR += rubygem-classifier-reborn
     SUBDIR += rubygem-climate_control
     SUBDIR += rubygem-clio
+    SUBDIR += rubygem-cliprompt
     SUBDIR += rubygem-cloudfiles
     SUBDIR += rubygem-cocaine
     SUBDIR += rubygem-coercible

Added: head/devel/rubygem-cliprompt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cliprompt/Makefile	Mon Nov 16 03:38:38 2015	(r401749)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	cliprompt
+PORTVERSION=	0.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mose at mose.com
+COMMENT=	Env aware lib for CLI prompt
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-paint>=1.0.0:${PORTSDIR}/devel/rubygem-paint
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-cliprompt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cliprompt/distinfo	Mon Nov 16 03:38:38 2015	(r401749)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cliprompt-0.1.1.gem) = 59a8722a464cf598ac68befced2eaee9c36489ea89d661e3ac6e53e4052fba6e
+SIZE (rubygem/cliprompt-0.1.1.gem) = 10240

Added: head/devel/rubygem-cliprompt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-cliprompt/pkg-descr	Mon Nov 16 03:38:38 2015	(r401749)
@@ -0,0 +1,4 @@
+This library provides a simple DSL for managing user interaction 
+in a CLI application.
+
+WWW: https://github.com/mose/clipromopt


More information about the svn-ports-all mailing list