Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+18
View File
@@ -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.
+29
View File
@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.42 2013/06/06 12:54:09 wiz Exp $
DISTNAME= pidgin-otr-4.0.0
PKGREVISION= 13
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_LIBTOOL= yes
USE_TOOLS+= intltool msgfmt perl pkg-config
INSTALLATION_DIRS+= share/doc/pidgin-otr
BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
.include "../../chat/pidgin/buildlink3.mk"
.include "../../chat/libotr/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:37:48 joerg Exp $
lib/pidgin/pidgin-otr.la
share/doc/pidgin-otr/README
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/09/06 00:24:47 gdt Exp $
SHA1 (pidgin-otr-4.0.0.tar.gz) = 23c602c4b306ef4eeb3ff5959cd389569f39044d
RMD160 (pidgin-otr-4.0.0.tar.gz) = aac18399f6c29ecf00a78f1c8ec55de4493347f1
Size (pidgin-otr-4.0.0.tar.gz) = 459591 bytes