Commit Graph

606 Commits

Author SHA1 Message Date
Jim Mock
96ee7cf941 Update to version 0.7.95-3. 2000-08-26 06:49:59 +00:00
Kevin Lo
f2f4a63af1 Update to version 0.9.80
PR: 20745
Submitted by: Ports Fury
2000-08-23 08:01:20 +00:00
Jim Mock
73c683ce3e Update to version 0.7.95-2. 2000-08-23 00:55:49 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Kris Kennaway
56965baa03 Upgrade to ircd-hybrid 5.3p8 2000-08-20 02:44:19 +00:00
Jim Mock
76f1e25bbf Update to version 0.7.95. 2000-08-14 03:21:50 +00:00
Alexander Langer
ba412a2f32 Update to 4.4X. Should fix bento's build problems. 2000-08-13 16:44:01 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Neil Blakey-Milner
3638ee2d00 Add ircatlite, a GTK+ IRC client.
PR:		ports/18570
Submitted by:	Yoshikazu GOTO <goto@snowy.to>
2000-07-31 15:31:16 +00:00
Kevin Lo
bc1c3dd709 The startup script provided with the irc/ircd-hybrid port is missing
a ";;" to close a 'case' statement entry.

PR: 20302
Submitted by: Peter Pentchev <roam@orbitel.bg>
2000-07-31 08:47:35 +00:00
Jeroen Ruigrok van der Werven
44e8f1a6f3 Update to 0.9.2:
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-31 06:10:57 +00:00
Jim Mock
35c2fd379b Update to version 0.7.94. 2000-07-27 19:07:40 +00:00
Jim Mock
94fe9f7bed Update to version 1.5.6 2000-07-27 18:31:32 +00:00
Vanilla I. Shu
ae6f836a9a Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Jeroen Ruigrok van der Werven
986e808d4c Update to 0.9.1.
ChangeLog:
* Fix bug where joining an !id channel could crash epic.
* Only call channel_going_away if the channel belongs to a window.
* Throw /on channel_sync in the context of the channel's window.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-20 10:10:12 +00:00
Jeroen Ruigrok van der Werven
b6bd4a138f Update to 0.9.0.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-17 10:07:52 +00:00
Vanilla I. Shu
55b5dbcf6a Correct pkg/PLIST* 2000-07-16 08:13:12 +00:00
Jeroen Ruigrok van der Werven
b4199efa18 Update to version pre2.700.
This should fix a few bugs.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-11 08:24:51 +00:00
Jim Mock
bc4f407d22 Update to version 0.7.93. 2000-07-10 06:11:17 +00:00
Jim Mock
aa6891d65e Update to version 0.7.92-3 2000-07-07 21:21:15 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Steve Price
792eba5df0 Make building the plugins optional.
PR:		19708
Submitted by:	maintainer
2000-07-07 18:24:43 +00:00
Jeroen Ruigrok van der Werven
fe019116f1 Update port to new version, pre2.600.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-06 10:33:28 +00:00
Jeroen Ruigrok van der Werven
92b70d2003 Update MAINTAINER's e-mail address. 2000-07-06 10:32:14 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Bill Fumerola
0e4d21bdb8 panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..
2000-07-04 01:30:56 +00:00
Will Andrews
b838a7b709 Update to 0.99.7. 2000-07-03 23:19:58 +00:00
Jim Mock
769882882b Update to version 0.7.92-2. 2000-07-01 19:25:36 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Jim Mock
79aff9e30d Update to version 1.5.5 2000-06-27 21:21:05 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Jim Mock
a2e7274f21 Update to version 1.5.4. 2000-06-20 07:15:18 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Jim Mock
26be6649fe Update to version 0.7.91. 2000-06-14 22:12:38 +00:00
Matthew Hunt
8fc36b393c In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
Jim Mock
2fddf56a32 Update to version 0.7.90. The author has removed all GTK/GNOME bits for
the time being, but says ``they might come back later'', but for now this
is a text-only client.

Submitted by:	ade
2000-06-12 19:16:51 +00:00
Jim Mock
0847a8164e Fix up the GNOME dependencies and use devel/gettext instead of xchat's own
local libintl.

