summaryrefslogtreecommitdiff
path: root/net-im/gale
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gale')
-rw-r--r--net-im/gale/Makefile33
-rw-r--r--net-im/gale/distinfo1
-rw-r--r--net-im/gale/files/patch-configure13
-rw-r--r--net-im/gale/files/patch-crypto12
-rw-r--r--net-im/gale/files/patch-wcwidth14
-rw-r--r--net-im/gale/pkg-comment1
-rw-r--r--net-im/gale/pkg-descr8
-rw-r--r--net-im/gale/pkg-message3
-rw-r--r--net-im/gale/pkg-plist59
9 files changed, 0 insertions, 144 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile
deleted file mode 100644
index 2b5be8424fa6..000000000000
--- a/net-im/gale/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gale
-# Date created: 14 July 2000
-# Whom: Peter Haight <peterh@sapros.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gale
-PORTVERSION= 0.99d
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://download.gale.org/
-DISTNAME= ${PORTNAME}-${PORTVERSION}anger
-
-MAINTAINER= peterh@sapros.com
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
-LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
- adns.1:${PORTSDIR}/net/adns
-
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
- -I${LOCALBASE}/include/w3c-libwww
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-post-install:
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net-im/gale/distinfo b/net-im/gale/distinfo
deleted file mode 100644
index 3c96238b45ea..000000000000
--- a/net-im/gale/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gale-0.99danger.tar.gz) = 4d29cc71a47c219aa4d1d90bf87fd975
diff --git a/net-im/gale/files/patch-configure b/net-im/gale/files/patch-configure
deleted file mode 100644
index 0ea0fc4319aa..000000000000
--- a/net-im/gale/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Mon Jul 2 18:23:09 2001
-+++ configure Mon Jul 2 18:23:19 2001
-@@ -3475,10 +3475,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/net-im/gale/files/patch-crypto b/net-im/gale/files/patch-crypto
deleted file mode 100644
index a32964ccf76f..000000000000
--- a/net-im/gale/files/patch-crypto
+++ /dev/null
@@ -1,12 +0,0 @@
---- libgale/crypto_i.c.orig Mon Jul 2 17:33:39 2001
-+++ libgale/crypto_i.c Mon Jul 2 17:38:27 2001
-@@ -3,7 +3,9 @@
- #include <openssl/rand.h>
- #include <openssl/err.h>
-
-+#ifndef __FreeBSD__
- #include <sys/vfs.h>
-+#endif /* __FreeBSD__ */
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
diff --git a/net-im/gale/files/patch-wcwidth b/net-im/gale/files/patch-wcwidth
deleted file mode 100644
index df5b644e4610..000000000000
--- a/net-im/gale/files/patch-wcwidth
+++ /dev/null
@@ -1,14 +0,0 @@
---- libgale/wcwidth.c.orig Mon Jul 2 17:35:54 2001
-+++ libgale/wcwidth.c Mon Jul 2 17:37:48 2001
-@@ -6,7 +6,11 @@
- * Markus Kuhn -- 2000-02-08 -- public domain
- */
-
-+#ifdef __FreeBSD__
-+#include <rune.h>
-+#else /* __FreeBSD__ */
- #include <wchar.h>
-+#endif /* __FreeBSD__ */
-
- /* These functions define the column width of an ISO 10646 character
- * as follows:
diff --git a/net-im/gale/pkg-comment b/net-im/gale/pkg-comment
deleted file mode 100644
index 455db0157522..000000000000
--- a/net-im/gale/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A secure instant messaging system
diff --git a/net-im/gale/pkg-descr b/net-im/gale/pkg-descr
deleted file mode 100644
index 38098b2f442f..000000000000
--- a/net-im/gale/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Gale is an open-source messaging system. It provides private messaging and
-public chat, uses strong end-to-end cryptography for security, and supports
-a distributed server network with a range of clients (both console and GUI)
-available. Gale is currently in early alpha testing.
-
-WWW: http://www.gale.org/
-
-peterh@sapros.com
diff --git a/net-im/gale/pkg-message b/net-im/gale/pkg-message
deleted file mode 100644
index 57b640e59809..000000000000
--- a/net-im/gale/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
---------------------------------------------------------------------------------
-now run ${PREFIX}/bin/gale-install ... even for an upgrade
---------------------------------------------------------------------------------
diff --git a/net-im/gale/pkg-plist b/net-im/gale/pkg-plist
deleted file mode 100644
index 2ccb07f71354..000000000000
--- a/net-im/gale/pkg-plist
+++ /dev/null
@@ -1,59 +0,0 @@
-bin/gale-config
-bin/gale-install
-bin/galed
-bin/gdomain
-bin/gkgen
-bin/gkinfo
-bin/gksign
-bin/gsend
-bin/gsub
-etc/gale/COPYING
-etc/gale/auth/trusted/ROOT
-include/gale/all.h
-include/gale/auth.h
-include/gale/client.h
-include/gale/compat.h
-include/gale/config.h
-include/gale/core.h
-include/gale/crypto.h
-include/gale/globals.h
-include/gale/gsubrc.h
-include/gale/key.h
-include/gale/misc.h
-include/gale/types.h
-include/oop-adns.h
-include/oop-glib.h
-include/oop-www.h
-include/oop.h
-lib/libgale.a
-lib/libgale.la
-lib/libgale.so
-lib/libgale.so.11
-lib/liboop-adns.a
-lib/liboop-adns.la
-lib/liboop-adns.so
-lib/liboop-adns.so.2
-lib/liboop-glib.a
-lib/liboop-glib.la
-lib/liboop-glib.so
-lib/liboop-glib.so.1
-lib/liboop-rl.a
-lib/liboop-rl.la
-lib/liboop-rl.so
-lib/liboop-rl.so.0
-lib/liboop-www.a
-lib/liboop-www.la
-lib/liboop-www.so
-lib/liboop-www.so.0
-lib/liboop.a
-lib/liboop.la
-lib/liboop.so
-lib/liboop.so.3
-sbin/gksign
-@dirrm include/gale
-@dirrm etc/gale/auth/trusted
-@dirrm etc/gale/auth/private
-@dirrm etc/gale/auth/local
-@dirrm etc/gale/auth/cache
-@dirrm etc/gale/auth
-@dirrm etc/gale