Date: Sat, 12 Aug 2000 13:09:41 -0700 (PDT) From: Akinori MUSHA <knu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/irb Makefile ports/www/mod_ruby Makefile ports/www/mod_ruby/pkg DESCR ports/lang/ruby Makefile ports/lang/ruby/pkg DESCR ports/devel/ruby-amstd Makefile ports/devel/ruby-amstd/pkg DESCR ports/math/ruby-bigfloat Makefile ... Message-ID: <200008122009.NAA98762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2000/08/12 13:09:41 PDT Modified files: lang/irb Makefile www/mod_ruby Makefile www/mod_ruby/pkg DESCR lang/ruby Makefile lang/ruby/pkg DESCR devel/ruby-amstd Makefile devel/ruby-amstd/pkg DESCR math/ruby-bigfloat Makefile math/ruby-bigfloat/pkg DESCR devel/ruby-date2 Makefile devel/ruby-date2/pkg DESCR PLIST x11-toolkits/ruby-gtk Makefile x11-toolkits/ruby-gtk/pkg DESCR textproc/ruby-html-parser Makefile textproc/ruby-html-parser/pkg DESCR PLIST converters/ruby-iconv Makefile converters/ruby-iconv/pkg DESCR devel/ruby-intl Makefile devel/ruby-intl/pkg DESCR databases/ruby-mysql Makefile databases/ruby-mysql/pkg DESCR PLIST devel/ruby-optparse Makefile devel/ruby-optparse/pkg DESCR PLIST lang/ruby-perl Makefile lang/ruby-perl/pkg DESCR databases/ruby-postgres Makefile databases/ruby-postgres/pkg DESCR devel/ruby-property Makefile devel/ruby-property/pkg DESCR PLIST lang/ruby-python Makefile lang/ruby-python/pkg DESCR x11-toolkits/ruby-qt Makefile devel/ruby-racc Makefile devel/ruby-racc/pkg DESCR textproc/ruby-rdtool Makefile textproc/ruby-rdtool/pkg DESCR PLIST devel/ruby-strscan Makefile devel/ruby-strscan/pkg DESCR textproc/ruby-xmlparser Makefile textproc/ruby-xmlparser/pkg DESCR archivers/ruby-zlib Makefile archivers/ruby-zlib/pkg DESCR x11-toolkits/rubytk Makefile Log: Do The Right Thing. (R) Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :) Revision Changes Path 1.7 +10 -12 ports/lang/irb/Makefile 1.2 +4 -4 ports/www/mod_ruby/Makefile 1.2 +1 -0 ports/www/mod_ruby/pkg/DESCR 1.26 +7 -7 ports/lang/ruby/Makefile 1.5 +2 -1 ports/lang/ruby/pkg/DESCR 1.3 +4 -4 ports/devel/ruby-amstd/Makefile 1.2 +1 -0 ports/devel/ruby-amstd/pkg/DESCR 1.4 +11 -9 ports/math/ruby-bigfloat/Makefile 1.2 +1 -0 ports/math/ruby-bigfloat/pkg/DESCR 1.3 +8 -8 ports/devel/ruby-date2/Makefile 1.2 +2 -0 ports/devel/ruby-date2/pkg/DESCR 1.2 +6 -6 ports/devel/ruby-date2/pkg/PLIST 1.10 +8 -8 ports/x11-toolkits/ruby-gtk/Makefile 1.3 +2 -1 ports/x11-toolkits/ruby-gtk/pkg/DESCR 1.3 +12 -8 ports/textproc/ruby-html-parser/Makefile 1.2 +1 -0 ports/textproc/ruby-html-parser/pkg/DESCR 1.2 +3 -3 ports/textproc/ruby-html-parser/pkg/PLIST 1.3 +7 -10 ports/converters/ruby-iconv/Makefile 1.2 +1 -0 ports/converters/ruby-iconv/pkg/DESCR 1.2 +5 -5 ports/devel/ruby-intl/Makefile 1.2 +1 -0 ports/devel/ruby-intl/pkg/DESCR 1.3 +10 -10 ports/databases/ruby-mysql/Makefile 1.2 +1 -0 ports/databases/ruby-mysql/pkg/DESCR 1.2 +1 -1 ports/databases/ruby-mysql/pkg/PLIST 1.4 +9 -9 ports/devel/ruby-optparse/Makefile 1.2 +3 -0 ports/devel/ruby-optparse/pkg/DESCR 1.3 +4 -4 ports/devel/ruby-optparse/pkg/PLIST 1.2 +5 -5 ports/lang/ruby-perl/Makefile 1.2 +1 -0 ports/lang/ruby-perl/pkg/DESCR 1.6 +8 -8 ports/databases/ruby-postgres/Makefile 1.3 +1 -0 ports/databases/ruby-postgres/pkg/DESCR 1.4 +8 -8 ports/devel/ruby-property/Makefile 1.2 +2 -1 ports/devel/ruby-property/pkg/DESCR 1.3 +1 -1 ports/devel/ruby-property/pkg/PLIST 1.4 +7 -7 ports/lang/ruby-python/Makefile 1.2 +1 -0 ports/lang/ruby-python/pkg/DESCR 1.2 +4 -4 ports/x11-toolkits/ruby-qt/Makefile 1.6 +8 -8 ports/devel/ruby-racc/Makefile 1.2 +1 -0 ports/devel/ruby-racc/pkg/DESCR 1.4 +26 -18 ports/textproc/ruby-rdtool/Makefile 1.2 +1 -0 ports/textproc/ruby-rdtool/pkg/DESCR 1.3 +4 -0 ports/textproc/ruby-rdtool/pkg/PLIST 1.3 +4 -4 ports/devel/ruby-strscan/Makefile 1.2 +1 -0 ports/devel/ruby-strscan/pkg/DESCR 1.3 +5 -5 ports/textproc/ruby-xmlparser/Makefile 1.2 +1 -0 ports/textproc/ruby-xmlparser/pkg/DESCR 1.2 +4 -4 ports/archivers/ruby-zlib/Makefile 1.2 +1 -0 ports/archivers/ruby-zlib/pkg/DESCR 1.12 +10 -10 ports/x11-toolkits/rubytk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008122009.NAA98762>