diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-11 08:37:57 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-11 08:37:57 +0000 |
commit | 2494b062ad440205faf18f6ed5924f393c8cf77b (patch) | |
tree | 6b60a26f09295f2ca26fd310cb79cf58e3c46a37 /net/gtkhx | |
parent | 2386eabc0716932bf1d4326e908b3d1bd75a8f3c (diff) | |
download | ports-2494b062ad440205faf18f6ed5924f393c8cf77b.tar.gz ports-2494b062ad440205faf18f6ed5924f393c8cf77b.zip |
Notes
Diffstat (limited to 'net/gtkhx')
-rw-r--r-- | net/gtkhx/Makefile | 28 | ||||
-rw-r--r-- | net/gtkhx/distinfo | 1 | ||||
-rw-r--r-- | net/gtkhx/files/patch-aa | 10 | ||||
-rw-r--r-- | net/gtkhx/files/patch-ab | 11 | ||||
-rw-r--r-- | net/gtkhx/files/patch-ac | 10 | ||||
-rw-r--r-- | net/gtkhx/pkg-comment | 1 | ||||
-rw-r--r-- | net/gtkhx/pkg-descr | 5 | ||||
-rw-r--r-- | net/gtkhx/pkg-plist | 14 |
8 files changed, 80 insertions, 0 deletions
diff --git a/net/gtkhx/Makefile b/net/gtkhx/Makefile new file mode 100644 index 000000000000..a14579aa712e --- /dev/null +++ b/net/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/gtkhx/distinfo b/net/gtkhx/distinfo new file mode 100644 index 000000000000..2b26888b6218 --- /dev/null +++ b/net/gtkhx/distinfo @@ -0,0 +1 @@ +MD5 (gtkhx-0.9.1.tar.gz) = 4fead053517c9ba58fb68ab18ecb5d11 diff --git a/net/gtkhx/files/patch-aa b/net/gtkhx/files/patch-aa new file mode 100644 index 000000000000..bd4b5384b0dd --- /dev/null +++ b/net/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/gtkhx/files/patch-ab b/net/gtkhx/files/patch-ab new file mode 100644 index 000000000000..3f288c9f272a --- /dev/null +++ b/net/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/gtkhx/files/patch-ac b/net/gtkhx/files/patch-ac new file mode 100644 index 000000000000..5a8da4c3dc90 --- /dev/null +++ b/net/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/gtkhx/pkg-comment b/net/gtkhx/pkg-comment new file mode 100644 index 000000000000..724efc1d3768 --- /dev/null +++ b/net/gtkhx/pkg-comment @@ -0,0 +1 @@ +A GTK+ version of Hx, a UNIX Hotline Client diff --git a/net/gtkhx/pkg-descr b/net/gtkhx/pkg-descr new file mode 100644 index 000000000000..e4e11a6c7bca --- /dev/null +++ b/net/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/gtkhx/pkg-plist b/net/gtkhx/pkg-plist new file mode 100644 index 000000000000..41746a3be199 --- /dev/null +++ b/net/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 |