mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Ah yes, INI files. We love them. We hate them. We cannot escape
them. Originally made popular by Windows, INI files are everywhere including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This gem has one goal: make INI file, structure, and stream manipulation as fast, safe, and simple as possible. We take a modal approach with a pluggable parser class. WWW: http://IniFile.RubyForge.org/ PR: ports/114786 Submitted by: Yarema <yds at CoolRat.org>
This commit is contained in:
parent
6d6db8943c
commit
4d21bff8f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196675
@ -870,6 +870,7 @@
|
||||
SUBDIR += ruby-xtemplate
|
||||
SUBDIR += rubygem-ferret
|
||||
SUBDIR += rubygem-htmltools
|
||||
SUBDIR += rubygem-ini
|
||||
SUBDIR += rubygem-spreadsheet-excel
|
||||
SUBDIR += rubygem-syntax
|
||||
SUBDIR += rubygem-tidy
|
||||
|
19
textproc/rubygem-ini/Makefile
Normal file
19
textproc/rubygem-ini/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: rubygem-ini
|
||||
# Date created: 20 Jul 2007
|
||||
# Whom: Yarema <yds@CoolRat.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ini
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}file
|
||||
|
||||
MAINTAINER= yds@CoolRat.org
|
||||
COMMENT= Ruby INI File Parser and Writer
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
3
textproc/rubygem-ini/distinfo
Normal file
3
textproc/rubygem-ini/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/ini-0.1.1.gem) = 7c18719eb491880911911ced0e6b3912
|
||||
SHA256 (rubygem/ini-0.1.1.gem) = 0d921e9217521036c1ec59341c9fea990fbefaa54890439c66705b9f1f0703a8
|
||||
SIZE (rubygem/ini-0.1.1.gem) = 9216
|
8
textproc/rubygem-ini/pkg-descr
Normal file
8
textproc/rubygem-ini/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Ah yes, INI files. We love them. We hate them. We cannot escape
|
||||
them. Originally made popular by Windows, INI files are everywhere
|
||||
including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This
|
||||
gem has one goal: make INI file, structure, and stream manipulation
|
||||
as fast, safe, and simple as possible. We take a modal approach
|
||||
with a pluggable parser class.
|
||||
|
||||
WWW: http://IniFile.RubyForge.org/
|
66
textproc/rubygem-ini/pkg-plist
Normal file
66
textproc/rubygem-ini/pkg-plist
Normal file
@ -0,0 +1,66 @@
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000001.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000002.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000003.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000005.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000006.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000007.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000008.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000009.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000010.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000011.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000012.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000013.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000014.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Ini.src/M000015.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/IniFile.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000017.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000018.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000019.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000020.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000021.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000022.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000023.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000024.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000025.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000026.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000027.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000028.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000029.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000030.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src/M000031.html
|
||||
%%GEM_DOC_DIR%%/rdoc/created.rid
|
||||
%%GEM_DOC_DIR%%/rdoc/files/README.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/ini_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/inifile_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/test/test_inifile_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
|
||||
%%GEM_LIB_DIR%%/README
|
||||
%%GEM_LIB_DIR%%/lib/ini.rb
|
||||
%%GEM_LIB_DIR%%/lib/inifile.rb
|
||||
%%GEM_LIB_DIR%%/test/data/bad_1.ini
|
||||
%%GEM_LIB_DIR%%/test/data/bad_2.ini
|
||||
%%GEM_LIB_DIR%%/test/data/comment.ini
|
||||
%%GEM_LIB_DIR%%/test/data/good.ini
|
||||
%%GEM_LIB_DIR%%/test/data/mixed_comment.ini
|
||||
%%GEM_LIB_DIR%%/test/data/param.ini
|
||||
%%GEM_LIB_DIR%%/test/test_inifile.rb
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/test/data
|
||||
@dirrm %%GEM_LIB_DIR%%/test
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/test
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/TestIniFile.src
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Ini.src
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc
|
||||
@dirrm %%GEM_DOC_DIR%%
|
Loading…
Reference in New Issue
Block a user