svn commit: r353444 - in head/www: . rubygem-rqrcode

Rui Paulo rpaulo at FreeBSD.org
Fri May 9 05:26:57 UTC 2014


Author: rpaulo (src committer)
Date: Fri May  9 05:26:55 2014
New Revision: 353444
URL: http://svnweb.freebsd.org/changeset/ports/353444
QAT: https://qat.redports.org/buildarchive/r353444/

Log:
  Add rubygem-rqrcode.
  
  rQRCode is a library for encoding QRCodes in Ruby.
  
  Reviewed by:	swills
  Approved by:	swills

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May  9 05:25:56 2014	(r353443)
+++ head/www/Makefile	Fri May  9 05:26:55 2014	(r353444)
@@ -1853,6 +1853,7 @@
     SUBDIR += rubygem-rest-client
     SUBDIR += rubygem-rfacebook
     SUBDIR += rubygem-rfeedfinder
+    SUBDIR += rubygem-rqrcode
     SUBDIR += rubygem-robotex
     SUBDIR += rubygem-robots
     SUBDIR += rubygem-scrapi

Added: head/www/rubygem-rqrcode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode/Makefile	Fri May  9 05:26:55 2014	(r353444)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	rqrcode
+PORTVERSION=	0.4.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	rpaulo at FreeBSD.org
+COMMENT=	Library for encoding QR Codes
+
+LICENSE=	BSD
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-rqrcode/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode/distinfo	Fri May  9 05:26:55 2014	(r353444)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rqrcode-0.4.2.gem) = a565d038004c4de57b4f26a20578aa9d570d08d343e71aae8b04dfb9cbe72fa9
+SIZE (rubygem/rqrcode-0.4.2.gem) = 19968

Added: head/www/rubygem-rqrcode/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rqrcode/pkg-descr	Fri May  9 05:26:55 2014	(r353444)
@@ -0,0 +1,5 @@
+rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface
+with all the standard qrcode options. It was adapted from the Javascript
+library by Kazuhiko Arase.
+
+WWW: http://whomwah.github.io/rqrcode/


More information about the svn-ports-all mailing list