svn commit: r438213 - in head/www: . rubygem-ostatus2
Joseph Mingrone
jrm at FreeBSD.org
Mon Apr 10 21:23:45 UTC 2017
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 at 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/
More information about the svn-ports-all
mailing list