1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

2746 Commits

Author SHA1 Message Date
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
db80aaacb9 Update to knu-cvsweb 1.105.1.64.
2001-01-13  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.conf: Add some knu-cvsweb info.

	* cvsweb.cgi: MFZ: 1.105.

	* README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
	cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
	cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
2001-01-14 08:40:40 +00:00
Will Andrews
db3f608af1 Add p5-Class-Singleton 1.03, a perl module that describes a singular
object class.
2001-01-14 06:05:16 +00:00
Michael Haro
142159e054 master_site moved
PR:		24281
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-12 22:46:12 +00:00
Maxim Sobolev
5c6d35a67e Use MASTER_SITE_SOURCEFORGE.
PR:		24280
Submitted by:	PF
2001-01-12 20:16:18 +00:00
Akinori MUSHA
7a981c1892 Update to knu-cvsweb 1.104.1.63.
2001-01-12 08:42  knu

	* cvsweb.cgi, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd: Clean up URI parser.

	Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser.

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

	Allow downloading a single port/pkgsrc in tarball by default.
2001-01-12 04:14:36 +00:00
Jun Kuriyama
72b30e7f2a Add 2 "@unexec rmdir"s.
Reported by:	bento
2001-01-12 02:05:06 +00:00
Jun Kuriyama
1be3b796ff Add @unexec rmdir.
Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net> (maintainer)
PR:		ports/24241
2001-01-12 00:14:36 +00:00
Akinori MUSHA
a047053c55 Update to knu-cvsweb 1.104.1.62.
2001-01-12 03:17  knu

	* cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
	`uname`.

	Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-01-11 18:20:24 +00:00
Kevin Lo
af48bd5ff7 Update to 2.14
PR: 24243
Submitted by: MAINTAINER
2001-01-11 15:57:37 +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
Trevor Johnson
ac6956550b Bump PORTREVISION for the name change to gpatch. 2001-01-11 01:22:11 +00:00
Trevor Johnson
2175105ad7 Avoid conflict with /usr/bin/patch by installing the version from
the ports collection as "gpatch".  Beautify the descriptions.
Update the ports which depend on this version.

PR:		23702
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
Reviewed by:	knu
2001-01-11 00:56:26 +00:00
FUJISHIMA Satsuki
acd838401f unbreak for -CURRENT. 2001-01-10 14:02:12 +00:00
FUJISHIMA Satsuki
36d84bca92 add missing manpages/libs/headers.
sort pkg-plist.
2001-01-10 14:01:56 +00:00
FUJISHIMA Satsuki
0838fd1ee1 fix build.
PR:		22653
Submitted by:	Mike Heffner <mheffner@vt.edu>

NOTE: added files/patch-ac is unified patch for multiple files;
      There's no reason to split up single-purpose patch.
2001-01-10 14:01:50 +00:00
Andrey A. Chernov
98526b6497 Remove myself from MAINTAINER 2001-01-10 08:03:15 +00:00
Kevin Lo
8bc5512f7a Upgrade to 0.51
Approved by: MAINTAINER
2001-01-10 01:06:30 +00:00
Maxim Sobolev
d5893b14f4 Update to 0.5. 2001-01-09 23:10:22 +00:00
Maxim Sobolev
8166e86e11 Add SUSv2 compatible fcvt() function ripped from glibc. fcvt() is required by
some internal Clanlib's function (fortunately rarely used, which allowed several
clanlib-based ports live w/o it).

Prompted by:	alex (quite some time ago)
2001-01-09 23:08:59 +00:00
Trevor Johnson
3bd9e343df Update master site. Update from 1998-05-07 to 1999-09-25 release
(both called version 0.5--dates are given in man pages).  Add a
DIST_SUBDIR to distinguish the different releases.  Be more verbose
when installing.  Don't optimize when compiling.  Add WWW: line.
Update PLIST.  Respect ${CC}.  Increment PORTREVISION.

ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz:
looking for file 500 cs-0.5.tar.gz: No such file or directory.
(Last OK result Mon Nov 27 8:33:50 2000 )

PR:		24091
Submitted by:	Joseph Scott <joseph@randomnetworks.com>,
		KATO Tsuguru <tkato@prontomail.ne.jp> and myself
2001-01-09 18:41:45 +00:00
Maxim Sobolev
85a1e0ffe6 Update checksum. Unfortunately it seems that previously committed version was
pre-release, therefore bump PORTREVISION to indicate that update is necessary.

