From owner-svn-ports-all@freebsd.org Mon Apr 10 21:23:45 2017 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 CC679D3827D; Mon, 10 Apr 2017 21:23:45 +0000 (UTC) (envelope-from jrm@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 7CCDBEB8; Mon, 10 Apr 2017 21:23:45 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3ALNi2a053147; Mon, 10 Apr 2017 21:23:44 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ALNiS5053142; Mon, 10 Apr 2017 21:23:44 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201704102123.v3ALNiS5053142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 10 Apr 2017 21:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438213 - in head/www: . rubygem-ostatus2 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.23 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: Mon, 10 Apr 2017 21:23:45 -0000 Author: jrm Date: Mon Apr 10 21:23:44 2017 New Revision: 438213 URL: https://svnweb.freebsd.org/changeset/ports/438213 Log: New port, www/rubygem-ostatus2: Toolset for interacting with the OStatus2 suite of protocols Adding this because it is a dependency of the upcoming www/mastodon port. Approved by: swills (mentor, implicit) Added: head/www/rubygem-ostatus2/ head/www/rubygem-ostatus2/Makefile (contents, props changed) head/www/rubygem-ostatus2/distinfo (contents, props changed) head/www/rubygem-ostatus2/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Apr 10 21:15:37 2017 (r438212) +++ head/www/Makefile Mon Apr 10 21:23:44 2017 (r438213) @@ -2038,6 +2038,7 @@ SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-octopress + SUBDIR += rubygem-ostatus2 SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma Added: head/www/rubygem-ostatus2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ostatus2/Makefile Mon Apr 10 21:23:44 2017 (r438213) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ostatus2 +PORTVERSION= 1.0.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Toolset for interacting with the OStatus2 suite of protocols + +LICENSE= MIT + +RUN_DEPENDS= rubygem-http>=2.0:www/rubygem-http \ + rubygem-addressable>=2.4:www/rubygem-addressable \ + rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri + +NO_ARCHE= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/www/rubygem-ostatus2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ostatus2/distinfo Mon Apr 10 21:23:44 2017 (r438213) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491859093 +SHA256 (rubygem/ostatus2-1.0.2.gem) = ab19c597cab8bb6fbd7b2f6199b53035472330aeeb2b98bfdbf30321c1ebf390 +SIZE (rubygem/ostatus2-1.0.2.gem) = 7680 Added: head/www/rubygem-ostatus2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ostatus2/pkg-descr Mon Apr 10 21:23:44 2017 (r438213) @@ -0,0 +1,8 @@ +OStatus2 is a toolset for interacting with the OStatus2 suite of protocols. + +It supports: + +- subscribing to and publishing feeds via PubSubHubbub +- interacting with feeds via Salmon. + +WWW: https://github.com/Gargron/ostatus2/