head	1.8;
access;
symbols
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	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.2;
locks; strict;
comment	@# @;


1.8
date	2010.05.20.21.13.14;	author johans;	state dead;
branches;
next	1.7;

1.7
date	2010.02.26.07.26.14;	author johans;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.23.18.05.59;	author johans;	state Exp;
branches;
next	1.5;

1.5
date	2005.10.07.15.11.48;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.14.12.45.19;	author jylefort;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.09.22.18.48.45;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.10.12.44.54;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.8
log
@As advertised, remove redundant lang/yorick-doc port.
@
text
@# New ports collection makefile for:	Yorick-doc
# Date created:         25 Jan 02
# Whom:                 David H. Munro <munro1@@llnl.gov>
#
# $FreeBSD: ports/lang/yorick-doc/Makefile,v 1.7 2010/02/26 07:26:14 johans Exp $
#

PORTNAME=	yorick-doc
PORTVERSION=	1.6.02
CATEGORIES=	lang math
MASTER_SITES=	ftp://ftp-icf.llnl.gov/pub/Yorick/ \
		ftp://ftp.stack.nl/pub/users/johans/yorick/
DISTNAME=	yorick-${PORTVERSION:R}-${PORTVERSION:E}-doc
EXTRACT_SUFX=	.tgz

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	Yorick interpreted language full documentation

WRKSRC=		${WRKDIR}/yorick-${PORTVERSION:R}-${PORTVERSION:E}/doc
DOCSDIR=	${PREFIX}/share/doc/yorick
DEPRECATED=	More up-to-date docs are included in the lang/yorick port
EXPIRATION_DATE=	2010-04-02

NO_BUILD=	true
PLIST=		${WRKDIR}/pkg-plist

pre-install:
	@@cd ${WRKSRC} && \
	${FIND} * ! -type d | ${SORT} | ${SED} -e 's|^|%%DOCSDIR%%/|' >> ${PLIST} && \
	${FIND} * -type d ! -empty | ${SORT} -r | ${SED} -e 's|^|@@dirrm %%DOCSDIR%%/|' >> ${PLIST}
	@@${ECHO_CMD} '@@dirrm %%DOCSDIR%%' >> ${PLIST}

do-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && \
	${FIND} * -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
	${FIND} * ! -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;

.include <bsd.port.mk>
@


1.7
log
@Mark deprecated and refer users to lang/yorick: that port already
includes more up-to-date documentation.

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Update my mail address to @@FreeBSD.org

Feature safe:   yes
@
text
@d21 2
@


1.5
log
@Update master site.

PR:		87033
Submitted by:	Johan van Selst <johans@@stack.nl> (maintainer)
Approved by:	novel (mentor)
@
text
@d16 1
a16 1
MAINTAINER=	johans@@stack.nl
@


1.4
log
@[1]:
  - Update to 1.6.02
  - Pass maintainership to submitter

Moreover:
  - Install in ${PREFIX}/share/doc/yorick
  - Use a dynamic packing list

PR:		ports/81475 [1]
Submitted by:	Johan van Selst <johans@@stack.nl> [1]
Approved by:	maintainer timeout (21 days)
@
text
@d12 1
a12 1
		ftp://wuarchive.wustl.edu/languages/yorick/
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 2
PORTVERSION=	1.5.07
PORTREVISION=	1
d13 1
a13 1
DISTNAME=	yorick-doc
d16 1
a16 1
MAINTAINER=	munro1@@llnl.gov
d19 2
a20 1
WRKSRC=		${WRKDIR}/doc
d23 7
d32 4
a35 3
	@@cd ${WRKSRC}; ${RM} -f yorick.pdf yorick-info.tgz download.html
	@@if test ! -d ${DATADIR}; then ${MKDIR} ${DATADIR}; fi
	cd ${WRKSRC}; ${CP} -r * ${DATADIR}
@


1.2
log
@fix plist

PR:		43165
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d18 1
@


1.1
log
@yorick-doc is complete html documentation for the yorick interpreted
  language (yorick port)
PR:		34473
Submitted by:	munro1@@llnl.gov
@
text
@d10 1
@

