diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-07-13 18:55:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-07-13 18:55:27 +0000 |
commit | 404db73b01eddb70bf43d90e1944680ec2f2ca8a (patch) | |
tree | 3c37715cbf676687256f2248315d3408f3d4f9ea /converters/Makefile | |
parent | e5d343cca883578f68edcb5f2e246e3c70d3207e (diff) | |
download | freebsd-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
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index ec1358d6cb27..634aa96aec10 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -161,6 +161,7 @@ SUBDIR += rubygem-bsdconv SUBDIR += rubygem-po_to_json SUBDIR += rubygem-url_safe_base64 + SUBDIR += rubygem-xdr SUBDIR += shftool SUBDIR += showkey SUBDIR += ta2as |