head	1.3;
access;
symbols
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.11.02.21.26.17;	author edwin;	state dead;
branches;
next	1.2;

1.2
date	2002.02.09.08.20.40;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.26.19.10.11;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/jgnat* ports from the tree:

	Date: Sat, 1 Nov 2003 20:29:30 -0800
	From: John Merryweather Cooper <coop9211@@uidaho.edu>
	To: edwin@@lonesome.com
	Subject: Re: FreeBSD ports Problem Reports for ports you maintain
	X-Mailer: Balsa 2.0.15

	lang/jgnat and the associated lang/jgnat-doc-* ports should
	be retired.  lang/jgnat is no longer supported by ACT and
	will no longer compile with lang/gnat's Ada compiler.

PR:		ports/46443
Submitted by:	david@@realityrift.com
Approved by:	John Merryweather Cooper <coop9211@@uidaho.edu>
@
text
@
-----------------------------------------------------------------------

In any session you wish to use jgnat, you MUST set the PATH and
CLASSPATH environment variables correctly.

For example, if your PREFIX is /usr/local (the default) and you are
using /bin/sh, you should:

--Do nothing to the PATH as /usr/local/bin is already in the path;

--Set your CLASSPATH as follows:

	$CLASSPATH=.:/usr/local/share/java/classes/jgnat.jar:$CLASSPATH
	$export CLASSPATH

-----------------------------------------------------------------------
@


1.2
log
@Update jgnat so it will continue to build with the new compiler which
has much stricter Ada 95 style checking.

PR: 34749
Submitted by: MAINTAINER
@
text
@@


1.1
log
@o update to 1.1.p
o add java as a secondary category
o depend on jdk1.2.2 instead of jdk1.1.8
o Makefile style changes and un"echo" installation
o add PKGMESSAGE with usage instructions

PR:		29095
Submitted by:	MAINTAINER
@
text
@d14 1
a14 1
	$CLASSPATH=.:/usr/local/lib/gnat/jgnat.jar:$CLASSPATH
@

