View | Details | Raw Unified | Return to bug 15562
Collapse All | Expand All

(-)c2html/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
# $FreeBSD: ports/textproc/c2html/Makefile,v 1.6 1999/09/28 01:20:27 dan Exp $
6
# $FreeBSD: ports/textproc/c2html/Makefile,v 1.6 1999/09/28 01:20:27 dan Exp $
7
#
7
#
8
8
9
DISTNAME=               c2html-0.6.3
9
DISTNAME=               c2html-0.7.2
10
CATEGORIES=             textproc www
10
CATEGORIES=             textproc www
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
12
MASTER_SITE_SUBDIR=     apps/www/converters
12
MASTER_SITE_SUBDIR=     apps/www/converters
(-)c2html/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (c2html-0.6.3.tar.gz) = 9bf08aa35af1f363f0cec5a6b6ed9e43
1
MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a
(-)c2html/pkg/DESCR (-10 / +13 lines)
Lines 1-11 Link Here
1
c2html is  a  syntax highlighter for C   source  code that produces  a
1
C2html is a syntax highlighter for C source code that produces a
2
highlighted html   file as  output. The output   can  be  read by  any
2
highlighted html file as output.
3
graphical WWW-Browser.  If the  browser understands the tags to change
4
font colors  (as Netscape does) the  output will look like highlighted
5
by emacs.  Otherwise it will  not look  so   nice, but readability  is
6
increased too.
7
3
8
c2html can also work as a  CGI program and convert your sources on the
4
C2html offers the following features:
9
fly.   To use  in this  way  copy it  to your  /cgi-bin directory  and
5
   
10
configure  your webserver to  call c2html  for *.c  and *.h  files. An
6
    - fast (single pass conversion using flex)
11
example that works with Apache is described in the manpage.
7
    - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
8
        and properly escapes non-ascii characters
9
    - easy integration with webservers - browse your sources colourized!
10
    - gzips http output for browsers to save bandwidth (only in CGI mode)
11
    - documentation and manpage included
12
13
Please use the java2html port for converting C++ sources!
14
Homepage:  http://user.cs.tu-berlin.de/~schintke/x2html/index.html
(-)java2html/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
# $FreeBSD: ports/textproc/java2html/Makefile,v 1.5 1999/09/28 01:30:22 dan Exp $
6
# $FreeBSD: ports/textproc/java2html/Makefile,v 1.5 1999/09/28 01:30:22 dan Exp $
7
#
7
#
8
8
9
DISTNAME=               java2html-0.6.3
9
DISTNAME=               java2html-0.7.2
10
CATEGORIES=             textproc www
10
CATEGORIES=             textproc www
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
12
MASTER_SITE_SUBDIR=     apps/www/converters
12
MASTER_SITE_SUBDIR=     apps/www/converters
(-)java2html/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (java2html-0.6.3.tar.gz) = eda7fe66b21e079d61de769bc4fb5ee2
1
MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24
(-)java2html/pkg/DESCR (+2 lines)
Lines 10-12 Link Here
10
    - easy integration with webservers - browse your sources colourized
10
    - easy integration with webservers - browse your sources colourized
11
    - gzips http output for browsers to save bandwidth (only in CGI mode)
11
    - gzips http output for browsers to save bandwidth (only in CGI mode)
12
    - documentation and manpage included
12
    - documentation and manpage included
13
14
Homepage:  http://user.cs.tu-berlin.de/~schintke/x2html/index.html
(-)perl2html/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
# $FreeBSD: ports/textproc/perl2html/Makefile,v 1.3 1999/09/28 01:30:21 dan Exp $
6
# $FreeBSD: ports/textproc/perl2html/Makefile,v 1.3 1999/09/28 01:30:21 dan Exp $
7
#
7
#
8
8
9
DISTNAME=               perl2html-0.6.3
9
DISTNAME=               perl2html-0.7.2
10
CATEGORIES=             textproc www
10
CATEGORIES=             textproc www
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
11
MASTER_SITES=           ${MASTER_SITE_SUNSITE}
12
MASTER_SITE_SUBDIR=     apps/www/converters
12
MASTER_SITE_SUBDIR=     apps/www/converters
(-)perl2html/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (perl2html-0.6.3.tar.gz) = 7b8f7c8296c342d0462cc76fb34de0bb
1
MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799
(-)perl2html/pkg/DESCR (+2 lines)
Lines 9-11 Link Here
9
    - easy integration with webservers - browse your sources colourized
9
    - easy integration with webservers - browse your sources colourized
10
    - gzips http output for browsers to save bandwidth (only in CGI mode)
10
    - gzips http output for browsers to save bandwidth (only in CGI mode)
11
    - documentation and manpage included
11
    - documentation and manpage included
12
13
Homepage:  http://user.cs.tu-berlin.de/~schintke/x2html/index.html

Return to bug 15562