From owner-svn-ports-head@FreeBSD.ORG Sat Jun 13 13:51:36 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90B8D5BE; Sat, 13 Jun 2015 13:51:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65CA3973; Sat, 13 Jun 2015 13:51:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DDpaJ0048341; Sat, 13 Jun 2015 13:51:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDpZUd048332; Sat, 13 Jun 2015 13:51:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506131351.t5DDpZUd048332@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 13:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389364 - head/devel/rubygem-trollop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 13:51:36 -0000 Author: sunpoet Date: Sat Jun 13 13:51:35 2015 New Revision: 389364 URL: https://svnweb.freebsd.org/changeset/ports/389364 Log: - Add LICENSE - Add NO_ARCH - Remove USE_RAKE - Reformat pkg-descr - Update WWW - Take maintainership Modified: head/devel/rubygem-trollop/Makefile head/devel/rubygem-trollop/pkg-descr Modified: head/devel/rubygem-trollop/Makefile ============================================================================== --- head/devel/rubygem-trollop/Makefile Sat Jun 13 13:51:28 2015 (r389363) +++ head/devel/rubygem-trollop/Makefile Sat Jun 13 13:51:35 2015 (r389364) @@ -6,12 +6,14 @@ PORTVERSION= 1.16.2 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Commandline option parser for Ruby that gets out of your way +LICENSE= MIT + +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/devel/rubygem-trollop/pkg-descr ============================================================================== --- head/devel/rubygem-trollop/pkg-descr Sat Jun 13 13:51:28 2015 (r389363) +++ head/devel/rubygem-trollop/pkg-descr Sat Jun 13 13:51:35 2015 (r389364) @@ -1,7 +1,7 @@ -Trollop is a commandline option parser for Ruby that gets out of your way. -One line of code per option is all you need to write. For that, you get a -nice automatically-generated help page (fit to your screen size!), robust -option parsing, command subcompletion, and sensible defaults for everything -you don't specify. +Trollop is a commandline option parser for Ruby that gets out of your way. One +line of code per option is all you need to write. For that, you get a nice +automatically-generated help page (fit to your screen size!), robust option +parsing, command subcompletion, and sensible defaults for everything you don't +specify. -WWW: http://rubygems.org/gems/trollop/ +WWW: http://manageiq.github.io/trollop/