aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gems
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.3.7Philip M. Gollucci2010-05-263-4/+5
| | | | | | | With Hat: ruby@ Notes: svn path=/head/; revision=255103
* - Remove stray @dirrm line missed in 1.3.6 updatePhilip M. Gollucci2010-05-241-1/+0
| | | | | | | With Hat: ruby@ Notes: svn path=/head/; revision=255005
* - Send my ruby- ports to ruby@Philip M. Gollucci2010-04-281-1/+1
| | | | Notes: svn path=/head/; revision=253368
* - Update to 1.3.6Philip M. Gollucci2010-04-273-9/+7
| | | | | | | | Tested by: P6 TB (all 238 rubygem- ports) Sponsored by: RideCharge Inc. / Taxi Magic Notes: svn path=/head/; revision=253357
* - Update to 1.3.5Philip M. Gollucci2009-08-053-5/+4
| | | | Notes: svn path=/head/; revision=238942
* - Update 1.3.4Philip M. Gollucci2009-06-126-45/+58
| | | | | | | | | - While here, use RF macro Sponsored by: RideCharge Inc Notes: svn path=/head/; revision=235621
* Reassign these ports to the committer who has been most active in updatingMark Linimon2009-05-281-1/+1
| | | | | | | | | them. Approved by: old maintainer Notes: svn path=/head/; revision=234718
* - Fix build in NOPORTDOCS case.Stanislav Sedov2009-02-141-1/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=228259
* - Do not try to add docs in PLIST in NOPORTDOCS case.Stanislav Sedov2009-02-131-0/+2
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=228228
* - Fix pkg-plist after latest ruby update by generting rdoc plist entriesStanislav Sedov2009-02-132-1682/+9
| | | | | | | | | automatically. Reported by: pav Notes: svn path=/head/; revision=228224
* - Update to 1.3.1Cheng-Lung Sung2008-12-223-501/+543
| | | | | | | | | PR: ports/128731 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=224549
* - fix plist for -DNOPORTDOCS (we always keep the directory since dependentIon-Mihai Tetcu2008-11-232-3/+7
| | | | | | | | | | | | | ports might need it) - bump PORTREVISION Submited by: stass@ Approved by: maintainer timeout on QAT BotMail Reuested by: itetcu@ Prompted by: QAT QA run Notes: svn path=/head/; revision=223247
* - Roll back the last patch removed by mistake and remove the correct patch.Marcelo Araujo2008-07-213-34/+12
| | | | | | | | | - Bump PORTREVISION. Submitted by: nivit, Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=217248
* - Forget to remove a patch.Marcelo Araujo2008-07-201-11/+0
| | | | | | | Thanks to: itetcu Notes: svn path=/head/; revision=217197
* - Update to 1.2.0.Marcelo Araujo2008-07-204-1565/+1713
| | | | | | | | | | | - Add NOPORTDOCS. PR: ports/125215 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=217193
* - Add ruby 1.9 supportStanislav Sedov2008-04-062-54/+7
| | | | | | | | | | | | | | | | | - 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
* Fix gem command after last update.Xin LI2008-01-222-2/+2
| | | | | | | | PR: ports/119664 Submitted by: maintainer Notes: svn path=/head/; revision=206038
* - bad softlinkCheng-Lung Sung2008-01-091-2/+2
| | | | | | | | | | | - bump PORTREVISION Pointyhat to: clsung (me) Changes: Approved by: maintainer (implicit) Notes: svn path=/head/; revision=205295
* - default not to write to source_cache fileCheng-Lung Sung2008-01-075-3/+51
| | | | | | | | | | | | | | | | | | - add --no-update-sources in Makefile.common (thanks to Alexander Logvinov) - files/patch-lib-rubygems-source_info_cache.rb fix when try_file() write 4 bytes into source_cache even DEFAULT_UPDATE_SOURCES is false - files/patch-lib-rubygems-installer.rb - do not write to .require_paths file - currently we don't need it - link bin/gem18 to bin/gem - bump PORTERVISION PR: ports/119051 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=205137
* - fix rubygem-* pkg-plist warningCheng-Lung Sung2007-12-263-5/+36
| | | | | | | | | | - bump PORTREVISION PointyHat to: clsung (myself) PR: ports/119011 Notes: svn path=/head/; revision=204538
* - Update to 1.0.1Cheng-Lung Sung2007-12-254-1404/+1407
| | | | | | | | | PR: portrs/119004 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=204518
* - Update to 0.9.5Cheng-Lung Sung2007-12-254-783/+901
| | | | | | | | PR: ports/118658 Submitted by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=204491
* - Update to 0.9.4Cheng-Lung Sung2007-10-043-900/+982
| | | | | | | | | PR: ports/116570 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=200797
* - pass GEM_ENV to gems install environmentCheng-Lung Sung2007-04-271-1/+1
| | | | | | | Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=190991
* - This patch allows to use more than one gem file in rubygems port by ↵Cheng-Lung Sung2007-03-091-1/+9
| | | | | | | | | | | defining DISTFILES. PR: ports/109711 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=186951
* - Update to 0.9.2Cheng-Lung Sung2007-02-143-100/+156
| | | | | | | | PR: ports/108880 Submitted by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=185134
* - Update to 0.9.1Cheng-Lung Sung2007-02-053-8/+1338
| | | | | | | | | PR: ports/108516 Submitted by: maintainer (Jw@innerewut.de) Security: http://www.derkeiler.com/Mailing-Lists/securityfocus/bugtraq/2007-01/msg00598.html Notes: svn path=/head/; revision=184241
* - Update to 0.9.0Cheng-Lung Sung2006-11-295-17/+21
| | | | | | | | | | | | - fix pkg-plist - fix WWW PR: ports/103699 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=178227
* let users/porters define GEM_NAME in their MakefileYing-Chieh Liao2006-09-231-1/+1
| | | | | | | | PR: 102855 Approved by: maintainer Notes: svn path=/head/; revision=173636
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-2/+0
| | | | Notes: svn path=/head/; revision=161363
* - Introduce more PLIST_SUB variablesPav Lucistnik2006-04-121-4/+14
| | | | | | | | PR: ports/95538 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=159362
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* [FIX] Chase change of distfile of rubygem-redclothEdwin Groothuis2005-10-161-1/+1
| | | | | | | | | | | The distfile for the www/rubygem-redcloth port was renamed and thus cannot be installed. PR: ports/87461 Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=145490
* Use EXTRACT_ONLY instead of the nonexistent NO_EXTRACT (fixesSam Lawrance2005-08-051-1/+1
| | | | | | | | | | | | problem with non-tar ruby gems) PR: ports/84524 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Approved by: portmgr (clement) Obtained from: Ulrich Spoerlein Notes: svn path=/head/; revision=140792
* - Transfer maintainership to submitter of latest updatePav Lucistnik2005-07-221-1/+1
| | | | | | | Suggested by: James Earl <jamesd.earl@gmail.com> (maintainer) Notes: svn path=/head/; revision=139928
* - Update to 0.8.11Pav Lucistnik2005-07-223-13/+15
| | | | | | | | | PR: ports/83928 Submitted by: Jonathan Weiss <jw@innerewut.de> Approved by: James Earl <jamesd.earl@gmail.com> (maintainer) Notes: svn path=/head/; revision=139927
* - Add a common infrastructure for porting rubygems. It can be used byPav Lucistnik2005-07-201-0/+37
| | | | | | | | | | | including this file between bsd.port.pre.mk and bsd.port.post.mk in similar way PEAR modules are ported now. PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=139692
* - Fix creation of empty directory when added from packagePav Lucistnik2005-07-202-0/+2
| | | | Notes: svn path=/head/; revision=139691
* Update to 0.8.10Tilman Keskinoz2005-04-221-5/+2
| | | | | | | | | | | | | PR: 80224 Submitted by: James Earl <chero7@telus.net> Ooops, I forgot to commit the Makefile earlier today Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Pointyhat to: arved (three in a rowi....) Notes: svn path=/head/; revision=133931
* Update to 0.8.10Tilman Keskinoz2005-04-223-11/+3
| | | | | | | | | | fix pkg-plist PR: 80224 Submitted by: James Earl <chero7@telus.net> Notes: svn path=/head/; revision=133916
* Upgrade to 0.8.8Tilman Keskinoz2005-04-213-4/+7
| | | | | | | | PR: 79095 Submitted by: James Earl <chero7@telus.net> Notes: svn path=/head/; revision=133853
* - Update to 0.8.6Pav Lucistnik2005-03-062-4/+4
| | | | | | | | | PR: ports/78421 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Approved by: James Earl <chero7@telus.net> (maintainer) Notes: svn path=/head/; revision=130496
* - fix PLIST and unbreak this portYen-Ming Lee2005-01-254-29/+57
| | | | | | | | | | - transfer MAINTAINERship PR: 75904 Submitted by: James Earl <james at icionline.ca> Notes: svn path=/head/; revision=127302
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-181-0/+2
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* BROKEN: Incorrect pkg-plistKris Kennaway2004-12-101-0/+2
| | | | Notes: svn path=/head/; revision=123602
* - Package management framework for the Ruby languageCheng-Lung Sung2004-10-194-0/+67
WWW: http://rubygems.rubyforge.org/wiki/wiki.pl PR: ports/72816 Submitted by: Alexander Novitsky <alecn2002 AT yandex dot ru> Approved by: mentor (leeym) Notes: svn path=/head/; revision=119801