Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2001 02:30:28 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27279: Update textproc/code2html to version 0.9
Message-ID:  <200105120630.f4C6USj64177@hex.databits.net>

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

>Number:         27279
>Category:       ports
>Synopsis:       Update textproc/code2html to version 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 11 23:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services Inc.
>Environment:
System: FreeBSD hex.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 9 14:33:58 EDT 2001 petef@hex.databits.net:/usr/obj/usr/src/sys/HEX i386


>Description:

- update to version 0.9
- better handling of ${PREFIX} in code2html.1
- update list of supported languages in pkg-descr
- new WWW:

>How-To-Repeat:

N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/code2html/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2001/02/05 16:34:29	1.13
+++ Makefile	2001/05/12 06:26:55
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	code2html
-PORTVERSION=	0.8.11
+PORTVERSION=	0.9
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/
+		http://www.palfrader.org/code2html/all/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	jedgar@FreeBSD.org
@@ -26,7 +26,7 @@
 		-e 's|/bin/gzip|/usr/bin/gzip|' \
 		-e 's|/etc/code|${PREFIX}/etc/code|' \
 		< ${WRKSRC}/code2html.orig > ${WRKSRC}/code2html
-	@${PERL} -pi.orig -e 's|etc/code|usr/local/etc/code|' ${WRKSRC}/code2html.1
+	@${PERL} -pi.orig -e 's|/etc/code|${PREFIX}/etc/code|' ${WRKSRC}/code2html.1
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/code2html ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/code2html/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	2000/08/02 21:27:28	1.8
+++ distinfo	2001/05/12 06:26:55
@@ -1 +1 @@
-MD5 (code2html-0.8.11.tar.gz) = 9b661a1c31d93986ec153c153ffd8de4
+MD5 (code2html-0.9.tar.gz) = 2a62840b9238a003f0d9f0527137bd1f
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/code2html/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	2000/03/19 12:40:48	1.3
+++ pkg-descr	2001/05/12 06:26:56
@@ -1,14 +1,12 @@
-Sourcecode to HTML converter
+code2html converts a program source code to syntax highlighted
+HTML. It may be called as a CGI script and can also handle include
+commands in HTML files.
 
-code2html converts a program source code to syntax
-highlighted HTML. It may be called as a CGI script and
-can also handle include commands in HTML files.
-
 Support for the following languages:
-	Ada, C, C++, HTML, Java, JavaScript, Makefile,
-	Pascal, Perl, SQL, Awk, m4, groff.
+	Ada, Awk, C, C++, HTML, Java, JavaScript, m4, Makefile,
+	Pascal, Perl, SQL, ruby, povray, and groff.
 
-WWW: http://www.cosy.sbg.ac.at/~ppalfrad/code2html/
+WWW: http://www.palfrader.org/code2html/
 
 - Chris D. Faulhaber
  <jedgar@FreeBSD.org>
>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?200105120630.f4C6USj64177>