head	1.10;
access;
symbols
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2011.03.07.06.34.56;	author wen;	state dead;
branches;
next	1.9;

1.9
date	2010.07.01.12.19.25;	author stefan;	state Exp;
branches;
next	1.8;

1.8
date	2005.09.11.08.50.43;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.13.18.28.21;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2003.12.19.23.22.07;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.12.35.02;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.17.23.06.20;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2002.02.08.15.41.54;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.05.05.51.41;	author lioux;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@- Remove obsolete gnat-doc(3.15p) ports

PR:		ports/153676
Submitted by:	John Marino <freebsdml@@marino.st>
@
text
@# New ports collection makefile for:    gnat-doc
# Date created:         4 Sept 2001
# Whom:                 John Merryweather Cooper <coop9211@@uidaho.edu>
#
# $FreeBSD: ports/lang/gnat-doc-html/Makefile,v 1.9 2010/07/01 12:19:25 stefan Exp $
#

PORTNAME=	gnat-doc
PORTVERSION=	3.15p
CATEGORIES=	lang
MASTER_SITES=	ftp://cs.nyu.edu/pub/gnat/%SUBDIR%/ \
		ftp://ftp.cdrom.com/pub/languages/ada/compiler/gnat/%SUBDIR%/ \
		ftp://wuarchive.wustl.edu/languages/ada/compiler/gnat/%SUBDIR%/ \
		ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/mirrors/cs.nyu.edu/pub/gnat/%SUBDIR%/ \
		ftp://ftp.cs.tu-berlin.de/pub/gnat/%SUBDIR%/ \
		ftp://ftp.informatik.rwth-aachen.de/pub/mirror/cs.nyu.edu/pub/gnat/%SUBDIR%/ \
		ftp://ftp.lip6.fr/pub/gnat/%SUBDIR%/ \
		ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTVERSION}
PKGNAMESUFFIX=	-${DOCFORMAT}
DISTNAME=	gnat-${PORTVERSION}-unx-docs

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Documentation for the GNAT compiler

WRKSRC=		${WRKDIR}/gnat-${PORTVERSION}-unx-docs
NO_BUILD=	yes
PLIST=		${MASTERDIR}/pkg-plist_${DOCFORMAT}
SUB_FILES=	pkg-message_${DOCFORMAT}

DOCFORMAT?=	html

SEC_LABEL=	"Programming & development tools."
INSTALL_INFO=	install-info --section=${SEC_LABEL}
ARM_LABEL=	"* ARM95: (arm95).                  Ada 95 Annotated Reference Manual."
GCC_LABEL=	"* Adagcc: (gcc).                   GNAT gcc 2.8.1 compiler reference."
RM_LABEL=	"* Gnat_rm: (gnat_rm).              GNAT Reference Manual."
UG_LABEL=	"* Gnat_ug: (gnat_ug).              GNAT User Guide."

PLIST_SUB=	SEC_LABEL=${SEC_LABEL} ARM_LABEL=${ARM_LABEL} \
		GCC_LABEL=${GCC_LABEL} RM_LABEL=${RM_LABEL} \
		UG_LABEL=${UG_LABEL}

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

.ifdef NOPORTDOCS
IGNORE=		this port only contains documentation, please undefine NOPORTDOCS and try again
.endif

do-install:
.if ${DOCFORMAT} == "info"
	@@${MKDIR} ${PREFIX}/info
	@@${INSTALL_MAN} ${WRKSRC}/${DOCFORMAT}/* ${PREFIX}/info
	@@${INSTALL_INFO} --item=${ARM_LABEL} ${PREFIX}/info/arm95.info ${PREFIX}/info/dir
	@@${INSTALL_INFO} --item=${GCC_LABEL} ${PREFIX}/info/gcc.info ${PREFIX}/info/dir
	@@${INSTALL_INFO} --item=${RM_LABEL} ${PREFIX}/info/gnat_rm.info ${PREFIX}/info/dir
	@@${INSTALL_INFO} --item=${UG_LABEL} ${PREFIX}/info/gnat_ug.info ${PREFIX}/info/dir
.else
	@@${MKDIR} ${DOCSDIR}/${DOCFORMAT}
	@@${INSTALL_MAN} ${WRKSRC}/${DOCFORMAT}/* ${DOCSDIR}/${DOCFORMAT}
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.9
log
@- Ignore port if NOPORTDOCS is defined.
- Dynamically adjust pkg-message.
- Adjust DOCSDIR and plist.

PR:		142709
Submitted by:	Sevan Janiyan <venture37@@geeklan.co.uk>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Remove dead mastersite.

Source:		distfile survey
@
text
@d29 1
a29 1
PKGMESSAGE=	${MASTERDIR}/pkg-message_${DOCFORMAT}
a31 1
DOCSDIR=	${PREFIX}/share/doc/gnat/${DOCFORMAT}
d52 3
a54 3
pre-install:
	@@${CP} ${PKGDIR}/pkg-plist_${DOCFORMAT} ${WRKDIR}
	@@${CP} ${PKGDIR}/pkg-message_${DOCFORMAT} ${WRKDIR}
a56 2
.if !defined(NOPORTDOCS)

d65 2
a66 4
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_MAN} ${WRKSRC}/${DOCFORMAT}/* ${DOCSDIR}
.endif

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


1.7
log
@With portmgr hat on, reset maintainership of these ports.  Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
@
text
@d18 1
a18 2
		ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/%SUBDIR%/ \
		ftp://ftp.fss.bme.hu/pub/ada/gnat/%SUBDIR%/
@


1.6
log
@- Update to 3.15p

PR:		ports/60353
Submitted by:	John Merryweather Cooper <johnmary@@adelphia.net> (maintainer)
@
text
@d24 1
a24 1
MAINTAINER=	coop9211@@uidaho.edu
@


1.5
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	3.14p
d22 1
a22 1
DISTNAME=	gnat-${PORTVERSION}-docs
d27 1
a27 1
WRKSRC=		${WRKDIR}/gnat-${PORTVERSION}-docs
a63 3
	@@if [ ! -f ${PREFIX}/info/dir ]; then \
		${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \
	fi
@


1.4
log
@Change of maintainers email address.

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


1.3
log
@Update to version 3.14p

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


1.2
log
@o Forced commit to correct previous log message
o New port gnat-doc-html version 3.13p: Documentation for the GNAT
compiler
o Master port for all gnat-doc-* ports

PR:		30363
Submitted by:	John Merryweather Cooper <jmcoopr@@webmail.bmi.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.13p
d26 1
a26 1
WRKSRC=		${WRKDIR}/gnat-${PORTVERSION}-unx-docs
d40 4
@


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
@@

