From owner-svn-ports-head@freebsd.org Mon Jan 25 09:58:08 2016 Return-Path: Delivered-To: svn-ports-head@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 12E74A453C3; Mon, 25 Jan 2016 09:58:08 +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 BEE3BE83; Mon, 25 Jan 2016 09:58:07 +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 u0P9w62R035917; Mon, 25 Jan 2016 09:58:06 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0P9w6rh035913; Mon, 25 Jan 2016 09:58:06 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201601250958.u0P9w6rh035913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 25 Jan 2016 09:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407200 - in head/devel: . rubygem-instance_storage 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: Mon, 25 Jan 2016 09:58:08 -0000 Author: tota Date: Mon Jan 25 09:58:06 2016 New Revision: 407200 URL: https://svnweb.freebsd.org/changeset/ports/407200 Log: - Add new port: devel/rubygem-instance_storage Manage class instances with dictionary. WWW: https://github.com/toshia/instance_storage Added: head/devel/rubygem-instance_storage/ head/devel/rubygem-instance_storage/Makefile (contents, props changed) head/devel/rubygem-instance_storage/distinfo (contents, props changed) head/devel/rubygem-instance_storage/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 25 08:49:28 2016 (r407199) +++ head/devel/Makefile Mon Jan 25 09:58:06 2016 (r407200) @@ -4874,6 +4874,7 @@ SUBDIR += rubygem-ice_cube SUBDIR += rubygem-ice_nine SUBDIR += rubygem-inflecto + SUBDIR += rubygem-instance_storage SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer Added: head/devel/rubygem-instance_storage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-instance_storage/Makefile Mon Jan 25 09:58:06 2016 (r407200) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= instance_storage +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Manage class instances with dictionary + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-instance_storage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-instance_storage/distinfo Mon Jan 25 09:58:06 2016 (r407200) @@ -0,0 +1,2 @@ +SHA256 (rubygem/instance_storage-1.0.0.gem) = f41e64da2fe4f5f7d6c8cf9809ef898e660870f39d4e5569c293b584a12bce22 +SIZE (rubygem/instance_storage-1.0.0.gem) = 7680 Added: head/devel/rubygem-instance_storage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-instance_storage/pkg-descr Mon Jan 25 09:58:06 2016 (r407200) @@ -0,0 +1,3 @@ +Manage class instances with dictionary. + +WWW: https://github.com/toshia/instance_storage