cvs commit: ports/devel Makefile ports/devel/ruby-term-ansicolor Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Fri Jan 12 00:17:32 PST 2007


clsung      2007-01-12 08:17:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/ruby-term-ansicolor Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Small Ruby library that colors strings using ANSI escape sequences.
  It's possible to use constants:
  
      include Term::ANSIColor
      print red, bold, "red bold", reset, "\n"
  
      or
  
      print red(bold("red bold")), "\n"
  
  WWW: http://term-ansicolor.rubyforge.org/
  
  Revision  Changes    Path
  1.2595    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/ruby-term-ansicolor/Makefile (new)
  1.1       +3 -0      ports/devel/ruby-term-ansicolor/distinfo (new)
  1.1       +11 -0     ports/devel/ruby-term-ansicolor/pkg-descr (new)
  1.1       +7 -0      ports/devel/ruby-term-ansicolor/pkg-plist (new)


More information about the cvs-ports mailing list