Submitted by:	ade
2000-06-12 19:12:37 +00:00
Jim Mock
4905d468b2 If we have gnomecore, we have gdk-pixbuf too.
Submitted by:	ade
2000-06-05 19:34:48 +00:00
Jim Mock
101b19c3a2 Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob. 2000-06-05 19:04:22 +00:00
Chris Piazza
abe150c11b Remove config file if it hasn't changed from the default 2000-06-05 06:05:49 +00:00
Tim Vanderhoek
11217fda9f PORTVERSION=0.7.28-3 -> PORTVERSION=0.7.28.3 (per porters-handbook) 2000-06-04 04:21:11 +00:00
Tim Vanderhoek
572120aebf WWW moved. 2000-06-04 04:09:00 +00:00
Satoshi Asami
a0885ea271 Don't forget nhirc.1.
Submitted by:	bento
2000-06-03 08:42:28 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Chris D. Faulhaber
373f9b0dc3 Conditionally remove directories during package removal
Found by:	bento
2000-06-01 12:51:33 +00:00
Justin M. Seger
e3f1756ddc Fix MASTER_SITE
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-05-26 20:41:06 +00:00
Jim Mock
255da4f9b3 Enable NLS support. It works now!
Submitted by:	cpiazza
2000-05-25 22:48:30 +00:00
Jim Mock
4bb3d314eb Fix the DESCR file to actually be a DESCR and not half of one with an MD5
checksum.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-05-25 22:11:20 +00:00
Jim Mock
276c39a3ad Update to version 1.5.2. 2000-05-25 19:02:05 +00:00
Will Andrews
7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00
Will Andrews
322651038e Update to 2.8.2. This tarball is being hosted on my website since it was
given to me by Ben Vaughn <bvaughn@pns.net>, who obtained it from the
author.  Unfortunately, the author has no place to put the tarball for
some reason.

Approved by:	billf
2000-05-22 06:38:59 +00:00
Will Andrews
99c1d54825 Distfile has returned to its original location; MD5 checksum still matches.
Chris, could you remove your copy so no more freefall b/w is wasted!  :-)
2000-05-20 05:11:14 +00:00
Will Andrews
b35f084b91 Finally add infobot port. I got tired of waiting for the infobot
developers to finish 0.50 so I just added this old version.

PR:		14922
Submitted by:	Kevin Meltzer <perlguy@perlguy.com>
2000-05-19 22:14:22 +00:00
Will Andrews
e2b6f26f91 Update to ircII 4.4U, and change MAINTAINER to someone more active.
Approved by:	asami
2000-05-19 18:51:38 +00:00
Will Andrews
a355f99ef3 Update MUH to 2.0.5c.
Submitted by:	Anders Andersson <anders@sanyusan.se>
Approved by:	billf (maint)
2000-05-17 08:51:29 +00:00
Chris Piazza
ebd0220b4c Update to 1.2
PR:		18331
Submitted by:	Dave McKay <dave@mu.org>
2000-05-06 20:53:49 +00:00
Chris Piazza
a9a307770c Update to 0.99.6
PR:		18338
Submitted by:	Dave McKay <dave@elvis.mu.org>
2000-05-06 20:47:38 +00:00
Jim Mock
e497f88ff6 Whoops, 1.4 in the MASTER_SITES should be 1.5. I guess that's what I get
for fetching the tarball manually first.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-04-25 16:14:24 +00:00
Jim Mock
9d814ea978 Update to version 1.5.0. 2000-04-24 22:56:41 +00:00
Justin M. Seger
a8d5ab329c Upgrade to zircon-1.18.243.tar.gz 2000-04-23 15:40:05 +00:00
Vanilla I. Shu
a0f96c0212 Upgrade
p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
2000-04-23 12:25:12 +00:00
Chris Piazza
5ab135968f Need a subdir in the master site 2000-04-22 23:49:56 +00:00
Michael Haro
94a193f3ef whitespace nits 2000-04-22 00:20:14 +00:00
Chris Piazza
81a9baaf3b Update master sites 2000-04-19 03:30:05 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
R. Imura
9520b567dd Setting DISTNAME correctly. 2000-04-15 12:58:16 +00:00
Will Andrews
fd69975780 Minor changes:
1) Move kvirc to use Qt 2.1. Patch added assists with this.
  2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4.