PR:		24179
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-01-09 15:40:45 +00:00
Thomas Gellekum
2529b3ee9e Upgrade to r00.2.
Submitted by:	Samuel Tardieu <sam@inf.enst.fr> (Maintainer)
2001-01-09 12:29:27 +00:00
Joseph Koshy
95d3685996 Added `funnelweb', a literate programming macro pre-processor. 2001-01-09 09:43:23 +00:00
Joseph Koshy
2b9067c48e Added `funnelweb', a literate programming tool. 2001-01-09 09:42:46 +00:00
Kevin Lo
5d167a7328 Upgrade to 0.74 2001-01-09 06:31:55 +00:00
Kevin Lo
b27fdfd5a4 Fix pkg-plist 2001-01-09 06:29:27 +00:00
Will Andrews
052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00
Akinori MUSHA
0b11e7b85b Update to 0.7.8. 2001-01-08 22:48:13 +00:00
Vanilla I. Shu
511045b36c Upgrade p5-HTML-Parser => 3.15
p5-Net-Daemon  => 0.34
	p5-Storable    => 1.0.7
2001-01-08 22:23:27 +00:00
Jun Kuriyama
3715e6f709 Use $PERL_ARCH instead of ${MACHINE_ARC}-freebsd.
Pointed out by:	bento
2001-01-08 10:31:46 +00:00
Jun Kuriyama
ef9b6002e4 Use $PERL_ARCH instead of i386-freebsd.
Pointed out by:	bento
2001-01-08 10:28:31 +00:00
Jun Kuriyama
57da72838b Use $PERL_CONFIGURE. 2001-01-08 06:44:24 +00:00
Bill Fenner
b2079ddfe5 Remove albast@xs4all.nl as MAINTAINER; mail has been bouncing for 3 months. 2001-01-07 18:32:16 +00:00
Will Andrews
e40046b15d Clean up inefficient perl invocations; use multiple REs in the same call. 2001-01-07 17:49:52 +00:00
Akinori MUSHA
111be898ad Fix configure script to properly detect FreeBSD's dlopen() facility.
This get libslang built with the dynamic linking feature (import()
etc.).   PORTREVISION bumped.

Approved by:	MAINTAINER
2001-01-06 10:48:02 +00:00
David E. O'Brien
a480a804e8 GNU cross compiler suite for ARM. This is a vanilla version of gcc only.
That is, it does not contain any libs or startup code for creating executable
files.

PR:		22849
Submitted by:	Espen Skoglund <esk@ira.uka.de>
		(with much cleanup and tweaks by me)
2001-01-06 08:05:31 +00:00
Joerg Wunsch
ec53eb5005 Upgrade to a newer version which now matches the supplied PDF
documentation file.  Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
2001-01-05 17:38:14 +00:00
Ade Lovett
1d10378197 Update to 0.31 2001-01-05 15:36:09 +00:00
Akinori MUSHA
5c89a45427 Update to knu-cvsweb 1.104.1.59.
2001-01-05 09:00  knu

	* cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
	paranoia) It's nothing to worry since cvsweb.cgi always invokes
	executables by full paths, though.

	Correct the error messages regarding $command_path.

2001-01-03 17:57  knu

	* cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
	Search commands for itself and specify them by full paths.
2001-01-05 00:13:39 +00:00
FUJISHIMA Satsuki
43895345be add missing message catalogue.
remove empty share/locale stuff.

Submitted by: bento
2001-01-04 17:09:32 +00:00
David E. O'Brien
e6c9077a8e GNU binutils for vanilla ARM cross-development
PR:		22848
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2001-01-04 12:29:50 +00:00
Neil Blakey-Milner
b7f41ec917 Add zziplib 0.10.11, a library to provide transparent read access to
zipped files.

PR:		24046
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-04 11:14:38 +00:00
Will Andrews
9e9db90520 Remove devel/p5-String-Strip; this was a mistake as it already exists in
textproc.. I'd overlooked the fact that nbm did this earlier today.  Plus,
textproc is really the right place for p5-String-* ports.

Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:26:08 +00:00
Will Andrews
b678d6f47b Add p5-Search-Binary 0.95, perl module that implements a generic binary
search algorithm.

PR:		24029
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:10:30 +00:00
Will Andrews
3db2036684 Add p5-Server-FastPL 1.0.2, perl module to eliminate the compile-time of
big scripts.

