mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 0.7.2.
PR: 15562 Submitted by: maintainer
This commit is contained in:
parent
41d9a6e080
commit
e085d0964d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24017
9 changed files with 26 additions and 19 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: c2html
|
# New ports collection makefile for: c2html
|
||||||
# Version required: 0.4
|
# Version required: 0.7.2
|
||||||
# Date created: 28 October 1997
|
# Date created: 28 October 1997
|
||||||
# Whom: Andrey Zakhvatov
|
# Whom: Andrey Zakhvatov
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= c2html-0.6.3
|
DISTNAME= c2html-0.7.2
|
||||||
CATEGORIES= textproc www
|
CATEGORIES= textproc www
|
||||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
MASTER_SITE_SUBDIR= apps/www/converters
|
MASTER_SITE_SUBDIR= apps/www/converters
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (c2html-0.6.3.tar.gz) = 9bf08aa35af1f363f0cec5a6b6ed9e43
|
MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
c2html is a syntax highlighter for C source code that produces a
|
C2html is a syntax highlighter for C source code that produces a
|
||||||
highlighted html file as output. The output can be read by any
|
highlighted html file as output.
|
||||||
graphical WWW-Browser. If the browser understands the tags to change
|
|
||||||
font colors (as Netscape does) the output will look like highlighted
|
|
||||||
by emacs. Otherwise it will not look so nice, but readability is
|
|
||||||
increased too.
|
|
||||||
|
|
||||||
c2html can also work as a CGI program and convert your sources on the
|
C2html offers the following features:
|
||||||
fly. To use in this way copy it to your /cgi-bin directory and
|
|
||||||
configure your webserver to call c2html for *.c and *.h files. An
|
- fast (single pass conversion using flex)
|
||||||
example that works with Apache is described in the manpage.
|
- doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
|
||||||
|
and properly escapes non-ascii characters
|
||||||
|
- easy integration with webservers - browse your sources colourized!
|
||||||
|
- gzips http output for browsers to save bandwidth (only in CGI mode)
|
||||||
|
- documentation and manpage included
|
||||||
|
|
||||||
|
Please use the java2html port for converting C++ sources!
|
||||||
|
Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: java2html
|
# New ports collection makefile for: java2html
|
||||||
# Version required: 0.4
|
# Version required: 0.7.2
|
||||||
# Date created: 21 March 1999
|
# Date created: 21 March 1999
|
||||||
# Whom: Martin Kammerhofer
|
# Whom: Martin Kammerhofer
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= java2html-0.6.3
|
DISTNAME= java2html-0.7.2
|
||||||
CATEGORIES= textproc www
|
CATEGORIES= textproc www
|
||||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
MASTER_SITE_SUBDIR= apps/www/converters
|
MASTER_SITE_SUBDIR= apps/www/converters
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (java2html-0.6.3.tar.gz) = eda7fe66b21e079d61de769bc4fb5ee2
|
MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24
|
||||||
|
|
|
@ -10,3 +10,5 @@ Java2html offers the following features:
|
||||||
- easy integration with webservers - browse your sources colourized
|
- easy integration with webservers - browse your sources colourized
|
||||||
- gzips http output for browsers to save bandwidth (only in CGI mode)
|
- gzips http output for browsers to save bandwidth (only in CGI mode)
|
||||||
- documentation and manpage included
|
- documentation and manpage included
|
||||||
|
|
||||||
|
Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: perl2html
|
# New ports collection makefile for: perl2html
|
||||||
# Version required: 0.6.1
|
# Version required: 0.7.2
|
||||||
# Date created: 27 May 1999
|
# Date created: 27 May 1999
|
||||||
# Whom: Martin Kammerhofer
|
# Whom: Martin Kammerhofer
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= perl2html-0.6.3
|
DISTNAME= perl2html-0.7.2
|
||||||
CATEGORIES= textproc www
|
CATEGORIES= textproc www
|
||||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
MASTER_SITE_SUBDIR= apps/www/converters
|
MASTER_SITE_SUBDIR= apps/www/converters
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (perl2html-0.6.3.tar.gz) = 7b8f7c8296c342d0462cc76fb34de0bb
|
MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799
|
||||||
|
|
|
@ -9,3 +9,5 @@ Perl2html offers the following features:
|
||||||
- easy integration with webservers - browse your sources colourized
|
- easy integration with webservers - browse your sources colourized
|
||||||
- gzips http output for browsers to save bandwidth (only in CGI mode)
|
- gzips http output for browsers to save bandwidth (only in CGI mode)
|
||||||
- documentation and manpage included
|
- documentation and manpage included
|
||||||
|
|
||||||
|
Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue