From owner-svn-ports-all@FreeBSD.ORG Sun May 31 14:59:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32D84547; Sun, 31 May 2015 14:59:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1596C10C1; Sun, 31 May 2015 14:59:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExUCc093683; Sun, 31 May 2015 14:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExUAn093679; Sun, 31 May 2015 14:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExUAn093679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388110 - in head/textproc: . rubygem-compass-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 14:59:31 -0000 Author: sunpoet Date: Sun May 31 14:59:29 2015 New Revision: 388110 URL: https://svnweb.freebsd.org/changeset/ports/388110 Log: - Add rubygem-compass-core 1.0.3 The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions. WWW: http://compass-style.org/reference/compass/ RG: https://rubygems.org/gems/compass-core Added: head/textproc/rubygem-compass-core/ head/textproc/rubygem-compass-core/Makefile (contents, props changed) head/textproc/rubygem-compass-core/distinfo (contents, props changed) head/textproc/rubygem-compass-core/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 31 14:59:24 2015 (r388109) +++ head/textproc/Makefile Sun May 31 14:59:29 2015 (r388110) @@ -1325,6 +1325,7 @@ SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass + SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser Added: head/textproc/rubygem-compass-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/Makefile Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= compass-core +PORTVERSION= 1.0.3 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Compass core stylesheet library and minimum required ruby extensions + +LICENSE= MIT + +RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-sass>=3.3.0:${PORTSDIR}/textproc/rubygem-sass + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-compass-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/distinfo Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-core-1.0.3.gem) = 6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79 +SIZE (rubygem/compass-core-1.0.3.gem) = 137728 Added: head/textproc/rubygem-compass-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-core/pkg-descr Sun May 31 14:59:29 2015 (r388110) @@ -0,0 +1,5 @@ +The compass core framework is a design-agnostic framework that provides common +code that would otherwise be duplicated across other frameworks and extensions. + +WWW: http://compass-style.org/reference/compass/ +RG: https://rubygems.org/gems/compass-core