summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-11 11:19:21 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-11 11:19:21 +0000
commit5473c4da09c1c3856da18a7650c0e55192c6a19f (patch)
treea420ae3fafe3ddc50a4c28657d22403ae42e9ff6 /net-im
parentAdd flow-tools 0.34, a set of tools to manipulate Cisco's NetFlow Export. (diff)
Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though! PR: 20329 Submitted by: Peter Haight <peterh@sapros.com>
Notes
Notes: svn path=/head/; revision=31523
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gale/Makefile32
-rw-r--r--net-im/gale/distinfo1
-rw-r--r--net-im/gale/files/patch-aa10
-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-plist47
7 files changed, 102 insertions, 0 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile
new file mode 100644
index 000000000000..356209c67045
--- /dev/null
+++ b/net-im/gale/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gale
+# Date created: 14 July 2000
+# Whom: Peter Haight <peterh@sapros.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gale
+PORTVERSION= 0.99a
+CATEGORIES= net
+MASTER_SITES= http://www.gale.org/dist/
+
+MAINTAINER= peterh@sapros.com
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
+LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww
+.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
+LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
+.endif
+
+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}" INSTALL=""
+
+post-install:
+ ${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/net-im/gale/distinfo b/net-im/gale/distinfo
new file mode 100644
index 000000000000..0581da2fd519
--- /dev/null
+++ b/net-im/gale/distinfo
@@ -0,0 +1 @@
+MD5 (gale-0.99a.tar.gz) = ebb72dde51299182e93fe15da3aa4209
diff --git a/net-im/gale/files/patch-aa b/net-im/gale/files/patch-aa
new file mode 100644
index 000000000000..87bf32d6e357
--- /dev/null
+++ b/net-im/gale/files/patch-aa
@@ -0,0 +1,10 @@
+--- liboop/configure.orig Sun Jul 16 04:58:10 2000
++++ liboop/configure Sun Jul 16 04:57:48 2000
+@@ -7,6 +7,7 @@
+ # This configure script is free software; the Free Software Foundation
+ # gives unlimited permission to copy, distribute and modify it.
+
++INSTALL=
+ # Defaults:
+ ac_help=
+ ac_default_prefix=/usr/local
diff --git a/net-im/gale/pkg-comment b/net-im/gale/pkg-comment
new file mode 100644
index 000000000000..455db0157522
--- /dev/null
+++ b/net-im/gale/pkg-comment
@@ -0,0 +1 @@
+A secure instant messaging system
diff --git a/net-im/gale/pkg-descr b/net-im/gale/pkg-descr
new file mode 100644
index 000000000000..38098b2f442f
--- /dev/null
+++ b/net-im/gale/pkg-descr
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 000000000000..57b640e59809
--- /dev/null
+++ b/net-im/gale/pkg-message
@@ -0,0 +1,3 @@
+--------------------------------------------------------------------------------
+now run ${PREFIX}/bin/gale-install ... even for an upgrade
+--------------------------------------------------------------------------------
diff --git a/net-im/gale/pkg-plist b/net-im/gale/pkg-plist
new file mode 100644
index 000000000000..8a564543b2ab
--- /dev/null
+++ b/net-im/gale/pkg-plist
@@ -0,0 +1,47 @@
+bin/galed
+bin/gsend
+bin/gsub
+bin/gwatch
+bin/gkinfo
+bin/gkgen
+bin/gksign
+bin/gdomain
+bin/gale-config
+bin/gale-install
+etc/gale/auth/trusted/ROOT
+etc/gale/COPYING
+include/oop.h
+include/oop-adns.h
+include/oop-glib.h
+include/oop-www.h
+include/gale/all.h
+include/gale/auth.h
+include/gale/client.h
+include/gale/compat.h
+include/gale/core.h
+include/gale/gsubrc.h
+include/gale/misc.h
+include/gale/types.h
+include/gale/globals.h
+include/gale/config.h
+lib/liboop.la
+lib/liboop.so
+lib/liboop.so.2
+lib/liboop.a
+lib/liboop-adns.la
+lib/liboop-adns.so
+lib/liboop-adns.so.1
+lib/liboop-adns.a
+lib/liboop-glib.la
+lib/liboop-glib.so
+lib/liboop-glib.so.0
+lib/liboop-glib.a
+lib/liboop-www.la
+lib/liboop-www.so
+lib/liboop-www.so.0
+lib/liboop-www.a
+lib/libgale.so
+lib/libgale.so.10
+lib/libgale.a
+sbin/gksign
+@dirrm include/gale