1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

XML to Hash translator.

WWW: https://rubygems.org/gems/nori

PR:		ports/189427
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
Steve Wills 2014-05-14 15:30:27 +00:00
parent 8e01e94123
commit 26512ab68a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354070
4 changed files with 24 additions and 0 deletions

View File

@ -4315,6 +4315,7 @@
SUBDIR += rubygem-needle
SUBDIR += rubygem-nice-ffi
SUBDIR += rubygem-nio4r
SUBDIR += rubygem-nori
SUBDIR += rubygem-notify
SUBDIR += rubygem-open3_backport
SUBDIR += rubygem-open4

View File

@ -0,0 +1,18 @@
# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= nori
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for converting XML to Hash syntax
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/nori-1.0.3.gem) = 2a9d12eabe9f758107d6f52853623dd1296ee58cb7efea9fd62f3f88df8481b7
SIZE (rubygem/nori-1.0.3.gem) = 19456

View File

@ -0,0 +1,3 @@
XML to Hash translator.
WWW: https://rubygems.org/gems/nori