Commit graph

280 commits

Author SHA1 Message Date
Will Andrews
a5910766d1 Add Hungary mirror.
Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2000-09-24 09:13:35 +00:00
Akinori MUSHA
e26451d78d Add the Portuguese server back to the mirror list, which was
mistakenly lost when I upgraded cvsweb.

Noticed by:	Joao Pedras <jpedras@webvolution.net>

Merge from knu-cvsweb 1.103.1.26.

2000-09-22 20:13  knu

	* cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
	$body_tag_for_src to allow to set the foreground color.

	Noticed by:	dcs@FreeBSD.org

2000-09-22 00:30  knu

	* cvsweb.cgi: MFZ: 1.103.
2000-09-23 20:37:58 +00:00
Will Andrews
ffd7603fc8 Update list of FTP mirrors in WWW: Add ftp[7-9].FreeBSD.org, and introduce
new Lithuanian FTP mirror category.

Submitted by:	phantom
2000-09-23 13:47:27 +00:00
Akinori MUSHA
89147eaeac Merge from knu-cvsweb 1.101.1.24.
2000-09-20 05:07  knu

	* cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding
	tabs into spaces.  Currently, only first 10 lines are scanned for
	the directives.

2000-09-20 04:57  knu

	* cvsweb.cgi: MFZ: 1.101.
	    - Fix a few bugs under mod_perl.
	    - Use the Compress::Zlib module if available.
	    - Embed PDF files inside the cvs markup view.

2000-09-20 03:35  knu

        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last
        update.

2000-09-12 02:11  knu

        * cvsweb.cgi: Allow one to set the default diff type.

        Inspired by:    Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

2000-09-10 20:54  knu

        * cvsweb.cgi: Clean up spacedHtmlText().
2000-09-19 20:20:06 +00:00
Akinori MUSHA
48f5a91e42 Merge from knu-cvsweb 1.94.1.19.
2000-09-05 00:53  knu

	* cvsweb.cgi: Get the revision numbers in annotation available as
	hyperlinks.

	Requested by:	Josef Karthauser <joe@pavilion.net>

2000-09-04 23:50  knu

	* cvsweb.cgi: Fix previously introduced incorrect fix.
	s/\s+\n$//; --> s/\s+$/\n/;

	FreeBSD PR:	misc/20989
	Submitted by:	Tony Finch <dot@dotat.at>
2000-09-04 16:05:40 +00:00
Akinori MUSHA
f7f9f8ce43 Since www.flame.org seems to have a complete and newer set of NetBSD
manpages, use www.flame.org's service instead of www.FreeBSD.org's.
2000-09-03 19:44:19 +00:00
Akinori MUSHA
97b4252dad Introduce manpage hyperlinking. 2000-09-03 18:46:25 +00:00
Akinori MUSHA
24f331a226 Merge from knu-cvsweb 1.94.1.17.
2000-09-04 03:25  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
	hyperlinking.

2000-09-04 02:33  knu

	* cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
	just the first one.  (s/// --> s///g)
2000-09-03 18:45:10 +00:00
Wolfram Schneider
8a3329ab84 Update ports package releases: 4.0 -> 4.1, 3.4 -> 3.5, added 2.2.8 2000-09-03 16:30:26 +00:00
Wolfram Schneider
f8c235934c added FreeBSD 3.5.1-RELEASE 2000-08-28 06:36:03 +00:00
Akinori MUSHA
0d12a1fb75 Merge from knu-cvsweb 1.94.1.15.
2000-08-25 18:01  knu

	* cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
	noting that `-p' option of diff(1) can only be used with context
	and unified diffs.

	Submitted by:	Roger Hardiman <roger@cs.strath.ac.uk>

	Allow to specify CVS tags or branch names (including `.' and
	`HEAD') on cvs checkout.

	e.g.    http://foo/cvsweb.cgi/bar/dood.c?rev=.
	http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
	http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE

	Not for diff currently, as rcsdiff does not grok CVS tags.

	Inspired by:	Folks at the FreeBSD cvs-all list.

	Specify `-R' (turn on read-only repository mode) and `-l' (do not
	log in the command history) on cvs checkout, so that one does not
	need a write permission with the repository.

2000-08-25 00:53  knu

	* cvsweb.cgi: MFZ 1.94.	(Fix a typo in JavaScript code)
2000-08-25 09:21:00 +00:00
Wolfram Schneider
31a84c223b added FreeBSD 4.1-RELEASE 2000-08-24 16:57:22 +00:00
Akinori MUSHA
b42dbe4639 Fix a typo: Russian -> Russia
I overlooked this when I merged our changes into Zeller's version.
Sorry.

Submitted by:	Daniel Harris <dannyboy@hub.freebsd.org>

--

Turn $hr_ignwhite off.  Whitespace changes are important and should
never be ignored on taking a diff.

Reported by:	Archie Cobbs <archie@whistle.com>
2000-08-15 20:16:37 +00:00
Akinori MUSHA
9f073d3c62 Merge conflicts.
Declare function prototypes to shut up run-time warnings.
Whitespace cleanup.
2000-08-15 08:47:40 +00:00
Akinori MUSHA
70cace3e6c Add cvsweb.conf* files to DATA. 2000-08-14 04:57:27 +00:00
Akinori MUSHA
ee63a4ae51 Resolve conflicts.
Add $FreeBSD$ tags.

Configure cvsweb.conf and add some extra confs for freefall.
2000-08-14 04:55:19 +00:00
Akinori MUSHA
10aa3ca319 Initial import of knu-cvsweb 1.93.1.11, which is based on cvsweb-zeller 1.93. 2000-08-14 04:35:13 +00:00
Michael Haro
360a035769 "not fond" -> "not found" 2000-08-08 06:04:10 +00:00
Akinori MUSHA
52499edf94 Add a link to get the PR in raw text format.
This would help get a PR via web to extract patches/shars in it handily. :)
2000-07-28 21:21:20 +00:00
Akinori MUSHA
73e3135673 Fix it so perl4 can grok.
I had carelessly used Perl5 specific syntax everywhere in my previous
changes as I wasn't aware that there were those mirror sites that
still use perl4.

