- Add a new port: textproc/rubygem-coderay

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/
This commit is contained in:
TAKATSU Tomonari 2011-08-01 15:41:41 +00:00
parent f0de4761aa
commit 67d09fa031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278717
4 changed files with 42 additions and 0 deletions

View file

@ -1185,6 +1185,7 @@
SUBDIR += ruby-xslt
SUBDIR += ruby-xtemplate
SUBDIR += rubygem-augeas
SUBDIR += rubygem-coderay
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-ferret

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-coderay
# Date created: 2011-08-01
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= coderay
PORTVERSION= 0.9.8
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Fast and easy syntax highlighting for selected languages
LICENSE= LGPL21
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/coderay bin/coderay_stylesheet
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/coderay-0.9.8.gem) = 1522e8b2d73dfead95d7f195dce63411c59b4b7cb120c6589d6474ccf207d38c
SIZE (rubygem/coderay-0.9.8.gem) = 97792

View file

@ -0,0 +1,16 @@
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/