diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 20:10:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 20:10:45 +0000 |
commit | a6ed3dc78473511f4f23a1609fa0ce8f36222203 (patch) | |
tree | b81d50635f2371323daf5a05266ce5bd247ef993 /net-im | |
parent | 7da032ee6316eee251eec02cbc32f953f0c77ed0 (diff) | |
download | ports-a6ed3dc78473511f4f23a1609fa0ce8f36222203.tar.gz ports-a6ed3dc78473511f4f23a1609fa0ce8f36222203.zip |
pidgin-osd is a pidgin plugin which provides on screen displaying a
new one messages from one of your contacts or other notification
messages.
WWW: http://freshmeat.net/projects/pidgin-osd
PR: ports/141719
Submitted by: Vyacheslav Anikin <anikinsl at gmail.com>
Notes
Notes:
svn path=/head/; revision=246174
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-osd/Makefile | 31 | ||||
-rw-r--r-- | net-im/pidgin-osd/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-osd/pkg-descr | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 6b24ef2d7e22..1644332bd1b2 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -118,6 +118,7 @@ SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-msn-pecan + SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe diff --git a/net-im/pidgin-osd/Makefile b/net-im/pidgin-osd/Makefile new file mode 100644 index 000000000000..9cd2a7255cf2 --- /dev/null +++ b/net-im/pidgin-osd/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: pidgin-osd +# Date created: 17 Dec 2009 +# Whom: Vyacheslav Anikin <anikinsl@gmail.com> +# +# $FreeBSD$ + +PORTNAME= pidgin-osd +PORTVERSION= 0.1.0 +CATEGORIES= net-im +MASTER_SITES= https://babelize.org/download/pidgin-osd/ + +MAINTAINER= anikinsl@gmail.com +COMMENT= A pidgin plugin for displaying new messages on screen + +BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ + xosd>=2.2.12:${PORTSDIR}/misc/xosd +RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ + xosd>=2.2.12:${PORTSDIR}/misc/xosd + +USE_GNOME= pkgconfig glib20 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +PLIST_FILES= lib/pidgin/pidgin-osd.so \ + lib/pidgin/pidgin-osd.la +pre-configure: + # Module really needs xosd version 2.2.12 or greater. + ${REINPLACE_CMD} -e 's,2\.2\.14,2.2.12,g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/net-im/pidgin-osd/distinfo b/net-im/pidgin-osd/distinfo new file mode 100644 index 000000000000..efc3a0c80b9a --- /dev/null +++ b/net-im/pidgin-osd/distinfo @@ -0,0 +1,3 @@ +MD5 (pidgin-osd-0.1.0.tar.bz2) = 2135633cb2f6340865b525d3e22322f0 +SHA256 (pidgin-osd-0.1.0.tar.bz2) = 90581732c4e9f72fd60eba27acaac944e0a8d96f32f9def32e7ab7f7e3d300f3 +SIZE (pidgin-osd-0.1.0.tar.bz2) = 220619 diff --git a/net-im/pidgin-osd/pkg-descr b/net-im/pidgin-osd/pkg-descr new file mode 100644 index 000000000000..ba1a455d9fe2 --- /dev/null +++ b/net-im/pidgin-osd/pkg-descr @@ -0,0 +1,5 @@ +pidgin-osd is a pidgin plugin which provides on screen displaying a +new one messages from one of your contacts or other notification +messages. + +WWW: http://freshmeat.net/projects/pidgin-osd |