1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

New port: textproc/rubygem-jekyll-assets:

Jekyll plugin, that allows you to write javascript/css assets in other
languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
respecting dependencies, minify and many more.

WWW: https://rubygems.org/gems/jekyll-assets/
This commit is contained in:
Ryan Steinmetz 2015-05-26 15:35:13 +00:00
parent d1d7b8173f
commit e908a62d62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387485
4 changed files with 33 additions and 0 deletions

View File

@ -1355,6 +1355,7 @@
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-assets
SUBDIR += rubygem-jekyll-gist
SUBDIR += rubygem-jekyll-paginate
SUBDIR += rubygem-jekyll-sass-converter

View File

@ -0,0 +1,25 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= jekyll-assets
PORTVERSION= 0.14.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Create javascript/CSS assets for Jekyll sites
RUN_DEPENDS= rubygem-jekyll>=2.0:${PORTSDIR}/www/rubygem-jekyll \
rubygem-fastimage>0:${PORTSDIR}/graphics/rubygem-fastimage \
rubygem-mini_magick>=4.1:${PORTSDIR}/graphics/rubygem-mini_magick \
rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass \
rubygem-sprockets>=2.10:${PORTSDIR}/devel/rubygem-sprockets \
rubygem-sprockets-helpers>0:${PORTSDIR}/devel/rubygem-sprockets-helpers \
rubygem-sprockets-sass>0:${PORTSDIR}/devel/rubygem-sprockets-sass
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/jekyll-assets-0.14.0.gem) = 9dab8be32ba0849d78bbb580555fe0e90c48642da88cf0d6bb6efe56efbf0673
SIZE (rubygem/jekyll-assets-0.14.0.gem) = 36864

View File

@ -0,0 +1,5 @@
Jekyll plugin, that allows you to write javascript/css assets in other
languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
respecting dependencies, minify and many more.
WWW: https://rubygems.org/gems/jekyll-assets/