summaryrefslogtreecommitdiffstats
path: root/security/gaim-encryption
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /security/gaim-encryption
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gaim-encryption')
-rw-r--r--security/gaim-encryption/Makefile53
-rw-r--r--security/gaim-encryption/distinfo3
-rw-r--r--security/gaim-encryption/pkg-descr22
-rw-r--r--security/gaim-encryption/pkg-plist18
4 files changed, 0 insertions, 96 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile
deleted file mode 100644
index 60ec2c932..000000000
--- a/security/gaim-encryption/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: gaim-encryption
-# Date created: 2004-05-01
-# Whom: ports@c0decafe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= encryption
-PORTVERSION= 2.39
-PORTREVISION= 1
-CATEGORIES= security net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
-PKGNAMEPREFIX= gaim-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@c0decafe.net
-COMMENT= Provides transparent RSA encryption as a Gaim plugin
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
-
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib/nss
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "WARNING: make sure net-im/gaim is built with NSS support (it is, by default)"
- @${ECHO_MSG} ""
- @${ECHO_MSG} ""
-
-post-extract:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo
deleted file mode 100644
index 2c2af1ee4..000000000
--- a/security/gaim-encryption/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-encryption-2.39.tar.gz) = 2319273397a7970fe149253bdd132465
-SHA256 (gaim-encryption-2.39.tar.gz) = 2fc1848597ae6e1ce74e96bda1c4acfe5ce5493cf78944efeec876e775adf257
-SIZE (gaim-encryption-2.39.tar.gz) = 544306
diff --git a/security/gaim-encryption/pkg-descr b/security/gaim-encryption/pkg-descr
deleted file mode 100644
index 2083c7cc5..000000000
--- a/security/gaim-encryption/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Gaim-Encryption uses NSS to provide transparent RSA encryption as a Gaim plugin.
-
-Features include:
- * Automatically creates a public/private key pair for you upon loading
- the plugin
- * Automatically transmits your public key to other users.
- * Supports 512 - 4096 bit keys.
- * Saves keys of known users, and warns you if their public key has
- changed.
- * Embeds all encryption and keys inside HTML, so if the other user
- doesn't have the plugin, they will get a little message telling them
- about the plugin, and won't get a screen full of garbage.
- * Stores keys in human readable files in your .gaim directory, in case
- you ever need to copy/edit them by hand. Which you really shouldn't
- have to do.
- * Automatically recognizes if you are chatting with someone who has the
- plugin- see the Preferences dialog.
- * Modular and extensible. If you want to define a different type of
- encryption, you can use this plugin as a wrapper to take care of
- transporting the encrypted binary over the IM pipe.
-
-WWW: http://gaim-encryption.sourceforge.net/
diff --git a/security/gaim-encryption/pkg-plist b/security/gaim-encryption/pkg-plist
deleted file mode 100644
index b0931c899..000000000
--- a/security/gaim-encryption/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-lib/gaim/encrypt.a
-lib/gaim/encrypt.la
-lib/gaim/encrypt.so
-%%NLS%%share/locale/cs/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/da/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/de/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/es/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/it/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/gaim-encryption.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/gaim-encryption.mo