Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 12:46:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521287 - head/devel/rubygem-did_you_mean
Message-ID:  <201912291246.xBTCkZ1P095318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 12:46:35 2019
New Revision: 521287
URL: https://svnweb.freebsd.org/changeset/ports/521287

Log:
  Add rubygem-did_you_mean 1.4.0
  
  The gem that has been saving people from typos since 2014. Ruby 2.3 and later
  will automatically require this gem when a Ruby process starts up.
  
  WWW: https://github.com/ruby/did_you_mean

Added:
  head/devel/rubygem-did_you_mean/
  head/devel/rubygem-did_you_mean/Makefile   (contents, props changed)
  head/devel/rubygem-did_you_mean/distinfo   (contents, props changed)
  head/devel/rubygem-did_you_mean/pkg-descr   (contents, props changed)

Added: head/devel/rubygem-did_you_mean/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-did_you_mean/Makefile	Sun Dec 29 12:46:35 2019	(r521287)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	did_you_mean
+PORTVERSION=	1.4.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Save people from typos
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-did_you_mean/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-did_you_mean/distinfo	Sun Dec 29 12:46:35 2019	(r521287)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577523852
+SHA256 (rubygem/did_you_mean-1.4.0.gem) = 2242d66a4234cdd530af6d556d8621ea2c107e4f303eaa8a6e3fa7a7456b2ce7
+SIZE (rubygem/did_you_mean-1.4.0.gem) = 33792

Added: head/devel/rubygem-did_you_mean/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-did_you_mean/pkg-descr	Sun Dec 29 12:46:35 2019	(r521287)
@@ -0,0 +1,4 @@
+The gem that has been saving people from typos since 2014. Ruby 2.3 and later
+will automatically require this gem when a Ruby process starts up.
+
+WWW: https://github.com/ruby/did_you_mean



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