mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
New port: textproc/rubygem-representable
Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more. WWW: https://github.com/trailblazer/representable
This commit is contained in:
parent
3866d62903
commit
fbed425c4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436587
@ -1521,6 +1521,7 @@
|
||||
SUBDIR += rubygem-rdiscount
|
||||
SUBDIR += rubygem-rdtool
|
||||
SUBDIR += rubygem-redcarpet
|
||||
SUBDIR += rubygem-representable
|
||||
SUBDIR += rubygem-reverse_markdown
|
||||
SUBDIR += rubygem-ri_cal
|
||||
SUBDIR += rubygem-rich
|
||||
|
22
textproc/rubygem-representable/Makefile
Normal file
22
textproc/rubygem-representable/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= representable
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Maps Ruby objects to documents and back
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-declarative<=0.1.0:devel/rubygem-declarative \
|
||||
rubygem-declarative-option<=0.2.0:devel/rubygem-declarative-option \
|
||||
rubygem-uber<=0.2.0:devel/rubygem-uber
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-representable/distinfo
Normal file
3
textproc/rubygem-representable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1490095639
|
||||
SHA256 (rubygem/representable-3.0.3.gem) = d2ddb1530a2db7599a6e0c4435b2101d67c1ddd2594d35ca8c9e6746dc1dd33d
|
||||
SIZE (rubygem/representable-3.0.3.gem) = 73728
|
5
textproc/rubygem-representable/pkg-descr
Normal file
5
textproc/rubygem-representable/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Renders and parses JSON/XML/YAML documents from and to
|
||||
Ruby objects. Includes plain properties, collections,
|
||||
nesting, coercion and more.
|
||||
|
||||
WWW: https://github.com/trailblazer/representable
|
Loading…
Reference in New Issue
Block a user