FreeBSD Bugzilla – Attachment 7054 Details for
Bug 15562
update of ports/textproc/X2html to version 0.7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.71 KB, created by
mkamm
on 1999-12-19 15:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mkamm
Created:
1999-12-19 15:10:03 UTC
Size:
5.71 KB
patch
obsolete
>Index: c2html/Makefile >=================================================================== >RCS file: /home/dada/cvsroot/ports/c2html/Makefile,v >retrieving revision 1.7 >diff -u -t -r1.7 Makefile >--- c2html/Makefile 1999/12/16 11:00:10 1.7 >+++ c2html/Makefile 1999/12/16 11:16:33 >@@ -6,7 +6,7 @@ > # $FreeBSD: ports/textproc/c2html/Makefile,v 1.6 1999/09/28 01:20:27 dan Exp $ > # > >-DISTNAME= c2html-0.6.3 >+DISTNAME= c2html-0.7.2 > CATEGORIES= textproc www > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= apps/www/converters >Index: c2html/files/md5 >=================================================================== >RCS file: /home/dada/cvsroot/ports/c2html/files/md5,v >retrieving revision 1.6 >diff -u -t -r1.6 md5 >--- c2html/files/md5 1999/12/16 11:00:10 1.6 >+++ c2html/files/md5 1999/12/16 11:18:48 >@@ -1 +1 @@ >-MD5 (c2html-0.6.3.tar.gz) = 9bf08aa35af1f363f0cec5a6b6ed9e43 >+MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a >Index: c2html/pkg/DESCR >=================================================================== >RCS file: /home/dada/cvsroot/ports/c2html/pkg/DESCR,v >retrieving revision 1.2 >diff -u -t -r1.2 DESCR >--- c2html/pkg/DESCR 1999/03/21 18:05:36 1.2 >+++ c2html/pkg/DESCR 1999/12/16 11:57:30 >@@ -1,11 +1,14 @@ >-c2html is a syntax highlighter for C source code that produces a >-highlighted html file as output. The output can be read by any >-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 is a syntax highlighter for C source code that produces a >+highlighted html file as output. > >-c2html can also work as a CGI program and convert your sources on the >-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 >-example that works with Apache is described in the manpage. >+C2html offers the following features: >+ >+ - fast (single pass conversion using flex) >+ - 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 >Index: java2html/Makefile >=================================================================== >RCS file: /home/dada/cvsroot/ports/java2html/Makefile,v >retrieving revision 1.5 >diff -u -t -r1.5 Makefile >--- java2html/Makefile 1999/12/16 11:00:10 1.5 >+++ java2html/Makefile 1999/12/16 11:30:37 >@@ -6,7 +6,7 @@ > # $FreeBSD: ports/textproc/java2html/Makefile,v 1.5 1999/09/28 01:30:22 dan Exp $ > # > >-DISTNAME= java2html-0.6.3 >+DISTNAME= java2html-0.7.2 > CATEGORIES= textproc www > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= apps/www/converters >Index: java2html/files/md5 >=================================================================== >RCS file: /home/dada/cvsroot/ports/java2html/files/md5,v >retrieving revision 1.4 >diff -u -t -r1.4 md5 >--- java2html/files/md5 1999/12/16 11:00:10 1.4 >+++ java2html/files/md5 1999/12/16 11:30:56 >@@ -1 +1 @@ >-MD5 (java2html-0.6.3.tar.gz) = eda7fe66b21e079d61de769bc4fb5ee2 >+MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24 >Index: java2html/pkg/DESCR >=================================================================== >RCS file: /home/dada/cvsroot/ports/java2html/pkg/DESCR,v >retrieving revision 1.1.1.1 >diff -u -t -r1.1.1.1 DESCR >--- java2html/pkg/DESCR 1999/03/30 23:53:35 1.1.1.1 >+++ java2html/pkg/DESCR 1999/12/16 11:49:24 >@@ -10,3 +10,5 @@ > - easy integration with webservers - browse your sources colourized > - gzips http output for browsers to save bandwidth (only in CGI mode) > - documentation and manpage included >+ >+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html >Index: perl2html/Makefile >=================================================================== >RCS file: /home/dada/cvsroot/ports/perl2html/Makefile,v >retrieving revision 1.1.1.2 >diff -u -t -r1.1.1.2 Makefile >--- perl2html/Makefile 1999/09/28 10:15:23 1.1.1.2 >+++ perl2html/Makefile 1999/12/16 11:31:40 >@@ -6,7 +6,7 @@ > # $FreeBSD: ports/textproc/perl2html/Makefile,v 1.3 1999/09/28 01:30:21 dan Exp $ > # > >-DISTNAME= perl2html-0.6.3 >+DISTNAME= perl2html-0.7.2 > CATEGORIES= textproc www > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= apps/www/converters >Index: perl2html/files/md5 >=================================================================== >RCS file: /home/dada/cvsroot/ports/perl2html/files/md5,v >retrieving revision 1.1.1.2 >diff -u -t -r1.1.1.2 md5 >--- perl2html/files/md5 1999/09/28 10:15:23 1.1.1.2 >+++ perl2html/files/md5 1999/12/16 11:31:48 >@@ -1 +1 @@ >-MD5 (perl2html-0.6.3.tar.gz) = 7b8f7c8296c342d0462cc76fb34de0bb >+MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799 >Index: perl2html/pkg/DESCR >=================================================================== >RCS file: /home/dada/cvsroot/ports/perl2html/pkg/DESCR,v >retrieving revision 1.1.1.1 >diff -u -t -r1.1.1.1 DESCR >--- perl2html/pkg/DESCR 1999/05/27 20:38:28 1.1.1.1 >+++ perl2html/pkg/DESCR 1999/12/16 11:48:20 >@@ -9,3 +9,5 @@ > - easy integration with webservers - browse your sources colourized > - gzips http output for browsers to save bandwidth (only in CGI mode) > - documentation and manpage included >+ >+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15562
: 7054