From aa6790be8003eae00766204fa13a0c126634dd50 Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 2 Aug 2007 11:42:21 +0000 Subject: pidgin-otr 3.1.0. This is the OTR plugin for Pidgin. Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption No one else can read your instant messages. Authentication You are assured the correspondent is who you think it is. Deniability The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. Perfect forward secrecy If you lose control of your private keys, no previous conversation is compromised. --- chat/pidgin-otr/DESCR | 18 ++++++++++++++++++ chat/pidgin-otr/Makefile | 21 +++++++++++++++++++++ chat/pidgin-otr/PLIST | 2 ++ chat/pidgin-otr/distinfo | 5 +++++ 4 files changed, 46 insertions(+) create mode 100644 chat/pidgin-otr/DESCR create mode 100644 chat/pidgin-otr/Makefile create mode 100644 chat/pidgin-otr/PLIST create mode 100644 chat/pidgin-otr/distinfo (limited to 'chat') diff --git a/chat/pidgin-otr/DESCR b/chat/pidgin-otr/DESCR new file mode 100644 index 00000000000..8cfa93fcae2 --- /dev/null +++ b/chat/pidgin-otr/DESCR @@ -0,0 +1,18 @@ +This is the OTR plugin for Pidgin. + +Off-the-Record (OTR) Messaging allows you to have private +conversations over instant messaging by providing: + +Encryption + No one else can read your instant messages. +Authentication + You are assured the correspondent is who you think it is. +Deniability + The messages you send do not have digital signatures that are + checkable by a third party. Anyone can forge messages after a + conversation to make them look like they came from you. However, + during a conversation, your correspondent is assured the messages + he sees are authentic and unmodified. +Perfect forward secrecy + If you lose control of your private keys, no previous conversation + is compromised. diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile new file mode 100644 index 00000000000..81b7d39a95a --- /dev/null +++ b/chat/pidgin-otr/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/02 11:42:21 gdt Exp $ + +VERSION= 3.1.0 +DISTNAME= pidgin-otr-${VERSION} +CATEGORIES= chat security +MASTER_SITES= http://www.cypherpunks.ca/otr/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.cypherpunks.ca/otr/ +COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config perl intltool + +.include "../../chat/pidgin/buildlink3.mk" +.include "../../chat/libotr/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/pidgin-otr/PLIST b/chat/pidgin-otr/PLIST new file mode 100644 index 00000000000..d48cbfbf6d1 --- /dev/null +++ b/chat/pidgin-otr/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/02 11:42:21 gdt Exp $ +lib/pidgin/pidgin-otr.la diff --git a/chat/pidgin-otr/distinfo b/chat/pidgin-otr/distinfo new file mode 100644 index 00000000000..786fd5d43f0 --- /dev/null +++ b/chat/pidgin-otr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/02 11:42:21 gdt Exp $ + +SHA1 (pidgin-otr-3.1.0.tar.gz) = f22d9488da3d085f988090ca3b8f79291b8edb45 +RMD160 (pidgin-otr-3.1.0.tar.gz) = f0790718fee4d63be3ab2e795e500751137f00e5 +Size (pidgin-otr-3.1.0.tar.gz) = 403637 bytes -- cgit v1.2.3