Submitted by:	imura (#2)
Reported by:	Vladimir B. Grebenschikov <vova@express.ru>
2000-04-15 00:18:30 +00:00
Jim Mock
0b32dc9e2b Add SOCKS support.
Submitted by:	dburr
2000-04-14 18:18:37 +00:00
Michael Haro
0b7b87e184 fix typo 2000-04-12 16:16:27 +00:00
Satoshi Asami
cdd232678c Typo (PORTVESION -> PORTVERSION). 2000-04-12 11:19:03 +00:00
David E. O'Brien
19a18df8d0 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:28:35 +00:00
Jim Mock
e6ac1ca7b8 Update to version 1.4.2. 2000-04-07 08:37:57 +00:00
Will Andrews
465a239b50 Change "jensen@arizona.edu" to "toast@blackened.com".
Requested by:	maintainer
2000-03-25 22:14:52 +00:00
Will Andrews
97af65b89c Change MAINTAINER to toast@blackened.com, the author of blackened. I've
wanted to do this for some time now.

Responsibility accepted by:	toast@blackened.com
2000-03-25 22:12:56 +00:00
Will Andrews
39dbfd7b44 Finally fix irc/kvirc pakaging. Sorry this didn't make it in 4.0! :-(
Submitted by:	imura (on mailing list)
2000-03-22 23:45:54 +00:00
Matthew Hunt
f54185dbe3 Distfile and web site have gone missing. Host distfile on my
people.FreeBSD.org space.  Delete "WWW:" portion of pkg/DESCR.
2000-03-22 21:32:26 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Chris D. Faulhaber
e3cfbd1798 Add MASTER_SITE
Remove MASTER_SITE whose IP is the same as the other

PR:		17320
Submitted by:	Maintainer
2000-03-21 00:13:18 +00:00
Kris Kennaway
9df76a88cd Upgrade to ircII 4.4S, an actively-developed version which has had many
changes since the 4.4 release. In particular ipv6 support is now claimed
and it fixes at least one serious security hole.
2000-03-19 23:39:37 +00:00
Satoshi Asami
87bcc4026b Mark this port forbidden, it has a security hole.
Reported by:	maintainer, kris
2000-03-13 02:59:46 +00:00
Chris D. Faulhaber
1de8a01db5 * Added a patch so that GTK BitchX will compile
* Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h
  as requested by Cliff Rowley <dozprompt@onsea.com>. This will enable
  a few aliases for services commands.

PR:		17078
Submitted by:	Maintainer
2000-03-11 15:25:38 +00:00
Thomas Gellekum
adb1665eca Fix PLIST for -stable. I don't get the same PLIST error that bento
shows; it.mo is installed correctly on my system.

PR:		16996
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-10 13:27:34 +00:00
Jim Mock
524c998d92 Update to version 1.4.1 2000-03-09 19:56:27 +00:00
Bill Fumerola
82b20c0b3b fennerage / upgrade to 2.05a 2000-03-08 02:56:47 +00:00
Chris Piazza
5b1f89cf01 Update to 1.8i6
PR:		17203
Submitted by:	maintainer
2000-03-08 01:10:52 +00:00
Chris Piazza
0edfd5574a Update to 0.99.4
This fixes some small security issues.
2000-03-08 00:50:37 +00:00
Jim Mock
5f8baf4932 Update to version 0.7.27.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-26 02:25:50 +00:00
Michael Haro
dc1f9a1b31 remove space at end of WWW line 2000-02-23 21:08:59 +00:00
Jim Mock
e0e114ae65 Update to version 0.7.26. 2000-02-22 20:15:01 +00:00
Chris Piazza
af67eb750c The ftp site is empty so use the http mirror 2000-02-21 21:03:50 +00:00
Jim Mock
2bde1b87c5 Update to version 0.7.24. 2000-02-19 09:20:45 +00:00
Bill Fumerola
82cb505e07 portlint, non-functional/whitespace changes. 2000-02-16 01:49:30 +00:00
Michael Haro
380b12a549 URL should end in a / 2000-02-14 22:40:09 +00:00
Michael Haro
6146641e65 developer site moved to new server 2000-02-14 22:39:41 +00:00
Michael Haro
e35ad3d959 add / to end of URL 2000-02-14 22:37:42 +00:00
Chris D. Faulhaber
0a772ef9e6 Fix kvirc port for -current
PR:		16688
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 13:17:03 +00:00
Jim Mock
d947340cb7 Say hello to xchat-1.4.0. This is the first 'stable' release in about
6 months (according to the xchat.org site).
2000-02-11 19:24:39 +00:00
Jim Mock
a0163f025f Update to version 1.3.14. 2000-02-08 19:56:17 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Jim Mock
da7dbb2aab Upgrade to version 1.0.0
PR:		16485
Submitted by:	maintainer
2000-02-05 00:17:56 +00:00
Chris Piazza
75bb7d21af Unbreak with NEWGCC and remove a bogus master site
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-02-03 21:14:04 +00:00
Michael Haro
0349599ee0 remove @owner and @group as they aren't necessary 2000-02-02 21:06:32 +00:00
Jim Mock
74dfd3b771 Remove xgirc. It's no longer being developed and it's one of the few
remaining ports to use gtk10.
2000-02-01 20:28:33 +00:00
Jim Mock
d3fddc1271 Update to 1.3.13.
Prodded by:	green
2000-01-31 07:39:26 +00:00
Chris D. Faulhaber
64abceb4a4 Remove port's homepage from DESCR and MASTER_SITES (hostname
disappeared months ago)
2000-01-31 04:02:28 +00:00
Steve Price
6ffcd801bf Update to version 1.0c16.
PR:		16436
Submitted by:	maintainer
2000-01-29 21:54:28 +00:00
Steve Price
f488fa5872 time(3) returns a time_t and not a long. 2000-01-28 17:28:02 +00:00
Chris Piazza
3fa2a89f42 Host the distfile myself
Requested by:	maintainer
2000-01-28 17:24:24 +00:00
Munechika SUMIKAWA
4898fc6c3a Upgrade to 2.10.3 and support IPv6.
No response from: 	maintainer
2000-01-26 21:08:19 +00:00
Jim Mock
f264d8b223 Update to version 1.3.12 2000-01-25 02:13:31 +00:00
Jim Mock
89ee0dfbbb Update to version 0.7.23 2000-01-24 20:34:23 +00:00
Munechika SUMIKAWA
9fb8013f47 Fix checksum and support IPv6.
PR:		16200
Submitted by:	Heikki Paatela <paatela@st.jyu.fi>
2000-01-22 19:50:26 +00:00
Michael Haro
5dcf783672 update MASTER_SITES
PR:		16295
Submitted by:	maintainer
2000-01-22 14:12:17 +00:00
Ade Lovett
5987e6e576 Major code update to 1.0c15
Optional GNOME/GTK user interface
New MAINTAINER (mail to previous maintainer bounces with unknown user)

