Date: Mon, 25 Jan 2016 09:58:06 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> 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 Message-ID: <201601250958.u0P9w6rh035913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tota@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601250958.u0P9w6rh035913>