aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-hoe
Commit message (Collapse)AuthorAgeFilesLines
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-5/+6
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 1.5.0Martin Wilke2008-03-313-36/+13
| | | | | | | | PR: 120318 Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer) Notes: svn path=/head/; revision=210221
* - update to 1.4.0Cheng-Lung Sung2008-01-092-5/+5
| | | | | | | | | | | - make portlint happy PR: ports/119086 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=205299
* - Update to 1.3.0Cheng-Lung Sung2007-09-052-4/+4
| | | | | | | | | | | - required by rubygem-memcache-client 1.5.0 PR: ports/115502 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=198772
* - Update to 1.2.2Cheng-Lung Sung2007-08-142-4/+4
| | | | | | | | | | | - required by rubygem-mechanize-0.6.10 PR: ports/115031 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=197618
* - Update to 1.2.1Cheng-Lung Sung2007-07-023-10/+9
| | | | | | | | | | | - required by rubygem-parsetree-1.7.1 PR: ports/113699 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=194593
* - Update to 1.2.0Cheng-Lung Sung2007-03-093-4/+5
| | | | | | | | | | | - required by www/rubygem-mechanize-0.6.5 PR: ports/109681 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=186944
* - Update to 1.1.7Cheng-Lung Sung2007-02-023-13/+13
| | | | | | | | PR: ports/108512 Submitted by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=183934
* Fix plist.Frank J. Laszlo2006-12-121-0/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: maintainer (implicit) Notes: svn path=/head/; revision=179529
* New port: devel/rubygem-hoeFrank J. Laszlo2006-12-054-0/+65
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment. WWW: http://rubyforge.org/projects/seattlerb/ PR: ports/106313 Submitted by: Jonathan Weiss<jw@innerewut.de> Notes: svn path=/head/; revision=178912