1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.

WWW: http://rubygems.org/gems/yui-compressor

PR:		ports/157951
Submitted by:	rpsfa at rit.edu
This commit is contained in:
Steve Wills 2011-06-18 17:50:44 +00:00
parent 4fce67ac9f
commit a93cfeba2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275784
4 changed files with 27 additions and 0 deletions

View File

@ -3348,6 +3348,7 @@
SUBDIR += rubygem-warbler
SUBDIR += rubygem-webby
SUBDIR += rubygem-yajl-ruby
SUBDIR += rubygem-yui-compressor
SUBDIR += rubygem-zentest
SUBDIR += rubygem-zoom
SUBDIR += rudeconfig

View File

@ -0,0 +1,21 @@
# Ports collection makefile for: rubygem-yui-compressor
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= yui-compressor
PORTVERSION= 0.9.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= rpsfa@rit.edu
COMMENT= A YUI Compressor for minifying JavaScript and CSS assets
RUN_DEPENDS= rubygem-popen4>=0.1.4:${PORTSDIR}/devel/rubygem-popen4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/yui-compressor-0.9.6.gem) = eaef8e56c63a490157df1dc9eec74d7a6448ace684547218ff80ee87646c349f
SIZE (rubygem/yui-compressor-0.9.6.gem) = 819200

View File

@ -0,0 +1,3 @@
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
WWW: http://rubygems.org/gems/yui-compressor