diff options
author | knu <knu@FreeBSD.org> | 2000-10-20 23:52:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-20 23:52:27 +0800 |
commit | a80741183f68a22df9374cc5a6e275f551f5a433 (patch) | |
tree | 9ecfbae92fb3c90a249f738bf59e4375d0f54fdc /devel/cvsweb3 | |
parent | 8122dbabfe8887032d275ac3bfec14f8f818df10 (diff) | |
download | freebsd-ports-gnome-a80741183f68a22df9374cc5a6e275f551f5a433.tar.gz freebsd-ports-gnome-a80741183f68a22df9374cc5a6e275f551f5a433.tar.zst freebsd-ports-gnome-a80741183f68a22df9374cc5a6e275f551f5a433.zip |
Update to knu-cvsweb 1.103.1.37.
2000-10-21 00:46 knu
* cvsweb.cgi: Always give options to click on a non-colored diff
_and_ a colored diff.
Requested by: SO many people :>
2000-10-20 22:59 knu
* TODO.knu: Hyperlinking was properly fixed.
2000-10-20 21:28 knu
* TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
won't nest. :)
Do not show additional "(colored)" diff links when long colored
diff is the default.
Reduce the use of `.' operator that is known to be expensive. Fix
indent, clean up.
2000-10-11 06:14 knu
* cvsweb.cgi: Introduce a new function: htmlquote().
Clean up hyperlink tags.
- Use &link() instead of <a href="...">...</a>.
- Do urlencode() or htmlquote() as appropriate.
2000-10-11 03:48 knu
* cvsweb.cgi:
- Recognize "links" as another text mode browser.
- Fix the revision links in the annotation view of a file.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index ac96d5e6a594..e454a3da3e56 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes # This version of cvsweb is Zeller's version + knu's enhancements. REV_ZELLER= 1.103 -REV_KNU= 1.33 +REV_KNU= 1.37 # Specify where your repository belongs. # (You can reconfigure it after installation anyway) diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index 88bece2a6124..a6b417d07e6b 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.103.1.33.tar.gz) = 9235d1b4c19bd83e55987f37b26e1f88 +MD5 (cvsweb-1.103.1.37.tar.gz) = fcd1ec52680772e25e140294a7d00682 |