Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 17:11:50 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369980 - in head/www: . rubygem-semantic-ui-sass
Message-ID:  <201410041711.s94HBol4061752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Sat Oct  4 17:11:50 2014
New Revision: 369980
URL: https://svnweb.freebsd.org/changeset/ports/369980
QAT: https://qat.redports.org/buildarchive/r369980/

Log:
  www/rubygem-semantic-ui-sass: create port
  Semantic UI, converted to Sass and ready to drop into Rails & Compass
  
  WWW: https://github.com/doabit/semantic-ui-sass
  
  Differential Revision:	https://reviews.freebsd.org/D892
  Approved by:	swills (mentor)

Added:
  head/www/rubygem-semantic-ui-sass/
  head/www/rubygem-semantic-ui-sass/Makefile   (contents, props changed)
  head/www/rubygem-semantic-ui-sass/distinfo   (contents, props changed)
  head/www/rubygem-semantic-ui-sass/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Oct  4 16:24:30 2014	(r369979)
+++ head/www/Makefile	Sat Oct  4 17:11:50 2014	(r369980)
@@ -1869,6 +1869,7 @@
     SUBDIR += rubygem-scrapi
     SUBDIR += rubygem-select2-rails
     SUBDIR += rubygem-selenium-webdriver
+    SUBDIR += rubygem-semantic-ui-sass
     SUBDIR += rubygem-simple-rss
     SUBDIR += rubygem-sinatra
     SUBDIR += rubygem-sinatra-contrib

Added: head/www/rubygem-semantic-ui-sass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-semantic-ui-sass/Makefile	Sat Oct  4 17:11:50 2014	(r369980)
@@ -0,0 +1,21 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME=	semantic-ui-sass
+PORTVERSION=	0.16.1.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Semantic UI, converted to Sass and ready to drop into Rails & Compass
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass
+
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-semantic-ui-sass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-semantic-ui-sass/distinfo	Sat Oct  4 17:11:50 2014	(r369980)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/semantic-ui-sass-0.16.1.0.gem) = 54a9f7c3ac28203f91e99f4f929c2851356796e3d7d2de3468ff060528db71a1
+SIZE (rubygem/semantic-ui-sass-0.16.1.0.gem) = 480256

Added: head/www/rubygem-semantic-ui-sass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-semantic-ui-sass/pkg-descr	Sat Oct  4 17:11:50 2014	(r369980)
@@ -0,0 +1,3 @@
+Semantic UI, converted to Sass and ready to drop into Rails & Compass
+
+WWW: https://github.com/doabit/semantic-ui-sass



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041711.s94HBol4061752>