Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 1999 12:20:00 +0100 (CET)
From:      mkamm@gmx.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15562: update of ports/textproc/X2html to version 0.7.2
Message-ID:  <199912181120.MAA01305@localhost.kfunigraz.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         15562
>Category:       ports
>Synopsis:       update of ports/textproc/X2html to version 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 19 07:10:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 3.4-RC i386
>Organization:
Graz University
>Environment:
>Description:
  This brings /usr/ports/textproc/{c,java,perl}2html in sync with
sunsite. (Yes, this is a update of three ports batched into one PR.)
  Only release number and MD5 are adjusted. The author's project page
has been added to pkg/DESCR. Only c2html/pkg/DESCR has been tweaked a
little more.
>How-To-Repeat:
>Fix:

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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912181120.MAA01305>