diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 14:59:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 14:59:29 +0000 |
commit | 6f4f0e31eaa779aa1297202167e7c1cc4b384303 (patch) | |
tree | e14a47d31a4ddf039859cb24480d6d6d99f556a2 /textproc | |
parent | 724db4bb43e51340fb7c304fb37d59dc06f30e05 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=388110
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-compass-core/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-compass-core/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-compass-core/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bdd520b36492..b8cb1ebd953a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-compass-core/Makefile b/textproc/rubygem-compass-core/Makefile new file mode 100644 index 000000000000..259a64a3c7d7 --- /dev/null +++ b/textproc/rubygem-compass-core/Makefile @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> diff --git a/textproc/rubygem-compass-core/distinfo b/textproc/rubygem-compass-core/distinfo new file mode 100644 index 000000000000..602e4b72aa36 --- /dev/null +++ b/textproc/rubygem-compass-core/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-core-1.0.3.gem) = 6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79 +SIZE (rubygem/compass-core-1.0.3.gem) = 137728 diff --git a/textproc/rubygem-compass-core/pkg-descr b/textproc/rubygem-compass-core/pkg-descr new file mode 100644 index 000000000000..8b0fdc006a29 --- /dev/null +++ b/textproc/rubygem-compass-core/pkg-descr @@ -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 |