30f157d8c9
== 2.2.1 / 2013-05-20 * Fix package problem (termtter requires termtter). * Suppress the warning on ruby 1.9 with CentOS. == 2.2.0 / 2013-04-20 * Using https to connect to api.twitter.com (important). * Improvement testing (CI enabled). * Using jeweler for packaging. * Suppress the warning (on ruby 2.0). * Change default stdout and colors. * Added some plugins == 2.1.1 / 2013-04-10 * Correspond to API 1.1 * Other fixes. == 2.0.0 / 2013-04-07 * User own plugins loader. * If ~/.termtter/lib/plugins exist, load them. * Improvement easy_post plugin. * Plug-in easy_post should operate only when above 15 characters. * Improvement tests. * "Failed to update :(" when updated with URL. * use String#sub instead of String#[regexp]=. * spec for expand_tco_url plugin. * and fix other minor bugs.
29 lines
952 B
Makefile
29 lines
952 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/09/17 10:41:22 obache Exp $
|
|
|
|
DISTNAME= termtter-2.2.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://termtter.github.com/
|
|
COMMENT= Terminal based Twitter client
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-readline-[0-9]*:../../devel/ruby-readline
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-termcolor>=1.0.0:../../devel/ruby-termcolor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rubytter>=1.5.1:../../net/ruby-rubytter
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-notify>=0.5.1:../../sysutils/ruby-notify
|
|
|
|
OVERRIDE_GEMSPEC+= highline>=1.5.0
|
|
OVERRIDE_GEMSPEC+= termcolor>=1.0.0
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-termtter-[0-9]* termtter-[0-9]*
|
|
RUBY_JSON_REQD= 1.1.3
|
|
RUBY_JSON_TYPE= pure
|
|
|
|
.include "../../lang/ruby/json.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.if ${RUBY_VER} != "18"
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fiddle-[0-9]*:../../devel/ruby-fiddle
|
|
.endif
|
|
.include "../../mk/bsd.pkg.mk"
|