diff options
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-twitter/Makefile | 25 | ||||
-rw-r--r-- | net-im/pidgin-twitter/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-twitter/pkg-descr | 7 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 619e48961aae..c502594c2164 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -109,6 +109,7 @@ SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-rhythmbox + SUBDIR += pidgin-twitter SUBDIR += pork SUBDIR += psi SUBDIR += psi-gentoo diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile new file mode 100644 index 000000000000..6133eca33e8f --- /dev/null +++ b/net-im/pidgin-twitter/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pidgin-twitter +# Date created: 17 May 2008 +# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> +# +# $FreeBSD$ + +PORTNAME= pidgin-twitter +PORTVERSION= 0.6.0 +CATEGORIES= net-im +MASTER_SITES= http://www.honeyplanet.jp/ + +MAINTAINER= jun-g@daemonfreaks.com +COMMENT= A pidgin plugin to help twitting via pidgin + +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 + +.include <bsd.port.mk> diff --git a/net-im/pidgin-twitter/distinfo b/net-im/pidgin-twitter/distinfo new file mode 100644 index 000000000000..88185304703e --- /dev/null +++ b/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 diff --git a/net-im/pidgin-twitter/pkg-descr b/net-im/pidgin-twitter/pkg-descr new file mode 100644 index 000000000000..a4741e753d1f --- /dev/null +++ b/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 |