PR:		16085 (with changes)
Submitted by:	Carl Johan Madestrand <calle.madestrand@norrgarden.se>
Reviewed by:	steve (in part)
2000-01-22 04:56:41 +00:00
Chris Piazza
cb50798463 Fix MASTER_SITES 2000-01-21 19:03:08 +00:00
Jim Mock
2d5a95c75a Update to version 1.3.11.
Reviewed by:	unfurl
2000-01-20 02:23:12 +00:00
Jim Mock
f6c6c94f42 Update to version 0.7.22 2000-01-17 19:58:11 +00:00
Jim Mock
93111a1eb5 Update to version 1.3.10 2000-01-07 01:07:14 +00:00
Sheldon Hearn
6502eb732f Update to epic4-2000:
* Several UI bug fixes.

Submitted by:	maintainer
2000-01-04 15:54:59 +00:00
Chris Piazza
06e8fb3ec5 New checksum 2000-01-01 21:11:14 +00:00
Chris Piazza
feed4d143f Update to 0.99.3 which fixes the compile error found by bento 2000-01-01 20:31:09 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Steve Price
31a52f1525 party version 2.12
A simple multiuser chat system.

PR:		15258
Submitted by:	James Howard <howardj@wam.umd.edu>
1999-12-25 15:59:36 +00:00
Chris D. Faulhaber
459498b471 Correct MD5 checksum
PR:		15624
Submitted by:	Maintainer
1999-12-23 14:50:10 +00:00
Chris D. Faulhaber
d0e8b18255 Remove maintainer as MAINTAINER at maintainer's request. 1999-12-23 01:07:28 +00:00
Jim Mock
cc5760581f Fix MASTER_SITES so this distfile is actually fetchable now. 1999-12-22 20:26:04 +00:00
Jim Mock
7df689b608 Update to version 0.7.21. 1999-12-22 20:15:59 +00:00
Chris D. Faulhaber
97217f6b15 Activate nethirc 1999-12-22 19:43:39 +00:00
Chris D. Faulhaber
53d0aec33c Interesting Perl-based IRC client with some
NetHack flavor that spices up the interface.

