Date: Fri, 29 Jan 2016 03:34:33 +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: r407445 - in head/devel: . rubygem-pluggaloid Message-ID: <201601290334.u0T3YXVQ035050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <meta+ports_AT_vmeta_DOT_jp> 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 <meta+ports@vmeta.jp> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601290334.u0T3YXVQ035050>