diff options
author | steve <steve@FreeBSD.org> | 1999-11-26 19:29:56 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-26 19:29:56 +0000 |
commit | aba537499ca2898e2bb1b8b255c318d49b05544b (patch) | |
tree | 0679d2d5422be9b411be02e29762a2e77bc5bd8d /www/gnuinfo/pkg-descr | |
parent | 73150a096cebff4e4658ab25465bd4fa3a04755a (diff) | |
download | FreeBSD-ports-aba537499ca2898e2bb1b8b255c318d49b05544b.zip FreeBSD-ports-aba537499ca2898e2bb1b8b255c318d49b05544b.tar.gz |
Initial import of gnuinfo version 1.3.
A CGI program to convert GNU .info files into html.
PR: 14311
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Diffstat (limited to 'www/gnuinfo/pkg-descr')
-rw-r--r-- | www/gnuinfo/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/gnuinfo/pkg-descr b/www/gnuinfo/pkg-descr new file mode 100644 index 0000000..21acbb7 --- /dev/null +++ b/www/gnuinfo/pkg-descr @@ -0,0 +1,20 @@ +This is a cgi program that allows you to read the GNU .info files +installed on a machine with any web browser. Needs a running web +server (like apache, in /usr/ports/www). The quality of the html +isn't as good as that generated by the texi2html converter (in +/usr/ports/textproc) but the advantage of this one is that it +doesn't need access to the .texinfo files which are usually only +available in the original source archives of the installed programs +and not installed by default. + +The port actually installs three cgis: gnuinfo, with the search +path preset to /usr/share/info:/usr/local/info:/usr/X11R6/info, +and gnuinfo.local as well as gnuinfo.X11R6, with just /usr/local/info +and /usr/X11R6/info, respectively. Use these to get at the toplevel +`dir' files for the other dirs, and to get at info pages for which +there are different versions with the same name in the different +directories, like the two gcc.info* you have when you installed +gcc 2.95.1 (/usr/ports/lang/egcs) in addition to the (less recent) +system compiler. + +WWW: http://user.cs.tu-berlin.de/~kraxel/info2html/gnuinfo.html |