- 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:
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
|
@ -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
|
||||
|
|
23
textproc/rubygem-coderay/Makefile
Normal file
23
textproc/rubygem-coderay/Makefile
Normal 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>
|
2
textproc/rubygem-coderay/distinfo
Normal file
2
textproc/rubygem-coderay/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/coderay-0.9.8.gem) = 1522e8b2d73dfead95d7f195dce63411c59b4b7cb120c6589d6474ccf207d38c
|
||||
SIZE (rubygem/coderay-0.9.8.gem) = 97792
|
16
textproc/rubygem-coderay/pkg-descr
Normal file
16
textproc/rubygem-coderay/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue