svn commit: r401028 - in head/devel: . rubygem-slop3

Michael Moll mmoll at FreeBSD.org
Sat Nov 7 23:58:55 UTC 2015


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 at 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 at gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME=	slop
+PORTVERSION=	3.6.0
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	3
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-all mailing list