From owner-svn-ports-all@freebsd.org Fri Jan 29 03:34:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55FA5A71C55; Fri, 29 Jan 2016 03:34:35 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0A08D1020; Fri, 29 Jan 2016 03:34:34 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0T3YXua035054; Fri, 29 Jan 2016 03:34:33 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0T3YXVQ035050; Fri, 29 Jan 2016 03:34:33 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201601290334.u0T3YXVQ035050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 29 Jan 2016 03:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407445 - in head/devel: . rubygem-pluggaloid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 03:34:35 -0000 Author: tota Date: Fri Jan 29 03:34:33 2016 New Revision: 407445 URL: https://svnweb.freebsd.org/changeset/ports/407445 Log: - Add new port: devel/rubygem-pluggaloid Pluggaloid is extensible plugin system for mikutter. WWW: https://github.com/toshia/pluggaloid PR: 206636 Submitted by: Koichiro IWAO Added: head/devel/rubygem-pluggaloid/ head/devel/rubygem-pluggaloid/Makefile (contents, props changed) head/devel/rubygem-pluggaloid/distinfo (contents, props changed) head/devel/rubygem-pluggaloid/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jan 29 03:31:31 2016 (r407444) +++ head/devel/Makefile Fri Jan 29 03:34:33 2016 (r407445) @@ -4963,6 +4963,7 @@ SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-plist + SUBDIR += rubygem-pluggaloid SUBDIR += rubygem-polyamorous SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 Added: head/devel/rubygem-pluggaloid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pluggaloid/Makefile Fri Jan 29 03:34:33 2016 (r407445) @@ -0,0 +1,23 @@ +# Created by: Koichiro IWAO +# $FreeBSD$ + +PORTNAME= pluggaloid +PORTVERSION= 1.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Extensible plugin system for mikutter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-delayer>=0:${PORTSDIR}/devel/rubygem-delayer \ + rubygem-instance_storage>=1.0.0:${PORTSDIR}/devel/rubygem-instance_storage + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-pluggaloid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pluggaloid/distinfo Fri Jan 29 03:34:33 2016 (r407445) @@ -0,0 +1,2 @@ +SHA256 (rubygem/pluggaloid-1.0.2.gem) = 839fc393f3e249ca3772adfb8e8ea6b4fafb3b570df82d47e6cbc3999fa9f36c +SIZE (rubygem/pluggaloid-1.0.2.gem) = 11776 Added: head/devel/rubygem-pluggaloid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pluggaloid/pkg-descr Fri Jan 29 03:34:33 2016 (r407445) @@ -0,0 +1,3 @@ +Pluggaloid is extensible plugin system for mikutter. + +WWW: https://github.com/toshia/pluggaloid