Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2016 14:49:46 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411989 - in head/devel: . rubygem-akismet
Message-ID:  <201603271449.u2REnkog060219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Mar 27 14:49:45 2016
New Revision: 411989
URL: https://svnweb.freebsd.org/changeset/ports/411989

Log:
  New port: devel/rubygem-akismet
  
  A Ruby client for the Akismet spam detection API
  
  WWW: http://github.com/jonahb/akismet
  
  PR:		207480
  Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 27 14:21:49 2016	(r411988)
+++ head/devel/Makefile	Sun Mar 27 14:49:45 2016	(r411989)
@@ -4740,6 +4740,7 @@
     SUBDIR += rubygem-activesupport
     SUBDIR += rubygem-activesupport4
     SUBDIR += rubygem-activesupport41
+    SUBDIR += rubygem-akismet
     SUBDIR += rubygem-algebrick
     SUBDIR += rubygem-algorithms
     SUBDIR += rubygem-allison

Added: head/devel/rubygem-akismet/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-akismet/Makefile	Sun Mar 27 14:49:45 2016	(r411989)
@@ -0,0 +1,20 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	akismet
+PORTVERSION=	2.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby client for the Akismet API
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-akismet/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-akismet/distinfo	Sun Mar 27 14:49:45 2016	(r411989)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/akismet-2.0.0.gem) = 5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743
+SIZE (rubygem/akismet-2.0.0.gem) = 10240

Added: head/devel/rubygem-akismet/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-akismet/pkg-descr	Sun Mar 27 14:49:45 2016	(r411989)
@@ -0,0 +1,3 @@
+A Ruby client for the Akismet spam detection API
+
+WWW: http://github.com/jonahb/akismet



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