1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Copy libotr to libotr3 so that ports that still rely on the old,

incompatible version can continue uninterrupted until they upgrade.
This commit is contained in:
Doug Barton 2012-09-08 06:50:14 +00:00
parent 1d14d4208e
commit 4d3a4412c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303869
4 changed files with 81 additions and 0 deletions

46
security/libotr3/Makefile Normal file
View File

@ -0,0 +1,46 @@
# ex:ts=8
# New ports collection makefile for: libotr
# Date created: 2005-03-20
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
#
# $FreeBSD$
#
PORTNAME= libotr
PORTVERSION= 3.2.1
# Please do not bump PORTREVISION for this port unless you have
# confirmed via testing that it is necessary
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= http://www.cypherpunks.ca/otr/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= dougb@FreeBSD.org
COMMENT= The portable OTR Messaging Library and toolkit
BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
gcrypt:${PORTSDIR}/security/libgcrypt
MAKE_JOBS_SAFE= yes
USE_AUTOTOOLS= autoconf libtool
USE_LDCONFIG= 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
verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
post-patch:
@${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
SHA256 (libotr-3.2.1.tar.gz) = d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4
SIZE (libotr-3.2.1.tar.gz) = 414684
SHA256 (libotr-3.2.1.tar.gz.asc) = 8ec08871018ce41bb4f631f5672daeaab72e9ea1b8913b3ddad22b9672a5e2b4
SIZE (libotr-3.2.1.tar.gz.asc) = 190

View File

@ -0,0 +1,4 @@
This is the library and toolkit for Off-the-Record Messaging used by
the pidgin-otr plugin.
WWW: http://www.cypherpunks.ca/otr/

View File

@ -0,0 +1,27 @@
bin/otr_mackey
bin/otr_modify
bin/otr_parse
bin/otr_readforge
bin/otr_remac
bin/otr_sesskeys
include/libotr/auth.h
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/privkey-t.h
include/libotr/proto.h
include/libotr/serial.h
include/libotr/sm.h
include/libotr/tlv.h
include/libotr/userstate.h
include/libotr/version.h
lib/libotr.a
lib/libotr.la
lib/libotr.so
lib/libotr.so.4
libdata/pkgconfig/libotr.pc
share/aclocal/libotr.m4
@dirrm include/libotr