svn commit: r524850 - in head/textproc: . rubygem-psych

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 2 10:55:28 UTC 2020


Author: sunpoet
Date: Sun Feb  2 10:55:27 2020
New Revision: 524850
URL: https://svnweb.freebsd.org/changeset/ports/524850

Log:
  Add rubygem-psych 3.1.0
  
  Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing
  and emitting capabilities. In addition to wrapping libyaml, Psych also knows how
  to serialize and de-serialize most Ruby objects to and from the YAML format.
  
  WWW: https://github.com/ruby/psych

Added:
  head/textproc/rubygem-psych/
  head/textproc/rubygem-psych/Makefile   (contents, props changed)
  head/textproc/rubygem-psych/distinfo   (contents, props changed)
  head/textproc/rubygem-psych/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Feb  2 10:55:21 2020	(r524849)
+++ head/textproc/Makefile	Sun Feb  2 10:55:27 2020	(r524850)
@@ -1577,6 +1577,7 @@
     SUBDIR += rubygem-parslet
     SUBDIR += rubygem-phone
     SUBDIR += rubygem-pretty-xml
+    SUBDIR += rubygem-psych
     SUBDIR += rubygem-puppet-strings
     SUBDIR += rubygem-raabro
     SUBDIR += rubygem-rails-dom-testing

Added: head/textproc/rubygem-psych/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-psych/Makefile	Sun Feb  2 10:55:27 2020	(r524850)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	psych
+PORTVERSION=	3.1.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	YAML parser and emitter
+
+LICENSE=	MIT
+
+LIB_DEPENDS=	libyaml.so:textproc/libyaml
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-psych/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-psych/distinfo	Sun Feb  2 10:55:27 2020	(r524850)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1580562251
+SHA256 (rubygem/psych-3.1.0.gem) = a858cf8d4bc636fd6dc635131c4df24d25da910278a873a0fbe4927d17155b26
+SIZE (rubygem/psych-3.1.0.gem) = 96768

Added: head/textproc/rubygem-psych/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-psych/pkg-descr	Sun Feb  2 10:55:27 2020	(r524850)
@@ -0,0 +1,5 @@
+Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing
+and emitting capabilities. In addition to wrapping libyaml, Psych also knows how
+to serialize and de-serialize most Ruby objects to and from the YAML format.
+
+WWW: https://github.com/ruby/psych


More information about the svn-ports-head mailing list