diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 01:58:18 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 01:58:18 +0000 |
commit | df71171e225aa414694626877b2096823ac39410 (patch) | |
tree | 12e19b511cdc73330302060656d61a756a628126 | |
parent | 67f946ad33c9be8fca439ea112bb3bfbf8a8ce87 (diff) | |
download | FreeBSD-ports-df71171e225aa414694626877b2096823ac39410.zip FreeBSD-ports-df71171e225aa414694626877b2096823ac39410.tar.gz |
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 <cpiazza@home.net>
-rw-r--r-- | irc/quirc/Makefile | 25 | ||||
-rw-r--r-- | irc/quirc/distinfo | 1 | ||||
-rw-r--r-- | irc/quirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/quirc/pkg-descr | 7 | ||||
-rw-r--r-- | irc/quirc/pkg-plist | 20 |
5 files changed, 54 insertions, 0 deletions
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 <cpiazza@home.net> +# +# $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 <bsd.port.mk> 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 |