[Midnightbsd-cvs] mports: security/libotr: Added libotr-3.2.0

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Jan 3 22:28:39 EST 2009


Log Message:
-----------
Added libotr-3.2.0

Added Files:
-----------
    mports/security/libotr:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ security/libotr/pkg-descr
@@ -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/
--- /dev/null
+++ security/libotr/pkg-plist
@@ -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
+ at dirrm include/libotr
--- /dev/null
+++ security/libotr/Makefile
@@ -0,0 +1,40 @@
+# ex:ts=8
+#
+# $MidnightBSD: mports/security/libotr/Makefile,v 1.1 2009/01/04 03:28:38 ctriv Exp $
+#
+
+PORTNAME=	libotr
+PORTVERSION=	3.2.0
+CATEGORIES=	security
+MASTER_SITES=	http://www.cypherpunks.ca/otr/ \
+		http://dougbarton.us/Downloads/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	The portable OTR Messaging Library and toolkit
+LICENSE=	gpl2
+
+LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error \
+		gcrypt:${PORTSDIR}/security/libgcrypt
+
+USE_GNOME=	pkgconfig
+USE_AUTOTOOLS=	autoconf:262 libtool:15
+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>
--- /dev/null
+++ security/libotr/distinfo
@@ -0,0 +1,6 @@
+MD5 (libotr-3.2.0.tar.gz) = faba02e60f64e492838929be2272f839
+SHA256 (libotr-3.2.0.tar.gz) = d83b9d20e36e2a4a55e5336f15d1d218d627bc0af7af94e3835bdc8b6d8b6693
+SIZE (libotr-3.2.0.tar.gz) = 430299
+MD5 (libotr-3.2.0.tar.gz.asc) = d2bf4eed45d75728b7c8f357d8846d78
+SHA256 (libotr-3.2.0.tar.gz.asc) = ac0cdb8ec410cf35c632aee2b0d9d75525a2d59361d3b23002f598e35ac79f65
+SIZE (libotr-3.2.0.tar.gz.asc) = 191


More information about the Midnightbsd-cvs mailing list