Date: Sun, 31 Jan 2016 06:53:07 +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: r407577 - in head/www: . rubygem-totoridipjp Message-ID: <201601310653.u0V6r73X043773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Jan 31 06:53:07 2016 New Revision: 407577 URL: https://svnweb.freebsd.org/changeset/ports/407577 Log: - Add new port: www/rubygem-totoridipjp A Ruby library that provides access to totori.dip.jp Web APIs. WWW: http://rubygems.org/gems/totoridipjp Added: head/www/rubygem-totoridipjp/ head/www/rubygem-totoridipjp/Makefile (contents, props changed) head/www/rubygem-totoridipjp/distinfo (contents, props changed) head/www/rubygem-totoridipjp/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jan 31 06:25:23 2016 (r407576) +++ head/www/Makefile Sun Jan 31 06:53:07 2016 (r407577) @@ -2005,6 +2005,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails + SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks SUBDIR += rubygem-turbolinks-rails41 Added: head/www/rubygem-totoridipjp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-totoridipjp/Makefile Sun Jan 31 06:53:07 2016 (r407577) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= totoridipjp +PORTVERSION= 0.1.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Ruby interface to totori.dip.jp Web API + +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/www/rubygem-totoridipjp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-totoridipjp/distinfo Sun Jan 31 06:53:07 2016 (r407577) @@ -0,0 +1,2 @@ +SHA256 (rubygem/totoridipjp-0.1.0.gem) = 93d1245c5273971c855b506a7a913d23d6f524e9d7d4494127ae1bc6174c910d +SIZE (rubygem/totoridipjp-0.1.0.gem) = 7168 Added: head/www/rubygem-totoridipjp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-totoridipjp/pkg-descr Sun Jan 31 06:53:07 2016 (r407577) @@ -0,0 +1,3 @@ +A Ruby library that provides access to totori.dip.jp Web APIs. + +WWW: http://rubygems.org/gems/totoridipjp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601310653.u0V6r73X043773>