OTR messaging plugin for pidgin
tested and ok alek@
This commit is contained in:
parent
d0f2b7a39d
commit
612963dc5b
43
security/pidgin-otr/Makefile
Normal file
43
security/pidgin-otr/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/28 07:26:33 steven Exp $
|
||||
|
||||
COMMENT= "allows deniable private conversations using Pidgin"
|
||||
|
||||
DISTNAME= pidgin-otr-20070506
|
||||
CATEGORIES= security net
|
||||
|
||||
HOMEPAGE= http://www.cypherpunks.ca/otr/ \
|
||||
http://www.xelerance.com/mirror/otr/
|
||||
|
||||
MASTER_SITES= http://humppa.nl/distfiles/ # ${HOMEPAGE}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :pidgin->=2.0.0:net/pidgin
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= otr.>=3:libotr->=3.0.0p0:security/libotr
|
||||
|
||||
MODULES= devel/gettext
|
||||
WANTLIB= gpg-error gcrypt
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib "
|
||||
|
||||
AUTOCONF_VERSION=2.59
|
||||
AUTOMAKE_VERSION=1.9
|
||||
BUILD_DEPENDS+= :autoconf-${AUTOCONF_VERSION}*:devel/autoconf/${AUTOCONF_VERSION} \
|
||||
:automake-${AUTOMAKE_VERSION}*:devel/automake/${AUTOMAKE_VERSION} \
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -s -i
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/pidgin-otr/distinfo
Normal file
5
security/pidgin-otr/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pidgin-otr-20070506.tar.gz) = VtTXb8FAnucEFK0LlPMV0Q==
|
||||
RMD160 (pidgin-otr-20070506.tar.gz) = qYwdc7Y4h/b6K9tpQOLkCqr1Ayo=
|
||||
SHA1 (pidgin-otr-20070506.tar.gz) = LMSiccOS/Fa+yh8ubi51Gntaqiw=
|
||||
SHA256 (pidgin-otr-20070506.tar.gz) = XhPJj/uATmsiXOgNP3ZxBeH9oH65nEj9usr3dxWHet4=
|
||||
SIZE (pidgin-otr-20070506.tar.gz) = 48725
|
16
security/pidgin-otr/pkg/DESCR
Normal file
16
security/pidgin-otr/pkg/DESCR
Normal file
@ -0,0 +1,16 @@
|
||||
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.
|
4
security/pidgin-otr/pkg/PLIST
Normal file
4
security/pidgin-otr/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/28 07:26:33 steven Exp $
|
||||
lib/pidgin/pidgin-otr.a
|
||||
lib/pidgin/pidgin-otr.la
|
||||
lib/pidgin/pidgin-otr.so
|
Loading…
Reference in New Issue
Block a user