aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rgl
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist after ruby update by generating it dynamically.Stanislav Sedov2009-02-142-314/+1
| | | | Notes: svn path=/head/; revision=228255
* - Update to 0.3.1Martin Wilke2008-04-263-329/+321
| | | | | | | | | | | - Use shortcuts in pkg-plist - Update my mail address PR: 123108 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=212012
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - 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
* - 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
* - Update maintainer's email addressPav Lucistnik2006-05-291-1/+1
| | | | | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=163885
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Populate newly created rubygems categoryPav Lucistnik2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154086
* - Update plist for ruby 1.8.4 rdocPav Lucistnik2006-01-182-18/+21
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153785
* RGL is a framework for graph data structures and algorithms.Pav Lucistnik2005-09-044-0/+351
The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL. PR: ports/84587 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Notes: svn path=/head/; revision=141903