Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 1999 22:30:02 -0700 (PDT)
From:      Martin Kammerhofer <dada@balu.kfunigraz.ac.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10885
Message-ID:  <199905030530.WAA98684@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10885; it has been noted by GNATS.

From: Martin Kammerhofer <dada@balu.kfunigraz.ac.at>
To: FreeBSD problems <freebsd-gnats-submit@freebsd.org>
Cc:  
Subject: Re: ports/10885
Date: Mon, 3 May 1999 01:53:30 +0200 (CEST)

 The package has been updated on Sunsite to version 0.5 now.
 
 Since no initial version has been commited I submit another
 shar rather than a diff.
 Please consider the originally submitted sharfile as throwaway.
 
 <======= cut here ===================================================
 # 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:
 #
 #	java2html
 #	java2html/pkg
 #	java2html/pkg/COMMENT
 #	java2html/pkg/DESCR
 #	java2html/pkg/PLIST
 #	java2html/Makefile
 #	java2html/files
 #	java2html/files/md5
 #	java2html/patches
 #	java2html/patches/patch-aa
 #
 echo c - java2html
 mkdir -p java2html > /dev/null 2>&1
 echo c - java2html/pkg
 mkdir -p java2html/pkg > /dev/null 2>&1
 echo x - java2html/pkg/COMMENT
 sed 's/^X//' >java2html/pkg/COMMENT << 'END-of-java2html/pkg/COMMENT'
 XJava sources to HTML converter
 END-of-java2html/pkg/COMMENT
 echo x - java2html/pkg/DESCR
 sed 's/^X//' >java2html/pkg/DESCR << 'END-of-java2html/pkg/DESCR'
 XJava2html is  a syntax highlighter for  Java and C++  source code that
 Xproduces a highlighted html file as output.
 X
 XJava2html offers the following features:
 X   
 X    - support for Java and C++
 X    - fast (single pass conversion using flex)
 X    - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
 X        and properly escapes non-ascii characters
 X    - easy integration with webservers - browse your sources colourized
 X    - gzips http output for browsers to save bandwidth (only in CGI mode)
 X    - documentation and manpage included
 END-of-java2html/pkg/DESCR
 echo x - java2html/pkg/PLIST
 sed 's/^X//' >java2html/pkg/PLIST << 'END-of-java2html/pkg/PLIST'
 Xbin/java2html
 Xshare/doc/java2html/AUTHORS
 Xshare/doc/java2html/NEWS
 Xshare/doc/java2html/README
 X@dirrm share/doc/java2html
 END-of-java2html/pkg/PLIST
 echo x - java2html/Makefile
 sed 's/^X//' >java2html/Makefile << 'END-of-java2html/Makefile'
 X# New ports collection makefile for:	java2html
 X# Version required:			0.4
 X# Date created:				21 March 1999
 X# Whom:					Martin Kammerhofer
 X#
 X# $Id$
 X#
 X
 XDISTNAME=		java2html-0.5
 XCATEGORIES=		textproc www
 XMASTER_SITES=		${MASTER_SITE_SUNSITE}
 XMASTER_SITE_SUBDIR=	apps/www/converters
 X
 XMAINTAINER=		mkamm@gmx.net
 X
 XUSE_AUTOCONF=		yes
 X
 XMAN1=			java2html.1
 X
 X.if !defined(NOPORTDOCS)
 Xpost-install:
 X	${MKDIR} ${PREFIX}/share/doc/java2html
 X.for file in AUTHORS NEWS README
 X	${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/java2html
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-java2html/Makefile
 echo c - java2html/files
 mkdir -p java2html/files > /dev/null 2>&1
 echo x - java2html/files/md5
 sed 's/^X//' >java2html/files/md5 << 'END-of-java2html/files/md5'
 XMD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31
 END-of-java2html/files/md5
 echo c - java2html/patches
 mkdir -p java2html/patches > /dev/null 2>&1
 echo x - java2html/patches/patch-aa
 sed 's/^X//' >java2html/patches/patch-aa << 'END-of-java2html/patches/patch-aa'
 X--- Makefile.in.orig	Wed Apr 14 18:28:16 1999
 X+++ Makefile.in	Thu Apr 15 22:55:00 1999
 X@@ -12,7 +12,7 @@
 X # for gzip because otherwise the load on the web server
 X # grows without having big benefits.
 X # COMPRESSION = -DCOMPRESSION=4
 X-COMPRESSION = -DCOMPRESSION=1
 X+COMPRESSION ?= -DCOMPRESSION=1
 X 
 X # Dont change things beyond this line.
 X TARGET          = java2html
 X@@ -43,7 +43,7 @@
 X srcdir          = @srcdir@
 X CPPFLAGS        = @CPPFLAGS@
 X 
 X-CFLAGS += -O2 -Wall -pedantic
 X+CFLAGS ?= -O2 -Wall -pedantic
 X ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) 
 X 
 X all: $(TARGET)
 END-of-java2html/patches/patch-aa
 exit
 
 


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?199905030530.WAA98684>