svn commit: r393823 - in head/www: . rubygem-rqrcode-rails3

Steve Wills swills at FreeBSD.org
Sun Aug 9 20:10:37 UTC 2015


Author: swills
Date: Sun Aug  9 20:10:35 2015
New Revision: 393823
URL: https://svnweb.freebsd.org/changeset/ports/393823

Log:
  www/rubygem-rqrcode-rails3: create port
  
  Render QR codes with Rails 3
  
  WWW: https://github.com/samvincent/rqrcode-rails3
  
  PR:		201793
  Submitted by:	Torsten Zühlsdorff <ports at toco-domains.de>

Added:
  head/www/rubygem-rqrcode-rails3/
  head/www/rubygem-rqrcode-rails3/Makefile   (contents, props changed)
  head/www/rubygem-rqrcode-rails3/distinfo   (contents, props changed)
  head/www/rubygem-rqrcode-rails3/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug  9 20:03:47 2015	(r393822)
+++ head/www/Makefile	Sun Aug  9 20:10:35 2015	(r393823)
@@ -1956,6 +1956,7 @@
     SUBDIR += rubygem-robotex
     SUBDIR += rubygem-robots
     SUBDIR += rubygem-rqrcode
+    SUBDIR += rubygem-rqrcode-rails3
     SUBDIR += rubygem-rtlit
     SUBDIR += rubygem-ruby-readability
     SUBDIR += rubygem-savon

Added: head/www/rubygem-rqrcode-rails3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode-rails3/Makefile	Sun Aug  9 20:10:35 2015	(r393823)
@@ -0,0 +1,22 @@
+# Created by: Torsten Zühlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	rqrcode-rails3
+PORTVERSION=	0.1.7
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Render QR codes with Rails 3
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-rqrcode>=0.4.2:${PORTSDIR}/www/rubygem-rqrcode
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-rqrcode-rails3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode-rails3/distinfo	Sun Aug  9 20:10:35 2015	(r393823)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rqrcode-rails3-0.1.7.gem) = 6f0582f26485123e5ed6f2a8a2871f00d86d353e0f58c8429a5a13212bcf48c4
+SIZE (rubygem/rqrcode-rails3-0.1.7.gem) = 7168

Added: head/www/rubygem-rqrcode-rails3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode-rails3/pkg-descr	Sun Aug  9 20:10:35 2015	(r393823)
@@ -0,0 +1,3 @@
+Render QR codes with Rails 3
+
+WWW: https://github.com/samvincent/rqrcode-rails3


More information about the svn-ports-all mailing list