summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt>2007-08-02 11:42:21 +0000
committergdt <gdt>2007-08-02 11:42:21 +0000
commit4bca3372e10730a2b9826963c98e9ff138526b37 (patch)
treefffbe224217ceaeac7ee2f0705e3504d5cf282c6 /chat
parent024d106ca8c4fe9e3f670d57f2e495835dd59af8 (diff)
downloadpkgsrc-4bca3372e10730a2b9826963c98e9ff138526b37.tar.gz
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.
Diffstat (limited to 'chat')
-rw-r--r--chat/pidgin-otr/DESCR18
-rw-r--r--chat/pidgin-otr/Makefile21
-rw-r--r--chat/pidgin-otr/PLIST2
-rw-r--r--chat/pidgin-otr/distinfo5
4 files changed, 46 insertions, 0 deletions
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