summaryrefslogtreecommitdiff
path: root/chat/gale
AgeCommit message (Collapse)AuthorFilesLines
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