svn commit: r459727 - in head/devel: . rubygem-diva
TAKATSU Tomonari
tota at FreeBSD.org
Tue Jan 23 07:02:11 UTC 2018
Author: tota
Date: Tue Jan 23 07:02:09 2018
New Revision: 459727
URL: https://svnweb.freebsd.org/changeset/ports/459727
Log:
- Add new port: devel/rubygem-diva
This library is an implementation of expression for handling things.
It replaces Retriever module of mikutter.
Diva::Model is a common interface of all resources handled by
mikutter. By handling data as a subclass of Diva::Model as necessary,
you can obtain a common interface and it is useful for cooperation
among mikutter plugins.
WWW: https://rubygems.org/gems/diva
Added:
head/devel/rubygem-diva/
head/devel/rubygem-diva/Makefile (contents, props changed)
head/devel/rubygem-diva/distinfo (contents, props changed)
head/devel/rubygem-diva/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jan 23 06:45:39 2018 (r459726)
+++ head/devel/Makefile Tue Jan 23 07:02:09 2018 (r459727)
@@ -5383,6 +5383,7 @@
SUBDIR += rubygem-devise-rails50
SUBDIR += rubygem-directory_watcher
SUBDIR += rubygem-ditz
+ SUBDIR += rubygem-diva
SUBDIR += rubygem-docile
SUBDIR += rubygem-drydock
SUBDIR += rubygem-dynflow
Added: head/devel/rubygem-diva/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-diva/Makefile Tue Jan 23 07:02:09 2018 (r459727)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= diva
+PORTVERSION= 0.3.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Implementation of expression for handling things
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-addressable>=2.5.2:www/rubygem-addressable
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-diva/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-diva/distinfo Tue Jan 23 07:02:09 2018 (r459727)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515988721
+SHA256 (rubygem/diva-0.3.1.gem) = a8b5151497db49a12778401e20fe3405596a7d3a6a888be98124ec016b20ef58
+SIZE (rubygem/diva-0.3.1.gem) = 13824
Added: head/devel/rubygem-diva/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-diva/pkg-descr Tue Jan 23 07:02:09 2018 (r459727)
@@ -0,0 +1,9 @@
+This library is an implementation of expression for handling things.
+It replaces Retriever module of mikutter.
+
+Diva::Model is a common interface of all resources handled by
+mikutter. By handling data as a subclass of Diva::Model as necessary,
+you can obtain a common interface and it is useful for cooperation
+among mikutter plugins.
+
+WWW: https://rubygems.org/gems/diva
More information about the svn-ports-all
mailing list