PR:		24028
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:09:56 +00:00
Will Andrews
d8b9865e7b Add p5-Set-Scalar 1.03, perl module containing a set of scalars, including
references.

PR:		24026
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:08:13 +00:00
Will Andrews
9cd3846c07 Add p5-Set-Object 1.02, perl module to manage sets of objects.
PR:		24025
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:06:47 +00:00
Will Andrews
fc0fdab7ea Add p5-Set-NestedGroups 0.01, perl module for grouped data eg ACL's,
city/state/country etc.

PR:		24024
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:05:58 +00:00
Will Andrews
7b31e1730d Add p5-String-Random 0.198, a perl interface to generate "random" strings. 2001-01-03 23:51:52 +00:00
Will Andrews
b4edb5af14 Add p5-File-Cache 0.13, a perl module implementing a persistent object
store.
2001-01-03 23:50:44 +00:00
Will Andrews
91ab13cf86 Add p5-File-Binary 0.3, a perl interface to modify and read binary files. 2001-01-03 23:49:29 +00:00
Will Andrews
bc47b1f8b9 Add p5-String-Strip 1.01, perl module that implements efficient
whitespace removal routines.
2001-01-03 23:45:43 +00:00
Will Andrews
3b2a96dbd4 Add p5-String-RexxParse 1.08, perl module that provides an interface to
REXX parsing routines.
2001-01-03 23:45:17 +00:00
Will Andrews
91c7519e67 Add p5-Tie-IxHash 1.21, perl module implementing ordered in-memory
associative arrays.
2001-01-03 23:44:37 +00:00
Will Andrews
2479fda868 Add p5-String-Checker 0.03, perl module implementing an extensible string
validation interface.
2001-01-03 23:43:47 +00:00
Will Andrews
4b8d705b34 Add p5-Proc-Daemon 0.02, perl module that provides a method to daemonify a
Perl script.
2001-01-03 23:42:19 +00:00
Will Andrews
b79d816b49 Add p5-Proc-Background 1.01, perl interface to running background
processes.
2001-01-03 23:42:00 +00:00
Will Andrews
4c40d1d13e Add p5-Make 1.00, perl module implementing 'make' and script. 2001-01-03 23:37:40 +00:00
Will Andrews
f5a38e2a95 Add p5-Mac-FileSpec-Unixish 1.11, perl module with functions to
manipluate pathspecs in Unixish style.
2001-01-03 23:33:00 +00:00
Will Andrews
6a2a4fc78d Add p5-LockFile-Simple 0.2.5, perl module implementing simple file
locking.
2001-01-03 23:31:56 +00:00
Will Andrews
7551439fa5 Add p5-Ioctl 0.81, perl module that provides a way to get the value of C ioctl
constants.
2001-01-03 23:31:24 +00:00
Will Andrews
779399a31e Add p5-Algorithm-Permute 0.02, perl interface to handy and fast
permutation.
2001-01-03 23:16:16 +00:00
Will Andrews
7a57137766 Add p5-Algorithm-MarkovChain 0.03, perl class capable of creating Markov
chains and output based on them.
2001-01-03 23:15:46 +00:00
Will Andrews
814b54b0e9 Add p5-Algorithm-MDiff 0.94, perl interface to calculate m-difference
between two objects.
2001-01-03 23:15:08 +00:00
Will Andrews
945244d423 Add p5-Algorithm-Diff 1.10, perl interface to compute differences between
two objects.
2001-01-03 23:14:38 +00:00
Will Andrews
02e039bbcb Add p5-Agent 3.20, perl module that provides a foundation for software agent
developers.
2001-01-03 23:14:15 +00:00
Andreas Klemm
56ffabc919 Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:19:35 +00:00
Clive Lin
298c88b4f9 o Fix distfile unfetchable problem
o Satisfy portlint

PR: 23919
2001-01-03 20:36:57 +00:00
FUJISHIMA Satsuki
2e575d1e0b update to 5.3.
PR:		21774
Submitted by:	Mikhail Teterin <mi@monsta.privatelabs.com>

maintainer is unreachable, temporarily?

