Import twitmail-0.42 as wip/twitmail.
twitmail is a curses-based mail-like interface to twitter. It also can be used as a command line app for sending and receiving tweets. In both modes it remembers the last thing you read and only shows you newer posts (ie, it reports nothing when you have no updates to read). It'll collect all the new posts as well (up to a configurable limit), to ensure you haven't missed anything important.
This commit is contained in:
parent
f9e96a6b58
commit
6fdf786809
3 changed files with 39 additions and 0 deletions
6
twitmail/DESCR
Normal file
6
twitmail/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
twitmail is a curses-based mail-like interface to twitter. It also can be
|
||||
used as a command line app for sending and receiving tweets. In both modes
|
||||
it remembers the last thing you read and only shows you newer posts (ie, it
|
||||
reports nothing when you have no updates to read). It'll collect all the
|
||||
new posts as well (up to a configurable limit), to ensure you haven't
|
||||
missed anything important.
|
28
twitmail/Makefile
Normal file
28
twitmail/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/25 22:53:54 leot1990 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= twitmail-0.42
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.hardakers.net/twitmail/releases/
|
||||
|
||||
MAINTAINER= leot1990@users.sourceforge.net
|
||||
HOMEPAGE= http://www.hardakers.net/twitmail/
|
||||
COMMENT= Curses-based mail-like interface to twitter
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
|
||||
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
||||
DEPENDS+= p5-Curses>=0:../../devel/p5-Curses
|
||||
DEPENDS+= p5-Curses-UI>=0:../../devel/p5-Curses-UI
|
||||
DEPENDS+= p5-Term-ReadKey>=0:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= p5-Net-Twitter>=0:../../net/p5-Net-Twitter
|
||||
DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate
|
||||
DEPENDS+= p5-Getopt-GUI-Long>=0:../../wip/p5-Getopt-GUI-Long
|
||||
|
||||
PERL5_PACKLIST= auto/twitmail/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
twitmail/distinfo
Normal file
5
twitmail/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/25 22:53:54 leot1990 Exp $
|
||||
|
||||
SHA1 (twitmail-0.42.tar.gz) = 4d99e1649ba21501e602cf3442806db7ef38bf84
|
||||
RMD160 (twitmail-0.42.tar.gz) = 767c2ef50d2e49f8f8caa61578796b675aec3fa8
|
||||
Size (twitmail-0.42.tar.gz) = 11844 bytes
|
Loading…
Reference in a new issue