svn commit: r323398 - in head/www: . rubygem-haml-coderay
Steve Wills
swills at FreeBSD.org
Sun Jul 21 15:09:44 UTC 2013
Author: swills
Date: Sun Jul 21 15:09:42 2013
New Revision: 323398
URL: http://svnweb.freebsd.org/changeset/ports/323398
Log:
Adds a CodeRay syntax highlighting filter to Haml
WWW: https://github.com/blom/haml-coderay
Added:
head/www/rubygem-haml-coderay/
head/www/rubygem-haml-coderay/Makefile (contents, props changed)
head/www/rubygem-haml-coderay/distinfo (contents, props changed)
head/www/rubygem-haml-coderay/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Jul 21 14:48:50 2013 (r323397)
+++ head/www/Makefile Sun Jul 21 15:09:42 2013 (r323398)
@@ -1750,6 +1750,7 @@
SUBDIR += rubygem-feed-normalizer
SUBDIR += rubygem-feedzirra
SUBDIR += rubygem-haml
+ SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-hpricot
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-httparty
Added: head/www/rubygem-haml-coderay/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-haml-coderay/Makefile Sun Jul 21 15:09:42 2013 (r323398)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= haml-coderay
+PORTVERSION= 0.2.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Adds a CodeRay syntax highlighting filter to Haml
+
+RUN_DEPENDS= rubygem-coderay>=0:${PORTSDIR}/textproc/rubygem-coderay \
+ rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-haml-coderay/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-haml-coderay/distinfo Sun Jul 21 15:09:42 2013 (r323398)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/haml-coderay-0.2.0.gem) = 6288199fe3ee7913aea00b63377d9ceae44b9964153ae418c2057c5ee4cde2c6
+SIZE (rubygem/haml-coderay-0.2.0.gem) = 5120
Added: head/www/rubygem-haml-coderay/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-haml-coderay/pkg-descr Sun Jul 21 15:09:42 2013 (r323398)
@@ -0,0 +1,3 @@
+Adds a CodeRay syntax highlighting filter to Haml
+
+WWW: https://github.com/blom/haml-coderay
More information about the svn-ports-head
mailing list