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:
parent
24f3bf79bf
commit
0866bf5302
34
security/libotr/Makefile
Normal file
34
security/libotr/Makefile
Normal 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
4
security/libotr/distinfo
Normal 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
|
3
security/libotr/pkg/DESCR
Normal file
3
security/libotr/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is the library and toolkit for Off-the-Record Messaging used by
|
||||
the gaim-otr GAIM plugin.
|
||||
|
2
security/libotr/pkg/PFRAG.shared
Normal file
2
security/libotr/pkg/PFRAG.shared
Normal 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
30
security/libotr/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user