From 46fb4ea499606fbdda4826b2e984b88145bf180a Mon Sep 17 00:00:00 2001 From: jschauma Date: Wed, 2 Feb 2005 20:49:17 +0000 Subject: Initial import of chat/gaim-encryption from pkgsrc-wip, provided by geeohgeegeeoh: Gaim-encryption is a module for GAIM which adds NSS/NSPR based SSL encryption. It is compatible with certain other IM crypto systems. --- chat/gaim-encryption/DESCR | 2 ++ chat/gaim-encryption/Makefile | 34 ++++++++++++++++++++++++++++++++++ chat/gaim-encryption/PLIST | 17 +++++++++++++++++ chat/gaim-encryption/distinfo | 4 ++++ 4 files changed, 57 insertions(+) create mode 100644 chat/gaim-encryption/DESCR create mode 100644 chat/gaim-encryption/Makefile create mode 100644 chat/gaim-encryption/PLIST create mode 100644 chat/gaim-encryption/distinfo diff --git a/chat/gaim-encryption/DESCR b/chat/gaim-encryption/DESCR new file mode 100644 index 00000000000..970f402f43b --- /dev/null +++ b/chat/gaim-encryption/DESCR @@ -0,0 +1,2 @@ +Gaim-encryption is a module for GAIM which adds NSS/NSPR based SSL encryption. +It is compatible with certain other IM crypto systems. diff --git a/chat/gaim-encryption/Makefile b/chat/gaim-encryption/Makefile new file mode 100644 index 00000000000..68b688d767d --- /dev/null +++ b/chat/gaim-encryption/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/02 20:49:17 jschauma Exp $ + +DISTNAME= gaim-encryption-2.34 +CATEGORIES= chat security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-encryption/} + +MAINTAINER= ggm@pobox.com +HOMEPAGE= http://gaim-encryption.sourceforge.net/ +COMMENT= Plugin for gaim to add TLS/SSL via nss/nspr + +BUILD_USES_MSGFMT= YES + +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES +USE_X11= YES +GNU_CONFIGURE= YES + +SHLIBTOOL_OVERRIDE= libtool + +CONFIGURE_ARGS+= --with-nspr-includes=${BUILDLINK_PREFIX.nspr}/include/nspr +CONFIGURE_ARGS+= --with-nspr-libs=${BUILDLINK_PREFIX.nspr}/lib +CONFIGURE_ARGS+= --with-nss-includes=${BUILDLINK_PREFIX.nss}/include/nss/nss +CONFIGURE_ARGS+= --with-nss-libs=${BUILDLINK_PREFIX.nss}/lib + +.include "../../chat/gaim/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/nspr/buildlink3.mk" +.include "../../devel/nss/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/gaim-encryption/PLIST b/chat/gaim-encryption/PLIST new file mode 100644 index 00000000000..6b7d4578ed2 --- /dev/null +++ b/chat/gaim-encryption/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 20:49:18 jschauma Exp $ +lib/gaim/encrypt.la +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gaim-encryption.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gaim-encryption.mo diff --git a/chat/gaim-encryption/distinfo b/chat/gaim-encryption/distinfo new file mode 100644 index 00000000000..213ad6ea8da --- /dev/null +++ b/chat/gaim-encryption/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/02 20:49:18 jschauma Exp $ + +SHA1 (gaim-encryption-2.34.tar.gz) = 713e0d317ac272c80f1ec69d6cd1e1fedb92bef2 +Size (gaim-encryption-2.34.tar.gz) = 544913 bytes -- cgit v1.2.3