aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-09-07 11:47:30 +0800
committermarcus <marcus@FreeBSD.org>2007-09-07 11:47:30 +0800
commit17891ef30ffa189b00e697fa136b2a25e3818e4b (patch)
tree39ce0b8ce1cbc0a8c134d0b19e1ea213e5622edd /security
parenta4d79e29e4950a1d1c85ad8d691b32b11a29d8f1 (diff)
downloadfreebsd-ports-gnome-17891ef30ffa189b00e697fa136b2a25e3818e4b.tar.gz
freebsd-ports-gnome-17891ef30ffa189b00e697fa136b2a25e3818e4b.tar.zst
freebsd-ports-gnome-17891ef30ffa189b00e697fa136b2a25e3818e4b.zip
As promised, remove net-im/gaim, and all dependent ports. Gaim has been
replaced by net-im/pidgin.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile2
-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
-rw-r--r--security/gaim-otr/Makefile37
-rw-r--r--security/gaim-otr/distinfo3
-rw-r--r--security/gaim-otr/pkg-descr18
-rw-r--r--security/gaim-otr/pkg-plist2
9 files changed, 0 insertions, 158 deletions
diff --git a/security/Makefile b/security/Makefile
index fb91da89bffc..6f6940747851 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -152,8 +152,6 @@
SUBDIR += fwlogwatch
SUBDIR += fwtk
SUBDIR += gag
- SUBDIR += gaim-encryption
- SUBDIR += gaim-otr
SUBDIR += gcipher
SUBDIR += gnome-gpg
SUBDIR += gnome-keyring
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile
deleted file mode 100644
index b438bec3dfd6..000000000000
--- 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= 2
-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 2c2af1ee4fe7..000000000000
--- 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 2083c7cc5370..000000000000
--- 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 b0931c89959d..000000000000
--- 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
diff --git a/security/gaim-otr/Makefile b/security/gaim-otr/Makefile
deleted file mode 100644
index 241a3dceadaf..000000000000
--- a/security/gaim-otr/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: Gaim-OTR
-# Date created: 2004-12-17
-# Whom: Conor McDermottroe <ports@mcdermottroe.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= otr
-PORTVERSION= 3.0.0
-PORTREVISION= 2
-CATEGORIES= security net
-MASTER_SITES= http://www.cypherpunks.ca/otr/ \
- http://www.xelerance.com/mirror/otr/
-PKGNAMEPREFIX= gaim-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@mcdermottroe.com
-COMMENT= Allows deniable private conversations using GAIM
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
- gcrypt:${PORTSDIR}/security/libgcrypt
-
-DEPRECATED= Obsolete version, use security/pidgin-otr instead
-EXPIRATION_DATE=2007-08-24
-
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
- --with-libotr-inc-prefix=${LOCALBASE}/include
-
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/security/gaim-otr/distinfo b/security/gaim-otr/distinfo
deleted file mode 100644
index 3822e9562ce3..000000000000
--- a/security/gaim-otr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-otr-3.0.0.tar.gz) = e819ef065bc0758f58beae5aa6a73ab1
-SHA256 (gaim-otr-3.0.0.tar.gz) = d6887fe5054bba466d15d1436ed15982a3b8ef1dbb8e73eeb79195535f88be01
-SIZE (gaim-otr-3.0.0.tar.gz) = 326217
diff --git a/security/gaim-otr/pkg-descr b/security/gaim-otr/pkg-descr
deleted file mode 100644
index 678c8ca720d1..000000000000
--- a/security/gaim-otr/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Off-the-Record (OTR) Messaging allows you to have private
-conversations over instant messaging by providing:
-
-* Encryption
- No one else can read your instant messages.
-* Authentication
- You are assured the correspondent is who you think it is.
-* Deniability
- The messages you send do not have digital signatures that
- are checkable by a third party. Anyone can forge messages
- after a conversation to make them look like they came from
- you. However, during a conversation, your correspondent is
- assured the messages he sees are authentic and unmodified.
-* Perfect forward secrecy
- If you lose control of your private keys, no previous
- conversation is compromised.
-
-WWW: http://www.cypherpunks.ca/otr/
diff --git a/security/gaim-otr/pkg-plist b/security/gaim-otr/pkg-plist
deleted file mode 100644
index 65bd369a7e27..000000000000
--- a/security/gaim-otr/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/gaim/gaim-otr.so
-lib/gaim/gaim-otr.la