Pointed out by:	wosch
2000-07-18 18:27:14 +00:00
Akinori MUSHA
ddfafe77ac Fix a security hole: Do not pass the input from a user to the shell
without checking!

Approved by:	kris (as a security officer)
2000-07-13 09:01:10 +00:00
John Polstra
3d5a60681e s/Russian/Russia/ to be consistent with the way the other mirrors are listed. 2000-07-12 05:25:50 +00:00
John Polstra
b85d64b4ad Add Portugese mirror. 2000-07-12 05:23:33 +00:00
Wolfram Schneider
151703e1f5 added some workarounds due lost sources on hub (disk crash) 2000-06-18 16:15:33 +00:00
Wolfram Schneider
8e5370c02a added RedHat 6.1 and 6.2 man pages 2000-06-18 13:41:37 +00:00
Wolfram Schneider
ee67905b45 New manpages: FreeBSD 4.0-RELEASE/Ports (Release + Ports)
also now the default  release
2000-06-18 13:29:14 +00:00
Tim Vanderhoek
e1ed6f3799 Modify the PR-matching regexp to know about the new sparc, advocacy,
and alpha categories.
2000-05-22 08:52:43 +00:00
Wolfram Schneider
e4c9030535 4.0-STABLE/i386 is now the default release for ports. 2000-04-23 09:54:35 +00:00
Alexey Zelkin
7a0331e1d5 Add information about Russian version of FreeBSD's cvsweb.cgi. 2000-04-19 17:07:09 +00:00
Steve Price
32a78360cb Add a new class of problem reports, 'wish', as a catch-all for things
that really belong on a wishlist.

Requested by:	sheldonh
2000-04-17 16:09:37 +00:00
Alexey Zelkin
92406f371c Learn ports.cgi about 5.0-CURRENT, 4.0-RELEASE and 4.0-STABLE 2000-04-03 08:50:23 +00:00
Alexey Zelkin
9f7d42817c Remove duplicate $FreeBSD$ tag 2000-04-03 08:49:39 +00:00
Alexey Zelkin
895ee8fab9 Sync with handbook information. Add $FreeBSD$ tags. 2000-04-03 08:48:31 +00:00
Alexey Zelkin
4ab24069fa Add $FreeBSD$ tags 2000-04-03 08:45:51 +00:00
Wolfram Schneider
864398c66a Added 4.0-RELEASE and FreeBSD 5.0-current 2000-04-02 10:11:16 +00:00
Alexey Zelkin
bcf99e12c8 Replace Id string at output with "Last modified: $date $time" 2000-04-01 09:39:35 +00:00
Alexey Zelkin
ff0d2817c2 Welcome to 21th century. 2000-04-01 09:27:40 +00:00
Wolfram Schneider
c73351592d cuerrnt FreeBSD version' of cvsweb.cgi is pointed to old one
PR:	 docs/16814
Submitted by: haro@tk.kubota.co.jp
2000-02-19 13:58:12 +00:00
Wolfram Schneider
e892fe3c4d Off by one error.
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-02-01 14:52:38 +00:00
Wolfram Schneider
4b1b1e1f3a Remove (redundant) Browse link. 2000-01-29 17:19:51 +00:00
Wolfram Schneider
f0bae0dd03 Support 4.0-CURRENT/alpha packages. 2000-01-23 15:18:47 +00:00
Wolfram Schneider
74be7ad1a5 Copyright++ 2000-01-22 22:24:23 +00:00
Chris Costello
8d4363944d Add '<' and '>' symbols around email addresses in the originator line.
It used to look like:

Originator:
	Joe Blow joe@blow.net

and now looks like:

Originator:
	Joe Blow <joe@blow.net>

with the email address being a hypertext link in both cases.
2000-01-16 02:46:36 +00:00
Wolfram Schneider
5ddd4f9c97 Check for an empty 'Search for' field. 2000-01-09 16:24:07 +00:00
Wolfram Schneider
51e584b2aa Better error handling. 2000-01-08 10:37:37 +00:00
Wolfram Schneider
35e3256513 Use a shorter URL for url.cgi 2000-01-08 10:36:28 +00:00
Wolfram Schneider
699dcc5213 Fix broken freebsd.org -> FreeBSD.org commit. 2000-01-08 10:20:08 +00:00
Wolfram Schneider
d0301965c4 Y2K
Submitted by:	Sergey Potapov <sp@alkor.ru>
2000-01-06 08:34:05 +00:00
Alexey Zelkin
39224ae67a freebsd.org -> FreeBSD.org 2000-01-05 15:47:46 +00:00
Wolfram Schneider
3ef7d65119 Include 'strict' perl module.
Use perl option -T
Improve comments.
Added link to ports source - was lost in previous commits.
Added link to category.
Indent.
1999-12-25 21:33:55 +00:00