Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 20:15:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397398 - in head/textproc: . rubygem-actionpack-xml_parser
Message-ID:  <201509202015.t8KKFcpX074937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 20 20:15:37 2015
New Revision: 397398
URL: https://svnweb.freebsd.org/changeset/ports/397398

Log:
  - Add rubygem-actionpack-xml_parser 1.0.2
  
  actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
  core in Rails 4.0).
  
  WWW: http://www.rubyonrails.org/
  WWW: https://github.com/rails/actionpack-xml_parser

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Sep 20 20:15:30 2015	(r397397)
+++ head/textproc/Makefile	Sun Sep 20 20:15:37 2015	(r397398)
@@ -1348,6 +1348,7 @@
     SUBDIR += ruby-xml-configfile
     SUBDIR += ruby-xmlparser
     SUBDIR += ruby-xmlscan
+    SUBDIR += rubygem-actionpack-xml_parser
     SUBDIR += rubygem-albino
     SUBDIR += rubygem-amatch
     SUBDIR += rubygem-asciidoctor

Added: head/textproc/rubygem-actionpack-xml_parser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actionpack-xml_parser/Makefile	Sun Sep 20 20:15:37 2015	(r397398)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	actionpack-xml_parser
+PORTVERSION=	1.0.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	XML parameters parser for Action Pack
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-actionpack4>=4.0.0:${PORTSDIR}/www/rubygem-actionpack4
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-actionpack-xml_parser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actionpack-xml_parser/distinfo	Sun Sep 20 20:15:37 2015	(r397398)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/actionpack-xml_parser-1.0.2.gem) = 6a3e2441711e3885d2fb6f6530049bb4672cf6ffb98c88dce9e8997e9a25559d
+SIZE (rubygem/actionpack-xml_parser-1.0.2.gem) = 6144

Added: head/textproc/rubygem-actionpack-xml_parser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-actionpack-xml_parser/pkg-descr	Sun Sep 20 20:15:37 2015	(r397398)
@@ -0,0 +1,5 @@
+actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
+core in Rails 4.0).
+
+WWW: http://www.rubyonrails.org/
+WWW: https://github.com/rails/actionpack-xml_parser



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509202015.t8KKFcpX074937>