From owner-freebsd-ports Fri May 11 23:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37F3D37B424 for ; Fri, 11 May 2001 23:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4C6e5357310; Fri, 11 May 2001 23:40:05 -0700 (PDT) (envelope-from gnats) Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with ESMTP id 2F9B037B423 for ; Fri, 11 May 2001 23:30:41 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (from petef@localhost) by hex.databits.net (8.11.3/8.11.3) id f4C6USj64177; Sat, 12 May 2001 02:30:28 -0400 (EDT) (envelope-from petef) Message-Id: <200105120630.f4C6USj64177@hex.databits.net> Date: Sat, 12 May 2001 02:30:28 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27279: Update textproc/code2html to version 0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message