aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Update to epic4 0.9.9.asmodai2000-10-036-12/+14
| | | | Submitted by: Maintainer <anders@codefactory.se>
* Whitespace changes, and sort PLISTs.reg2000-10-0310-204/+204
|
* Change MAINTAINER for my ports.trevor2000-10-022-2/+2
| | | | Approved by: will
* Prepare for slave (satellite) ports.knu2000-10-014-16/+12
| | | | Approved by: jim (MAINTAINER)
* Make corrections in Makefile and remove pkg/MESSAGEkevlo2000-09-301-4/+10
| | | | | PR: 21651 Submitted by: MAINTAINER
* Update to KVIRC 2.0.0. These were forgotten in the original update.will2000-09-274-0/+44
| | | | | PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,will2000-09-2714-712/+214
| | | | | | | which works flawlessly, much to my amazement. He is now MAINTAINER. PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-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
* You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.asami2000-09-232-4/+4
| | | | | (Of course, they shouldn't have been writing "qt21" explicitly in the first place....)
* Add xchat-devel.asami2000-09-211-0/+1
|
* Add a new WITH_TCL hook, courtesy of Stijn Hoop <stijn@win.tue.nl>ade2000-09-173-3/+1076
| | | | | PR: 21309 Submitted by: maintainer
* Fix format string vulnerabilities.kris2000-09-101-0/+29
| | | | Submitted by: Maxime Henrion <mux@QUALYS.COM>
* - Fix Makefile.kevlo2000-09-091-14/+4
| | | | | | | - Add MESSAGE PR: 20978 Submitted by: MAINTAINER
* Clean up the PLIST handling. There is now only one PLIST to maintain.jim2000-09-0810-20/+21
| | | | Submitted by: ade
* Update to 1.0c17.kevlo2000-09-013-18/+41
| | | | | PR: 20953 Submitted by: MAINTAINER
* Update to tkirc 2.42.green2000-08-304-18/+33
|
* Update to version 1.5.7.jim2000-08-272-2/+2
| | | | | See http://xchat.org/files/source/1.5/changelog.txt for changes in this release.
* Update to version 1.4.3. According to the author, this release fixes somejim2000-08-278-8/+8
| | | | bugs, including the security issue mentioned on SecurityFocus.
* Provide the correct value for WRKSRC.steve2000-08-271-1/+1
|
* Finish upgrading to version 4.4x.steve2000-08-271-1/+1
|
* Knock the version back to 1.4.2 due to popular demand. There is now anjim2000-08-2612-76/+16
| | | | xchat-devel port for those who want the latest version.
* Update to version 0.7.95-3.jim2000-08-264-4/+4
|
* Update to version 0.9.80kevlo2000-08-234-45/+42
| | | | | PR: 20745 Submitted by: Ports Fury
* Update to version 0.7.95-2.jim2000-08-234-2/+6
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-212-2/+0
|
* Upgrade to ircd-hybrid 5.3p8kris2000-08-202-2/+2
|
* Update to version 0.7.95.jim2000-08-144-4/+4
|
* Update to 4.4X. Should fix bento's build problems.alex2000-08-142-2/+2
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Add ircatlite, a GTK+ IRC client.nbm2000-07-316-0/+69
| | | | | PR: ports/18570 Submitted by: Yoshikazu GOTO <goto@snowy.to>
* The startup script provided with the irc/ircd-hybrid port is missingkevlo2000-07-311-0/+1
| | | | | | | a ";;" to close a 'case' statement entry. PR: 20302 Submitted by: Peter Pentchev <roam@orbitel.bg>
* Update to 0.9.2:asmodai2000-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>
* Update to version 0.7.94.jim2000-07-286-4/+212
|
* Update to version 1.5.6jim2000-07-2815-15/+15
|
* Updatevanilla2000-07-222-2/+2
| | | | | | | | | | | | 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
* Update to 0.9.1.asmodai2000-07-206-12/+12
| | | | | | | | | 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>
* Update to 0.9.0.asmodai2000-07-176-12/+12
| | | | Submitted by: MAINTAINER <anders@codefactory.se>
* Correct pkg/PLIST*vanilla2000-07-165-0/+15
|
* Update to version pre2.700.asmodai2000-07-116-12/+12
| | | | | | This should fix a few bugs. Submitted by: MAINTAINER <anders@codefactory.se>
* Update to version 0.7.93.jim2000-07-104-8/+4
|
* Update to version 0.7.92-3jim2000-07-084-8/+8
|
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-4/+18
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Make building the plugins optional.steve2000-07-083-21/+59
| | | | | PR: 19708 Submitted by: maintainer
* Update port to new version, pre2.600.asmodai2000-07-066-18/+22
| | | | Submitted by: MAINTAINER <anders@codefactory.se>
* Update MAINTAINER's e-mail address.asmodai2000-07-061-1/+1
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-053-7/+32
| | | | | | | 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.
* panasync must have been absent in CSE101 when they taught you not tobillf2000-07-042-0/+5
| | | | pass userdefined variables straight into functions that look for varargs..
* Update to 0.99.7.will2000-07-044-4/+4
|
* Update to version 0.7.92-2.jim2000-07-024-6/+10
|
* Update maintainer email.alex2000-06-281-1/+1
| | | | | PR: 19320, 19321, 19322 Submitted by: maintainer
* Update to version 1.5.5jim2000-06-2810-10/+10
|
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-214-4/+4
| | | | | time to maintain these and I'm just not interested in these particular ones any more.
* Update to version 1.5.4.jim2000-06-2010-10/+10
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-4/+4
| | | | | | | | 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>
* Update to version 0.7.91.jim2000-06-154-4/+4
|
* In accordance with the New World Order, move the distfiles thatmph2000-06-141-1/+2
| | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
* Update to version 0.7.90. The author has removed all GTK/GNOME bits forjim2000-06-1316-136/+118
| | | | | | | the time being, but says ``they might come back later'', but for now this is a text-only client. Submitted by: ade
* Fix up the GNOME dependencies and use devel/gettext instead of xchat's ownjim2000-06-135-30/+50
| | | | | | local libintl. Submitted by: ade
* If we have gnomecore, we have gdk-pixbuf too.jim2000-06-065-0/+20
| | | | Submitted by: ade
* Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob.jim2000-06-0610-15/+75
|
* Remove config file if it hasn't changed from the defaultcpiazza2000-06-052-0/+2
|
* PORTVERSION=0.7.28-3 -> PORTVERSION=0.7.28.3 (per porters-handbook)hoek2000-06-042-2/+4
|
* WWW moved.hoek2000-06-042-10/+6
|
* Don't forget nhirc.1.asami2000-06-031-1/+1
| | | | Submitted by: bento
* Updates for new shared library versions in GNOME 1.2ade2000-06-028-16/+16
|
* Conditionally remove directories during package removaljedgar2000-06-011-0/+2
| | | | Found by: bento
* Fix MASTER_SITEjseger2000-05-271-1/+1
| | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Enable NLS support. It works now!jim2000-05-2610-5/+80
| | | | Submitted by: cpiazza
* Fix the DESCR file to actually be a DESCR and not half of one with an MD5jim2000-05-265-15/+25
| | | | | | checksum. Submitted by: Clive Lin <clive@CirX.ORG>
* Update to version 1.5.2.jim2000-05-2610-10/+10
|
* Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"will2000-05-248-8/+30
| | | | | | | 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)
* Update to 2.8.2. This tarball is being hosted on my website since it waswill2000-05-222-2/+2
| | | | | | | | 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
* Distfile has returned to its original location; MD5 checksum still matches.will2000-05-201-2/+1
| | | | Chris, could you remove your copy so no more freefall b/w is wasted! :-)
* Finally add infobot port. I got tired of waiting for the infobotwill2000-05-206-0/+129
| | | | | | | developers to finish 0.50 so I just added this old version. PR: 14922 Submitted by: Kevin Meltzer <perlguy@perlguy.com>
* Update to ircII 4.4U, and change MAINTAINER to someone more active.will2000-05-203-4/+5
| | | | Approved by: asami
* Update MUH to 2.0.5c.will2000-05-172-2/+2
| | | | | Submitted by: Anders Andersson <anders@sanyusan.se> Approved by: billf (maint)
* Update to 1.2cpiazza2000-05-073-3/+4
| | | | | PR: 18331 Submitted by: Dave McKay <dave@mu.org>
* Update to 0.99.6cpiazza2000-05-074-4/+4
| | | | | PR: 18338 Submitted by: Dave McKay <dave@elvis.mu.org>
* Whoops, 1.4 in the MASTER_SITES should be 1.5. I guess that's what I getjim2000-04-265-10/+10
| | | | | | for fetching the tarball manually first. Submitted by: Clive Lin <clive@CirX.ORG>
* Update to version 1.5.0.jim2000-04-2510-10/+10
|
* Upgrade to zircon-1.18.243.tar.gzjseger2000-04-232-2/+2
|
* Upgradevanilla2000-04-233-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Need a subdir in the master sitecpiazza2000-04-231-1/+1
|
* whitespace nitsmharo2000-04-225-130/+130
|
* Update master sitescpiazza2000-04-191-1/+1
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-178-43/+43
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Setting DISTNAME correctly.imura2000-04-151-1/+1
|
* Minor changes:will2000-04-154-8/+34
| | | | | | | | 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>
* Add SOCKS support.jim2000-04-155-0/+35
| | | | Submitted by: dburr
* fix typomharo2000-04-131-1/+1
|
* Typo (PORTVESION -> PORTVERSION).asami2000-04-121-1/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-1236-84/+83
|
* Update to version 1.4.2.jim2000-04-0710-15/+15
|
* Change "jensen@arizona.edu" to "toast@blackened.com".will2000-03-261-1/+1
| | | | Requested by: maintainer
* Change MAINTAINER to toast@blackened.com, the author of blackened. I'vewill2000-03-261-2/+1
| | | | | | wanted to do this for some time now. Responsibility accepted by: toast@blackened.com
* Finally fix irc/kvirc pakaging. Sorry this didn't make it in 4.0! :-(will2000-03-232-0/+4
| | | | Submitted by: imura (on mailing list)
* Distfile and web site have gone missing. Host distfile on mymph2000-03-232-3/+1
| | | | people.FreeBSD.org space. Delete "WWW:" portion of pkg/DESCR.
* Finish moving MAINTAINER for my ports.will2000-03-225-5/+5
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Add MASTER_SITEjedgar2000-03-211-1/+1
| | | | | | | Remove MASTER_SITE whose IP is the same as the other PR: 17320 Submitted by: Maintainer
* Upgrade to ircII 4.4S, an actively-developed version which has had manykris2000-03-203-220/+258
| | | | | changes since the 4.4 release. In particular ipv6 support is now claimed and it fixes at least one serious security hole.
* Mark this port forbidden, it has a security hole.asami2000-03-131-0/+1
| | | | Reported by: maintainer, kris
* * Added a patch so that GTK BitchX will compilejedgar2000-03-111-0/+3
| | | | | | | | | * 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
* Fix PLIST for -stable. I don't get the same PLIST error that bentotg2000-03-104-8/+2
| | | | | | | shows; it.mo is installed correctly on my system. PR: 16996 Submitted by: Will Andrews <andrews@technologist.com>
* Update to version 1.4.1jim2000-03-1010-15/+15
|
* fennerage / upgrade to 2.05abillf2000-03-082-6/+5
|
* Update to 1.8i6cpiazza2000-03-082-8/+5
| | | | | PR: 17203 Submitted by: maintainer
* Update to 0.99.4cpiazza2000-03-084-6/+6
| | | | This fixes some small security issues.
* Update to version 0.7.27.jim2000-02-268-6/+44
| | | | Submitted by: Will Andrews <andrews@technologist.com>
* remove space at end of WWW linemharo2000-02-241-1/+1
|
* Update to version 0.7.26.jim2000-02-234-6/+6
|
* The ftp site is empty so use the http mirrorcpiazza2000-02-221-1/+1
|
* Update to version 0.7.24.jim2000-02-194-6/+6
|
* portlint, non-functional/whitespace changes.billf2000-02-164-9/+7
|
* URL should end in a /mharo2000-02-151-1/+1
|
* developer site moved to new servermharo2000-02-152-2/+2
|
* add / to end of URLmharo2000-02-151-1/+1
|
* Fix kvirc port for -currentjedgar2000-02-132-4/+0
| | | | | PR: 16688 Submitted by: Will Andrews <andrews@technologist.com>
* Say hello to xchat-1.4.0. This is the first 'stable' release in aboutjim2000-02-1210-25/+25
| | | | 6 months (according to the xchat.org site).
* Update to version 1.3.14.jim2000-02-0910-15/+15
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Upgrade to version 1.0.0jim2000-02-0524-668/+952
| | | | | PR: 16485 Submitted by: maintainer
* Unbreak with NEWGCC and remove a bogus master sitecpiazza2000-02-042-4/+12
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* remove @owner and @group as they aren't necessarymharo2000-02-031-2/+0
|
* Remove xgirc. It's no longer being developed and it's one of the fewjim2000-02-021-1/+0
| | | | remaining ports to use gtk10.
* Update to 1.3.13.jim2000-01-3110-15/+15
| | | | Prodded by: green
* Remove port's homepage from DESCR and MASTER_SITES (hostnamejedgar2000-01-312-4/+1
| | | | disappeared months ago)
* Update to version 1.0c16.steve2000-01-304-141/+230
| | | | | PR: 16436 Submitted by: maintainer
* time(3) returns a time_t and not a long.steve2000-01-291-0/+12
|
* Host the distfile myselfcpiazza2000-01-291-1/+2
| | | | Requested by: maintainer
* Upgrade to 2.10.3 and support IPv6.sumikawa2000-01-277-21/+121
| | | | No response from: maintainer
* Update to version 1.3.12jim2000-01-2510-15/+15
|
* Update to version 0.7.23jim2000-01-256-14/+22
|
* Fix checksum and support IPv6.sumikawa2000-01-234-6/+22
| | | | | PR: 16200 Submitted by: Heikki Paatela <paatela@st.jyu.fi>
* update MASTER_SITESmharo2000-01-221-2/+2
| | | | | PR: 16295 Submitted by: maintainer
* Major code update to 1.0c15ade2000-01-225-29/+967
| | | | | | | | | 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)
* Fix MASTER_SITEScpiazza2000-01-221-2/+1
|
* Update to version 1.3.11.jim2000-01-2015-20/+55
| | | | Reviewed by: unfurl
* Update to version 0.7.22jim2000-01-184-6/+6
|
* Update to version 1.3.10jim2000-01-0710-15/+15
|
* Update to epic4-2000:sheldonh2000-01-048-14/+14
| | | | | | * Several UI bug fixes. Submitted by: maintainer
* New checksumcpiazza2000-01-021-1/+1
|
* Update to 0.99.3 which fixes the compile error found by bentocpiazza2000-01-024-6/+6
|
* General comment cleanups.hoek1999-12-291-1/+1
|
* party version 2.12steve1999-12-256-0/+55
| | | | | | | A simple multiuser chat system. PR: 15258 Submitted by: James Howard <howardj@wam.umd.edu>
* Correct MD5 checksumjedgar1999-12-231-1/+1
| | | | | PR: 15624 Submitted by: Maintainer
* Remove maintainer as MAINTAINER at maintainer's request.jedgar1999-12-232-2/+2
|
* Fix MASTER_SITES so this distfile is actually fetchable now.jim1999-12-235-10/+10
|
* Update to version 0.7.21.jim1999-12-234-6/+6
|
* Activate nethircjedgar1999-12-231-0/+1
|
* Interesting Perl-based IRC client with somejedgar1999-12-235-0/+58
| | | | | | | NetHack flavor that spices up the interface. PR: 15530 Submitted by: andrews@technologist.com
* Update to 4.pre2.500:sheldonh1999-12-036-12/+12
| | | | | | | | | A few fixes, the most noticeable being a rewrite of $sar() in order to avoid an infinite loop condition. Untested commit. Submitted by: maintainer
* Update to 4.pre2.400:sheldonh1999-12-016-14/+16
| | | | | | Miscellaneous fixes for mostly obscure bugs. Submitted by: maintainer
* Update to 4.pre2.300:sheldonh1999-11-308-20/+14
| | | | | | | | Fix the "phatom channel" bug. Change maintainer with permission <19991130014851.A641@root.org.uk>. Submitted by: Anders Andersson <anders@sanyusan.se>
* Update to version 0.7.20.1.jim1999-11-304-8/+10
|
* Update to use Tcl/Tk version 8.2.steve1999-11-292-5/+5
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 1.3.8jim1999-11-2310-15/+15
|
* Update to version 1.5; use tcl/tk 8.2cpiazza1999-11-222-6/+7
|
* Remove a bad MASTER_SITE and add a good one.jseger1999-11-221-1/+1
| | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Update to 4.pre2.200:sheldonh1999-11-168-16/+22
| | | | | | | | | | | 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>
* Updated to version 1.3.7jim1999-11-1010-30/+15
|
* Update to version 0.7.18.1jim1999-11-064-6/+6
|
* Update to version 1.3.6. This version is the first with pythonjim1999-11-0310-20/+35
| | | | | scripting support, however, it's temporarily disabled until it becomes less buggy (read: usable).
* Upgrade to zircon-1.18.227jseger1999-11-014-12/+4
|
* Upgrade to zircon-1.18.223jseger1999-10-303-9/+18
| | | | switch to tcl/tk-8.2
* Depend on gnomelibs if USE_GNOME is definedjim1999-10-265-0/+15
|
* Updated to version 1.3.5jim1999-10-2510-20/+20
|
* Update to version 0.0.37cpiazza1999-10-214-5/+15
| | | | | PR: 14384 Submitted by: maintainer
* Updated to version 0.7.18jim1999-10-194-6/+6
|
* Updated to version 0.7.17jim1999-10-196-10/+24
|
* Point MASTER_SITES in the right direction.dan1999-10-091-1/+1
| | | | | PR: ports/14101 Submitted by: Maintainer
* Use updated imlib library.nakai1999-10-086-6/+6
|
* Use updated esound library.nakai1999-10-081-1/+1
|
* Use the updated libproplist shared librarycpiazza1999-10-072-2/+2
|
* Nuke ircii-epic. Superseded by epic4.mph1999-10-061-1/+0
| | | | Suggested by: Will Andrews <andrews@TECHNOLOGIST.COM>
* Updated to version 1.3.4jim1999-10-0510-15/+15
|
* Updated to version 1.3.3jim1999-10-0210-25/+30
|
* Attack of the COMMENT police. Fixed a bunch of typos, grammaticaljim1999-10-025-5/+5
| | | | | | | errors and descriptions. PR: 14031 Submitted by: chris
* Update to version 0.62cpiazza1999-09-283-5/+8
| | | | | PR: 13996 Submitted by: maintainer
* Update to version 1.7.1cpiazza1999-09-252-5/+4
| | | | | PR: 13937 Submitted by: maintainer
* Updated to version 1.2.1jim1999-09-1910-15/+15
|
* Updated to version 0.7.16jim1999-09-196-8/+12
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1
|
* Update maintainer's email address and update MASTER_SITEScpiazza1999-09-102-6/+5
| | | | | PR: 13671 Submitted by: maintainer
* Update MASTER_SITEScpiazza1999-09-051-1/+4
| | | | | PR: 13580 Submitted by: maintainer
* Update to version 5.3p7cpiazza1999-09-052-2/+3
| | | | | PR: 13561 Submitted by: maintainer
* Update to version 0.61cpiazza1999-09-052-4/+4
| | | | | PR: 13559 Submitted by: maintainer
* Fixed download path in MASTER_SITES.jim1999-09-025-10/+10
| | | | Submitted by: obrien
* Updated to version 0.7.15-3.jim1999-09-016-6/+12
|
* Updated to version 1.2.0jim1999-09-0110-20/+15
|
* Update to version 0.7.15-2.jim1999-08-314-8/+12
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-312-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Added imlib dependency.jim1999-08-315-5/+10
| | | | Submitted by: obrien
* Updated to version 1.1.9jim1999-08-3010-15/+15
|
* Caps, no period.hoek1999-08-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
|
* Updated to version 0.7.14.jim1999-08-296-30/+14
|
* Activate p5-IRCcpiazza1999-08-271-0/+1
|
* Import of p5-IRC.cpiazza1999-08-275-0/+57
| | | | | | | | | 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>
* Activated tircproxy.jim1999-08-261-0/+1
|
* Import of tircproxy.jim1999-08-268-0/+107
| | | | | | | | 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>
* Change Id->FreeBSD.obrien1999-08-2533-33/+33
|
* Fix my e-mail address here too. Thanks, Bill!green1999-08-241-2/+2
|
* Suport the American spelling of colour.obrien1999-08-242-0/+33
|
* Enable --with-ansi-colours.obrien1999-08-241-1/+2
|
* Upgrade to zircon-1.18.223jseger1999-08-234-12/+13
|
* Activate tirccpiazza1999-08-231-1/+2
|
* Import of tirc: Token's IRC Client.cpiazza1999-08-238-0/+68
| | | | | | | | 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>
* chmod -> ${CHMOD}mharo1999-08-237-14/+14
| | | | chown -> ${CHOWN}
* MASTER_SITE updatecpiazza1999-08-191-2/+3
| | | | | PR: 13189 Submitted by: Will Andrews <andrews@technologist.com>
* Updated to version 1.1.8.jim1999-08-1610-20/+20
|
* No need to put "Irssi is" in front.asami1999-08-142-2/+2
|
* Updated to version 0.7.13-2jim1999-08-148-40/+56
|
* activate scrollzcpiazza1999-08-141-1/+2
|
* Import of ScrollZ.cpiazza1999-08-145-0/+48
| | | | | | | | 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>
* Updated to version 1.1.7jim1999-08-1215-55/+45
|
* Make this port a tad bit easier to upgrade in the future. cpiazzabillf1999-08-081-2/+2
| | | | already fixed the problem I had originally checked this to fix.
* Take 30 seconds longer then it took to mark this broken and re-rollbillf1999-08-082-4/+2
| | | | the makesum.
* Remove the second master sitecpiazza1999-08-082-6/+4
|
* Update to version 1.4cpiazza1999-08-032-5/+5
|
* Activate olirccpiazza1999-08-031-1/+2
|
* A small irc client written in GTK+cpiazza1999-08-036-0/+44
| | | | | PR: 12925 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-033-3/+3
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Update to 0.9.79cpiazza1999-08-024-5/+42
|
* Update to version 0.99.2cpiazza1999-08-024-8/+8
|
* Fix WWW: typosfenner1999-08-015-5/+5
| | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek
* Update to version 1.1.6cpiazza1999-08-0110-30/+30
| | | | | PR: 12893 Submitted by: Jim Mock <jim@blues.ghis.net>, maintainer
* Update to version 1.7.0cpiazza1999-08-014-759/+153
| | | | | PR: 12867 Submitted by: Will Andrews <andrews@technologist.com>, maintainer
* Allow for a USE_GNOME and USE_PANEL option to enable theircpiazza1999-07-215-10/+70
| | | | | | | respective configure args instead of always disabling them. PR: 12706 Submitted by: Chris Costello <chris@calldei.com>
* Update to version 1.1.3cpiazza1999-07-1910-20/+20
| | | | | PR: 12704 Submitted by: Jim Mock <jim@phrantic.phear.net>, maintainer
* Update to 1.1.2cpiazza1999-07-1715-90/+25
| | | | | PR: 12671 Submitted by: maintainer
* BROKEN='md5 checksum mismatch'obrien1999-07-151-1/+3
|
* Update MASTER_SITES and DISTNAME to make this port work again.cpiazza1999-07-142-4/+5
|
* Update to 1.10.cpiazza1999-07-132-6/+6
| | | | | PR: 12616 Submitted by: maintainer
* Update to 0.7.12cpiazza1999-07-106-22/+16
| | | | | PR: 12573 Submitted by: maintainer
* Update to version 1.0cpiazza1999-07-087-39/+28
| | | | | PR: 12556 Submitted by: maintainer
* Update to version 1.1.0.cpiazza1999-07-0515-50/+130
| | | | | PR: 12504 Submitted by: maintainer
* Update to xchat-1.0.0cpiazza1999-07-0110-20/+20
| | | | | PR: 12460 Submitted by: maintainer
* Whoops, forgot to move epic4 from net to irc.asami1999-06-283-5/+6
| | | | Pointed out by: billf
* ircII is now located in ports/ircmharo1999-06-281-2/+2
|
* Merge from the undead: Remove trailing spaces and period hidden thereby.hoek1999-06-281-1/+1
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-2827-54/+54
|
* Fix irc/bitchx instead of net/bitchx.cpiazza1999-06-281-4/+9
| | | | Noticed by: asami
* New category irc. Here's the charter:asami1999-06-272-0/+28
| | | | Internet Relay Chat utilities.
* Commit #3/4 to enforce caps, no period.hoek1999-06-2725-25/+25
| | | | | | | | | | | | 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
* Author fixed a bug without updating the version number.cpiazza1999-06-262-2/+2
|
* Update to version 1.3cpiazza1999-06-243-5/+6
| | | | Submitted by: maintainer
* Fix a typo and change WWW: in DESCR.cpiazza1999-06-222-3/+3
| | | | Submitted by: maintainer
* Update xchat to 0.9.9.cpiazza1999-06-2115-25/+30
| | | | | PR: 12314 Submitted by: maintainer
* Import of trickyirccpiazza1999-06-218-0/+79
| | | | | | | | | 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>