Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2015 23:58:53 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401028 - in head/devel: . rubygem-slop3
Message-ID:  <201511072358.tA7NwrnF032372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Sat Nov  7 23:58:53 2015
New Revision: 401028
URL: https://svnweb.freebsd.org/changeset/ports/401028

Log:
  new port: devel/rubygem-slop3
  
  PR:		204338
  Submitted by:	Nick Hilliard <nick@foobar.org>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov  7 23:28:09 2015	(r401027)
+++ head/devel/Makefile	Sat Nov  7 23:58:53 2015	(r401028)
@@ -4973,6 +4973,7 @@
     SUBDIR += rubygem-slack-notifier
     SUBDIR += rubygem-slim
     SUBDIR += rubygem-slop
+    SUBDIR += rubygem-slop3
     SUBDIR += rubygem-soap4r
     SUBDIR += rubygem-spring
     SUBDIR += rubygem-sprockets

Added: head/devel/rubygem-slop3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-slop3/Makefile	Sat Nov  7 23:58:53 2015	(r401028)
@@ -0,0 +1,21 @@
+# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME=	slop
+PORTVERSION=	3.6.0
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	3
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Simple DSL for gathering options and parsing the command line
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-slop3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-slop3/distinfo	Sat Nov  7 23:58:53 2015	(r401028)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/slop-3.6.0.gem) = 76ccab03be66bfcab4838cdc07cab019cd3e192a3538266246749e79e4788803
+SIZE (rubygem/slop-3.6.0.gem) = 23552

Added: head/devel/rubygem-slop3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-slop3/pkg-descr	Sat Nov  7 23:58:53 2015	(r401028)
@@ -0,0 +1,3 @@
+Slop is a simple option parser with an easy to remember syntax and friendly API.
+
+WWW: https://github.com/leejarvis/slop



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