summaryrefslogtreecommitdiff
path: root/irc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5.10.Jim Mock2000-11-022-2/+2
| | | | Notes: svn path=/head/; revision=34664
* Update MASTER_SITES.Maxim Sobolev2000-11-021-1/+1
| | | | | | | | PR: 22467 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=34641
* Fix for handling additional documents.Kevin Lo2000-10-241-2/+14
| | | | | | | | PR: 22249 Submitted by: Ports Fury Notes: svn path=/head/; revision=34191
* Add missing translation to pkg-plist. I knew I forgot something in myJim Mock2000-10-221-0/+1
| | | | | | | | | earlier commit *sigh* Submitted by: Doug Barton <DougB@gorean.org> Notes: svn path=/head/; revision=34095
* Update to version 1.5.9.Jim Mock2000-10-212-2/+2
| | | | Notes: svn path=/head/; revision=34089
* Fix %%PREFIX%% in ${PREFIX}/etc/rc.d/ircd.sh startup script.Shigeyuki Fukushima2000-10-191-1/+5
| | | | Notes: svn path=/head/; revision=33998
* Unbreak building on 5.0-CURRENT.Shigeyuki Fukushima2000-10-191-2/+11
| | | | | | | Would you like to send-pr this bug for irc-developers? Notes: svn path=/head/; revision=33996
* Add some "extra" files logged by o bento.Trevor Johnson2000-10-152-0/+4
| | | | Notes: svn path=/head/; revision=33860
* Add ftp.kvirc.net FTP site to MASTER_SITES.Trevor Johnson2000-10-154-6/+10
| | | | | | | | Add WWW line for www.kvirc.net. Replace 2.0.0 with ${PORTVERSION} in MASTER_SITES. Notes: svn path=/head/; revision=33851
* PLIST fixes to ports which I touched recently. Not all caused by myJeremy Lea2000-10-131-0/+2
| | | | | | | breakage. Notes: svn path=/head/; revision=33762
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-082-2/+2
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Update to version 1.5.8.Jim Mock2000-10-073-25/+27
| | | | Notes: svn path=/head/; revision=33469
* Implement WANT_GNOME.Jeremy Lea2000-10-058-507/+401
| | | | Notes: svn path=/head/; revision=33430
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-052-6/+12
| | | | Notes: svn path=/head/; revision=33427
* Implement USE_GTK, part 1.Jeremy Lea2000-10-052-16/+3
| | | | Notes: svn path=/head/; revision=33424
* Implement USE_GLIB.Jeremy Lea2000-10-058-34/+68
| | | | Notes: svn path=/head/; revision=33423
* Add a WITH_SSL knob.Jim Mock2000-10-031-0/+6
| | | | | | | Submitted by: Kristopher Zenter <kzenter@u.washington.edu> Notes: svn path=/head/; revision=33384
* Update to epic4 0.9.9.Jeroen Ruigrok van der Werven2000-10-036-12/+14
| | | | | | | Submitted by: Maintainer <anders@codefactory.se> Notes: svn path=/head/; revision=33355
* Whitespace changes, and sort PLISTs.Jeremy Lea2000-10-0310-204/+204
| | | | Notes: svn path=/head/; revision=33353
* Change MAINTAINER for my ports.Trevor Johnson2000-10-022-2/+2
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Prepare for slave (satellite) ports.Akinori MUSHA2000-10-014-16/+12
| | | | | | | Approved by: jim (MAINTAINER) Notes: svn path=/head/; revision=33288
* Make corrections in Makefile and remove pkg/MESSAGEKevin Lo2000-09-301-4/+10
| | | | | | | | PR: 21651 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33267
* Update to KVIRC 2.0.0. These were forgotten in the original update.Will Andrews2000-09-264-0/+44
| | | | | | | | PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=33155
* Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,Will Andrews2000-09-2614-712/+214
| | | | | | | | | | which works flawlessly, much to my amazement. He is now MAINTAINER. PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=33154
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-253-4/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.Satoshi Asami2000-09-232-4/+4
| | | | | | | | (Of course, they shouldn't have been writing "qt21" explicitly in the first place....) Notes: svn path=/head/; revision=33033
* Add xchat-devel.Satoshi Asami2000-09-211-0/+1
| | | | Notes: svn path=/head/; revision=32921
* Add a new WITH_TCL hook, courtesy of Stijn Hoop <stijn@win.tue.nl>Ade Lovett2000-09-163-3/+1076
| | | | | | | | PR: 21309 Submitted by: maintainer Notes: svn path=/head/; revision=32702
* Fix format string vulnerabilities.Kris Kennaway2000-09-101-0/+29
| | | | | | | Submitted by: Maxime Henrion <mux@QUALYS.COM> Notes: svn path=/head/; revision=32478
* - Fix Makefile.Kevin Lo2000-09-091-14/+4
| | | | | | | | | | - Add MESSAGE PR: 20978 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32469
* Clean up the PLIST handling. There is now only one PLIST to maintain.Jim Mock2000-09-0710-20/+21
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=32408
* Update to 1.0c17.Kevin Lo2000-09-013-18/+41
| | | | | | | | PR: 20953 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32165
* Update to tkirc 2.42.Brian Feldman2000-08-294-18/+33
| | | | Notes: svn path=/head/; revision=32115
* Update to version 1.5.7.Jim Mock2000-08-272-2/+2
| | | | | | | | See http://xchat.org/files/source/1.5/changelog.txt for changes in this release. Notes: svn path=/head/; revision=32034
* Update to version 1.4.3. According to the author, this release fixes someJim Mock2000-08-278-8/+8
| | | | | | | bugs, including the security issue mentioned on SecurityFocus. Notes: svn path=/head/; revision=32033
* Provide the correct value for WRKSRC.Steve Price2000-08-261-1/+1
| | | | Notes: svn path=/head/; revision=32006
* Finish upgrading to version 4.4x.Steve Price2000-08-261-1/+1
| | | | Notes: svn path=/head/; revision=32005
* Knock the version back to 1.4.2 due to popular demand. There is now anJim Mock2000-08-2612-76/+16
| | | | | | | xchat-devel port for those who want the latest version. Notes: svn path=/head/; revision=31988
* Update to version 0.7.95-3.Jim Mock2000-08-264-4/+4
| | | | Notes: svn path=/head/; revision=31987
* Update to version 0.9.80Kevin Lo2000-08-234-45/+42
| | | | | | | | PR: 20745 Submitted by: Ports Fury Notes: svn path=/head/; revision=31889
* Update to version 0.7.95-2.Jim Mock2000-08-234-2/+6
| | | | Notes: svn path=/head/; revision=31878
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-212-2/+0
| | | | Notes: svn path=/head/; revision=31811
* Upgrade to ircd-hybrid 5.3p8Kris Kennaway2000-08-202-2/+2
| | | | Notes: svn path=/head/; revision=31780
* Update to version 0.7.95.Jim Mock2000-08-144-4/+4
| | | | Notes: svn path=/head/; revision=31630
* Update to 4.4X. Should fix bento's build problems.Alexander Langer2000-08-132-2/+2
| | | | Notes: svn path=/head/; revision=31620
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Add ircatlite, a GTK+ IRC client.Neil Blakey-Milner2000-07-316-0/+69
| | | | | | | | PR: ports/18570 Submitted by: Yoshikazu GOTO <goto@snowy.to> Notes: svn path=/head/; revision=31170
* 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> Notes: svn path=/head/; revision=31148
* Update to 0.9.2:Jeroen Ruigrok van der Werven2000-07-316-12/+12
| | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=31143
* Update to version 0.7.94.Jim Mock2000-07-276-4/+212
| | | | Notes: svn path=/head/; revision=31070