summaryrefslogtreecommitdiffstats
path: root/devel/cvsweb3/files
Commit message (Collapse)AuthorAgeFilesLines
* - Stylepav2005-04-101-0/+15
| | | | | PR: ports/79710 Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer)
* Update to CVSweb 3.0.1 after a repocopy. Optional dependencies areknu2004-05-122-56/+51
| | | | currently all enabled by default.
* Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code doesknu2004-02-241-8/+3
| | | | | | | | not pass Perl 5.8's stricter taint checks. The flag will be turned on again when the port is updated to the next release. PR: ports/62650, ports/62743 Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net>
* Update to FreeBSD-CVSweb 2.0.5.scop2002-07-232-11/+47
| | | | Approved by: knu (mentor)
* Forgot to update patches.knu2001-08-012-18/+18
|
* Update to knu-cvsweb 1.105.1.65.knu2001-01-291-7/+2
| | | | | | | 2001-01-29 Akinori MUSHA <knu@iDaemons.org> * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused. One leftover substitution: "cvs" -> $CMD{cvs}
* Update a patch to fix a typo rather than a repack/update.knu2001-01-141-5/+10
|
* Update to knu-cvsweb 1.104.1.61.knu2001-01-112-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-11 11:00 knu * cvsweb.cgi, cvsweb.conf: Oops. 2001-01-11 10:52 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid tar(1)'s automatic padding of nulls to align with the block size, which is just garbage for a receiver. Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp> Have $uname variable to hold the OS implementation name. Move %CMD's initialization part to the beginning of cvsweb.conf so it can use $uname and configure properly for the OS. Wrap FreeBSD or OpenBSD specific features in conditional blocks using $uname. Fix some open() calls in good manners.
* Update to knu-cvsweb 1.104.1.56.knu2001-01-022-17/+14
| | | | | | | | | | 2001-01-03 08:34 knu * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries in the specified order, not alphabetical. Now /usr/local/etc/cvsweb/ is the default directory for configuration files.
* Update to knu-cvsweb 1.104.1.55.knu2001-01-022-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-02 21:23 knu * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T. Change perl command line: Change perl5 to perl and just declare `require 5.000'. Remove -s option that was intended for debug use. Add -T option to perform security checks. Change search paths for cvsweb.conf: Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended for debug use. Search the same directory that cvsweb.cgi is in instead of the current directory. Invoking `last' in `do { ... } while (0);' is wrong. Change the loop to `while (1) { ... last; }'. Don't do chdir. Instead, use tar(1)'s -C option and cvs(1) export's -d option. Explicitly define $ENV{PATH}. Turn $allow_compress off by default so user can debug cvsweb.cgi easily.
* Update to knu-cvsweb 1.104.1.54.knu2001-01-012-0/+31
- Install cvsweb.conf* files under ${PREFIX}/etc/cvsweb/. 2001-01-02 08:15 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to allow user to use (e.g.) `Bug' instead of `PR' as the bug report identifier. Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather FreeBSD specific configuration values to cvsweb.conf-freebsd. Add a %funcline_regexp entry for Ruby. (*.rb) 2001-01-02 06:24 knu * cvsweb.conf: Add `pending' to the list of PR categories. 2001-01-02 05:57 knu * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings. Noticed by: Wolfram Schneider <wosch@schneider.org>
OpenPOWER on IntegriCloud