PR:		15530
Submitted by:	andrews@technologist.com
1999-12-22 19:42:16 +00:00
Sheldon Hearn
2c09b8f9ba Update to 4.pre2.500:
A few fixes, the most noticeable being a rewrite of $sar()
	in order to avoid an infinite loop condition.

Untested commit.

Submitted by:	maintainer
1999-12-03 13:26:19 +00:00
Sheldon Hearn
a134ac0d19 Update to 4.pre2.400:
Miscellaneous fixes for mostly obscure bugs.

Submitted by:	maintainer
1999-12-01 10:07:44 +00:00
Sheldon Hearn
88162270db Update to 4.pre2.300:
Fix the "phatom channel" bug.

Change maintainer with permission <19991130014851.A641@root.org.uk>.

Submitted by:	Anders Andersson <anders@sanyusan.se>
1999-11-30 08:47:35 +00:00
Jim Mock
402894db5e Update to version 0.7.20.1. 1999-11-29 21:00:38 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Jim Mock
e17a259f94 Update to version 1.3.8 1999-11-22 21:15:24 +00:00
Chris Piazza
8e414df8d3 Update to version 1.5; use tcl/tk 8.2 1999-11-22 06:21:10 +00:00
Justin M. Seger
1a13cfc115 Remove a bad MASTER_SITE and add a good one.
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1999-11-21 20:53:14 +00:00
Sheldon Hearn
d7caf3d801 Update to 4.pre2.200:
Fixed /DCC RESUME .
	Enhanced /ignore syntax.
	Minor bugfixes

Submitter claims that the maintainer has been unresponsive for several
weeks.

Submitted by:	Anders Andersson <anders@sanyusan.se>
1999-11-16 12:50:44 +00:00
Jim Mock
43f96f9590 Updated to version 1.3.7 1999-11-09 21:55:55 +00:00
Jim Mock
b85786058b Update to version 0.7.18.1 1999-11-06 00:40:20 +00:00
Jim Mock
1a0f355976 Update to version 1.3.6. This version is the first with python
scripting support, however, it's temporarily disabled until it
becomes less buggy (read: usable).
1999-11-03 00:22:09 +00:00
Justin M. Seger
dc746c6c5e Upgrade to zircon-1.18.227 1999-11-01 15:51:56 +00:00
Justin M. Seger
183ed7bdcf Upgrade to zircon-1.18.223
switch to tcl/tk-8.2
1999-10-29 17:03:29 +00:00
Jim Mock
9d3e276fe7 Depend on gnomelibs if USE_GNOME is defined 1999-10-25 22:15:10 +00:00
Jim Mock
4deddde6f6 Updated to version 1.3.5 1999-10-24 19:28:01 +00:00
Chris Piazza
a402d8d0b7 Update to version 0.0.37
PR:		14384
Submitted by:	maintainer
1999-10-21 06:05:46 +00:00
Jim Mock
e2d1dc4d07 Updated to version 0.7.18 1999-10-19 08:31:36 +00:00
Jim Mock
e63c6b6ee7 Updated to version 0.7.17 1999-10-18 23:20:32 +00:00
Dan Moschuk
116c0ae2bc Point MASTER_SITES in the right direction.
PR: ports/14101
Submitted by: Maintainer
1999-10-08 22:46:54 +00:00
Yukihiro Nakai
93d38cce04 Use updated imlib library. 1999-10-08 03:30:33 +00:00
Yukihiro Nakai
b47f4a3bf1 Use updated esound library. 1999-10-08 02:41:23 +00:00
Chris Piazza
25abf4b4a7 Use the updated libproplist shared library 1999-10-07 03:58:31 +00:00
Matthew Hunt
9f77c2c1ab Nuke ircii-epic. Superseded by epic4.
Suggested by:	Will Andrews <andrews@TECHNOLOGIST.COM>
1999-10-05 20:48:18 +00:00
Jim Mock
1904f81e23 Updated to version 1.3.4 1999-10-05 10:12:59 +00:00
Jim Mock
609890ffc6 Updated to version 1.3.3 1999-10-02 09:46:11 +00:00
Jim Mock
8fdd49e569 Attack of the COMMENT police. Fixed a bunch of typos, grammatical
errors and descriptions.

