Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 01:47:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331543 - in head/www: . rubygem-jquery-atwho-rails
Message-ID:  <201310250147.r9P1lhfv032067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Oct 25 01:47:42 2013
New Revision: 331543
URL: http://svnweb.freebsd.org/changeset/ports/331543

Log:
  This is a jQuery plugin that implement Github-like mentions.
  
  WWW: http://ichord.github.com/jquery-atwho-rails
  
  PR:		ports/182762
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-jquery-atwho-rails/
  head/www/rubygem-jquery-atwho-rails/Makefile   (contents, props changed)
  head/www/rubygem-jquery-atwho-rails/distinfo   (contents, props changed)
  head/www/rubygem-jquery-atwho-rails/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Oct 25 01:38:47 2013	(r331542)
+++ head/www/Makefile	Fri Oct 25 01:47:42 2013	(r331543)
@@ -1770,6 +1770,7 @@
     SUBDIR += rubygem-innate
     SUBDIR += rubygem-jekyll
     SUBDIR += rubygem-journey
+    SUBDIR += rubygem-jquery-atwho-rails
     SUBDIR += rubygem-jquery-rails
     SUBDIR += rubygem-jquery-turbolinks
     SUBDIR += rubygem-jquery-ui-rails

Added: head/www/rubygem-jquery-atwho-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-atwho-rails/Makefile	Fri Oct 25 01:47:42 2013	(r331543)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	jquery-atwho-rails
+PORTVERSION=	0.4.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	jQuery plugin that implement Github-like mentions
+
+RUN_DEPENDS=	rubygem-generator_spec>=0:${PORTSDIR}/devel/rubygem-generator_spec \
+		rubygem-rspec>=0:${PORTSDIR}/devel/rubygem-rspec
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-jquery-atwho-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-atwho-rails/distinfo	Fri Oct 25 01:47:42 2013	(r331543)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jquery-atwho-rails-0.4.1.gem) = 7f7f3fab7f7cd53ced8e0b2ed51c92f508f72430383f4e1d151be8846edc181b
+SIZE (rubygem/jquery-atwho-rails-0.4.1.gem) = 15872

Added: head/www/rubygem-jquery-atwho-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-jquery-atwho-rails/pkg-descr	Fri Oct 25 01:47:42 2013	(r331543)
@@ -0,0 +1,3 @@
+This is a jQuery plugin that implement Github-like mentions.
+
+WWW: http://ichord.github.com/jquery-atwho-rails



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