diff options
Diffstat (limited to 'net-im/gale')
-rw-r--r-- | net-im/gale/Makefile | 46 | ||||
-rw-r--r-- | net-im/gale/distinfo | 2 | ||||
-rw-r--r-- | net-im/gale/files/patch-acinclude.m4 | 114 | ||||
-rw-r--r-- | net-im/gale/files/patch-wcwidth | 20 | ||||
-rw-r--r-- | net-im/gale/pkg-descr | 8 | ||||
-rw-r--r-- | net-im/gale/pkg-message | 3 | ||||
-rw-r--r-- | net-im/gale/pkg-plist | 67 |
7 files changed, 0 insertions, 260 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile deleted file mode 100644 index 3b67978c290d..000000000000 --- a/net-im/gale/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: gale -# Date created: 14 July 2000 -# Whom: Peter Haight <peterh@sapros.com> -# -# $FreeBSD$ -# - -PORTNAME= gale -PORTVERSION= 0.99e -CATEGORIES= net -MASTER_SITES= http://www.mit.edu/afs/sipb/project/gale/src/ \ - # http://download.ofb.net/gale/ - original mastersite -DISTNAME= ${PORTNAME}-${PORTVERSION}gg - -MAINTAINER= peterh@sapros.com -COMMENT= A secure instant messaging system - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc -LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ - adns.1:${PORTSDIR}/dns/adns - -USE_OPENSSL= yes -USE_AUTOCONF_VER=213 -USE_AUTOMAKE_VER=14 -USE_INC_LIBTOOL_VER=13 -INSTALLS_SHLIB= 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}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -pre-configure: - cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/net-im/gale/distinfo b/net-im/gale/distinfo deleted file mode 100644 index 38c72ae3d14f..000000000000 --- a/net-im/gale/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gale-0.99egg.tar.gz) = 5240b10de2c7998887b3bc3dd7e8b30b -SIZE (gale-0.99egg.tar.gz) = 370153 diff --git a/net-im/gale/files/patch-acinclude.m4 b/net-im/gale/files/patch-acinclude.m4 deleted file mode 100644 index 3960395014b1..000000000000 --- a/net-im/gale/files/patch-acinclude.m4 +++ /dev/null @@ -1,114 +0,0 @@ -diff -u -N /tmp/gale-0.99egg/acinclude.m4 ./acinclude.m4 ---- /tmp/gale-0.99egg/acinclude.m4 Wed Dec 31 16:00:00 1969 -+++ ./acinclude.m4 Tue Nov 6 13:55:13 2001 -@@ -0,0 +1,110 @@ -+dnl This is a subroutine of AC_OUTPUT. -+dnl It is called after running config.status. -+dnl AC_OUTPUT_SUBDIRS(DIRECTORY...) -+define([AC_OUTPUT_SUBDIRS], -+[ -+ifdef([AC_PROVIDE_AC_PROG_INSTALL], [ac_given_INSTALL="$INSTALL" -+])dnl -+if test "$no_recursion" != yes; then -+ -+ # Remove --cache-file and --srcdir arguments so they do not pile up. -+ ac_sub_configure_args= -+ ac_prev= -+ for ac_arg in $ac_configure_args; do -+ if test -n "$ac_prev"; then -+ ac_prev= -+ continue -+ fi -+ case "$ac_arg" in -+ -cache-file | --cache-file | --cache-fil | --cache-fi \ -+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) -+ ac_prev=cache_file ;; -+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ -+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) -+ ;; -+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) -+ ac_prev=srcdir ;; -+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) -+ ;; -+ *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; -+ esac -+ done -+ -+ for ac_config_dir in $1; do -+ -+ # Do not complain, so a configure script can configure whichever -+ # parts of a large source tree are present. -+ if test ! -d $srcdir/$ac_config_dir; then -+ continue -+ fi -+ -+ echo configuring in $ac_config_dir -+ -+ case "$srcdir" in -+ .) ;; -+ *) -+ if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; -+ else -+ AC_MSG_ERROR(can not create `pwd`/$ac_config_dir) -+ fi -+ ;; -+ esac -+ -+ ac_popdir=`pwd` -+ cd $ac_config_dir -+ -+changequote(, )dnl -+ # A "../" for each directory in /$ac_config_dir. -+ ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` -+changequote([, ])dnl -+ -+ case "$srcdir" in -+ .) # No --srcdir option. We are building in place. -+ ac_sub_srcdir=$srcdir ;; -+ /*) # Absolute path. -+ ac_sub_srcdir=$srcdir/$ac_config_dir ;; -+ *) # Relative path. -+ ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; -+ esac -+ -+ # Check for guested configure; otherwise get Cygnus style configure. -+ if test -f $ac_sub_srcdir/configure; then -+ ac_sub_configure=$ac_sub_srcdir/configure -+ elif test -f $ac_sub_srcdir/configure.in; then -+ ac_sub_configure=$ac_configure -+ else -+ AC_MSG_WARN(no configuration information is in $ac_config_dir) -+ ac_sub_configure= -+ fi -+ -+ # The recursion is here. -+ if test -n "$ac_sub_configure"; then -+ -+ # Make the cache file name correct relative to the subdirectory. -+ case "$cache_file" in -+ /*) ac_sub_cache_file=$cache_file ;; -+ *) # Relative path. -+ ac_sub_cache_file="$ac_dots$cache_file" ;; -+ esac -+ifdef([AC_PROVIDE_AC_PROG_INSTALL], -+ [ case "$ac_given_INSTALL" in -+changequote(, )dnl -+ [/$]*) INSTALL="$ac_given_INSTALL" ;; -+changequote([, ])dnl -+ *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+ esac -+])dnl -+ -+ 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. -+ if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir -+ then : -+ else -+ AC_MSG_ERROR($ac_sub_configure failed for $ac_config_dir) -+ fi -+ fi -+ -+ cd $ac_popdir -+ done -+fi -+]) diff --git a/net-im/gale/files/patch-wcwidth b/net-im/gale/files/patch-wcwidth deleted file mode 100644 index 11029afc3555..000000000000 --- a/net-im/gale/files/patch-wcwidth +++ /dev/null @@ -1,20 +0,0 @@ ---- /tmp/wcwidth.c.orig Fri Oct 25 21:05:46 2002 -+++ libgale/wcwidth.c Fri Oct 25 21:05:51 2002 -@@ -6,10 +6,16 @@ - * Markus Kuhn -- 2000-02-08 -- public domain - */ - --#ifdef __FreeBSD__ /* peterh@sapros.com */ -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version >= 500000 -+#include <wchar.h> -+#else - #include <rune.h> - #endif -+#else - #include <wchar.h> -+#endif - - /* These functions define the column width of an ISO 10646 character - * as follows: 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 db341487c6f6..000000000000 --- a/net-im/gale/pkg-plist +++ /dev/null @@ -1,67 +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/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-read.h -include/oop-rl.h -include/oop-tcl.h -include/oop-www.h -include/oop.h -lib/libgale.a -lib/libgale.so -lib/libgale.so.12 -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-tcl.a -lib/liboop-tcl.la -lib/liboop-tcl.so -lib/liboop-tcl.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 -@exec mkdir -m 1777 %D/etc/gale/auth/cache -@exec mkdir -m 1777 %D/etc/gale/auth/local -@exec mkdir -m 755 %D/etc/gale/auth/private -@dirrm etc/gale/auth/cache -@dirrm etc/gale/auth/local -@dirrm etc/gale/auth/private -@dirrm etc/gale/auth/trusted -@dirrm etc/gale/auth -@dirrm etc/gale -@dirrm include/gale |