diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-02 20:49:17 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-02 20:49:17 +0000 |
commit | b51b185e879fa7d352b5807aec99654fa5c52101 (patch) | |
tree | 2743e9823883547c8804f3eeda454c75944f6aa5 | |
parent | f1d1bd852de25a7e6e5e4737c614c37c62d1135c (diff) | |
download | pkgsrc-b51b185e879fa7d352b5807aec99654fa5c52101.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.
-rw-r--r-- | chat/gaim-encryption/DESCR | 2 | ||||
-rw-r--r-- | chat/gaim-encryption/Makefile | 34 | ||||
-rw-r--r-- | chat/gaim-encryption/PLIST | 17 | ||||
-rw-r--r-- | chat/gaim-encryption/distinfo | 4 |
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 |