[Midnightbsd-cvs] mports: mports/net-im: add twitter plugin for pidgin.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 13 18:51:27 EDT 2008
Log Message:
-----------
add twitter plugin for pidgin.
I decided to just copy the file into the fake dir instead of going through the hassle of fixing the Makefile. I wish people would consider destdir a useful thing.
Modified Files:
--------------
mports/net-im:
Makefile (r1.18 -> r1.19)
Added Files:
-----------
mports/net-im/pidgin-twitter:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -L net-im/Makefile -L net-im/Makefile -u -r1.18 -r1.19
--- net-im/Makefile
+++ net-im/Makefile
@@ -16,6 +16,7 @@
SUBDIR += msn-proxy
SUBDIR += p5-Net-XMPP
SUBDIR += pidgin
+ SUBDIR += pidgin-twitter
SUBDIR += pork
SUBDIR += sendxmpp
SUBDIR += telepathy-glib
--- /dev/null
+++ net-im/pidgin-twitter/pkg-descr
@@ -0,0 +1,7 @@
+pidgin-twitter is a pidgin plugin to help twittering via pidgin. This
+plugin translates any @username and the sender name to the link to the
+user respectively. pidgin-twitter also can play a sound when an
+incoming message contains any recipient name or sender name which is
+listed in the each dedicated lists.
+
+WWW: http://www.honeyplanet.jp/download.html
--- /dev/null
+++ net-im/pidgin-twitter/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: pidgin-twitter
+# Date created: 17 May 2008
+# Whom: Junji NAKANISHI <jun-g at daemonfreaks.com>
+#
+# $MidnightBSD: mports/net-im/pidgin-twitter/Makefile,v 1.1 2008/09/13 22:51:25 laffer1 Exp $
+# $FreeBSD: ports/net-im/pidgin-twitter/Makefile,v 1.2 2008/06/06 13:51:51 edwin Exp $
+
+PORTNAME= pidgin-twitter
+PORTVERSION= 0.6.0
+CATEGORIES= net-im
+MASTER_SITES= http://www.honeyplanet.jp/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= A pidgin plugin to help twitting via pidgin
+LICENSE= gpl2
+
+BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
+RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
+
+USE_GNOME= pkgconfig glib20
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+ALL_TARGET= default
+
+PLIST_FILES= lib/pidgin/pidgin-twitter.so
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/pidgin
+ ${CP} ${WRKSRC}/pidgin-twitter.so ${PREFIX}/lib/pidgin/pidgin-twitter.so
+ ${CHMOD} 755 ${PREFIX}/lib/pidgin/pidgin-twitter.so
+
+.include <bsd.port.mk>
--- /dev/null
+++ net-im/pidgin-twitter/distinfo
@@ -0,0 +1,3 @@
+MD5 (pidgin-twitter-0.6.0.tar.gz) = 1aa86de82af9f1e6158fad7f3921d221
+SHA256 (pidgin-twitter-0.6.0.tar.gz) = e57fd5f2bef0d7821954434fb39b05f4d043c2e617a4b2551f80d95b4bed6c34
+SIZE (pidgin-twitter-0.6.0.tar.gz) = 42359
More information about the Midnightbsd-cvs
mailing list