From 8beb7bfcb3d8b69e0e10c7648332dfffe3e1d2c3 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 19 Dec 2002 12:04:30 +0000 Subject: Initial import of quirc 0.9.82 into the NetBSD packages collection. QuIRC is a stable and powerful IRC client. It features a clean interface that scales well to many servers and channels. It includes many features that power users will appreciate. It contains advanced scripting facilities powered by Tcl, accompanied by Tk. It has been called by some what XiRCON should have been, and by others, simply great. Submitted in PR pkg/19450 by Juan RP. --- chat/quirc/DESCR | 5 +++++ chat/quirc/Makefile | 18 ++++++++++++++++++ chat/quirc/PLIST | 38 ++++++++++++++++++++++++++++++++++++++ chat/quirc/distinfo | 6 ++++++ chat/quirc/patches/patch-aa | 13 +++++++++++++ chat/quirc/patches/patch-ab | 13 +++++++++++++ 6 files changed, 93 insertions(+) create mode 100644 chat/quirc/DESCR create mode 100644 chat/quirc/Makefile create mode 100644 chat/quirc/PLIST create mode 100644 chat/quirc/distinfo create mode 100644 chat/quirc/patches/patch-aa create mode 100644 chat/quirc/patches/patch-ab (limited to 'chat/quirc') diff --git a/chat/quirc/DESCR b/chat/quirc/DESCR new file mode 100644 index 00000000000..b10f5315eb8 --- /dev/null +++ b/chat/quirc/DESCR @@ -0,0 +1,5 @@ +QuIRC is a stable and powerful IRC client. It features a clean interface +that scales well to many servers and channels. It includes many features +that power users will appreciate. It contains advanced scripting +facilities powered by Tcl, accompanied by Tk. It has been called by +some what XiRCON should have been, and by others, simply great. diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile new file mode 100644 index 00000000000..3a2accbc1f8 --- /dev/null +++ b/chat/quirc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ +# + +DISTNAME= quirc-0.9.82 +CATEGORIES= chat +MASTER_SITES= http://quirc.org/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://quirc.org/ +COMMENT= Stable and powerful graphical IRC client + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +.include "../../x11/tk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/quirc/PLIST b/chat/quirc/PLIST new file mode 100644 index 00000000000..a74d79ddf83 --- /dev/null +++ b/chat/quirc/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ +bin/quirc +share/doc/quirc/AUTHORS +share/doc/quirc/COPYING +share/doc/quirc/ChangeLog +share/doc/quirc/ChangeLog.themes +share/doc/quirc/FAQ +share/doc/quirc/INSTALL +share/doc/quirc/NEWS +share/doc/quirc/README +share/doc/quirc/color.txt +share/doc/quirc/nickcomp.txt +share/doc/quirc/quedit.txt +share/doc/quirc/rfc1459.txt +share/quirc/VERSION +share/quirc/common/install.tcl +share/quirc/dal.tcl +share/quirc/doc.tcl +share/quirc/fontsel +share/quirc/fun.tcl +share/quirc/global.tcl +share/quirc/info.tcl +share/quirc/listfile.tcl +share/quirc/mircservers.tcl +share/quirc/newserver.tcl +share/quirc/notify.tcl +share/quirc/popups.tcl +share/quirc/quedit +share/quirc/qwidgets.tcl +share/quirc/server.tcl +share/quirc/servers +share/quirc/themes/default.tcl +share/quirc/variables.tcl +share/quirc/winpopup.tcl +@dirrm share/doc/quirc +@dirrm share/quirc/themes +@dirrm share/quirc/common +@dirrm share/quirc diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo new file mode 100644 index 00000000000..eb7466b1b9d --- /dev/null +++ b/chat/quirc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ + +SHA1 (quirc-0.9.82.tar.gz) = edb4e3acc8daf9d3451b91c3f98aed4a931b8c07 +Size (quirc-0.9.82.tar.gz) = 296135 bytes +SHA1 (patch-aa) = 997938094af7ff493ad31248b13e428e393aa2a1 +SHA1 (patch-ab) = 4e37d9e64f55a5f587d513ac97dd284751c72e69 diff --git a/chat/quirc/patches/patch-aa b/chat/quirc/patches/patch-aa new file mode 100644 index 00000000000..b12f9e583f6 --- /dev/null +++ b/chat/quirc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ + +--- Makefile.in.orig Wed Jul 25 12:17:39 2001 ++++ Makefile.in +@@ -93,7 +93,7 @@ generate_tags_SOURCES = generate_tags.cc + + # Documentation + +-docdir = $(prefix)/doc/@PACKAGE@ ++docdir = $(prefix)/share/doc/@PACKAGE@ + doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes + + # RPM and spec file generation diff --git a/chat/quirc/patches/patch-ab b/chat/quirc/patches/patch-ab new file mode 100644 index 00000000000..a803c15cb52 --- /dev/null +++ b/chat/quirc/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ + +--- doc/Makefile.in.orig Thu Dec 19 22:57:57 2002 ++++ doc/Makefile.in +@@ -68,7 +68,7 @@ TK_HEADER = @TK_HEADER@ + VERSION = @VERSION@ + WISH = @WISH@ + +-docdir = $(prefix)/doc/@PACKAGE@ ++docdir = $(prefix)/share/doc/@PACKAGE@ + + doc_DATA = rfc1459.txt color.txt nickcomp.txt quedit.txt + -- cgit v1.2.3