summaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-211-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* Upgrade to version 1.18.91.jseger1998-02-123-5/+5
|
* Upgrade to version 1.18.90 and clean up the PLIST a bit.jseger1998-02-103-6/+8
|
* Um, it will really be appreciated if the commits are tested in advanceasami1998-01-261-2/+3
| | | | (although this one was pretty easy to fix...).
* upgrade to ircII 4.4torstenb1998-01-253-19/+34
|
* Upgrade to ircd 2.9.4torstenb1998-01-255-130/+59
|
* Upgrade to version 1.18.85 and make myself MAINTAINER.jseger1998-01-232-5/+5
|
* Portlint.asami1998-01-181-4/+12
|
* The name of our collection is "ports collection", not "port collection." :)asami1998-01-181-2/+2
|
* tkirc - a Tk based IRC client.jkh1998-01-155-0/+38
| | | | Submitted by: brianfeldman@hotmail.com
* A new ircd port for irc.freebsd.org.jkh1998-01-159-0/+417
| | | | Submitted by: Ken Monville <desmo@bandwidth.org>
* Update Zirconjkh1997-12-232-3/+3
| | | | | PR: 5366 Submitted by: Ian Struble <ian@majesticnet.com>
* Just a little variable reordering.asami1997-11-191-4/+4
|
* Upgrade to 1.18.71, remove never-tested and quite ancient dpwish supportpst1997-11-153-35/+3
| | | | to avoid confusing folks.
* Fix file ownerships.tg1997-10-312-2/+10
| | | | | PR: 4897 Submitted by: Matthew Hunt <mph@pobox.com>
* Update to version 1.18.56jkh1997-10-012-3/+3
|
* 2nd try after being bitten by cvs add bug in remote case.jkh1997-09-212-1/+33
|
* Update to version 1.18.44jkh1997-09-212-6/+6
|
* The proper install target isn't install: it's do-install.andreas1997-09-081-2/+2
| | | | | This fixes the misbehaviour, that the port wasn't registered in /var/db/pkg when doing a make install.
* Import of ircII-epic port. This is an enhanced ircII client.tg1997-07-2910-0/+1436
| | | | | PR: 3907 Submitted by: Matthew Hunt <mph@pobox.com>
* After referring to some other ports, be more canonical in placementjkh1997-07-141-3/+4
| | | | of variables.
* Update this to version 1.18.31jkh1997-07-143-40/+39
|
* upgrade to 2.9.2p3.torstenb1997-07-082-5/+5
| | | | | | | Older Versions are vulnerable to a buffer overflow, see bugtraq for details CAUTION: you may have to "fix" your config file for some strage reasons...
* remove scripts/localtorstenb1997-05-141-1/+0
|
* - Don't use irc.FreeBSD.org as the default Servertorstenb1997-05-141-3/+1
| | | | | | - Disable #FreeBSD auto-join Requested by: gpalmer and myself ;)
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Upgrade to 2.9.1p16torstenb1997-03-115-96/+191
|
* {MKDIR} -> ${MKDIR}max1996-12-301-2/+2
|
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Make this file match reality. It's usually a good idea to check theasami1996-12-071-53/+73
| | | | | | PLIST when the port is upgraded. While I'm here, sort the entries and add @dirrm's.
* It is usually a good idea to change this file when you upgrade your port.asami1996-12-031-1/+1
|
* jkh doesn't want to be the maintainer anymore (any takers???)obrien1996-12-031-3/+2
| | | | Obtained from: email to ports list
* Upgrade to 1.18b8.jkh1996-12-031-2/+2
|
* General Makefile cleanupobrien1996-12-012-4/+6
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-14/+8
|
* Almost forgot to change _base to _roof here :-)dima1996-10-281-1/+1
|
* irc-2.9-base -> irc-2.9-roofdima1996-10-281-0/+1
|
* irc-2.9-base -> irc-2.9-roofdima1996-10-281-2/+4
| | | | | Also, changed default server from "you.need.to.change.this" to "irc.FreeBSD.ORG"
* md5 file was obsoletedache1996-10-221-1/+1
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-103-3/+3
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Adjust the tclDP hack so that it doesn't depend on it being pre-installedpeter1996-08-171-2/+10
| | | | | | | | | if USE_DPWISH is set. Make the build work without making an X11 connection (groan!) by using tclsh instead of "wish -notk" to build the indexes. Requested by: asami
* Update zircon port from 1.15p11 to 1.17p3. This version uses the nativepeter1996-08-164-22/+96
| | | | | | | | | | comms tools in tcl7.5/tk4.1 rather than the crufty old tcl7.3/tk3.6/tclDP. It can still be (I think) configured to use the older libraries, but I dont want to install them to test it. :-] (zircon-1.17p4 is in beta at the moment, and was last changed within the last day or so, this (1.17p3) is the most recent non-beta version)
* Upgrade to ircII 2.9torstenb1996-06-173-14/+16
|
* Change NO_PACKAGE to RESTRICTED, no redistribution allowed at all.asami1996-06-141-2/+2
|
* Shorten PKGNAME. Check NOMANCOMPRESS.asami1996-04-011-1/+4
|
* Upgrade to 2.8.16betatorstenb1996-03-314-472/+462
|
* Change "networking" to "net".asami1995-11-273-6/+6
|
* EXEC_DEPENDS -> BUILD_DEPENDS, RUN_DEPENDS on dpwish.asami1995-10-041-2/+3
|
* Update Zircon (X11 based IRC client) to pl11pst1995-08-193-9/+62
|
* Disable NOTE by default.torstenb1995-06-272-20/+26
| | | | | | To enable NOTE, uncomment "# ENABLE_NOTE=yes" in Makefile Reviewed by: dima
OpenPOWER on IntegriCloud