From owner-freebsd-ports Wed Feb 21 6:51:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 68AC437B401; Wed, 21 Feb 2001 06:51:43 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f1LEow281326; Wed, 21 Feb 2001 15:50:58 +0100 (CET) (envelope-from ernst) Date: Wed, 21 Feb 2001 15:50:58 +0100 From: Ernst de Haan To: roam@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, mkamm@gmx.net Subject: Re: ports/25082: textproc/java2html is *very* outdated Message-ID: <20010221155058.A81314@c187104187.telekabel.chello.nl> References: <200102210856.f1L8uEi06220@freefall.freebsd.org> <20010221115838.A71295@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010221115838.A71295@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Feb 21, 2001 at 11:58:38AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is a shar file with a new version of the port that installs 1.7. I tested it with portlint, built the pkg-plist file with plist-builder. The install works for me, I need this port, so I figured I could write the new port anyway. Not sure if we could apply this immediately, since I would like to give the current maintainer some more time to respond. -- Ernst Ernst de Haan wrote: > Okay, just sent an email to the maintainer. If he doesn't respond, I will > send a PR with an updated version of the port. > > -- > Ernst > > roam@FreeBSD.ORG wrote: > > Synopsis: textproc/java2html is *very* outdated > > > > State-Changed-From-To: open->closed > > State-Changed-By: roam > > State-Changed-When: Wed Feb 21 00:54:56 PST 2001 > > State-Changed-Why: > > You might want to contact the maintainer (mkamm@gmx.net) or submit patches > > to update the port yourself, if he does not respond in a timely fashion. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=25082 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > --82I3+IH0IqGh5yIs Content-Type: application/x-sh Content-Disposition: attachment; filename="java2html-port.sh" # 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/Makefile # java2html/distinfo # java2html/pkg-comment # java2html/pkg-descr # java2html/pkg-plist # echo c - java2html mkdir -p java2html > /dev/null 2>&1 echo x - java2html/Makefile sed 's/^X//' >java2html/Makefile << 'END-of-java2html/Makefile' X# New ports collection makefile for: java2html X# Date created: 21 March 1999 X# Whom: Martin Kammerhofer X# X# $FreeBSD: ports/textproc/java2html/Makefile,v 1.10 2001/02/05 16:34:46 olgeni Exp $ X# X XPORTNAME= java2html XPORTVERSION= 1.7 XCATEGORIES= textproc www XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= java2html X XMAINTAINER= ernst@jollem.com X XUSE_AUTOCONF= yes X X.include END-of-java2html/Makefile echo x - java2html/distinfo sed 's/^X//' >java2html/distinfo << 'END-of-java2html/distinfo' XMD5 (java2html-1.7.tar.gz) = 8d85c33d6955a0c735a0ba3131b1ef0c END-of-java2html/distinfo echo x - java2html/pkg-comment sed 's/^X//' >java2html/pkg-comment << 'END-of-java2html/pkg-comment' XJava source file to HTML converter END-of-java2html/pkg-comment echo x - java2html/pkg-descr sed 's/^X//' >java2html/pkg-descr << 'END-of-java2html/pkg-descr' XThis is a simple program that, given a source Java file, produces Xan HTML document with syntax highlighting. 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 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 X X WWW: http://user.cs.tu-berlin.de/~schintke/x2html/index.html 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/colors.html Xshare/doc/java2html/java2html.html Xshare/doc/java2html/Hello.java Xshare/doc/java2html/Hello1.html Xshare/doc/java2html/Hello2.html Xshare/doc/java2html/Hello3.html Xshare/doc/java2html/Hello4.html Xshare/doc/java2html/Hello5.html Xshare/doc/java2html/Hello.java.html Xshare/doc/java2html/Hello_h_f.html Xshare/doc/java2html/old-changes.html Xshare/doc/java2html/Hello.css Xshare/doc/java2html/Hello2.css Xshare/doc/java2html/mono-alt.css Xshare/doc/java2html/mono.css Xshare/doc/java2html/header.html Xshare/doc/java2html/footer.html Xshare/doc/java2html/ChangeLog Xshare/doc/java2html/COPYING Xshare/doc/java2html/NEWS Xshare/doc/java2html/THANKS Xshare/doc/java2html/INSTALL Xshare/doc/java2html/README Xshare/doc/java2html/mails.txt Xshare/doc/java2html/TODO.txt Xshare/java2html/tags.j2h X@dirrm share/doc/java2html X@dirrm share/java2html END-of-java2html/pkg-plist exit --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message