diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-01 19:02:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-01 19:02:38 +0000 |
commit | 389dd3131b26ea27ea99aeaec739984cbe519343 (patch) | |
tree | 10728aa2d01b42f4ea466974fc3033c1d92c6a40 /net-im | |
parent | b0ff6ead480214748e669f87bd67dbc8da7c6e9c (diff) | |
download | ports-389dd3131b26ea27ea99aeaec739984cbe519343.tar.gz ports-389dd3131b26ea27ea99aeaec739984cbe519343.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/Makefile | 26 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/pkg-descr | 12 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index d224d39e70fe..0b1775abfc3d 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -125,6 +125,7 @@ SUBDIR += pidgin-msn-pecan SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd + SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-twitter diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile new file mode 100644 index 000000000000..10659c447edc --- /dev/null +++ b/net-im/pidgin-privacy-please/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pidgin-privacy-please +# Date created: 01 Sep 2010 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pidgin-privacy-please +PORTVERSION= 0.6.3 +CATEGORIES= net-im +MASTER_SITES= GOOGLE_CODE + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= A privacy plugin for the pidgin instant messenger + +LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple +BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_GNOME= gtk20 +USE_LDCONFIG= ${PREFIX}/lib/pidgin + +.include <bsd.port.mk> diff --git a/net-im/pidgin-privacy-please/distinfo b/net-im/pidgin-privacy-please/distinfo new file mode 100644 index 000000000000..2e38a0336f60 --- /dev/null +++ b/net-im/pidgin-privacy-please/distinfo @@ -0,0 +1,3 @@ +MD5 (pidgin-privacy-please-0.6.3.tar.gz) = a4216f6b807497edf4ca372c7e6607e4 +SHA256 (pidgin-privacy-please-0.6.3.tar.gz) = 7c46cc1b25479bae274c6d2d31ea71d9ece932318ba097f19aad150af0616eb2 +SIZE (pidgin-privacy-please-0.6.3.tar.gz) = 317155 diff --git a/net-im/pidgin-privacy-please/pkg-descr b/net-im/pidgin-privacy-please/pkg-descr new file mode 100644 index 000000000000..874d41673a69 --- /dev/null +++ b/net-im/pidgin-privacy-please/pkg-descr @@ -0,0 +1,12 @@ +Privacy please is a pidgin plugin to stop spammers from annoying you. + +It currently offers the following features: + + * Block individual users (with an optional auto-reply) + * Block messages from people who are not on your contact list + (with an optional auto-reply) + * Suppress repeated authorization requests + +This plugin was formerly known as gaim-blocky. + +WWW: http://code.google.com/p/pidgin-privacy-please/ diff --git a/net-im/pidgin-privacy-please/pkg-plist b/net-im/pidgin-privacy-please/pkg-plist new file mode 100644 index 000000000000..8dfdbc814808 --- /dev/null +++ b/net-im/pidgin-privacy-please/pkg-plist @@ -0,0 +1,6 @@ +lib/locale/de/LC_MESSAGES/pidgin-privacy-please.mo +lib/pidgin/libpidgin_pp.la +lib/pidgin/libpidgin_pp.so +@dirrmtry lib/locale/de/LC_MESSAGES +@dirrmtry lib/locale/de +@dirrmtry lib/locale |