From df71171e225aa414694626877b2096823ac39410 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 9 Jun 1999 01:58:18 +0000 Subject: Initial import of quirc version 0.9.77. An irc client for the X Window System that uses TCL/TK. PR: 11827 Submitted by: Chris Piazza --- irc/quirc/Makefile | 25 +++++++++++++++++++++++++ irc/quirc/distinfo | 1 + irc/quirc/pkg-comment | 1 + irc/quirc/pkg-descr | 7 +++++++ irc/quirc/pkg-plist | 20 ++++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 irc/quirc/Makefile create mode 100644 irc/quirc/distinfo create mode 100644 irc/quirc/pkg-comment create mode 100644 irc/quirc/pkg-descr create mode 100644 irc/quirc/pkg-plist diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile new file mode 100644 index 0000000..808b29f --- /dev/null +++ b/irc/quirc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: QuIRC +# Version required: 0.9.77 +# Date created: 21 May 1999 +# Whom: Chris Piazza +# +# $Id$ +# + +DISTNAME= quirc +PKGNAME= quirc-0.9.77 +CATEGORIES= net tk80 +MASTER_SITES= http://www.quirc.org/ \ + http://patearl.powersurfr.com/quirc/ + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 + +USE_XLIB= yes +GNU_CONFIGURE= yes + +post-install: + @strip ${PREFIX}/bin/quirc + +.include diff --git a/irc/quirc/distinfo b/irc/quirc/distinfo new file mode 100644 index 0000000..9383830 --- /dev/null +++ b/irc/quirc/distinfo @@ -0,0 +1 @@ +MD5 (quirc.tar.gz) = 850f5dac308b276b91deb9bdfd57fdc8 diff --git a/irc/quirc/pkg-comment b/irc/quirc/pkg-comment new file mode 100644 index 0000000..f3f2ab3 --- /dev/null +++ b/irc/quirc/pkg-comment @@ -0,0 +1 @@ +An irc client for the X Window System that uses TCL/TK. diff --git a/irc/quirc/pkg-descr b/irc/quirc/pkg-descr new file mode 100644 index 0000000..03d3225 --- /dev/null +++ b/irc/quirc/pkg-descr @@ -0,0 +1,7 @@ +An IRC client for the X Window System that uses TCL/TK. It boasts +many advanced scripting facilities and a clean interface. + +WWW: http://quirc.org/ + +-Chris Piazza +cpiazza@home.net diff --git a/irc/quirc/pkg-plist b/irc/quirc/pkg-plist new file mode 100644 index 0000000..6887a90 --- /dev/null +++ b/irc/quirc/pkg-plist @@ -0,0 +1,20 @@ +bin/quirc +bin/quirc.inst +share/quirc/VERSION +share/quirc/country.tcl +share/quirc/dal.tcl +share/quirc/default.tcl +share/quirc/fun.tcl +share/quirc/global.tcl +share/quirc/killjpq.tcl +share/quirc/mircservers.tcl +share/quirc/newserver.tcl +share/quirc/notify.tcl +share/quirc/popups.tcl +share/quirc/qwidgets.tcl +share/quirc/servers +share/quirc/style.tcl +share/quirc/translate.tcl +share/quirc/variables.tcl +share/quirc/winpopup.tcl +@dirrm share/quirc -- cgit v1.1