Date: Fri, 1 Oct 1999 18:49:57 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14082: New port: code2html-0.8.6 Message-ID: <19991001224957.0FD09F824@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14082 >Category: ports >Synopsis: New port: code2html-0.8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 1 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: code2html-0.8.6 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. Support for the following languages: Ada, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, Awk, m4, groff. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # code2html # code2html/pkg # code2html/pkg/COMMENT # code2html/pkg/DESCR # code2html/pkg/PLIST # code2html/files # code2html/files/md5 # code2html/Makefile # echo c - code2html mkdir -p code2html > /dev/null 2>&1 echo c - code2html/pkg mkdir -p code2html/pkg > /dev/null 2>&1 echo x - code2html/pkg/COMMENT sed 's/^X//' >code2html/pkg/COMMENT << 'END-of-code2html/pkg/COMMENT' XSourcecode to HTML converter END-of-code2html/pkg/COMMENT echo x - code2html/pkg/DESCR sed 's/^X//' >code2html/pkg/DESCR << 'END-of-code2html/pkg/DESCR' XSourcecode to HTML converter X Xcode2html converts a program source code to syntax Xhighlighted HTML. It may be called as a CGI script and Xcan also handle include commands in HTML files. X XSupport for the following languages: X Ada, C, C++, HTML, Java, JavaScript, Makefile, X Pascal, Perl, SQL, Awk, m4, groff. X XWWW: http://www.cosy.sbg.ac.at/~ppalfrad/code2html/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-code2html/pkg/DESCR echo x - code2html/pkg/PLIST sed 's/^X//' >code2html/pkg/PLIST << 'END-of-code2html/pkg/PLIST' Xbin/code2html END-of-code2html/pkg/PLIST echo c - code2html/files mkdir -p code2html/files > /dev/null 2>&1 echo x - code2html/files/md5 sed 's/^X//' >code2html/files/md5 << 'END-of-code2html/files/md5' XMD5 (code2html.pl.gz) = cc138c6d85f3b0c9707da6c40bae19ec END-of-code2html/files/md5 echo x - code2html/Makefile sed 's/^X//' >code2html/Makefile << 'END-of-code2html/Makefile' X# New ports collection makefile for: code2html X# Version required: 0.8.6 X# Date created: 01 October 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= code2html.pl XPKGNAME= code2html-0.8.6 XCATEGORIES= www XMASTER_SITES= http://www.giga.or.at/~weasel/pub/code2html/latest/ XEXTRACT_SUFX= .gz X XMAINTAINER= jedgar@fxp.org X XNO_WRKSUBDIR= yes XNO_BUILD= yes X Xdo-extract: X @${MKDIR} ${WRKDIR} X ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html X X.include <bsd.port.mk> END-of-code2html/Makefile exit >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?19991001224957.0FD09F824>