diff options
author | tron <tron@pkgsrc.org> | 1999-07-05 20:11:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-05 20:11:41 +0000 |
commit | d44ab0dbcd400dddc68a20f888a9a37f2b8c7f22 (patch) | |
tree | f7a00cf24dd530536363cc829a96d61d83491228 /net/xchat | |
parent | db1d26fef26b80fba0dc2c5cac666854bac267b5 (diff) | |
download | pkgsrc-d44ab0dbcd400dddc68a20f888a9a37f2b8c7f22.tar.gz |
Import new "xchat" package:
X11 (X Window System) IRC client, using the GTK+ toolkit.
Diffstat (limited to 'net/xchat')
-rw-r--r-- | net/xchat/Makefile | 24 | ||||
-rw-r--r-- | net/xchat/files/md5 | 3 | ||||
-rw-r--r-- | net/xchat/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/xchat/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/xchat/pkg/PLIST | 28 |
5 files changed, 58 insertions, 0 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile new file mode 100644 index 00000000000..89ec9be7781 --- /dev/null +++ b/net/xchat/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 20:11:41 tron Exp $ + +DISTNAME= xchat-1.0.0 +CATEGORIES= net x11 gnome +MASTER_SITES= ${HOMEPAGE}/files/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://xchat.linuxpower.org/ + +DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_PERL5= yes +USE_X11BASE= yes + +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/net/xchat/files/md5 b/net/xchat/files/md5 new file mode 100644 index 00000000000..37442ca4dee --- /dev/null +++ b/net/xchat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/05 20:11:41 tron Exp $ + +MD5 (xchat-1.0.0.tar.gz) = 1c64814fc2b60445f61406649a9e12d4 diff --git a/net/xchat/pkg/COMMENT b/net/xchat/pkg/COMMENT new file mode 100644 index 00000000000..2fa53666572 --- /dev/null +++ b/net/xchat/pkg/COMMENT @@ -0,0 +1 @@ +X11 (X Window System) IRC client, using the GTK+ toolkit. diff --git a/net/xchat/pkg/DESCR b/net/xchat/pkg/DESCR new file mode 100644 index 00000000000..ea2071ff037 --- /dev/null +++ b/net/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/net/xchat/pkg/PLIST b/net/xchat/pkg/PLIST new file mode 100644 index 00000000000..a29023006ff --- /dev/null +++ b/net/xchat/pkg/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/05 20:11:41 tron Exp $ +bin/xchat +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/pl/LC_MESSAGES/xchat.mo +share/locale/sv/LC_MESSAGES/xchat.mo +share/locale/ru/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo +share/locale/cs/LC_MESSAGES/xchat.mo +share/locale/no/LC_MESSAGES/xchat.mo +share/locale/pt_BR/LC_MESSAGES/xchat.mo +share/locale/fr_CA/LC_MESSAGES/xchat.mo +share/pixmaps/xchat.png +share/gnome/apps/Internet/xchat.desktop +share/doc/xchat/xchat.html +share/doc/xchat/xchat-1.html +share/doc/xchat/xchat-2.html +share/doc/xchat/xchat-3.html +share/doc/xchat/xchat-5.html +share/doc/xchat/xchat-4.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-10.html +@dirrm share/doc/xchat |