summaryrefslogtreecommitdiff
path: root/chat/i2cbd
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2015-11-22fix stupid typo in previousdholland2-4/+4
2015-11-07Fix bounding errors detected by OpenBSD's compiler.dholland3-1/+42
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-19Fix ownership. Bump revision.joerg1-5/+5
2010-01-28DESTDIR supportjoerg1-2/+7
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2007-09-02Don't install RC script by hand.joerg1-2/+1
2007-08-30Set RCD_SCRIPT_SRC and let the normal file substitutions take carejoerg1-5/+2
of the rest.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+2
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+3
2006-05-21Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION.rillig2-7/+8
2006-05-11Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:jwise3-161/+6
Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-11whoops. resuscitate patch-ajtls1-0/+154
2006-05-11Resuscitate patch-aj, which is fixed now.tls1-2/+2
2006-05-11Update to i2cbd-2.0_BETA4.jwise8-302/+7
This release folds in pkgsrc patches patch-ad through patch-ai. For the moment, remove patch-aj as well, since it doesn't apply (file paths are wrong). I'll try to fold this into the next beta, however.
2006-05-11Don't set O_NDELAY (and leave it set!) on all sockets, all the time. Thistls2-2/+156
was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-10setting a 1 second alarm and a 10 second select timeout is silly. #ifdefchristos2-1/+53
out the alarm code, and just deal with select.
2006-05-10Fixed reversed test in db->get. strlen never returns negative.christos3-2/+25
2006-04-30Update for i2cbd-2.0_BETA3. Changes since i2cbd-2.0_BETA1 (last pkgsrcjwise4-45/+8
version): * command parsing and buffer handling fixes from SODA Noriyuki
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-13Add DragonFly support.joerg3-1/+55
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-31Need <sys/time.h> to get fd_set (on Interix, and per POSIX).tv2-1/+14
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-4/+3
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-23Replaced $f with ${f}.rillig1-3/+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
2005-02-22Might as well be MAINTAINER for i2cb{,d}. Thanks for making these, hubert!jwise1-2/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-12-30Make this package build on NetBSD-current by casting arguments to ctypeagc4-2/+40
macros where necessary. Bump package revision.
2004-04-11Convert to buildlink3.snj1-2/+2
2003-10-24A new BETA is out, i2cbd-2.0_BETA1. Update pkg accordingly.jwise3-17/+7
Changes are minor -- compiler warning fixes from GCC3, and better log messages.
2003-09-01whitespace fixescjep1-2/+2
2003-08-02Make this compile on NetBSD-1.6.1/shark.kristerw2-7/+15
The package is compiled with -Werror, but the sharks headers are not -Wtraditional safe, so the buld failed. Remove the silly -Wtraditional.
2003-07-29Use /dev/null instead of empty file.jmmv2-6/+3
2003-07-29Convert this package to the bsd.pkg.install.mk framework:jmmv5-37/+53
- Install configuration files under the examples hierarchy. - Use CONF_FILES_PERMS to put the configuration files in place. - Use SUPPORT_FILES_PERMS to put the empty log file in place. - Use RCD_SCRIPTS to handle the rc.d script. While here, add ICBD_OWNER to BUILD_DEFS and use ROOT_USER and ROOT_GROUP where appropiate. As a result, bump PKGREVISION to 1.
2003-07-29Give the -f flag to rm, to avoid a warning message. Fix typo in COMMENT.jmmv1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-05We now have a properly versioned distfile for the (alpha) i2cb client, andjwise1-2/+2
we now point users to ${MASTER_SITE_LOCAL} for the distfiles.
2002-11-14Remove old fileshubertf2-14/+0
2002-11-14Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat serverhubertf9-0/+146
I2CB icbd -- the Improved ICB Server ------------------------------------ ICBD is an online chat system which allows a large number of users to participate in realtime online discussions. Among the features of the ICB chat system are: * Simple, fast protocol and efficient polling-based implementation minimize `lag' effects * Persistent user database allows authentication of nicknames, storage of various user information, and leaving messages for users who are not logged on at the moment. * Any user may create groups, and exercise control over those groups, allowing for a wide range of discussion styles. This control includes making groups public or private, visible or invisible, and moderated or unmoderated * The fabulous, famous '/brick' command lends true interactivity to the chat experience :-)