diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
commit | 28a8f6962140c5686cd87f255d69de777eaefa62 (patch) | |
tree | d7f5e39cf13e5ff3d83e378023fd097391455e5b /net-im/pidgin-bot-sentry | |
parent | sysutils/rocinante: Update to 0.1.20220216 (diff) |
net-im/pidgin-bot-sentry: Rename pidgin-bs to pidgin-bot-sentry
The plugin was always called pidgin-bot-sentry. The fact that the
tarball is called pidgin-bs is the reason why it was originally
added under this name.
Comparing the project name at repology [1] confirms that error
nicely:
https://repology.org/project/pidgin-bot-sentry/versions
https://repology.org/project/pidgin-bs/versions
While here:
USE_LDCONFIG is not needed for .so that's installed in the pidgin
plugin directory.
Pacify portlint/portclippy, apply portfmt.
Diffstat (limited to 'net-im/pidgin-bot-sentry')
-rw-r--r-- | net-im/pidgin-bot-sentry/Makefile | 24 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/distinfo | 3 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/pkg-descr | 6 | ||||
-rw-r--r-- | net-im/pidgin-bot-sentry/pkg-plist | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile new file mode 100644 index 000000000000..57831a82e4dc --- /dev/null +++ b/net-im/pidgin-bot-sentry/Makefile @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> + +PORTNAME= pidgin-bot-sentry +PORTVERSION= 1.3.0 +PORTREVISION= 11 +CATEGORIES= net-im +MASTER_SITES= SF/pidgin-bs/bot-sentry/${PORTVERSION} +DISTNAME= bot-sentry-${PORTVERSION} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Pidgin plugin to prevent instant message spam + +LICENSE= GPLv3 + +LIB_DEPENDS= libpurple.so:net-im/libpurple +RUN_DEPENDS= pidgin:net-im/pidgin + +USES= gettext gmake gnome libtool pkgconfig tar:bzip2 +USE_GNOME= gtk20 intltool +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> diff --git a/net-im/pidgin-bot-sentry/distinfo b/net-im/pidgin-bot-sentry/distinfo new file mode 100644 index 000000000000..d08a14927a9e --- /dev/null +++ b/net-im/pidgin-bot-sentry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1647160703 +SHA256 (bot-sentry-1.3.0.tar.bz2) = e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736 +SIZE (bot-sentry-1.3.0.tar.bz2) = 280673 diff --git a/net-im/pidgin-bot-sentry/pkg-descr b/net-im/pidgin-bot-sentry/pkg-descr new file mode 100644 index 000000000000..0fc6689e21d3 --- /dev/null +++ b/net-im/pidgin-bot-sentry/pkg-descr @@ -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: https://sourceforge.net/projects/pidgin-bs/ diff --git a/net-im/pidgin-bot-sentry/pkg-plist b/net-im/pidgin-bot-sentry/pkg-plist new file mode 100644 index 000000000000..12ef41f1667c --- /dev/null +++ b/net-im/pidgin-bot-sentry/pkg-plist @@ -0,0 +1,8 @@ +lib/purple-2/bot-sentry.so +share/locale/ar/LC_MESSAGES/bot-sentry.mo +share/locale/cs/LC_MESSAGES/bot-sentry.mo +share/locale/de/LC_MESSAGES/bot-sentry.mo +share/locale/es/LC_MESSAGES/bot-sentry.mo +share/locale/it/LC_MESSAGES/bot-sentry.mo +share/locale/no/LC_MESSAGES/bot-sentry.mo +share/locale/ru/LC_MESSAGES/bot-sentry.mo |