summaryrefslogtreecommitdiff
path: root/net-p2p/gtkhx
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-11 08:37:57 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-11 08:37:57 +0000
commit2494b062ad440205faf18f6ed5924f393c8cf77b (patch)
tree6b60a26f09295f2ca26fd310cb79cf58e3c46a37 /net-p2p/gtkhx
parentadd graphthing 0.6 (diff)
Initial import of gtkhx 0.9.1
Gtkhx is a GTK+ version of Hx, a UNIX Hotline Client. PR: 34785 Submitted by: Josh Elsasser <joshe@jade.elsasser.org>
Notes
Notes: svn path=/head/; revision=54532
Diffstat (limited to 'net-p2p/gtkhx')
-rw-r--r--net-p2p/gtkhx/Makefile28
-rw-r--r--net-p2p/gtkhx/distinfo1
-rw-r--r--net-p2p/gtkhx/files/patch-aa10
-rw-r--r--net-p2p/gtkhx/files/patch-ab11
-rw-r--r--net-p2p/gtkhx/files/patch-ac10
-rw-r--r--net-p2p/gtkhx/pkg-comment1
-rw-r--r--net-p2p/gtkhx/pkg-descr5
-rw-r--r--net-p2p/gtkhx/pkg-plist14
8 files changed, 80 insertions, 0 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile
new file mode 100644
index 000000000000..a14579aa712e
--- /dev/null
+++ b/net-p2p/gtkhx/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gtkhx
+# Date created: 9 February 2002
+# Whom: Josh Elsasser <jre@vineyard.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkhx
+PORTVERSION= 0.9.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gtkhx
+
+MAINTAINER= jre@vineyard.net
+
+LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf:install \
+ intl.1:${PORTSDIR}/devel/gettext:install \
+ iconv.2:${PORTSDIR}/converters/iconv:install
+
+USE_XLIB= yes
+USE_GLIB= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
+
+MAN1= gtkhx.1
+
+.include <bsd.port.mk>
diff --git a/net-p2p/gtkhx/distinfo b/net-p2p/gtkhx/distinfo
new file mode 100644
index 000000000000..2b26888b6218
--- /dev/null
+++ b/net-p2p/gtkhx/distinfo
@@ -0,0 +1 @@
+MD5 (gtkhx-0.9.1.tar.gz) = 4fead053517c9ba58fb68ab18ecb5d11
diff --git a/net-p2p/gtkhx/files/patch-aa b/net-p2p/gtkhx/files/patch-aa
new file mode 100644
index 000000000000..bd4b5384b0dd
--- /dev/null
+++ b/net-p2p/gtkhx/files/patch-aa
@@ -0,0 +1,10 @@
+--- configure.orig Mon Jan 21 23:48:37 2002
++++ configure Sat Feb 9 20:17:35 2002
+@@ -4894,7 +4894,6 @@
+ fi
+ fi
+
+-ipv6=yes
+ if test "$ipv6" = yes; then
+ for ac_func in getaddrinfo
+ do
diff --git a/net-p2p/gtkhx/files/patch-ab b/net-p2p/gtkhx/files/patch-ab
new file mode 100644
index 000000000000..3f288c9f272a
--- /dev/null
+++ b/net-p2p/gtkhx/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Jan 21 23:48:37 2002
++++ Makefile.in Sat Feb 9 20:20:37 2002
+@@ -101,7 +101,7 @@
+ install_sh = @install_sh@
+ sedpath = @sedpath@
+ unamepath = @unamepath@
+-mandir = $(prefix)/share/man/man1
++mandir = $(prefix)/man/man1
+
+ SUBDIRS = po intl src sounds plugins
+
diff --git a/net-p2p/gtkhx/files/patch-ac b/net-p2p/gtkhx/files/patch-ac
new file mode 100644
index 000000000000..5a8da4c3dc90
--- /dev/null
+++ b/net-p2p/gtkhx/files/patch-ac
@@ -0,0 +1,10 @@
+--- src/plugin.c.orig Sun Feb 10 01:16:45 2002
++++ src/plugin.c Sun Feb 10 01:17:00 2002
+@@ -24,6 +24,7 @@
+
+ #define PLUGIN_C
+
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <gtk/gtk.h>
diff --git a/net-p2p/gtkhx/pkg-comment b/net-p2p/gtkhx/pkg-comment
new file mode 100644
index 000000000000..724efc1d3768
--- /dev/null
+++ b/net-p2p/gtkhx/pkg-comment
@@ -0,0 +1 @@
+A GTK+ version of Hx, a UNIX Hotline Client
diff --git a/net-p2p/gtkhx/pkg-descr b/net-p2p/gtkhx/pkg-descr
new file mode 100644
index 000000000000..e4e11a6c7bca
--- /dev/null
+++ b/net-p2p/gtkhx/pkg-descr
@@ -0,0 +1,5 @@
+GtkHx is a GTK Hotline client. Hotline is a protocol which allows you
+to chat, send messages, read and post news, and transfer files with
+other users connected to a Hotline server.
+
+WWW: http://gtkhx.sourceforge.net/
diff --git a/net-p2p/gtkhx/pkg-plist b/net-p2p/gtkhx/pkg-plist
new file mode 100644
index 000000000000..41746a3be199
--- /dev/null
+++ b/net-p2p/gtkhx/pkg-plist
@@ -0,0 +1,14 @@
+bin/gtkhx
+share/locale/fr/LC_MESSAGES/gtkhx.mo
+share/gtkhx/sounds/chatinvite.aiff
+share/gtkhx/sounds/chatpost.aiff
+share/gtkhx/sounds/error.aiff
+share/gtkhx/sounds/filedone.aiff
+share/gtkhx/sounds/join.aiff
+share/gtkhx/sounds/logged-in.aiff
+share/gtkhx/sounds/message.aiff
+share/gtkhx/sounds/newspost.aiff
+share/gtkhx/sounds/part.aiff
+share/gtkhx/icons.rsrc
+@dirrm share/gtkhx/sounds
+@dirrm share/gtkhx