diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-11-06 18:01:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-11-06 18:01:27 +0000 |
commit | 792b47b5d46cd8094ad894f50640924acc9d565c (patch) | |
tree | 8aab54cf87fbd9423aa9442b4ab7a77a68a15c9d /net-im/twirssi | |
parent | 353119ed9e6d16163e821de3f73fffc77ee0fb6a (diff) | |
download | ports-792b47b5d46cd8094ad894f50640924acc9d565c.tar.gz ports-792b47b5d46cd8094ad894f50640924acc9d565c.zip |
Notes
Diffstat (limited to 'net-im/twirssi')
-rw-r--r-- | net-im/twirssi/Makefile | 31 | ||||
-rw-r--r-- | net-im/twirssi/distinfo | 3 | ||||
-rw-r--r-- | net-im/twirssi/files/pkg-message.in | 9 | ||||
-rw-r--r-- | net-im/twirssi/pkg-descr | 9 |
4 files changed, 52 insertions, 0 deletions
diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile new file mode 100644 index 000000000000..2e0c874a2d06 --- /dev/null +++ b/net-im/twirssi/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: twirssi +# Date created: 2009-11-06 +# Whom: garga +# +# $FreeBSD$ +# + +PORTNAME= twirssi +PORTVERSION= 2.3.0 +CATEGORIES= net-im +MASTER_SITES= http://twirssi.com/ +EXTRACT_SUFX= .pl +EXTRACT_ONLY= + +MAINTAINER= garga@FreeBSD.org +COMMENT= Twitter script to irssi + +RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi \ + ${SITE_PERL}Net/Twitter.pm:${PORTSDIR}/net/p5-Net-Twitter \ + ${SITE_PERL}WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten + +NO_BUILD= yes +PLIST_FILES= %%DATADIR%%/${PORTNAME}.pl +PLIST_DIRS= %%DATADIR%% + +do-install: + @${MKDIR} ${DATADIR} + @${INSTALL_SCRIPT} -v ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl \ + ${DATADIR}/${PORTNAME}.pl + +.include <bsd.port.mk> diff --git a/net-im/twirssi/distinfo b/net-im/twirssi/distinfo new file mode 100644 index 000000000000..f8282355fcc9 --- /dev/null +++ b/net-im/twirssi/distinfo @@ -0,0 +1,3 @@ +MD5 (twirssi-2.3.0.pl) = a55526ffd7931ece1c46813e068af266 +SHA256 (twirssi-2.3.0.pl) = 56cd76f3751bc392641959d1643c5d2b5db2ca84c821e476d38bc6d33ffaf6dc +SIZE (twirssi-2.3.0.pl) = 58532 diff --git a/net-im/twirssi/files/pkg-message.in b/net-im/twirssi/files/pkg-message.in new file mode 100644 index 000000000000..7322a8a11f43 --- /dev/null +++ b/net-im/twirssi/files/pkg-message.in @@ -0,0 +1,9 @@ +------------------------------------------------------------------------- + +To use twirssi on your irssi installation, just create a symlink on irssi +scripts dir: + +# mkdir -p ~/.irssi/scripts +# ln -sf %%DATADIR%%/twirssi/twirssi.pl ~/.irssi/scripts + +------------------------------------------------------------------------- diff --git a/net-im/twirssi/pkg-descr b/net-im/twirssi/pkg-descr new file mode 100644 index 000000000000..42fffc35baa9 --- /dev/null +++ b/net-im/twirssi/pkg-descr @@ -0,0 +1,9 @@ +Twirssi allows you to post to Twitter and Identi.ca from your favorite IRC +client, as well as: + +* Read your friend feed, and your replies (from people on and not on your feed). +* Receive and send direct messages (DMs) +* Use multiple accounts, on either twitter or identi.ca - follow, read and post +* See the context when your friends reply to users you aren't following + +WWW: http://twirssi.com/ |