diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-05-17 12:24:36 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-05-17 12:24:36 +0000 |
commit | fa08eb13125676eb0b11ecadd39b7446b43cc2f3 (patch) | |
tree | f3d35b34968c41bd69b2aa51586e91c998f27ec9 | |
parent | 0a197e47f4f5e9ca7266f447aa73047c49843654 (diff) | |
download | FreeBSD-ports-fa08eb13125676eb0b11ecadd39b7446b43cc2f3.zip FreeBSD-ports-fa08eb13125676eb0b11ecadd39b7446b43cc2f3.tar.gz |
Update port to 0.9
PR: 27279
Submitted by: Pete Fritchman <petef@databits.net>
-rw-r--r-- | textproc/code2html/Makefile | 7 | ||||
-rw-r--r-- | textproc/code2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/code2html/pkg-descr | 14 |
3 files changed, 11 insertions, 12 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index bc476bf..9226c15 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -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,8 @@ do-configure: -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 diff --git a/textproc/code2html/distinfo b/textproc/code2html/distinfo index af6fdfc..18c3438 100644 --- a/textproc/code2html/distinfo +++ b/textproc/code2html/distinfo @@ -1 +1 @@ -MD5 (code2html-0.8.11.tar.gz) = 9b661a1c31d93986ec153c153ffd8de4 +MD5 (code2html-0.9.tar.gz) = 2a62840b9238a003f0d9f0527137bd1f diff --git a/textproc/code2html/pkg-descr b/textproc/code2html/pkg-descr index 7b23508..2ad4ca0 100644 --- a/textproc/code2html/pkg-descr +++ b/textproc/code2html/pkg-descr @@ -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> |