Initial import of libotr 2.0.1

This is the library and toolkit for Off-the-Record Messaging used by
the gaim-otr GAIM plugin.

Port by Nicolas Baldi

ok todd@
This commit is contained in:
marius 2005-05-26 18:13:02 +00:00
parent 24f3bf79bf
commit 0866bf5302
5 changed files with 73 additions and 0 deletions

34
security/libotr/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $FreeBSD: /repoman/r/pcvs/ports/security/libotr/Makefile,v 1.2 2005/04/21 14:22:54 pav Exp $
COMMENT= "The portable OTR Messaging Library and toolkit"
VERSION= 2.0.1
DISTNAME= libotr-${VERSION}
CATEGORIES= security
HOMEPAGE= http://www.cypherpunks.ca/otr/
MASTER_SITES= ${HOMEPAGE}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gpg-error::security/libgpg-error \
gcrypt::security/libgcrypt
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
USE_GMAKE= Yes
MAN1= otr_toolkit.1
MLINKS= otr_toolkit.1 otr_parse.1 \
otr_toolkit.1 otr_sesskeys.1 \
otr_toolkit.1 otr_mackey.1 \
otr_toolkit.1 otr_readforge.1 \
otr_toolkit.1 otr_modify.1 \
otr_toolkit.1 otr_remac.1
.include <bsd.port.mk>

4
security/libotr/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (libotr-2.0.1.tar.gz) = 9b24fa1fef1ea5d2a245099a2ef0c5a5
RMD160 (libotr-2.0.1.tar.gz) = e32a75db355fef01705865d298a82a5f93b1634e
SHA1 (libotr-2.0.1.tar.gz) = 92c7c3452ea5d5acf31807b734e93fafcbb0d6eb
SIZE (libotr-2.0.1.tar.gz) = 370863

View File

@ -0,0 +1,3 @@
This is the library and toolkit for Off-the-Record Messaging used by
the gaim-otr GAIM plugin.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/26 18:13:02 marius Exp $
@lib lib/libotr.so.1.1

30
security/libotr/pkg/PLIST Normal file
View File

@ -0,0 +1,30 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/26 18:13:02 marius Exp $
%%SHARED%%
bin/otr_mackey
bin/otr_modify
bin/otr_parse
bin/otr_readforge
bin/otr_remac
bin/otr_sesskeys
include/libotr/
include/libotr/b64.h
include/libotr/context.h
include/libotr/dh.h
include/libotr/mem.h
include/libotr/message.h
include/libotr/privkey.h
include/libotr/proto.h
include/libotr/tlv.h
include/libotr/userstate.h
include/libotr/version.h
lib/libotr.a
lib/libotr.la
@man man/man1/otr_mackey.1
@man man/man1/otr_modify.1
@man man/man1/otr_parse.1
@man man/man1/otr_readforge.1
@man man/man1/otr_remac.1
@man man/man1/otr_sesskeys.1
@man man/man1/otr_toolkit.1
share/aclocal/
share/aclocal/libotr.m4