pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rgl



Module Name:    pkgsrc
Committed By:   jlam
Date:           Fri Apr  4 15:18:28 UTC 2008

Modified Files:
        pkgsrc/devel/ruby-rgl: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/ruby-rgl/patches: patch-aa

Log Message:
Update ruby-rgl to version 0.3.1.  Changes from version 0.2.3 include:

+ Install as a Ruby gem.

* All IDs for DOT objects, including names, options, and values, are
  now automatically quoted as necessary for graphviz.  Labels are
  handled specially in order to account for \l, \r, and \n sequences
  but are otherwise treated the same as other options.  Some changes
  were made in order to remove explicit quotes from labels which are
  no longer necessary.

* Removed backwards compatability method inject.

* DOTSimpleElement provides no useful function, so remove it

* Add support for the Mrecord shape to DOTNode.  Rewrite DOTNode#to_s
  to be easier to understand.  #Rewrite DOTPort to allow for nesting
  ports.

* DOTElement no longer sets the label unless the user explicitly sets
  one.

* Subgraphs must be identified by a "subgraph" header rather than a
  "graph" header

* Added equality test for graphs, added cycle locating.  Modified
  initialize to allow duplicating and merging of graphs.

* Assorted bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/ruby-rgl/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-rgl/PLIST \
    pkgsrc/devel/ruby-rgl/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/ruby-rgl/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index