diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-17 12:24:36 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-17 12:24:36 +0000 |
commit | a2b3b8deb8ec4d1bedecaa829fe9ff40a1631b3b (patch) | |
tree | 10837812aec647b451a12b8ed8825dac18f7c833 /textproc/code2html | |
parent | 13582290cf4952d9fb1fb7348f667de1e1740b70 (diff) |
Notes
Diffstat (limited to 'textproc/code2html')
-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 bc476bfd5511..9226c15c9ca6 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 af6fdfcfd4ea..18c3438ce4ba 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 7b235083fdc9..2ad4ca04d124 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> |