Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 03:38:38 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401749 - in head/devel: . rubygem-cliprompt
Message-ID:  <201511160338.tAG3ccd4020106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160338.tAG3ccd4020106>