svn commit: r307691 - in head/devel: . rubygem-annoy
Steve Wills
swills at FreeBSD.org
Fri Nov 23 22:50:30 UTC 2012
Author: swills
Date: Fri Nov 23 22:50:29 2012
New Revision: 307691
URL: http://svnweb.freebsd.org/changeset/ports/307691
Log:
Annoy, like your annoying friend that asks you questions all the time. Rudy
uses annoy to present the user with a simple question before continuing with a
destructive action.
WWW: http://rubygems.org/gems/annoy
Feature safe: yes
Added:
head/devel/rubygem-annoy/
head/devel/rubygem-annoy/Makefile (contents, props changed)
head/devel/rubygem-annoy/distinfo (contents, props changed)
head/devel/rubygem-annoy/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Nov 23 22:33:04 2012 (r307690)
+++ head/devel/Makefile Fri Nov 23 22:50:29 2012 (r307691)
@@ -3806,6 +3806,7 @@
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-allison
SUBDIR += rubygem-analogger
+ SUBDIR += rubygem-annoy
SUBDIR += rubygem-ansi
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
Added: head/devel/rubygem-annoy/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-annoy/Makefile Fri Nov 23 22:50:29 2012 (r307691)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= annoy
+PORTVERSION= 0.5.6
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Present the user with a simple question before a destructive action
+
+RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-annoy/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-annoy/distinfo Fri Nov 23 22:50:29 2012 (r307691)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/annoy-0.5.6.gem) = f45924069fbc6996693fc06618f4bc28b7e80e68d4625ab198efea89eb8d34b7
+SIZE (rubygem/annoy-0.5.6.gem) = 9728
Added: head/devel/rubygem-annoy/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-annoy/pkg-descr Fri Nov 23 22:50:29 2012 (r307691)
@@ -0,0 +1,5 @@
+Annoy, like your annoying friend that asks you questions all the time. Rudy
+uses annoy to present the user with a simple question before continuing with a
+destructive action.
+
+WWW: http://rubygems.org/gems/annoy
More information about the svn-ports-all
mailing list