summaryrefslogtreecommitdiff
path: root/www/cvsweb
AgeCommit message (Collapse)AuthorFilesLines
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-4/+1
automatically, so no need to do it ourselves.
2001-11-28Buildlinkify.jlam1-10/+4
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-5/+4
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-137/+8
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-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-10-15Updated cvsweb to version 1.112. Changes since 1.93:martti3-19/+10
- Fixed all prototypes - Add prototypes to work with newer perl version - By default, thwart access to files named 'passwd' and '.cvspass' (configurable in cvsweb.conf). This avoids security problems with naive configuration - diff "Attic" redirect bugfix - Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl - Avoid warning about uninitialized value if displaying a particular branch only - Allow for 0.X versions - Fix the PRINTF tie method, this messed up the annotate display - Implement gzip compressed output by using the Compress::Zlib module - View Adobe Acrobat .pdf files embedded in the cvs markup view
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-15/+16
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-04-24Disable "-w" for perl, as this causes lots and lots of warnings aboutkim2-4/+10
uninitialized variables. Since the script works, this will prevent the web error log from filling up...
2001-04-23Fix bug in CVS log form.kim2-1/+15
2001-04-23Typofix.kim1-2/+2
2001-04-23cvsweb is a web interface for browsing cvs repositorieskim6-0/+192