summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-02-02 20:49:17 +0000
committerjschauma <jschauma@pkgsrc.org>2005-02-02 20:49:17 +0000
commit46fb4ea499606fbdda4826b2e984b88145bf180a (patch)
tree2743e9823883547c8804f3eeda454c75944f6aa5 /chat
parent818c46ad952a9831df034aeaa5f30d0d1736ba71 (diff)
downloadpkgsrc-46fb4ea499606fbdda4826b2e984b88145bf180a.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/gaim-encryption/DESCR2
-rw-r--r--chat/gaim-encryption/Makefile34
-rw-r--r--chat/gaim-encryption/PLIST17
-rw-r--r--chat/gaim-encryption/distinfo4
4 files changed, 57 insertions, 0 deletions
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