Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:16:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410232 - in head/devel: . rubygem-kafo_wizards
Message-ID:  <201603060616.u266GSaA033852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:16:28 2016
New Revision: 410232
URL: https://svnweb.freebsd.org/changeset/ports/410232

Log:
  - Add rubygem-kafo_wizards 0.0.1
  
  With this gem it is possible to define form or wizard and display it to the user
  using one of the defined backends. The form definition is independent on the
  chosen backend so it can be changed freely. Currently only command line
  (highline) backend is implemented, YAD or web based backend is planed.
  
  WWW: https://github.com/theforeman/kafo_wizards

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar  6 06:15:43 2016	(r410231)
+++ head/devel/Makefile	Sun Mar  6 06:16:28 2016	(r410232)
@@ -4924,6 +4924,7 @@
     SUBDIR += rubygem-json_pure
     SUBDIR += rubygem-kafo
     SUBDIR += rubygem-kafo_parsers
+    SUBDIR += rubygem-kafo_wizards
     SUBDIR += rubygem-kgio
     SUBDIR += rubygem-launchy
     SUBDIR += rubygem-launchy22

Added: head/devel/rubygem-kafo_wizards/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-kafo_wizards/Makefile	Sun Mar  6 06:16:28 2016	(r410232)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	kafo_wizards
+PORTVERSION=	0.0.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create wizard like interfaces in terminal applications
+
+LICENSE=	GPLv3+
+
+RUN_DEPENDS=	rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-kafo_wizards/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-kafo_wizards/distinfo	Sun Mar  6 06:16:28 2016	(r410232)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/kafo_wizards-0.0.1.gem) = 70ed59b44b9c27e425173ac84832d0d2aae257d92f7830d17b979fdbaaef75f1
+SIZE (rubygem/kafo_wizards-0.0.1.gem) = 10240

Added: head/devel/rubygem-kafo_wizards/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-kafo_wizards/pkg-descr	Sun Mar  6 06:16:28 2016	(r410232)
@@ -0,0 +1,6 @@
+With this gem it is possible to define form or wizard and display it to the user
+using one of the defined backends. The form definition is independent on the
+chosen backend so it can be changed freely. Currently only command line
+(highline) backend is implemented, YAD or web based backend is planed.
+
+WWW: https://github.com/theforeman/kafo_wizards



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