Commit graph

2678 commits

Author SHA1 Message Date
Akinori MUSHA
4484d758cd Merge from knu-cvsweb 1.104.1.54.
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>

2000-12-30 08:56  knu

	* cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
	Specify -rHEAD when no tag/branch is defaulted.

2000-12-30 08:35  knu

	* cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
	turn it off by default.  This option should be turned off when you
	have files in the repository that are in a multibyte encoding which
	uses HTML special characters ([<>&"]) as part of a multi-byte
	character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
	files will get screwed up in markup.

	Fix for those systems which tar(1)'s are not GNU tar(1).

	- Add @@tar_options variable and make the --ignore-failed-read flag
	optional.

	- Use cvs export instead of cvs checkout, so the --exclude 'CVS'
	flag isn't needed.

	Noticed by:	Christian Weisgerber <naddy@mips.inka.de>

	Fix for those systems which cvs(1)'s don't support -R option.
	(Actually, only FreeBSD's and OpenBSD's cvs(1) support it)

	- Add @@cvs_options and make the -R flag optional.

2000-12-29 22:29  knu

	* cvsweb.cgi: Add charset to all text/* output, including diffs.

	Submitted by:	Alexey Zelkin <phantom@cris.net>

2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2001-01-02 00:03:51 +00:00
Akinori MUSHA
9a9d515e23 Add some missing PR categories. 2001-01-01 21:22:48 +00:00
Wolfram Schneider
f8023de388 re-order table of contents, put web and mailing list search on the top 2001-01-01 19:50:23 +00:00
Wolfram Schneider
a2e75245f3 Add link to Site Map and Search page. 2001-01-01 19:46:55 +00:00
Jun Kuriyama
77e905d1a6 Remove some code which refers ports/YEAR2000,v. 2001-01-01 12:33:23 +00:00
Wolfram Schneider
40e3545e39 Added:
- The Elephant file system
	- Disk Caching Disk (DCD), a new disk I/O architecture
2000-12-31 19:36:55 +00:00
Wolfram Schneider
429ed2f485 Added to section file system:
- cryptfs
 	- Journaling versus Soft Updates
2000-12-31 19:16:46 +00:00
Wolfram Schneider
91bf666cef Added upcoming FreeBSD 4.2 CD-ROM from Lehmanns Fachbuchhandlung. 2000-12-31 17:03:51 +00:00
Wolfram Schneider
53b3f49576 Added
- The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
- FreeBSD Toolkit
- FreeBSD Alpha 4.2
- FreeBSD/i386 4.2
2000-12-31 16:38:08 +00:00
Wolfram Schneider
01e8ce0af5 Added Building Internet Server with FreeBSD (in Indonesia Language) 2000-12-31 14:56:50 +00:00
Alexey Zelkin
8399af51df add Replicon Inc.
Submit ed by:	"Peter Koizumi" <peter@replicon.com>
2000-12-30 13:02:10 +00:00
Alexey Zelkin
42695c0944 Add FreeBSD Systems
Submitted by:	Lanny Baron <lnb@FreeBSDsystems.COM>
2000-12-30 12:58:44 +00:00
Alexey Zelkin
71f3cc2d3e Add one more independent consultant -- Mike Meyer
Submitted by:	Mike Meyer <mwm@mired.org>
2000-12-30 12:45:09 +00:00
Alexey Zelkin
33de79b2f7 Added Itautec Philco
Submitted by:	"Marcio Weltman Dvorkin" <marcio@itautecamerica.com>
2000-12-30 11:49:45 +00:00
Alexey Zelkin
8632ea0757 Add Kaspersky La
Submitted by:	Denis Zenkin <denis@kaspersky.com>
2000-12-30 11:41:27 +00:00
Alexey Zelkin
a9c22f6bdb Add BSDi
Submitted by:	Kurt Raymond <kurtray@bsdi.com>
2000-12-30 11:23:38 +00:00
Wolfram Schneider
2d1428bd17 Added freebsd-arm list. 2000-12-30 11:02:09 +00:00
Wolfram Schneider
4a10c59da1 Added freebsd-ipfw list.
Submitted by: "Michael C. Cambria" <cambria@mcambria.ne.mediaone.net>
2000-12-30 10:59:45 +00:00
Jim Mock
d69d8ae65d Change relative URLs to &base;.
Requested by:	hrs, phantom
2000-12-29 15:34:30 +00:00
Alexey Zelkin
67280e6cab More submissions to Gallery. Current state is:
Commercial: 1292
Non-profit: 574
Personal: 283
Total: 2149
2000-12-29 13:27:56 +00:00
Wolfram Schneider
96e348472b strict pr number checking 2000-12-29 12:43:12 +00:00
Wolfram Schneider
e46c9290bb backward compatible with old ports layout 2000-12-29 10:49:45 +00:00
Akinori MUSHA
dc83c91ea5 Add 1;' at EOF so require' won't fail. 2000-12-29 09:24:40 +00:00
Akinori MUSHA
defffe51f5 Merge from knu-cvsweb 1.104.1.49. Tiny fixes.
2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2000-12-29 09:22:50 +00:00
Greg Lehey
8dba232212 Add TFUG (Turkish FreeBSD Users Group)
Submitted by:		 M. Guven Mucuk <mgm@berkbilgisayar.com>
2000-12-29 01:11:18 +00:00
FUJISHIMA Satsuki
7c512b1105 annouce myself as a new committer.
Approved by: knu (mentor)
2000-12-28 19:55:00 +00:00
Akinori MUSHA
badb97994d Merge from knu-cvsweb 1.104.1.47.
2000-12-29 03:17  knu

	* README.knu: Mention automatic tarball generation feature.

2000-12-29 03:16  knu

	* TODO.knu: Directory sorting was fixed at the same time that "show
	only tags" feature was fixed.

2000-12-29 03:07  knu

	* cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).

2000-12-29 02:49  knu

	* cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
	feature.  You can check out a whole directory in gzipped tarball.

	Obtained from:	Debian package: cvsweb_1.93-1

	Allow space characters in file names. (not tested yet)

Note that automatic tarball generation feature is disabled for the present.
2000-12-28 18:42:21 +00:00
Wolfram Schneider
a0a56a50b1 stricter @INC path
forces "taint" checks to be turned on
2000-12-28 13:43:41 +00:00
Wolfram Schneider
a57ea9886a code clean up
forces "taint" checks to be turned on
2000-12-28 13:26:48 +00:00
Wolfram Schneider
7d2f8c826b forces "taint" checks to be turned on 2000-12-28 13:19:03 +00:00
Wolfram Schneider
489da0c4fa md5 -> distinfo
forces "taint" checks to be turned on
2000-12-28 13:12:50 +00:00
Wolfram Schneider
0c6fc17179 forces "taint" checks to be turned on 2000-12-28 12:35:36 +00:00
Wolfram Schneider
7092f6d2bd Added XFree86 3.3.6, 4.0, 4.0.2 2000-12-27 17:26:20 +00:00
Wolfram Schneider
6898b0d085 Added NetBSD 1.2.1, 1.1, 1.0, 0.9 (outcommented) 2000-12-27 16:43:02 +00:00
Wolfram Schneider
34d780c80f In the first paragraph at the very end, the link for "Porters Handbook" is
point to a non-existent location.

Submitted by: "Paul Fournier" <august70@august70-0.dsl.speakeasy.net>
2000-12-27 13:29:39 +00:00
Wolfram Schneider
5df96d7683 cleanup aliases 2000-12-27 12:31:39 +00:00
Wolfram Schneider
46b568db67 delete FreeBSD 4.0-RELEASE/Ports 2000-12-27 11:57:41 +00:00
Wolfram Schneider
789bb7ab74 Added 4.1.1 FreeBSD 2000-12-27 11:52:37 +00:00
Wolfram Schneider
5a94b814b9 Added OpenBSD 2.7 and OpenBSD 2.8 2000-12-26 17:34:47 +00:00
Wolfram Schneider
92e3b4401a Added NetBSD 1.3.2, 1.3.3, 1.4.[123], 1.5 2000-12-26 17:04:33 +00:00
Nick Sayer
56a4c0426f mirror.sftw.com is no longer available. 2000-12-24 05:14:17 +00:00
Wolfram Schneider
ca973a42e4 Fix the URL for CCFA website
Submitted by: naomi <naomi@id8.com.au>
2000-12-23 17:04:59 +00:00
Joseph Koshy
f16b1d46dc Web Techniques Jan 2001 article.
Submitted by:	Paul Griffith <paulg@cs.yorku.ca>
2000-12-18 07:21:07 +00:00
Akinori MUSHA
687a203246 Silence the warnings under -ws option. 2000-12-18 04:44:38 +00:00
Akinori MUSHA
8906337490 Silence the false warnings.
Show cvsweb.cgi's modification date in the footer.
2000-12-18 04:43:56 +00:00
Akinori MUSHA
75f62cd3e4 Merge from knu-cvsweb 1.104.1.45.
2000-12-18 13:25  knu

	* TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
	a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
	drop it.  This should fix the "show only tags" feature.

2000-12-18 12:47  knu

	* cvsweb.cgi: Silence the warnings.

2000-12-18 11:48  knu

	* cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
	over the cvsweb.

	Submitted by:	Wolfram Schneider <wolfram@schneider.org>
2000-12-18 04:39:52 +00:00
Daniel Harris
cb079d07dd Stable snapshots are on releng4.freebsd.org, not releng3.
Submitted by:	doug@safeport.com
2000-12-17 18:16:07 +00:00
Wolfram Schneider
2cdb0d6773 Limit the number of results to 250. freewais-sf does not support
higher values.
2000-12-17 17:27:56 +00:00
Wolfram Schneider
20efd00025 enable search in ports description files 2000-12-17 17:24:57 +00:00
Wolfram Schneider
e8bd455ced Added links to Google Search BSD and
GreasyDaemon, a all-in-one BSD UNIX search engine
2000-12-17 17:18:40 +00:00