aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/twirssi
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2009-11-07 02:01:27 +0800
committergarga <garga@FreeBSD.org>2009-11-07 02:01:27 +0800
commit6c97bb46129b7db46a1d47b730b5f9405e3dfb44 (patch)
tree034f89fce6da2210fef1d77d20dfea8a344f328a /net-im/twirssi
parentd8f89885d2a29caadba78f5688cc7efd6a0b19f3 (diff)
downloadfreebsd-ports-gnome-6c97bb46129b7db46a1d47b730b5f9405e3dfb44.tar.gz
freebsd-ports-gnome-6c97bb46129b7db46a1d47b730b5f9405e3dfb44.tar.zst
freebsd-ports-gnome-6c97bb46129b7db46a1d47b730b5f9405e3dfb44.zip
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/
Diffstat (limited to 'net-im/twirssi')
-rw-r--r--net-im/twirssi/Makefile31
-rw-r--r--net-im/twirssi/distinfo3
-rw-r--r--net-im/twirssi/files/pkg-message.in9
-rw-r--r--net-im/twirssi/pkg-descr9
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/