head	1.20;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.17
	RELEASE_5_5_0:1.17
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.17
	RELEASE_4_11_0:1.17
	RELEASE_5_3_0:1.17
	RELEASE_4_10_0:1.17
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.14
	RELEASE_4_8_0:1.14
	RELEASE_5_0_0:1.12
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	mixal_1_06:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2011.03.23.16.45.47;	author dhn;	state Exp;
branches;
next	1.18;

1.18
date	2011.03.15.13.45.55;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2004.02.06.14.22.37;	author krion;	state Exp;
branches;
next	1.16;

1.16
date	2004.02.04.05.21.39;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2004.01.05.16.52.24;	author krion;	state Exp;
branches;
next	1.14;

1.14
date	2003.02.20.18.37.59;	author knu;	state Exp;
branches;
next	1.13;

1.13
date	2003.02.14.13.07.33;	author markp;	state Exp;
branches;
next	1.12;

1.12
date	2002.11.07.03.10.53;	author adamw;	state Exp;
branches;
next	1.11;

1.11
date	2002.11.06.22.45.50;	author adamw;	state Exp;
branches;
next	1.10;

1.10
date	2002.06.03.18.22.48;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2002.05.08.20.51.42;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.12.06.19.23;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2000.03.22.00.27.12;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2000.03.20.02.36.46;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2000.02.13.03.23.44;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.08.28.02.17.15;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.06.34.56;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	97.10.10.06.53.31;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	96.12.25.12.13.00;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.12.25.12.13.00;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  mixal
# Date created:			  21-Dec-1996
# Whom:                 	  David O'Brien <obrien@@cs.ucdavis.edu>
#
# $FreeBSD: head/lang/mixal/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	mixal
PORTVERSION=	1.11
CATEGORIES=	lang
MASTER_SITES=	http://www.catb.org/~esr/mixal/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Assembler and interpreter for Donald Knuth's mythical MIX computer

USE_GMAKE=	yes
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET=	${PORTNAME}

MAN1=		mixal.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mixal ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/mixal.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for F in MIX.DOC NOTES README opcodes *.mix
	${INSTALL_DATA} ${WRKSRC}/${F} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.19
log
@- Update to 1.11

PR:		ports/155804
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.18
log
@Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d10 1
a10 1
PORTVERSION=	1.10
a16 3
DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

@


1.17
log
@- Update to version 1.10

PR:		ports/62429
Submitted by:	Ports Fury
@
text
@d17 3
@


1.16
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d10 1
a10 2
PORTVERSION=	1.09
PORTREVISION=	1
@


1.15
log
@- Update to version 1.09

PR:		60933
Submitted by:	Ports Fury
@
text
@d11 1
@


1.14
log
@De-pkg-comment.
@
text
@d10 1
a10 1
PORTVERSION=	1.07
d12 1
a12 2
MASTER_SITES=	http://www.catb.org/~esr/retro/ \
		http://dl.droso.net/ports/
d17 5
a21 1
ALL_TARGET=	# none
d24 2
a25 1
	${INSTALL_PROGRAM} ${WRKSRC}/mix ${PREFIX}/bin
d28 1
a28 1
.for F in READ.ME MIX.DOC NOTES opcodes *.mix
@


1.13
log
@Add PORTDOCS support.

PR:		47489
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d16 1
@


1.12
log
@Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:	me
Approved by:		pat
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.tuxedo.org/~esr/retro/ \
d17 1
a17 3
ALL_TARGET=

DOCDIR=		${PREFIX}/share/doc/mix
d22 4
a25 6
	@@${MKDIR} ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/READ.ME ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/MIX.DOC ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/NOTES ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/opcodes ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/*.mix ${DOCDIR}
@


1.11
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Assembler and interpreter for Donald Knuth\'s mythical MIX computer

@


1.10
log
@upgrade to 1.07

PR:		38868
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d17 2
@


1.9
log
@To ports@@freebsd.org.
@
text
@d10 1
a10 1
PORTVERSION=	1.06
d12 2
a13 3
MASTER_SITES=	http://www.ccil.org/retro/  \
		ftp://locke.ccil.org/pub/retro/
EXTRACT_SUFX=	.shar.gz
a16 4
EXTRACT_CMD=	zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=	| ${SED} -e '1,/^This ought/d' |sh
NO_WRKSUBDIR=	yes
d27 1
a27 1
	${INSTALL_DATA} ${WRKSRC}/notes ${DOCDIR}
@


1.8
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/mixal/Makefile,v 1.7 2000/03/22 00:27:12 obrien Exp $
d16 1
a16 1
MAINTAINER=	obrien@@FreeBSD.org
@


1.7
log
@Restore useless version required comments.
@
text
@a2 1
# Version required: 0.0
d6 1
a6 1
# $FreeBSD: ports/lang/mixal/Makefile,v 1.6 2000/03/20 02:36:46 obrien Exp $
d9 2
a10 1
DISTNAME=	mixal-1.06
@


1.6
log
@Remove the "version required" line.
@
text
@d3 1
d7 1
a7 1
# $FreeBSD: ports/lang/mixal/Makefile,v 1.5 2000/02/13 03:23:44 obrien Exp $
@


1.5
log
@Style nits in the ports I maintain.
@
text
@a2 1
# Version required:		  1.06
d6 1
a6 1
# $FreeBSD: ports/lang/mixal/Makefile,v 1.4 1999/08/28 02:17:15 mharo Exp $
@


1.4
log
@sed -> ${SED}
@
text
@d2 4
a5 4
# New ports collection makefile for:	mixal
# Version required:	1.06
# Date created:		21-Dec-1996
# Whom:                 David O'Brien <obrien@@cs.ucdavis.edu>
d7 1
a7 1
# $FreeBSD: ports/lang/mixal/Makefile,v 1.3 1999/08/25 06:34:56 obrien Exp $
d16 1
a16 1
MAINTAINER=     obrien@@FreeBSD.org
@


1.3
log
@Change Id->FreeBSD.
@
text
@d7 1
a7 1
# $FreeBSD$
d20 1
a20 1
EXTRACT_AFTER_ARGS=	|/usr/bin/sed -e '1,/^This ought/d' |sh
@


1.2
log
@Change my email address to @@FreeBSD
@
text
@d7 1
a7 1
# $Id: Makefile,v 1.1.1.1 1996/12/25 12:13:00 obrien Exp $
@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
# $Id: Makefile,v 1.3 1996/11/18 09:54:53 asami Exp $
d16 1
a16 1
MAINTAINER=     obrien@@cs.ucdavis.edu
@


1.1.1.1
log
@Mixal is a version the assembler and interpreter for Donald Knuth's
mythical MIX computer, defined in:

   Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental
   Algorithms_.  Addison-Wesley, 1973 (2nd ed.)

Some of us were playing with it at school... so I made a port of it.
@
text
@@
