Date: Wed, 16 Jan 2019 10:28:27 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490462 - in head/textproc: . rubygem-compass-blueprint Message-ID: <201901161028.x0GASRWQ043201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Jan 16 10:28:27 2019 New Revision: 490462 URL: https://svnweb.freebsd.org/changeset/ports/490462 Log: New port: textproc/rubygem-compass-blueprint Compass extension for blueprint css framework. WWW: https://github.com/Compass/compass-blueprint Added: head/textproc/rubygem-compass-blueprint/ head/textproc/rubygem-compass-blueprint/Makefile (contents, props changed) head/textproc/rubygem-compass-blueprint/distinfo (contents, props changed) head/textproc/rubygem-compass-blueprint/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Jan 16 09:54:25 2019 (r490461) +++ head/textproc/Makefile Wed Jan 16 10:28:27 2019 (r490462) @@ -1524,6 +1524,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-commonmarker SUBDIR += rubygem-compass + SUBDIR += rubygem-compass-blueprint SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-creole Added: head/textproc/rubygem-compass-blueprint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-blueprint/Makefile Wed Jan 16 10:28:27 2019 (r490462) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= compass-blueprint +PORTVERSION= 1.0.0 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= t.zuehlsdorff@anymotion.de +COMMENT= Compass extension for blueprint css framework + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-compass>=0:textproc/rubygem-compass + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-compass-blueprint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-blueprint/distinfo Wed Jan 16 10:28:27 2019 (r490462) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547633457 +SHA256 (rubygem/compass-blueprint-1.0.0.gem) = 0b49cc7f20901ba1749be48ca0b2e415c3e0bc91ed47437fc135e7cc7e4568dc +SIZE (rubygem/compass-blueprint-1.0.0.gem) = 96256 Added: head/textproc/rubygem-compass-blueprint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-blueprint/pkg-descr Wed Jan 16 10:28:27 2019 (r490462) @@ -0,0 +1,3 @@ +Compass extension for blueprint css framework. + +WWW: https://github.com/Compass/compass-blueprint
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901161028.x0GASRWQ043201>