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


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

1.3
date	2003.02.21.12.35.03;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.17.23.06.20;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
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
@# New ports collection makefile for:    jgnat-doc
# Date created:         05 Sept 2001
# Whom:                 John Merryweather Cooper <coop9211@@uidaho.edu>
#
# $FreeBSD: ports/lang/jgnat-doc-html/Makefile,v 1.3 2003/02/21 12:35:03 knu Exp $
#

PORTNAME=	jgnat-doc
PORTVERSION=	1.1p
CATEGORIES=	lang java
MASTER_SITES=	ftp://cs.nyu.edu/pub/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.cdrom.com/pub/languages/ada/compiler/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://wuarchive.wustl.edu/languages/ada/compiler/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/mirrors/cs.nyu.edu/pub/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.cs.tu-berlin.de/pub/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.informatik.rwth-aachen.de/pub/mirror/cs.nyu.edu/pub/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.lip6.fr/pub/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/jgnat/jgnat-1.1p/split-1.1p/ \
		ftp://ftp.fss.bme.hu/pub/ada/gnat/jgnat/jgnat-1.1p/split-1.1p/
PKGNAMESUFFIX=	-${DOCFORMAT}
DISTNAME=	jgnat-${PORTVERSION}-doc
EXTRACT_SUFX=	.tgz

MAINTAINER=	coop9211@@uidaho.edu
COMMENT=	Documentation for the JGNAT compiler

WRKSRC=		${WRKDIR}/${DISTNAME:S/-doc$//}/doc
NO_BUILD=	yes
PLIST=		${MASTERDIR}/pkg-plist_${DOCFORMAT}
PKGMESSAGE=	${MASTERDIR}/pkg-message_${DOCFORMAT}

DOCFORMAT?=	html
DOCSDIR=	${PREFIX}/share/doc/jgnat/${DOCFORMAT}

SEC_LABEL=	"Programming & development tools."
INSTALL_INFO=	install-info --section=${SEC_LABEL}
UG_LABEL=	"* Jgnat_ug: (jgnat_ug).            JGNAT User Guide."

PLIST_SUB=	SEC_LABEL=${SEC_LABEL} UG_LABEL=${UG_LABLE}

.include <bsd.port.pre.mk>

.if ${DOCFORMAT} != "html" && ${DOCFORMAT} != "info" && ${DOCFORMAT} != "ps" && ${DOCFORMAT} != "txt"
.BEGIN:
	@@${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\""
	@@${ECHO} "Possible values are:  html, info, ps, and txt."
	@@${FALSE}
.endif

pre-install:
	@@${CP} ${PKGDIR}/pkg-plist_${DOCFORMAT} ${WRKDIR}
	@@${CP} ${PKGDIR}/pkg-message_${DOCFORMAT} ${WRKDIR}

do-install:
.if !defined(NOPORTDOCS)
.if ${DOCFORMAT} == "info"
	@@${MKDIR} ${PREFIX}/info
	@@${INSTALL_MAN} ${WRKSRC}/jgnat_ug.info* ${PREFIX}/info
	@@if [ ! -f ${PREFIX}/info/dir ]; then \
		${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \
	fi
	@@${INSTALL_INFO} --item=${UG_LABEL} ${PREFIX}/info/jgnat_ug.info ${PREFIX}/info/dir
.else
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/jgnat_ug.${DOCFORMAT} ${DOCSDIR}
.endif
.endif # !defined(NOPORTDOCS)

post-install:
.if !defined (NOPORTDOCS)
	@@${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'
.endif

.include <bsd.port.post.mk>
@


1.3
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Change of maintainers email address.

PR:		ports/45369
Submitted by:	John Merryweather Cooper <coop9211@@uidaho.edu>
@
text
@d25 1
@


1.1
log
@o New port jgnat-doc-html version 1.1p: Documentation for the JGNAT
compiler
o Master port for all jgnat-doc-* ports

PR:		30365
Submitted by:	John Merryweather Cooper <jmcoopr@@webmail.bmi.net>
@
text
@d3 1
a3 1
# Whom:                 John Merryweather Cooper <jmcoopr@@webmail.bmi.net>
d24 1
a24 1
MAINTAINER=	jmcoopr@@webmail.bmi.net
@

