svn commit: r410232 - in head/devel: . rubygem-kafo_wizards

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:16:30 UTC 2016


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	kafo_wizards
+PORTVERSION=	0.0.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list