PR:		14031
Submitted by:	chris
1999-10-02 06:56:26 +00:00
Chris Piazza
2c606d14b2 Update to version 0.62
PR:		13996
Submitted by:	maintainer
1999-09-27 16:58:18 +00:00
Chris Piazza
06b0e6dada Update to version 1.7.1
PR:		13937
Submitted by:	maintainer
1999-09-24 23:34:21 +00:00
Jim Mock
17a4919c90 Updated to version 1.2.1 1999-09-19 12:01:37 +00:00
Jim Mock
77b791e3ef Updated to version 0.7.16 1999-09-19 03:44:45 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
Chris Piazza
c2c334f4c7 Update maintainer's email address and update MASTER_SITES
PR:		13671
Submitted by:	maintainer
1999-09-10 04:37:13 +00:00
Chris Piazza
2973fb8992 Update MASTER_SITES
PR:		13580
Submitted by:	maintainer
1999-09-05 01:13:42 +00:00
Chris Piazza
c43a05d8a8 Update to version 5.3p7
PR:		13561
Submitted by:	maintainer
1999-09-04 19:52:28 +00:00
Chris Piazza
f55d75e86a Update to version 0.61
PR:		13559
Submitted by:	maintainer
1999-09-04 19:44:36 +00:00
Jim Mock
26d414ded9 Fixed download path in MASTER_SITES.
Submitted by:	obrien
1999-09-01 22:18:11 +00:00
Jim Mock
1146792e53 Updated to version 0.7.15-3. 1999-09-01 11:23:18 +00:00
Jim Mock
2ae35df248 Updated to version 1.2.0 1999-09-01 08:35:08 +00:00
Jim Mock
a1fc0d70eb Update to version 0.7.15-2. 1999-08-31 13:05:36 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Jim Mock
b42fbeb7b3 Added imlib dependency.
Submitted by:	obrien
1999-08-31 04:01:25 +00:00
Jim Mock
4aaeea3082 Updated to version 1.1.9 1999-08-30 08:40:02 +00:00
Tim Vanderhoek
4f1d4da0af Caps, no period. 1999-08-29 17:49:24 +00:00
Peter Wemm
9de5ac14c7 $Id$ -> $FreeBSD$ 1999-08-29 11:32:39 +00:00
Jim Mock
c1d53996cf Updated to version 0.7.14. 1999-08-29 00:38:07 +00:00
Chris Piazza
dfc2297650 Activate p5-IRC 1999-08-26 20:34:14 +00:00
Chris Piazza
3cf5e17601 Import of p5-IRC.
p5-IRC was first intended to be a quick tool for writing IRC scripts in Perl,
but has grown into a comprehensive Perl implementaion of the IRC
protocol (RFC1459).

PR:		13017
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-08-26 20:33:43 +00:00
Jim Mock
55091fc5e8 Activated tircproxy. 1999-08-26 09:23:45 +00:00
Jim Mock
1bcf073199 Import of tircproxy.
This program is designed to proxy IRC connections, intercepting and
proxying both DCC CHAT and DCC SEND requests transparently to the user.

PR:		13066
Submitted by:	Eugeny Kuzakov <CoreDumped@lab321.ru>
1999-08-26 09:21:23 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Brian Feldman
88151d4faa Fix my e-mail address here too. Thanks, Bill! 1999-08-24 05:16:30 +00:00
David E. O'Brien
e6ac780082 Suport the American spelling of colour. 1999-08-24 01:53:11 +00:00
David E. O'Brien
941634fc9e Enable --with-ansi-colours. 1999-08-24 01:39:36 +00:00
Justin M. Seger
cf82726b69 Upgrade to zircon-1.18.223 1999-08-23 01:33:29 +00:00
Chris Piazza
432f2c5f80 Activate tirc 1999-08-22 22:07:58 +00:00
Chris Piazza
1170ab8c6f Import of tirc: Token's IRC Client.
It has support for vi-like line editing, nickname completion
ANSI-colours, flood protection, and more.

