summaryrefslogtreecommitdiff
path: root/chat/gale
AgeCommit message (Collapse)AuthorFilesLines
2006-01-31Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfixtv8-227/+0
temp dir creation when using relink-based finalization.
2005-09-07Changes 0.99f:adam7-56/+130
* gdomain now has a -K flag * gsend has the -b flag * the default gsubrc doesn't escape '+' characters * the time format of the default gsubrc is adjustable * sundry WQP bugfixes * bug fix to stop gsub from dropping messages * MacOSX compatibility fixes * gkinfo has a -y flag * much more verbose diagnostics when things go wrong with keys * partial fix to the galed spum problem (not a real fix though) * don't be as verbose about "replaced .. with __" messages * more mostly unrelated liboop fixes
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-3/+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-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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-21/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-18bump PKGREVISIONs for last boehm-gc updaterecht1-2/+2
(BUILDLINKS_DEPENDS change)
2004-05-30Set MAINTAINER to tech-pkg@, not packages@.snj1-2/+2
2004-05-27Give up maintainership, because eitherlukem1-2/+2
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
2004-04-25Convert to buildlink3.snj1-8/+8
2004-04-25Unused.wiz1-33/+0
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-22Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixesjmmv1-2/+2
a problem introduced in the 6.2alpha4 package.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-09buildlink1 -> buildlink2.wiz1-10/+10
2002-09-12Standardize.wiz1-3/+4
2002-08-31Unused.wiz1-60/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+32
buildlink2.mk files back into the main trunk.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam1-3/+3
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-10/+13
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-19Respect ${CONFDIR} and use the common INSTALL/DEINSTALL scripts instead ofjlam10-168/+155
the custom ones. Also fix the directory handling during post-installation and strongly buildlinkify.
2001-11-19cleanup per ../sysutils/ups-nut:lukem4-65/+90
- use FILES_SUBST_SED et al - do NOT try and remove the gale user & group or ${PREFIX}/etc/gale on deinstall. instead, remind the admin to do it manually.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-08-14grep isn't used anymore, so don't substitute for @GREP@ in the INSTALLjlam2-5/+5
files. Substitute for @ID@ instead of directly using 'id', and use the value of ${ID} already set in defs.*.mk.
2001-08-12Fix same problems with the user check:veego1-5/+5
- use 'id' instead of 'finger'. this is not a real problem, but it is enough and fixing the next problem makes it possible to use it. - grep -q doesn't work on solaris, so use a different way to suppress the output from the user check. - the return code check for the user was reversed.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
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-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28We want RCS Ids in the patches.wiz1-0/+1
This is one of the things pkglint checks, so _please_ use it.
2001-02-18remove extra homepage url, we add that via HOMEPAGEhubertf1-2/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08fix gale user commentlukem1-2/+2
2001-02-07don't include <term.h> (from ncurses) even if we find it, because itlukem2-0/+17
conflicts with <curses.h> (from usr/src). once again noticed by perry, who has more wacky packages installed than me ;-)
2001-02-06kludge around gale's broken mechanism for finding w3c-libwww's header files.lukem1-2/+2
problem noticed by perry because he has that package installed whereas I don't.
2001-02-06slightly more correct urllukem1-1/+1
2001-02-06gale - a secure instant messaging systemlukem2-0/+125
2001-02-06gale - a secure instant messaging systemlukem1-0/+5
2001-02-05gale - a secure instant messaging systemlukem5-0/+74