diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-15 21:55:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-15 21:55:15 +0000 |
commit | 07944fe9baf9a3c7dfcaa1eb29ed806c96f5e59b (patch) | |
tree | 53ff8a940494fdbb234733bee52afb052fe7e839 /devel/global | |
parent | b7f82483df79a09af989f17ffab0f14e841c583b (diff) | |
download | pkgsrc-07944fe9baf9a3c7dfcaa1eb29ed806c96f5e59b.tar.gz |
Update to 6.2.8:
Version 6.2.8 - February 28 2013
[CHANGES]
New facilities:
o htags: Added support of Python's built-in web server.
Required python 2.4 or later.
Please try this: (CGI and AJAX work completely)
$ htags --suggest2
$ cd HTML
$ python -m CGIHTTPServer # Python 2.X(2.4-)
($ python3 -m http.server --cgi # Python 3.X)
Serving HTTP on 0.0.0.0 port 8000 ...
(in another terminal)
$ firefox http://localhost:8000/
o gtags.conf: Added a new record for Drupal(Content management platform).
o global: New --path-style=<format> option.
<format> may be relative, absolute, shorter, abslib and through.
shorter: use shorter one among relative and absolute paths.
abslib: use absolute path only in library projects.
through: raw path name as is in GPATH.
The --path-style option is given more priority than the -a options.
[INCOMPATIBLE CHANGES]
o htags: End of support of customization of HTML tag using gtags.conf.
Please use CSS(cascading style sheets) instead.
- The --html option of htags(1) was removed.
- The tag definitions in gtags.conf were removed.
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index bc9fbf04b2d..f4403a7f3f8 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/01/06 00:42:11 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/03/15 21:55:15 wiz Exp $ # -DISTNAME= global-6.2.7 +DISTNAME= global-6.2.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/distinfo b/devel/global/distinfo index bd77445fc61..c02cf5ba2df 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2013/01/06 00:42:12 wiz Exp $ +$NetBSD: distinfo,v 1.14 2013/03/15 21:55:15 wiz Exp $ -SHA1 (global-6.2.7.tar.gz) = 332606e3e864e65277a6d8d84ab87c8e198b2bd0 -RMD160 (global-6.2.7.tar.gz) = b4a7ec83e455c97ab5e9120cca6f0ab17956b020 -Size (global-6.2.7.tar.gz) = 1312364 bytes +SHA1 (global-6.2.8.tar.gz) = 2adabb332ecf31f0f7c951c3a6d260503a37c9ec +RMD160 (global-6.2.8.tar.gz) = e875dd799e6bc54fc43562f1ec7b37530501db1a +Size (global-6.2.8.tar.gz) = 1313627 bytes |