Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.

WWW: https://github.com/rgrove/cssmin/
This commit is contained in:
Steve Wills 2013-06-09 21:41:28 +00:00
parent 20dfe18cfc
commit 3f86251b0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320412
4 changed files with 22 additions and 0 deletions

View file

@ -1281,6 +1281,7 @@
SUBDIR += rubygem-colorator
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diffy
SUBDIR += rubygem-escape_utils

View file

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 1.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
USE_RUBY= yes
USE_PYTHON= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/cssmin-1.0.3.gem) = dae0ea004d0ee1cd030f7624da26841982c69d61270460b1c7129d948a007036
SIZE (rubygem/cssmin-1.0.3.gem) = 5632

View file

@ -0,0 +1,3 @@
Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
WWW: https://github.com/rgrove/cssmin/