diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-30 10:08:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-30 10:08:07 +0800 |
commit | 44148b10a194a56b0b35475bf7850bd58fa725d8 (patch) | |
tree | 5cd8e330a9beb2a9a895cc37fda6d5fe6fb28d72 /textproc/Makefile | |
parent | c63a0775c5ed8e8136dd17578f97c65a914d5630 (diff) | |
download | freebsd-ports-gnome-44148b10a194a56b0b35475bf7850bd58fa725d8.tar.gz freebsd-ports-gnome-44148b10a194a56b0b35475bf7850bd58fa725d8.tar.zst freebsd-ports-gnome-44148b10a194a56b0b35475bf7850bd58fa725d8.zip |
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>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 68ff16792686..7f25d390e27d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 |