mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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
This commit is contained in:
parent
1db411919b
commit
f902428d0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397398
4 changed files with 30 additions and 0 deletions
|
@ -1348,6 +1348,7 @@
|
||||||
SUBDIR += ruby-xml-configfile
|
SUBDIR += ruby-xml-configfile
|
||||||
SUBDIR += ruby-xmlparser
|
SUBDIR += ruby-xmlparser
|
||||||
SUBDIR += ruby-xmlscan
|
SUBDIR += ruby-xmlscan
|
||||||
|
SUBDIR += rubygem-actionpack-xml_parser
|
||||||
SUBDIR += rubygem-albino
|
SUBDIR += rubygem-albino
|
||||||
SUBDIR += rubygem-amatch
|
SUBDIR += rubygem-amatch
|
||||||
SUBDIR += rubygem-asciidoctor
|
SUBDIR += rubygem-asciidoctor
|
||||||
|
|
22
textproc/rubygem-actionpack-xml_parser/Makefile
Normal file
22
textproc/rubygem-actionpack-xml_parser/Makefile
Normal file
|
@ -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>
|
2
textproc/rubygem-actionpack-xml_parser/distinfo
Normal file
2
textproc/rubygem-actionpack-xml_parser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/actionpack-xml_parser-1.0.2.gem) = 6a3e2441711e3885d2fb6f6530049bb4672cf6ffb98c88dce9e8997e9a25559d
|
||||||
|
SIZE (rubygem/actionpack-xml_parser-1.0.2.gem) = 6144
|
5
textproc/rubygem-actionpack-xml_parser/pkg-descr
Normal file
5
textproc/rubygem-actionpack-xml_parser/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue