Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 21:23:44 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438213 - in head/www: . rubygem-ostatus2
Message-ID:  <201704102123.v3ALNiS5053142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704102123.v3ALNiS5053142>