Add pidgin-bs, a pidgin plugin to prevent instant message spam.
This commit is contained in:
parent
3ce088bca2
commit
092f906a0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251104
4 changed files with 37 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
SUBDIR += pecl-stomp
|
||||
SUBDIR += pidgin
|
||||
SUBDIR += pidgin-birthday_reminder
|
||||
SUBDIR += pidgin-bs
|
||||
SUBDIR += pidgin-facebookchat
|
||||
SUBDIR += pidgin-fetion
|
||||
SUBDIR += pidgin-guifications
|
||||
|
|
27
net-im/pidgin-bs/Makefile
Normal file
27
net-im/pidgin-bs/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: pidgin-bs
|
||||
# Date created: 15 Mar 2010
|
||||
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pidgin-bs
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION}
|
||||
DISTNAME= bot-sentry-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Pidgin plugin to prevent instant message spam
|
||||
|
||||
LIB_DEPENDS= purple.6:${PORTSDIR}/net-im/libpurple
|
||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= ${PREFIX}/lib/pidgin
|
||||
|
||||
PLIST_FILES= lib/purple-2/bot-sentry.so lib/purple-2/bot-sentry.la
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/pidgin-bs/distinfo
Normal file
3
net-im/pidgin-bs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (bot-sentry-1.3.0.tar.bz2) = 81ed178b982fbaa176c96da792464e43
|
||||
SHA256 (bot-sentry-1.3.0.tar.bz2) = e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736
|
||||
SIZE (bot-sentry-1.3.0.tar.bz2) = 280673
|
6
net-im/pidgin-bs/pkg-descr
Normal file
6
net-im/pidgin-bs/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM) spam.
|
||||
It allows you to ignore IMs unless the sender is in your Buddy List, the sender
|
||||
is in your Allow List, or the sender correctly answers a question you have
|
||||
predefined.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pidgin-bs/
|
Loading…
Reference in a new issue