aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-coderay
Commit message (Collapse)AuthorAgeFilesLines
* - Fix LICENSESunpoet Po-Chuan Hsieh2013-12-311-1/+2
| | | | Notes: svn path=/head/; revision=338243
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332050
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 1.1.0TAKATSU Tomonari2013-09-012-4/+4
| | | | | | | - Transfer maintainership to ruby@ Notes: svn path=/head/; revision=325844
* - Update to 1.0.9TAKATSU Tomonari2013-02-212-3/+3
| | | | Notes: svn path=/head/; revision=312720
* - Update to 1.0.8TAKATSU Tomonari2012-10-083-9/+5
| | | | | | | | - Convert to new Makefile header - Trim WWW: line in pkg-descr Notes: svn path=/head/; revision=305517
* - Update to 1.0.7TAKATSU Tomonari2012-06-262-3/+3
| | | | Notes: svn path=/head/; revision=300005
* - Update to 1.0.6TAKATSU Tomonari2012-04-062-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294277
* - Update to 1.0.5TAKATSU Tomonari2011-12-292-3/+3
| | | | Notes: svn path=/head/; revision=288209
* - Update to 1.0.4TAKATSU Tomonari2011-11-032-3/+3
| | | | Notes: svn path=/head/; revision=284947
* - Update to 1.0.3TAKATSU Tomonari2011-10-272-3/+3
| | | | Notes: svn path=/head/; revision=284454
* - Update to 1.0.2TAKATSU Tomonari2011-10-272-3/+3
| | | | Notes: svn path=/head/; revision=284451
* - Update to 1.0.1TAKATSU Tomonari2011-10-202-3/+3
| | | | Notes: svn path=/head/; revision=283988
* - Update to 1.0.0TAKATSU Tomonari2011-09-222-4/+4
| | | | Notes: svn path=/head/; revision=282171
* - Add a new port: textproc/rubygem-coderayTAKATSU Tomonari2011-08-013-0/+41
CodeRay is a Ruby library for syntax highlighting. Syntax highlighting means: You put your code in, and you get it back colored; Keywords, strings, floats, comments - all in different colors. And with line numbers. Syntax Highlighting... * makes code easier to read and maintain * lets you detect syntax errors faster * helps you to understand the syntax of a language * looks nice * is what everybody should have on their website * solves all your problems and makes the girls run after you WWW: http://coderay.rubychan.de/ Notes: svn path=/head/; revision=278717