svn commit: r440790 - in head/databases: . rubygem-activemodel-serializers-xml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 13 12:11:10 UTC 2017
Author: sunpoet
Date: Sat May 13 12:11:08 2017
New Revision: 440790
URL: https://svnweb.freebsd.org/changeset/ports/440790
Log:
Add rubygem-activemodel-serializers-xml 1.0.1
ActiveModel::Serializers::Xml provides XML serialization for your Active Model
objects and Active Record models.
WWW: https://github.com/rails/activemodel-serializers-xml
Added:
head/databases/rubygem-activemodel-serializers-xml/
head/databases/rubygem-activemodel-serializers-xml/Makefile (contents, props changed)
head/databases/rubygem-activemodel-serializers-xml/distinfo (contents, props changed)
head/databases/rubygem-activemodel-serializers-xml/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Sat May 13 11:45:46 2017 (r440789)
+++ head/databases/Makefile Sat May 13 12:11:08 2017 (r440790)
@@ -862,6 +862,7 @@
SUBDIR += ruby-tokyocabinet
SUBDIR += ruby-xapian
SUBDIR += rubygem-active_record_query_trace
+ SUBDIR += rubygem-activemodel-serializers-xml
SUBDIR += rubygem-activemodel4
SUBDIR += rubygem-activemodel5
SUBDIR += rubygem-activemodel50
Added: head/databases/rubygem-activemodel-serializers-xml/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activemodel-serializers-xml/Makefile Sat May 13 12:11:08 2017 (r440790)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= activemodel-serializers-xml
+PORTVERSION= 1.0.1
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= XML serialization for Active Model objects and Active Record models
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
+ rubygem-activerecord5>=5.0:databases/rubygem-activerecord5 \
+ rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 \
+ rubygem-builder>=3.1:devel/rubygem-builder
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/databases/rubygem-activemodel-serializers-xml/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activemodel-serializers-xml/distinfo Sat May 13 12:11:08 2017 (r440790)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494665245
+SHA256 (rubygem/activemodel-serializers-xml-1.0.1.gem) = dc4c06b1ac9d819698289d490ffd0c7386bce8f86b59237a5f1ffc35f8b4f73e
+SIZE (rubygem/activemodel-serializers-xml-1.0.1.gem) = 11776
Added: head/databases/rubygem-activemodel-serializers-xml/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activemodel-serializers-xml/pkg-descr Sat May 13 12:11:08 2017 (r440790)
@@ -0,0 +1,4 @@
+ActiveModel::Serializers::Xml provides XML serialization for your Active Model
+objects and Active Record models.
+
+WWW: https://github.com/rails/activemodel-serializers-xml
More information about the svn-ports-all
mailing list