Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
code2html is a perlscript which converts a program source code to syntax
highlighted HTML. It may be called from the command line or as a CGI script.
It can also handle include commands in HTML files. Currently supports: Ada 95,
C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, AWK, M4, and
Groff.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.14 2013/05/31 12:39:43 wiz Exp $
#
DISTNAME= code2html-0.9.1
PKGREVISION= 2
CATEGORIES= converters devel textproc
MASTER_SITES= http://www.palfrader.org/code2html/all/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.palfrader.org/code2html/
COMMENT= Convert a program source code to syntax highlighted HTML
NO_BUILD= yes
REPLACE_PERL= code2html
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/code2html ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/code2html.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/24 01:48:59 jschauma Exp $
bin/code2html
man/man1/code2html.1

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/23 16:12:33 agc Exp $
SHA1 (code2html-0.9.1.tar.gz) = 7661e7b423f89a03b04e3b1d8835d7a63248d089
RMD160 (code2html-0.9.1.tar.gz) = 2839aaf63c9eab462803dfcf266c11b413b7a1cb
Size (code2html-0.9.1.tar.gz) = 39811 bytes