New RubyGem port of Ruby INI File Parser and Writer http://RubyForge.org/projects/inifile/ Until this port is commited a tarball can be fetched from http://yds.CoolRat.org/freebsd/rubygem-ini.tbz How-To-Repeat: cd textproc/rubygem-ini make install
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2007-07-30 02:08:07 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-ini Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.1164 +1 -0 ports/textproc/Makefile 1.1 +19 -0 ports/textproc/rubygem-ini/Makefile (new) 1.1 +3 -0 ports/textproc/rubygem-ini/distinfo (new) 1.1 +8 -0 ports/textproc/rubygem-ini/pkg-descr (new) 1.1 +66 -0 ports/textproc/rubygem-ini/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.