PR:		13135
Submitted by:	Dominik Rothert <dr@domix.de>
1999-08-22 22:07:26 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
c1099a544a MASTER_SITE update
PR:		13189
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-18 19:40:38 +00:00
Jim Mock
8eb3d6f198 Updated to version 1.1.8. 1999-08-16 06:43:16 +00:00
Satoshi Asami
98cb6577ba No need to put "Irssi is" in front. 1999-08-14 09:05:29 +00:00
Jim Mock
0fe595520c Updated to version 0.7.13-2 1999-08-14 07:11:57 +00:00
Chris Piazza
9e83383a64 activate scrollz 1999-08-14 03:35:15 +00:00
Chris Piazza
d613dee42e Import of ScrollZ.
ScrollZ is a colour-enabled IRC client that implements many
useful features normally found in a script.

PR:		13083
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-14 03:34:42 +00:00
Jim Mock
308793ec84 Updated to version 1.1.7 1999-08-12 07:55:42 +00:00
Bill Fumerola
e956d02b46 Make this port a tad bit easier to upgrade in the future. cpiazza
already fixed the problem I had originally checked this to fix.
1999-08-08 00:32:30 +00:00
Bill Fumerola
f72175e8aa Take 30 seconds longer then it took to mark this broken and re-roll
the makesum.
1999-08-07 23:39:30 +00:00
Chris Piazza
95be5522b8 Remove the second master site 1999-08-07 18:55:50 +00:00
Chris Piazza
8d5ba59f04 Update to version 1.4 1999-08-03 06:03:28 +00:00
Chris Piazza
06c626f00f Activate olirc 1999-08-02 21:54:35 +00:00
Chris Piazza
1789e2645a A small irc client written in GTK+
PR:		12925
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-02 21:54:31 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Chris Piazza
0dffaac33c Update to 0.9.79 1999-08-02 12:12:08 +00:00
Chris Piazza
05690f1746 Update to version 0.99.2 1999-08-02 11:42:14 +00:00
Bill Fenner
35fc3fa02a Fix WWW: typos
Found by:	not-yet-completed addition to port distfile checker
		suggested by Tim Vanderhoek
1999-08-01 04:54:40 +00:00
Chris Piazza
889248a268 Update to version 1.1.6
PR:		12893
Submitted by:	Jim Mock <jim@blues.ghis.net>, maintainer
1999-08-01 00:54:49 +00:00
Chris Piazza
2f595fe380 Update to version 1.7.0
PR:		12867
Submitted by:	Will Andrews <andrews@technologist.com>, maintainer
1999-08-01 00:46:39 +00:00
Chris Piazza
3b42b56e84 Allow for a USE_GNOME and USE_PANEL option to enable their
respective configure args instead of always disabling them.

PR:		12706
Submitted by:	Chris Costello <chris@calldei.com>
1999-07-21 05:24:44 +00:00
Chris Piazza
e2f0c56449 Update to version 1.1.3
PR:		12704
Submitted by:	Jim Mock <jim@phrantic.phear.net>, maintainer
1999-07-19 03:59:58 +00:00
Chris Piazza
004a10895f Update to 1.1.2
PR:		12671
Submitted by:	maintainer
1999-07-17 03:56:08 +00:00
David E. O'Brien
d701ec692a BROKEN='md5 checksum mismatch' 1999-07-15 01:41:32 +00:00
Chris Piazza
fa459f857b Update MASTER_SITES and DISTNAME to make this port work again. 1999-07-14 05:56:28 +00:00
Chris Piazza
aabe5f1dbb Update to 1.10.
PR:		12616
Submitted by:	maintainer
1999-07-13 02:36:46 +00:00
Chris Piazza
5f73157bc6 Update to 0.7.12
PR:		12573
Submitted by:	maintainer
1999-07-10 02:40:14 +00:00
Chris Piazza
2ce57b4150 Update to version 1.0
PR:		12556
Submitted by:	maintainer
1999-07-08 05:43:54 +00:00
Chris Piazza
bb47a5d72e Update to version 1.1.0.
PR:		12504
Submitted by:	maintainer
1999-07-05 02:30:59 +00:00
Chris Piazza
437193378d Update to xchat-1.0.0
PR:		12460
Submitted by:	maintainer
1999-06-30 17:26:18 +00:00
Satoshi Asami
b5561bc515 Whoops, forgot to move epic4 from net to irc.
Pointed out by:	billf
1999-06-28 08:55:19 +00:00
Michael Haro
fdd42d9226 ircII is now located in ports/irc 1999-06-28 05:47:42 +00:00
Tim Vanderhoek
93eb57b79b Merge from the undead: Remove trailing spaces and period hidden thereby. 1999-06-28 02:30:31 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Chris Piazza
a3a9b5e280 Fix irc/bitchx instead of net/bitchx.
Noticed by:	asami
1999-06-27 16:16:16 +00:00
Satoshi Asami
dffeb7407b New category irc. Here's the charter:
Internet Relay Chat utilities.
1999-06-26 22:19:58 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Chris Piazza
1400b2370f Author fixed a bug without updating the version number. 1999-06-25 19:55:20 +00:00
Chris Piazza
4c9349b816 Update to version 1.3
Submitted by:	maintainer
1999-06-23 19:44:34 +00:00
Chris Piazza
c4daf03541 Fix a typo and change WWW: in DESCR.
Submitted by:	maintainer
1999-06-22 00:08:56 +00:00
Chris Piazza
875477b58c Update xchat to 0.9.9.
PR:	12314
Submitted by:	maintainer
1999-06-21 01:53:35 +00:00
Chris Piazza
099ee3254d Import of trickyirc
TrickyIRC combines the functionality of screen and BNC, that is, it
allows you to detach and reattach from an IRC session without actually
disconnecting from the server.

