summaryrefslogtreecommitdiff
path: root/irc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to version 1.5.6Jim Mock2000-07-2715-15/+15
| | | | Notes: svn path=/head/; revision=31069
* UpdateVanilla I. Shu2000-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 Notes: svn path=/head/; revision=30963
* Update to 0.9.1.Jeroen Ruigrok van der Werven2000-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> Notes: svn path=/head/; revision=30916
* Update to 0.9.0.Jeroen Ruigrok van der Werven2000-07-176-12/+12
| | | | | | | Submitted by: MAINTAINER <anders@codefactory.se> Notes: svn path=/head/; revision=30745
* Correct pkg/PLIST*Vanilla I. Shu2000-07-165-0/+15
| | | | Notes: svn path=/head/; revision=30678
* Update to version pre2.700.Jeroen Ruigrok van der Werven2000-07-116-12/+12
| | | | | | | | | This should fix a few bugs. Submitted by: MAINTAINER <anders@codefactory.se> Notes: svn path=/head/; revision=30470
* Update to version 0.7.93.Jim Mock2000-07-104-8/+4
| | | | Notes: svn path=/head/; revision=30432
* Update to version 0.7.92-3Jim Mock2000-07-074-8/+8
| | | | Notes: svn path=/head/; revision=30344
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-4/+18
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Make building the plugins optional.Steve Price2000-07-073-21/+59
| | | | | | | | PR: 19708 Submitted by: maintainer Notes: svn path=/head/; revision=30311
* Update port to new version, pre2.600.Jeroen Ruigrok van der Werven2000-07-066-18/+22
| | | | | | | Submitted by: MAINTAINER <anders@codefactory.se> Notes: svn path=/head/; revision=30267
* Update MAINTAINER's e-mail address.Jeroen Ruigrok van der Werven2000-07-061-1/+1
| | | | Notes: svn path=/head/; revision=30266
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229
* panasync must have been absent in CSE101 when they taught you not toBill Fumerola2000-07-042-0/+5
| | | | | | | pass userdefined variables straight into functions that look for varargs.. Notes: svn path=/head/; revision=30152
* Update to 0.99.7.Will Andrews2000-07-034-4/+4
| | | | Notes: svn path=/head/; revision=30149
* Update to version 0.7.92-2.Jim Mock2000-07-014-6/+10
| | | | Notes: svn path=/head/; revision=30048
* Update maintainer email.Alexander Langer2000-06-281-1/+1
| | | | | | | | PR: 19320, 19321, 19322 Submitted by: maintainer Notes: svn path=/head/; revision=29932
* Update to version 1.5.5Jim Mock2000-06-2710-10/+10
| | | | Notes: svn path=/head/; revision=29921
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Remove maintainership of most of my ports. I don't really haveChris Piazza2000-06-204-4/+4
| | | | | | | | time to maintain these and I'm just not interested in these particular ones any more. Notes: svn path=/head/; revision=29733
* Update to version 1.5.4.Jim Mock2000-06-2010-10/+10
| | | | Notes: svn path=/head/; revision=29704
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-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> Notes: svn path=/head/; revision=29658
* Update to version 0.7.91.Jim Mock2000-06-144-4/+4
| | | | Notes: svn path=/head/; revision=29605
* In accordance with the New World Order, move the distfiles thatMatthew Hunt2000-06-141-1/+2
| | | | | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL. Notes: svn path=/head/; revision=29588
* Update to version 0.7.90. The author has removed all GTK/GNOME bits forJim Mock2000-06-1216-136/+118
| | | | | | | | | | the time being, but says ``they might come back later'', but for now this is a text-only client. Submitted by: ade Notes: svn path=/head/; revision=29551
* Fix up the GNOME dependencies and use devel/gettext instead of xchat's ownJim Mock2000-06-125-30/+50
| | | | | | | | | local libintl. Submitted by: ade Notes: svn path=/head/; revision=29550
* If we have gnomecore, we have gdk-pixbuf too.Jim Mock2000-06-055-0/+20
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=29237
* Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob.Jim Mock2000-06-0510-15/+75
| | | | Notes: svn path=/head/; revision=29236
* Remove config file if it hasn't changed from the defaultChris Piazza2000-06-052-0/+2
| | | | Notes: svn path=/head/; revision=29204
* PORTVERSION=0.7.28-3 -> PORTVERSION=0.7.28.3 (per porters-handbook)Tim Vanderhoek2000-06-042-2/+4
| | | | Notes: svn path=/head/; revision=29167
* WWW moved.Tim Vanderhoek2000-06-042-10/+6
| | | | Notes: svn path=/head/; revision=29165
* Don't forget nhirc.1.Satoshi Asami2000-06-031-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29152
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-018-16/+16
| | | | Notes: svn path=/head/; revision=29057
* Conditionally remove directories during package removalChris D. Faulhaber2000-06-011-0/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=29044
* Fix MASTER_SITEJustin M. Seger2000-05-261-1/+1
| | | | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Notes: svn path=/head/; revision=28776
* Enable NLS support. It works now!Jim Mock2000-05-2510-5/+80
| | | | | | | Submitted by: cpiazza Notes: svn path=/head/; revision=28762
* Fix the DESCR file to actually be a DESCR and not half of one with an MD5Jim Mock2000-05-255-15/+25
| | | | | | | | | checksum. Submitted by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=28761
* Update to version 1.5.2.Jim Mock2000-05-2510-10/+10
| | | | Notes: svn path=/head/; revision=28756
* Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"Will Andrews2000-05-238-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) Notes: svn path=/head/; revision=28717
* Update to 2.8.2. This tarball is being hosted on my website since it wasWill Andrews2000-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 Notes: svn path=/head/; revision=28660
* Distfile has returned to its original location; MD5 checksum still matches.Will Andrews2000-05-201-2/+1
| | | | | | | Chris, could you remove your copy so no more freefall b/w is wasted! :-) Notes: svn path=/head/; revision=28627