summaryrefslogtreecommitdiff
path: root/chat/icb
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2009-08-06repair getline(3) conflicts, "getline" -> "get_line"plunky5-10/+61
2009-07-24fix time.h issueschristos4-16/+30
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-12-17make this work on 64 bit platforms:christos45-1029/+1176
- fix warnings for missing prototypes - use termios instead of sgtty (why doesn't this work on amd64?)
2008-03-02+ Add termcap.buildlink3.mk to get proper termcap support acrossjlam2-10/+5
platforms. + Remove -lcurses from link command -- icb only needs termcap support, and then only for the embedded readline library. Bump the PKGREVISION to 4.
2008-03-01Add full DESTDIR support.jlam1-8/+9
2006-05-21Removed trailing white-space.rillig1-1/+1
2006-05-15Make this work with 64 bit hosts.christos14-26/+359
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-08Install sample files into the examples directory and treat icbserverdbjlam2-12/+14
as a config file since it may be modified on a per-system basis to select the default ICB server with which to connect. Bump the PKGREVISION to 2.
2006-01-22added -f option to rm command to ensure it works even if the archive getsschwarz1-2/+2
unpacked without user write permissions for the file to be removed.
2005-12-14Teach the backbone of NetBSD communication some ISO C tricks.joerg20-62/+335
- no errno, use errno.h - no redefinition of function parameters as local variables [how did this ever work?!] - malloc comes from stdlib.h - NAME_MAX is prefered when available, it is POSIX - strchr, strpbrk, strspn, strstr, strtol and strtoul can and should be used from libc. - remove tcl version of string.h, system header is good enough (and if it doesn't have index, it would have been broken anyway)
2005-05-23Removed trailing empty line.rillig2-4/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-03-29Enable pkgviews installation.schmonz1-2/+6
2003-11-13Don't (unnecessarily) include "varargs.h" which breaks the build ontron2-8/+15
platforms which use GCC 3.3.x.
2003-09-28Fix thinko in last commit.tron2-7/+7
2003-09-28Fix GCC 3.3.1 related build problem.tron2-1/+39
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-23"r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixesschmonz1-2/+2
link error on Darwin.
2002-11-14buildlink1 -> buildlink2jlam1-9/+7
2002-06-02Darwinize.schmonz4-7/+24
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-25/+23
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-24First round of cleaning up INSTALL usage:hubertf1-2/+2
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-12do not reference freed memory region. found by mallof.conf=AJitojun2-1/+42
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz26-0/+681
Move some packages from 'net' here.