summaryrefslogtreecommitdiff
path: root/net/gabber
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 14:34:14 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 14:34:14 +0000
commitc51ca878b6ded47e07c608b30d5b9f070b2d1b99 (patch)
tree2551bb0ceabd4b16f558101fe905d315d3f6cda8 /net/gabber
parentFix build problem of 3-stable. Somewhat dirty but it works... :< (diff)
New gabber port. Gabber is a Jabber client for GNOME desktop.
PR: 19444 Submitted by: Erich Zigler <erich@tacni.net>
Notes
Notes: svn path=/head/; revision=30026
Diffstat (limited to 'net/gabber')
-rw-r--r--net/gabber/Makefile34
-rw-r--r--net/gabber/distinfo1
-rw-r--r--net/gabber/files/patch-aa11
-rw-r--r--net/gabber/files/patch-ac11
-rw-r--r--net/gabber/files/patch-ae10
-rw-r--r--net/gabber/pkg-comment1
-rw-r--r--net/gabber/pkg-descr10
-rw-r--r--net/gabber/pkg-plist93
8 files changed, 171 insertions, 0 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile
new file mode 100644
index 000000000000..10c624eef413
--- /dev/null
+++ b/net/gabber/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gabber
+# Date created: 20 Jun 2000
+# Whom: Erich Zigler <erich@tacni.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gabber
+PORTVERSION= 0.6.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= erich@tacni.net
+
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
+ gtkmm-1.2:${PORTSDIR}/x11-toolkits/gtk-- \
+ gnomemm-1.1.2:${PORTSDIR}/x11-toolkits/gnome-- \
+ sigc.1:${PORTSDIR}/devel/libsigc++ \
+ gnet.0:${PORTSDIR}/net/gnet \
+ glade.3:${PORTSDIR}/devel/libglade
+RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
+ GNOME_LIBCONFIG_PATH="${LOCALBASE}/lib:${X11BASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/net/gabber/distinfo b/net/gabber/distinfo
new file mode 100644
index 000000000000..65c6ee651010
--- /dev/null
+++ b/net/gabber/distinfo
@@ -0,0 +1 @@
+MD5 (gabber-0.6.1.tar.gz) = 423c62683083c0e8d89d11448cd9e9a4
diff --git a/net/gabber/files/patch-aa b/net/gabber/files/patch-aa
new file mode 100644
index 000000000000..68cb7306f123
--- /dev/null
+++ b/net/gabber/files/patch-aa
@@ -0,0 +1,11 @@
+--- jabberoo/src/sha.c.orig Wed Jun 21 22:38:30 2000
++++ jabberoo/src/sha.c Wed Jun 21 22:39:14 2000
+@@ -45,7 +45,7 @@
+ #include <sys/stat.h>
+ #ifndef WIN32
+ #include <unistd.h>
+-#include <endian.h>
++#include <machine/endian.h>
+ #define INT64 long long
+ #else
+ #include <string.h>
diff --git a/net/gabber/files/patch-ac b/net/gabber/files/patch-ac
new file mode 100644
index 000000000000..753083b3e863
--- /dev/null
+++ b/net/gabber/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Fri Jun 30 09:25:00 2000
++++ src/Makefile.in Fri Jun 30 09:25:25 2000
+@@ -141,7 +141,7 @@
+
+ EXTRA_DIST = Gabber.hh GladeHelper.hh gabber.glade GabberGladeStrings.c GabberConfig.hh
+
+-CXXFLAGS = -g -O2
++CXXFLAGS = @CXXFLAGS@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES = GabberConfig.hh
diff --git a/net/gabber/files/patch-ae b/net/gabber/files/patch-ae
new file mode 100644
index 000000000000..09ef23a237e2
--- /dev/null
+++ b/net/gabber/files/patch-ae
@@ -0,0 +1,10 @@
+--- src/GabberConfig.hh.in.orig Fri Jun 30 17:20:39 2000
++++ src/GabberConfig.hh.in Fri Jun 30 17:21:45 2000
+@@ -7,6 +7,6 @@
+ static const char* GABBER_VERSION = VERSION;
+ static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade";
+ static const char* GABBER_CONFIG = "/Gabber/";
+-static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/";
++static const char* GABBER_PIXPATH = "@prefix@/share/gnome/pixmaps/gabber/";
+
+
diff --git a/net/gabber/pkg-comment b/net/gabber/pkg-comment
new file mode 100644
index 000000000000..821f5dadc6d3
--- /dev/null
+++ b/net/gabber/pkg-comment
@@ -0,0 +1 @@
+Gabber: The GNOME Jabber Client
diff --git a/net/gabber/pkg-descr b/net/gabber/pkg-descr
new file mode 100644
index 000000000000..a49b555aa13d
--- /dev/null
+++ b/net/gabber/pkg-descr
@@ -0,0 +1,10 @@
+Gabber is a Jabber client for GNOME. No, it's not a GTK client, it's a
+GNOME client. Originally cabbar was the GTK client, but it has not been
+worked on for quite some time.
+
+For more information on Jabber please go to http://jabber.org
+
+WWW: http://gabber.sourceforge.net
+
+- Erich Zigler
+erich@tacni.net
diff --git a/net/gabber/pkg-plist b/net/gabber/pkg-plist
new file mode 100644
index 000000000000..77f41e4dc679
--- /dev/null
+++ b/net/gabber/pkg-plist
@@ -0,0 +1,93 @@
+bin/gabber
+share/locale/en_SE/LC_MESSAGES/gabber.mo
+share/gabber/gabber.glade
+share/gabber/glade-gabber-logo.png
+share/gabber/glade-message.xpm
+share/gabber/glade-ooochat.xpm
+share/gabber/glade-s10n.xpm
+share/gabber/glade-new-user.xpm
+share/gabber/glade-new-user-menu.xpm
+share/gnome/pixmaps/gabber.png
+share/gnome/pixmaps/gabber/away.xpm
+share/gnome/pixmaps/gabber/chat.xpm
+share/gnome/pixmaps/gabber/dnd.xpm
+share/gnome/pixmaps/gabber/offline.xpm
+share/gnome/pixmaps/gabber/online.xpm
+share/gnome/pixmaps/gabber/stalker.xpm
+share/gnome/pixmaps/gabber/xa.xpm
+share/gnome/pixmaps/gabber/gnome-gabber.xpm
+share/gnome/pixmaps/gabber/gnome-message.xpm
+share/gnome/pixmaps/gabber/gnome-ooochat.xpm
+share/gnome/pixmaps/gabber/gnome-s10n.xpm
+share/gnome/help/gabber/C/index.html
+share/gnome/help/gabber/C/topic.dat
+share/gnome/help/gabber/C/gabber.sgml
+share/gnome/help/gabber/C/stylesheet-images/caution.gif
+share/gnome/help/gabber/C/stylesheet-images/home.gif
+share/gnome/help/gabber/C/stylesheet-images/important.gif
+share/gnome/help/gabber/C/stylesheet-images/next.gif
+share/gnome/help/gabber/C/stylesheet-images/note.gif
+share/gnome/help/gabber/C/stylesheet-images/prev.gif
+share/gnome/help/gabber/C/stylesheet-images/tip.gif
+share/gnome/help/gabber/C/stylesheet-images/toc-blank.gif
+share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif
+share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif
+share/gnome/help/gabber/C/stylesheet-images/up.gif
+share/gnome/help/gabber/C/stylesheet-images/warning.gif
+share/gnome/help/gabber/C/agents.html
+share/gnome/help/gabber/C/authors.html
+share/gnome/help/gabber/C/bugs.html
+share/gnome/help/gabber/C/first.html
+share/gnome/help/gabber/C/license.html
+share/gnome/help/gabber/C/ln7.html
+share/gnome/help/gabber/C/login.html
+share/gnome/help/gabber/C/main.html
+share/gnome/help/gabber/C/msg.html
+share/gnome/help/gabber/C/panel.html
+share/gnome/help/gabber/C/pref.html
+share/gnome/help/gabber/C/userinfo.html
+share/gnome/help/gabber/C/users.html
+share/gnome/help/gabber/C/docbook.css
+share/gnome/help/gabber/C/agents-available.png
+share/gnome/help/gabber/C/agents-register.png
+share/gnome/help/gabber/C/first.png
+share/gnome/help/gabber/C/login.png
+share/gnome/help/gabber/C/main-menubar-gabber.png
+share/gnome/help/gabber/C/main-menubar-help.png
+share/gnome/help/gabber/C/main-menubar-roster.png
+share/gnome/help/gabber/C/main-menubar-user.png
+share/gnome/help/gabber/C/main-roster-menu.png
+share/gnome/help/gabber/C/main-status-roster.png
+share/gnome/help/gabber/C/main-status-user-dialog.png
+share/gnome/help/gabber/C/main-status-user-show.png
+share/gnome/help/gabber/C/main-toolbar.png
+share/gnome/help/gabber/C/main.png
+share/gnome/help/gabber/C/mainshot.png
+share/gnome/help/gabber/C/msg-gc-join.png
+share/gnome/help/gabber/C/msg-gc-main-menubar-chat.png
+share/gnome/help/gabber/C/msg-gc-main-menubar-edit.png
+share/gnome/help/gabber/C/msg-gc-main-menubar-help.png
+share/gnome/help/gabber/C/msg-gc-main.png
+share/gnome/help/gabber/C/msg-normal-advanced.png
+share/gnome/help/gabber/C/msg-normal-reply.png
+share/gnome/help/gabber/C/msg-normal.png
+share/gnome/help/gabber/C/msg-ooo.png
+share/gnome/help/gabber/C/pref-connection.png
+share/gnome/help/gabber/C/pref-mainwindow.png
+share/gnome/help/gabber/C/pref-msg.png
+share/gnome/help/gabber/C/pref-roster-statuscolors.png
+share/gnome/help/gabber/C/pref-roster.png
+share/gnome/help/gabber/C/userinfo-basic.png
+share/gnome/help/gabber/C/userinfo-jud.png
+share/gnome/help/gabber/C/users-adduser.png
+share/gnome/help/gabber/C/users-edituser-groups-add.png
+share/gnome/help/gabber/C/users-edituser-groups.png
+share/gnome/help/gabber/C/users-edituser-info.png
+share/gnome/help/gabber/C/users-edituser-s10n.png
+share/gnome/help/gabber/C/users-subscriptionrequest.png
+share/gnome/apps/Internet/gabber.desktop
+@dirrm share/gabber
+@dirrm share/gnome/pixmaps/gabber
+@dirrm share/gnome/help/gabber/C/stylesheet-images
+@dirrm share/gnome/help/gabber/C
+@dirrm share/gnome/help/gabber