1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Pav Lucistnik
34c5e48693 - Style
PR:		ports/79709
Submitted by:	Jonathan Noack <noackjr@alumni.rice.edu> (maintainer)
2005-04-10 12:54:06 +00:00
Akinori MUSHA
509afa1e6a Remove -l from the default cvs(1) options.
PR:		ports/69854
Submitted by:	Marco Trentini <mark@remotelab.org>
Suggested by:	scop

Replace a hardcoded /usr/local with $PREFIX.
2004-08-12 13:18:53 +00:00
Akinori MUSHA
22c13d6e03 Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code does
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>
2004-02-24 14:18:50 +00:00
Ville Skyttä
914249f480 Update to FreeBSD-CVSweb 2.0.5.
Approved by:	knu (mentor)
2002-07-23 15:09:59 +00:00
Akinori MUSHA
92e5d6f66e Forgot to update patches. 2001-08-01 10:12:14 +00:00
Akinori MUSHA
e80b23e9c7 Update to knu-cvsweb 1.105.1.65.
2001-01-29  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
	One leftover substitution: "cvs" -> $CMD{cvs}
2001-01-29 03:59:16 +00:00
Akinori MUSHA
a417793506 Update a patch to fix a typo rather than a repack/update. 2001-01-14 09:14:53 +00:00
Akinori MUSHA
d7d50312b5 Update to knu-cvsweb 1.104.1.61.
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.
2001-01-11 03:41:57 +00:00
Akinori MUSHA
a9c83761b1 Update to knu-cvsweb 1.104.1.56.
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.
2001-01-02 23:47:41 +00:00
Akinori MUSHA
f46dcf77e6 Update to knu-cvsweb 1.104.1.55.
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.
2001-01-02 12:39:00 +00:00
Akinori MUSHA
4701f83604 Update to knu-cvsweb 1.104.1.54.
- 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>
2001-01-01 23:51:22 +00:00