summaryrefslogtreecommitdiff
path: root/www/horde
AgeCommit message (Collapse)AuthorFilesLines
2002-03-29Remove references to PHPLIBDIR, as it doesn't exists any more.bouyer1-5/+1
PR pkg/16115 by Kimmo Suominen.
2002-03-06php4-xml is in textproc, not devel (noticed in pre-build stage of bulk build).jdarrow1-2/+2
2002-03-01Horde also requires php-session, php-gettext and php-xmlbouyer1-1/+4
2002-02-01Update to horde 2.0, as 1.2.7 doesn't work with the new php.bouyer12-557/+483
"has been released. The 2.0 release is a massive upgrade of the Horde Application Framework. Many components have been added or streamlined. Inter-application support is much more robust, a generic MIME_Viewer framework is included, a new preferences system supports global or application scope for preferences, and more!"
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-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-6/+3
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-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam3-212/+14
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-11Update horde to 1.2.7. Change:bouyer3-6/+18
no changes to Horde this release; companion to IMP v2.2.7 only
2001-11-01Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-10-29Drop some whitespacewiz1-2/+2
2001-10-29Fix depends lines to point to correct pathsjmc1-2/+2
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer1-2/+2
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer2-5/+5
shell.
2001-07-24Fix typo: = -> +=jlam1-2/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-19/+19
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-06-07Note dependency on php-pcre.jlam1-1/+2
2001-05-22Update horde to 1.2.5. Changes from version 1.2.4:jlam3-6/+30
[max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Browser detection recognizes ie6. [cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>). [bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't supported by Windows 95/98/ME). [cjh] Run $language through basename() before returning it in select_lang() to avoid possible exploits, though a seperate bug in php needs to be present to really exploit this. [cjh] Reject From: addresses containing spaces, ';', or '&', and don't put quotes around addresses (since sendmail doesn't strip them). If this is too strict, we'll reconsider later.
2001-04-30Add missing directory to PLIST.jlam1-1/+2
2001-04-30- Repect ${APACHE_SYSCONFDIR} settingjlam5-17/+59
- Install example horde.conf Apache config file fragment info ${PREFIX}/share/examples/horde.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28whitespace fixeswiz1-2/+1
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Move Horde's PHPLIB library into the horde subtree and protect it withjlam3-30/+34
appropriate settings in horde.conf.
2001-02-12Horde PHP application frameworkjlam17-0/+820