Recipient address: mmcg@cs.monash.edu.au
Reason: Remote SMTP server has rejected address
Diagnostic code: smtp;550 <mmcg@cs.monash.edu.au>... User unknown
Remote system: dns;mail2.csse.monash.edu.au (TCP|130.194.1.8|4557|130.194.226.190|25)
2001-01-03 20:17:07 +00:00
Maxim Sobolev
48a0892666 OOPS, I committed wrong distinfo in my previous commit (update to 1.1.7). 2001-01-03 16:48:15 +00:00
Maxim Sobolev
7ecc05857e Update to 1.1.7. 2001-01-03 14:22:06 +00:00
Neil Blakey-Milner
35d965949e Add py-mxProxy 0.2.0, python module that provides a generic proxy wrapper
type.

PR:		22542
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-01-03 13:56:52 +00:00
Peter Pentchev
b3ff865b0d Install a correct pkgIndex.tcl, make the pkg-plist NOPORTDOCS-aware.
PR:		23865
Submitted by:	maintainer
2001-01-03 09:27:16 +00:00
Akinori MUSHA
54cfbac643 Update to knu-cvsweb 1.104.1.57.
2001-01-03 11:55  knu

	* README.knu, cvsweb.cgi: Don't forget to add $query to the URL
	when redirecting.  Now module alias redirection and Attic
	redirection work with all sticky variables preserved. (Previously
	they didn't work against a non-default cvsroot)

	Put a text field on each directory view that allows user to jump
	directly to an arbitrary module, which can be specified either by a
	full module/file path or by a module alias.
2001-01-03 03:24:08 +00:00
Clive Lin
3806af19ef Chase distfile checksum.
Changes in the original distfile are typo (or mis-use) and
whitespacechanges.
2001-01-02 23:54:42 +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
Assar Westerlund
c816d6ca21 new port of mob - Memory Organization Benchmark Suite 2001-01-01 21:28:48 +00:00
Andreas Klemm
3a0f2e562e make port prefix clean -> bump PORTREVISION
PR:		21081
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-01 18:21:46 +00:00
David E. O'Brien
06f8644cbf FSF gcc-2.95.2 for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:27:12 +00:00
David E. O'Brien
1d8f062168 FSF binutils for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:25:24 +00:00
FUJISHIMA Satsuki
86c34c7330 NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
2001-01-01 15:09:06 +00:00
Will Andrews
e41b0a784e Clean up mistakes: don't add trailing / to variable. i386-freebsd ->
%%PERL_ARCH%%.
2001-01-01 11:07:50 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
4595cbf468 Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
2001-01-01 09:32:01 +00:00
Will Andrews
6056b08c58 Add p5-Alias 2.32, a perl module that performs aliasing services. 2001-01-01 05:45:34 +00:00
Michael Haro
87190a2217 fix some typos, make some warning messages more verbose
PR:		23725
Submitted by:	    Jimmy Olgeni <olgeni@uli.it>
2000-12-31 18:59:43 +00:00
FUJISHIMA Satsuki
d4e42d1f4f bump PORTREVISION; new file added. 2000-12-31 15:42:36 +00:00
Akinori MUSHA
f94f4c52fb Update to 2.2. 2000-12-31 11:40:05 +00:00
FUJISHIMA Satsuki
006cf34feb fix plist.
PR: 23843
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-30 22:05:11 +00:00
Satoshi Asami
5cfc5a6780 Now that the mips-* ports are brought back from the Attic, add them back. 2000-12-30 19:40:39 +00:00
Alexander Langer
b92f33d4b2 Add diffconvert 1.2, a tool to convert between context and unified diffs
and reverse those.

PR:		23957
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 16:43:40 +00:00
Akinori MUSHA
173508aba5 Update to knu-cvsweb 1.104.1.52.
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 23:59:35 +00:00
Peter Pentchev
8af91e2359 Update to 2000.12.28 - fake version to go with the cyrus-imapd-2.0.9
release.  While I'm here, add a MASTER_SITE_SUBDIR pointing to
OLD-VERSIONS/imap/ - they're much too quick to move old tarballs there.

PR:		23920
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
2000-12-29 09:18:10 +00:00
Akinori MUSHA
8360729a69 Update to 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:16:10 +00:00
David E. O'Brien
f2f0666fcc turn over to ports at freebsd dot org 2000-12-29 01:18:37 +00:00
David E. O'Brien
f707eeaec3 return to ports at freebsd dot org 2000-12-29 01:10:39 +00:00
Akinori MUSHA
29196ffb00 Update to 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)
2000-12-28 18:31:12 +00:00