diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-01 16:22:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-01 16:22:11 +0000 |
commit | 872817b28277e066fa3a54e269ac5fd0fbae51e3 (patch) | |
tree | 59e4080bf29130504996ee7c9d0651d31a29200b /net-im | |
parent | 19f7d9b6d1c17e7df0960ad41366a6e5b5795255 (diff) | |
download | ports-872817b28277e066fa3a54e269ac5fd0fbae51e3.tar.gz ports-872817b28277e066fa3a54e269ac5fd0fbae51e3.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/rubygem-earthquake/Makefile | 32 | ||||
-rw-r--r-- | net-im/rubygem-earthquake/distinfo | 2 | ||||
-rw-r--r-- | net-im/rubygem-earthquake/pkg-descr | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 1b8487d5db97..f5510abfcb24 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -148,6 +148,7 @@ SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += ramblercontacts + SUBDIR += rubygem-earthquake SUBDIR += rubygem-termtter SUBDIR += rubygem-xmpp4r SUBDIR += sendxmpp diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile new file mode 100644 index 000000000000..8d232f885431 --- /dev/null +++ b/net-im/rubygem-earthquake/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: rubygem-earthquake +# Date created: 2012-05-21 +# Whom: Koichiro IWAO <meta+ports@vmeta.jp> +# +# $FreeBSD$ +# + +PORTNAME= earthquake +PORTVERSION= 0.9.0 +CATEGORIES= net-im rubygems +MASTER_SITES= RG + +MAINTAINER= meta+ports@vmeta.jp +COMMENT= A terminal based twitter client with Twitter streaming API + +RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \ + rubygem-notify>=0.2.1:${PORTSDIR}/devel/rubygem-notify \ + rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-activesupport>=3.2.1:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-awesome_print>=1.0.2:${PORTSDIR}/devel/rubygem-awesome_print \ + rubygem-launchy>=2.0.5:${PORTSDIR}/devel/rubygem-launchy \ + rubygem-oauth>=0.4.5:${PORTSDIR}/net/rubygem-oauth \ + rubygem-twitter_oauth>=0.4.3:${PORTSDIR}/security/rubygem-twitter_oauth \ + rubygem-slop>=2.4.4:${PORTSDIR}/devel/rubygem-slop + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/earthquake + +.include <bsd.port.mk> diff --git a/net-im/rubygem-earthquake/distinfo b/net-im/rubygem-earthquake/distinfo new file mode 100644 index 000000000000..767f745a30c8 --- /dev/null +++ b/net-im/rubygem-earthquake/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/earthquake-0.9.0.gem) = 81d342bd78720138389a94d4cfa25e024237b888bdb7c2af059525abcb25df08 +SIZE (rubygem/earthquake-0.9.0.gem) = 18432 diff --git a/net-im/rubygem-earthquake/pkg-descr b/net-im/rubygem-earthquake/pkg-descr new file mode 100644 index 000000000000..a0582c9d780a --- /dev/null +++ b/net-im/rubygem-earthquake/pkg-descr @@ -0,0 +1,3 @@ +Twitter Client on Terminal with Twitter Streaming API. + +WWW: http://rubygems.org/gems/earthquake |