| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
documentation file. Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
remove empty share/locale stuff.
Submitted by: bento
|
|
|
|
|
| |
PR: 22848
Submitted by: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
|
|
|
| |
zipped files.
PR: 24046
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
search algorithm.
PR: 24029
Submitted by: Anton Berezin <tobez@tobez.org>
|
|
|
|
|
|
|
| |
big scripts.
PR: 24028
Submitted by: Anton Berezin <tobez@tobez.org>
|
|
|
|
|
|
|
| |
references.
PR: 24026
Submitted by: Anton Berezin <tobez@tobez.org>
|
|
|
|
|
| |
PR: 24025
Submitted by: Anton Berezin <tobez@tobez.org>
|
|
|
|
|
|
|
| |
city/state/country etc.
PR: 24024
Submitted by: Anton Berezin <tobez@tobez.org>
|
| |
|
|
|
|
| |
store.
|
| |
|
|
|
|
| |
whitespace removal routines.
|
|
|
|
| |
REXX parsing routines.
|
|
|
|
| |
associative arrays.
|
|
|
|
| |
validation interface.
|
|
|
|
| |
Perl script.
|
|
|
|
| |
processes.
|
| |
|
|
|
|
| |
manipluate pathspecs in Unixish style.
|
|
|
|
| |
locking.
|
|
|
|
| |
constants.
|
|
|
|
| |
permutation.
|
|
|
|
| |
chains and output based on them.
|
|
|
|
| |
between two objects.
|
|
|
|
| |
two objects.
|
|
|
|
| |
developers.
|
|
|
|
| |
Maybe I take over again in the future if I have more time for this.
|
|
|
|
|
|
| |
o Satisfy portlint
PR: 23919
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
| |
type.
PR: 22542
Submitted by: Johann Visagie <johann@egenetics.com>
|
|
|
|
|
| |
PR: 23865
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Changes in the original distfile are typo (or mis-use) and
whitespacechanges.
|
|
|
|
|
|
|
|
|
|
| |
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 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
|
|
|
|
| |
PR: 21081
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
| |
This is used to generate code that is independent of any operating system.
|
|
|
|
| |
This is used to generate code that is independent of any operating system.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
%%PERL_ARCH%%.
|
|
|
|
| |
Approved by: asami
|
|
|
|
| |
another.
|