PR:	12313
Submitted by:	Adam 'Troll' Strohl <troll@digitalspark.net>
1999-06-21 01:19:38 +00:00
Chris Piazza
141cc6d6d7 Fix distfile fennerage. 1999-06-20 00:36:36 +00:00
Chris Piazza
2798541c26 Update irssi to 0.7.11-2.
PR:	12110
Submitted by: 	maintainer
1999-06-19 20:09:33 +00:00
Chris Piazza
13d6416c8b Install into ${PREFIX}/share/blackened, not ${PREFIX}/blackened. 1999-06-19 09:13:51 +00:00
Chris Piazza
7855de4598 An alternative IRC client made by Timothy Jensen <jenson@arizona.edu>
that offers a variety of new features not found in other clients.

PR:	12217
Submitted by:	Will Andrews <andrews@TECHNOLOGIST.COM>
1999-06-19 08:57:17 +00:00
Chris Piazza
bbed9774f9 Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
1999-06-19 08:26:18 +00:00
Bill Fumerola
c7dd20afc7 Update to 1.1
PR:		ports/12235
Submitted by:	maintainer
1999-06-17 13:20:11 +00:00
Steve Price
725350903a 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>
1999-06-09 01:58:18 +00:00
Steve Price
bfbfeacb22 Update to version 0.9.6.
PR:		11756
Submitted by:	maintainer
1999-06-08 23:42:04 +00:00
Michael Haro
2686a8f158 RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
1999-06-04 06:14:33 +00:00
Steve Price
273b0793d6 Update to version 0.66.1.
PR:		11853
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:42:44 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Michael Haro
a859b9aaec Upgrade to 0.85.2
Submitted by maintainer
PR 11863
1999-05-25 10:08:22 +00:00
Steve Price
0c673cac2f Update to version 1.0.9.
PR:		11659
Submitted by:	maintainer
1999-05-16 23:44:14 +00:00
Michael Haro
01b817a515 update to version 2.6.2
PR:		10648
Submitted by:	me with help finding a new MASTER_SITE from #freebsd
1999-05-16 23:07:32 +00:00
Steve Price
dd2afe8d65 Update to version 0.9.5.
PR:		11574
Submitted by:	maintainer
1999-05-09 16:57:32 +00:00
Seiichirou Hiraoka
5ab2baaef7 Update to 0.7.8
PR:  ports/11577
Submitted by: jim@blues.ghis.net
1999-05-09 14:29:16 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Steve Price
dde8b5ce7c Update to version 0.85 and honor CXXFLAGS.
PR:		11452
Submitted by:	maintainer
1999-05-03 02:27:26 +00:00
Satoshi Taoka
07d5208a9d an IRC client that uses GTK+ and (optionally) GNOME
PR:		11120
Submitted by:	Jim Mock <jim@phrantic.phear.net>
1999-04-30 17:08:25 +00:00
Marc G. Fournier
0f398af16d Another bunch off WWW: links in DESCR 1999-04-22 00:55:05 +00:00
Michael Haro
9895ef63f1 Update to 1.0.8
PR:		11249
Submitted by:	maintainer
1999-04-21 00:33:35 +00:00