View | Details | Raw Unified | Return to bug 208719
Collapse All | Expand All

(-)net-im/twitmail/Makefile (-7 / +9 lines)
Lines 5-27 Link Here
5
PORTVERSION=	0.42
5
PORTVERSION=	0.42
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	net-im perl5
7
CATEGORIES=	net-im perl5
8
MASTER_SITES=	http://www.hardakers.net/twitmail/releases/
8
MASTER_SITES=	http://www.hardakers.net/code/twitmail/releases/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Curses-based mail-like interface to Twitter
11
COMMENT=	Curses-based mail-like interface to Twitter
12
12
13
BROKEN=		unfetchable
14
15
BUILD_DEPENDS=	p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \
13
BUILD_DEPENDS=	p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \
16
		p5-DBI>=1.60.4:databases/p5-DBI \
14
		p5-DBI>=1.60.4:databases/p5-DBI \
17
		p5-Curses>=0:devel/p5-Curses \
15
		p5-Curses>0:devel/p5-Curses \
18
		p5-Curses-UI>=0:devel/p5-Curses-UI \
16
		p5-Curses-UI>0:devel/p5-Curses-UI \
17
		p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long \
19
		p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \
18
		p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \
20
		p5-Net-Twitter>=3.04002:net/p5-Net-Twitter \
21
		p5-TimeDate>=2.24:devel/p5-TimeDate \
19
		p5-TimeDate>=2.24:devel/p5-TimeDate \
22
		p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long
20
		p5-Net-Twitter>=3.04002:net/p5-Net-Twitter
21
22
NO_ARCH=	yes
23
23
24
USES=		perl5
24
USES=		perl5
25
USE_PERL5=	configure
25
USE_PERL5=	configure
26
26
27
PLIST_FILES=	bin/twitmail %%PERL5_MAN1%%/twitmail.1.gz
28
27
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)net-im/twitmail/pkg-descr (-7 / +7 lines)
Lines 1-8 Link Here
1
twitmail is a curses-based mail-like interface to twitter. It also can be
1
twitmail is a curses-based mail-like interface to twitter. It also can
2
used as a command line app for sending and receiving tweets. In both modes
2
be used as a command line app for sending and receiving tweets. In both
3
it remembers the last thing you read and only shows you newer posts (ie, it
3
modes it remembers the last thing you read and only shows you newer
4
reports nothing when you have no updates to read). It'll collect all the
4
posts (ie, it reports nothing when you have no updates to read). It'll
5
new posts as well (up to a configurable limit), to ensure you haven't
5
collect all the new posts as well (up to a configurable limit), to
6
missed anything important.
6
ensure you haven't missed anything important.
7
7
8
WWW:	http://www.hardakers.net/twitmail/
8
WWW: http://www.hardakers.net/code/twitmail/
(-)net-im/twitmail/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
bin/twitmail
2
%%PERL5_MAN1%%/twitmail.1.gz

Return to bug 208719