summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile32
-rw-r--r--chat/xchat/files/md53
-rw-r--r--chat/xchat/files/patch-sum4
-rw-r--r--chat/xchat/patches/patch-aa13
-rw-r--r--chat/xchat/patches/patch-ab21
-rw-r--r--chat/xchat/pkg/COMMENT1
-rw-r--r--chat/xchat/pkg/DESCR2
-rw-r--r--chat/xchat/pkg/PLIST37
8 files changed, 113 insertions, 0 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
new file mode 100644
index 00000000000..d0810358a05
--- /dev/null
+++ b/chat/xchat/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+DISTNAME= xchat-1.5.7
+CATEGORIES= chat x11 gnome
+MASTER_SITES= ${HOMEPAGE}/files/source/1.5/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://xchat.org/
+
+DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core
+DEPENDS+= python>=1.5.2:../../lang/python
+
+USE_GMAKE= yes
+USE_PERL5= yes
+USE_X11BASE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
+
+.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} == NetBSD)
+CONFIGURE_ENV+= LIBS=-lutil
+.endif
+
+pre-configure:
+ @${TOUCH} ${WRKSRC}/stamp-h.in
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/xchat
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/xchat/files/md5 b/chat/xchat/files/md5
new file mode 100644
index 00000000000..4673a7236cf
--- /dev/null
+++ b/chat/xchat/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+MD5 (xchat-1.5.7.tar.bz2) = ba2355ba786609d7b7c61074b3c39657
diff --git a/chat/xchat/files/patch-sum b/chat/xchat/files/patch-sum
new file mode 100644
index 00000000000..c31eadfbad3
--- /dev/null
+++ b/chat/xchat/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+MD5 (patch-aa) = ff8eb13504f803a9645491831d805f11
+MD5 (patch-ab) = d849f2f75675bb0352ee72f4e045052b
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
new file mode 100644
index 00000000000..8cb186de4ba
--- /dev/null
+++ b/chat/xchat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+--- po/Makefile.in.in.orig Sun Oct 31 12:17:50 1999
++++ po/Makefile.in.in Mon Sep 4 19:30:55 2000
+@@ -19,7 +19,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
diff --git a/chat/xchat/patches/patch-ab b/chat/xchat/patches/patch-ab
new file mode 100644
index 00000000000..6087e7debf1
--- /dev/null
+++ b/chat/xchat/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+
+Do not alphabetically sort the GUI libs. This breaks xchat on a.out
+
+--- configure.orig Tue Sep 5 10:11:57 2000
++++ configure Tue Sep 5 10:16:31 2000
+@@ -5808,14 +5808,6 @@
+ tr "\n" " " < cflags2 > cflags
+ GUI_CFLAGS=`cat cflags`
+
+-echo $GUI_LIBS > cflags
+-tr " " "\n" < cflags > cflags2
+-sort cflags2 > cflags
+-uniq cflags > cflags2
+-tr "\n" " " < cflags2 > cflags
+-GUI_LIBS=`cat cflags`
+-rm -f cflags cflags2
+-
+ fi
+ fi
+ fi
diff --git a/chat/xchat/pkg/COMMENT b/chat/xchat/pkg/COMMENT
new file mode 100644
index 00000000000..8f79ab54eac
--- /dev/null
+++ b/chat/xchat/pkg/COMMENT
@@ -0,0 +1 @@
+X11 (X Window System) IRC client, using the GTK+ toolkit
diff --git a/chat/xchat/pkg/DESCR b/chat/xchat/pkg/DESCR
new file mode 100644
index 00000000000..ea2071ff037
--- /dev/null
+++ b/chat/xchat/pkg/DESCR
@@ -0,0 +1,2 @@
+XChat is a graphical IRC client that runs on UNIX like systems. It uses the
+GTK+ toolkit for graphical abstraction.
diff --git a/chat/xchat/pkg/PLIST b/chat/xchat/pkg/PLIST
new file mode 100644
index 00000000000..d3fa92b6703
--- /dev/null
+++ b/chat/xchat/pkg/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+bin/xchat
+bin/xchat-text
+share/doc/xchat/xchat-1.html
+share/doc/xchat/xchat-10.html
+share/doc/xchat/xchat-2.html
+share/doc/xchat/xchat-3.html
+share/doc/xchat/xchat-4.html
+share/doc/xchat/xchat-5.html
+share/doc/xchat/xchat-6.html
+share/doc/xchat/xchat-7.html
+share/doc/xchat/xchat-8.html
+share/doc/xchat/xchat-9.html
+share/doc/xchat/xchat.html
+share/gnome/apps/Internet/xchat.desktop
+share/locale/cs/LC_MESSAGES/xchat.mo
+share/locale/da/LC_MESSAGES/xchat.mo
+share/locale/de/LC_MESSAGES/xchat.mo
+share/locale/el/LC_MESSAGES/xchat.mo
+share/locale/es/LC_MESSAGES/xchat.mo
+share/locale/fr/LC_MESSAGES/xchat.mo
+share/locale/hu/LC_MESSAGES/xchat.mo
+share/locale/it/LC_MESSAGES/xchat.mo
+share/locale/ja/LC_MESSAGES/xchat.mo
+share/locale/ko/LC_MESSAGES/xchat.mo
+share/locale/nl/LC_MESSAGES/xchat.mo
+share/locale/pt_BR/LC_MESSAGES/xchat.mo
+share/locale/sl/LC_MESSAGES/xchat.mo
+share/locale/sr_YU/LC_MESSAGES/xchat.mo
+share/locale/pt/LC_MESSAGES/xchat.mo
+share/locale/ru/LC_MESSAGES/xchat.mo
+share/locale/ro/LC_MESSAGES/xchat.mo
+share/locale/sk/LC_MESSAGES/xchat.mo
+share/locale/uk/LC_MESSAGES/xchat.mo
+share/pixmaps/xchat.png
+share/pixmaps/xchat_wm.png
+@dirrm share/doc/xchat