aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-xdr
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-07-13 18:55:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-07-13 18:55:27 +0000
commit404db73b01eddb70bf43d90e1944680ec2f2ca8a (patch)
tree3c37715cbf676687256f2248315d3408f3d4f9ea /converters/rubygem-xdr
parente5d343cca883578f68edcb5f2e246e3c70d3207e (diff)
downloadports-404db73b01eddb70bf43d90e1944680ec2f2ca8a.tar.gz
ports-404db73b01eddb70bf43d90e1944680ec2f2ca8a.zip
New port: converters/rubygem-xdr
XDR is an open data format, specified in RFC 4506. This library provides a way to read and write XDR data from ruby. It can read/write all of the primitive XDR types and also provides facilities to define readers for the compound XDR types (enums, structs and unions) WWW: https://github.com/stellar/ruby-xdr
Notes
Notes: svn path=/head/; revision=445710
Diffstat (limited to 'converters/rubygem-xdr')
-rw-r--r--converters/rubygem-xdr/Makefile21
-rw-r--r--converters/rubygem-xdr/distinfo3
-rw-r--r--converters/rubygem-xdr/pkg-descr6
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/rubygem-xdr/Makefile b/converters/rubygem-xdr/Makefile
new file mode 100644
index 000000000000..55becd0b5bf0
--- /dev/null
+++ b/converters/rubygem-xdr/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= xdr
+PORTVERSION= 2.0.0
+CATEGORIES= converters rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= XDR Helper Library
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-activemodel4>=4.2.7:databases/rubygem-activemodel4 \
+ rubygem-activesupport4>=4.2.7:devel/rubygem-activesupport4
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/converters/rubygem-xdr/distinfo b/converters/rubygem-xdr/distinfo
new file mode 100644
index 000000000000..4289decc470a
--- /dev/null
+++ b/converters/rubygem-xdr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499950538
+SHA256 (rubygem/xdr-2.0.0.gem) = d5a43e9effa071d49bde1caee351f0bc985576370e2c6770c07dc84866b8ac30
+SIZE (rubygem/xdr-2.0.0.gem) = 24064
diff --git a/converters/rubygem-xdr/pkg-descr b/converters/rubygem-xdr/pkg-descr
new file mode 100644
index 000000000000..cb161e76770d
--- /dev/null
+++ b/converters/rubygem-xdr/pkg-descr
@@ -0,0 +1,6 @@
+XDR is an open data format, specified in RFC 4506. This library provides a way
+to read and write XDR data from ruby. It can read/write all of the primitive
+XDR types and also provides facilities to define readers for the compound XDR
+types (enums, structs and unions)
+
+WWW: https://github.com/stellar/ruby-xdr