create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View 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>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1504539996
SHA256 (rubygem/coderay-1.1.2.gem) = 9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97
SIZE (rubygem/coderay-1.1.2.gem) = 92160

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/