pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim-encryption Initial import of chat/gaim-encry...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97dc5dfa9445
branches:  trunk
changeset: 488518:97dc5dfa9445
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Feb 02 20:49:17 2005 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (73 lines):

diff -r 573cbed9e83f -r 97dc5dfa9445 chat/gaim-encryption/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim-encryption/DESCR        Wed Feb 02 20:49:17 2005 +0000
@@ -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 -r 573cbed9e83f -r 97dc5dfa9445 chat/gaim-encryption/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim-encryption/Makefile     Wed Feb 02 20:49:17 2005 +0000
@@ -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@localhost
+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 -r 573cbed9e83f -r 97dc5dfa9445 chat/gaim-encryption/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim-encryption/PLIST        Wed Feb 02 20:49:17 2005 +0000
@@ -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 -r 573cbed9e83f -r 97dc5dfa9445 chat/gaim-encryption/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim-encryption/distinfo     Wed Feb 02 20:49:17 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index