Hi,

Update for c2html to version 0.9.5, whit this changes:

* the \r character was not handled correctly
* Added support for flexible tabize wished
* some highlighting mistakes were introduced by the last
  bugfix.

Tested on i386.

Ok? Comments?

Thanks.

-- 
Sending from my VCR.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/c2html/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    20 Nov 2010 19:56:48 -0000      1.19
+++ Makefile    21 Apr 2012 15:41:57 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               C-language sources to HTML converter
 
-DISTNAME=              c2html-0.9.2
+DISTNAME=              c2html-0.9.5
 CATEGORIES=            textproc www
 
 # Old versions seem to stay there...
@@ -14,11 +14,11 @@ PERMIT_PACKAGE_CDROM=       Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
+
 WANTLIB=               c 
 
 CONFIGURE_STYLE=       gnu
 
-USE_GROFF =            Yes
 NO_REGRESS=            Yes
 
 do-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/c2html/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    5 Apr 2007 17:26:15 -0000       1.3
+++ distinfo    21 Apr 2012 15:41:57 -0000
@@ -1,5 +1,5 @@
-MD5 (c2html-0.9.2.tar.gz) = wNN5wRU4evJG2Ol9D8GJLQ==
-RMD160 (c2html-0.9.2.tar.gz) = lfoRjebh0dP2s3biXrYeaiZEmD8=
-SHA1 (c2html-0.9.2.tar.gz) = 9izZctDXoBamglKm+IyRkhazAn0=
-SHA256 (c2html-0.9.2.tar.gz) = xxqByjYfhCUKnSP0+xSkUUfhTA470TRL96hXIsYg4Ag=
-SIZE (c2html-0.9.2.tar.gz) = 42743
+MD5 (c2html-0.9.5.tar.gz) = MkzWxQ3WEWB+M2aEC7xh8g==
+RMD160 (c2html-0.9.5.tar.gz) = LjZrayNvuDFQSi+C34j4rEm/GCY=
+SHA1 (c2html-0.9.5.tar.gz) = z7h8Gfq5IbCjdkiqxKRH8R/ubXY=
+SHA256 (c2html-0.9.5.tar.gz) = Q86cN2ngwa4mE+OIZl1naxAq0VVReEnD/ba89eJhYO0=
+SIZE (c2html-0.9.5.tar.gz) = 55326
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/c2html/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   15 Sep 2004 18:44:01 -0000      1.3
+++ pkg/PLIST   21 Apr 2012 15:41:57 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:44:01 espie Exp $
-bin/c2html
+@bin bin/c2html
 @man man/man1/c2html.1
 share/doc/c2html/
 share/doc/c2html/COPYING

Reply via email to