mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
91f67a9374
commit
e23c093aa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307691
@ -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
|
||||
|
18
devel/rubygem-annoy/Makefile
Normal file
18
devel/rubygem-annoy/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= annoy
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= swills@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>
|
2
devel/rubygem-annoy/distinfo
Normal file
2
devel/rubygem-annoy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/annoy-0.5.6.gem) = f45924069fbc6996693fc06618f4bc28b7e80e68d4625ab198efea89eb8d34b7
|
||||
SIZE (rubygem/annoy-0.5.6.gem) = 9728
|
5
devel/rubygem-annoy/pkg-descr
Normal file
5
devel/rubygem-annoy/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user