add source-highlight

Given a source file, produces a document with syntax highlighting
This commit is contained in:
Ying-Chieh Liao 2001-08-28 06:10:52 +00:00
parent f254027b5f
commit b92f730f1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47003
6 changed files with 60 additions and 0 deletions

View File

@ -519,6 +519,7 @@
SUBDIR += shtool
SUBDIR += sip
SUBDIR += soup
SUBDIR += source-highlight
SUBDIR += sparc-rtems-binutils
SUBDIR += sparc-rtems-chill
SUBDIR += sparc-rtems-g77

View File

@ -0,0 +1,23 @@
# ex:ts=8
# New ports collection makefile for: source-highlight
# Date created: Aug 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= source-highlight
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (source-highlight-1.1.tar.gz) = c238eb186a52d5afd6d16fa0ca568038

View File

@ -0,0 +1 @@
Given a source file, produces a document with syntax highlighting

View File

@ -0,0 +1,3 @@
Given a source file, produces a document with syntax highlighting.
WWW: http://www.gnu.org/software/src-highlite/

View File

@ -0,0 +1,31 @@
bin/cpp2html
bin/java2html
share/source-highlight/tags.j2h
share/doc/source-highlight/COPYING
share/doc/source-highlight/ChangeLog
share/doc/source-highlight/Hello.css
share/doc/source-highlight/Hello.java
share/doc/source-highlight/Hello.java.html
share/doc/source-highlight/Hello1.html
share/doc/source-highlight/Hello2.css
share/doc/source-highlight/Hello2.html
share/doc/source-highlight/Hello3.html
share/doc/source-highlight/Hello4.html
share/doc/source-highlight/Hello5.html
share/doc/source-highlight/Hello_h_f.html
share/doc/source-highlight/INSTALL
share/doc/source-highlight/NEWS
share/doc/source-highlight/README
share/doc/source-highlight/README.compile_VC6
share/doc/source-highlight/THANKS
share/doc/source-highlight/TODO.txt
share/doc/source-highlight/cmdline.c.html
share/doc/source-highlight/cmdline.h.html
share/doc/source-highlight/colors.html
share/doc/source-highlight/cpp2html.css
share/doc/source-highlight/mono-alt.css
share/doc/source-highlight/mono.css
share/doc/source-highlight/source-highlight.html
share/doc/source-highlight/startapp.cc.html
@dirrm share/source-highlight
@dirrm share/doc/source-highlight