summaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Also look in .../old/ so that we are more resistant to master-site upgrades.Poul-Henning Kamp2001-02-011-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Upgrade to ircd-hybrid 5.3p8Kris Kennaway2000-08-202-2/+2
|
* The startup script provided with the irc/ircd-hybrid port is missingKevin Lo2000-07-311-0/+1
| | | | | | | a ";;" to close a 'case' statement entry. PR: 20302 Submitted by: Peter Pentchev <roam@orbitel.bg>
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-3/+16
| | | | | | | 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.
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
|
* Update to version 5.3p7Chris Piazza1999-09-042-2/+3
| | | | | PR: 13561 Submitted by: maintainer
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | 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
* Update to version 5.3p6.Steve Price1999-03-154-6/+17
| | | | | PR: 10359 Submitted by: maintainer
* Update to 5.3p4Bill Fumerola1998-12-155-7/+15
| | | | | PR: ports/9075 Submitted by: Ken Monville <desmo@bandwidth.org> (maintainer)
* Upgrade to 5.3p2, update PLIST.Bill Fumerola1998-11-164-10/+18
| | | | | PR: ports/8404 Submitted by: Ken Monville <desmo@bandwidth.org>
* Locate the new MASTER_SITE.Steve Price1998-08-301-2/+2
| | | | | PR: 7772 Submitted by: Bill Fumerola <billf@firewall.chc-chimes.com>
* Oops. /dev/null, not /dev/nul. I actually fixed this beforeTim Vanderhoek1998-08-231-1/+1
| | | | committing but forgot to hit the "save" button...
* Don't expect /etc/passwd and /etc/group to mean anything particular.Tim Vanderhoek1998-08-231-5/+5
| | | | PR: ports/7708
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
|
* Update to ircd-hybrid-5 version 5.3.Donald Burr1998-07-194-9/+28
| | | | | Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches. PR: ports/7255
* Correct small typo in patch.Donald Burr1998-07-021-1/+1
| | | | "BSDnet", not "BSDet"... ;)
* * Added a nice little "ircd.sh" file for etc/rc.d.Donald Burr1998-06-073-2/+10
| | | | | | | | * "example.conf.trillian", a much more detailed and informative (with comments!) is now also installed. * Fixed Makefile to install these new files, plus removed a bogus comment that I had accidentally left in there. * Updated PLIST with the new files.
* Upgrade to ircd-hybrid-5.2p1.Donald Burr1998-06-075-307/+170
| | | | | | | * Change DISTNAME in Makefile, and add PKGNAME to reflect the convention that "5.2p1" is to be expressed as "5.2.1" in package names. * Changed MD5. * Re-generated patches so that they patch cleanly against the new version.
* Compress manpage.Satoshi Asami1998-04-211-1/+1
|
* Fix assorted bogons.Jordan K. Hubbard1998-04-202-2/+7
|
* The name of our collection is "ports collection", not "port collection." :)Satoshi Asami1998-01-181-2/+2
|
* A new ircd port for irc.freebsd.org.Jordan K. Hubbard1998-01-159-0/+417
Submitted by: Ken Monville <desmo@bandwidth.org>