mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
18
ruby/rubygem-coderay/Makefile
Normal file
18
ruby/rubygem-coderay/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD: head/textproc/rubygem-coderay/Makefile 449256 2017-09-04 18:54:17Z sunpoet $
|
||||
|
||||
PORTNAME= coderay
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Fast and easy syntax highlighting for selected languages
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
PLIST_FILES= bin/coderay
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-coderay/distinfo
Normal file
3
ruby/rubygem-coderay/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1504539996
|
||||
SHA256 (rubygem/coderay-1.1.2.gem) = 9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97
|
||||
SIZE (rubygem/coderay-1.1.2.gem) = 92160
|
||||
16
ruby/rubygem-coderay/pkg-descr
Normal file
16
ruby/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/
|
||||
Reference in New Issue
Block a user