head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	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.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	v1_0:1.1.1.1
	ADAM:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.54.57;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.10.20.23.23.34;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.28.14.07.09;	author roam;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.11.06.29;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.13.08.28.09;	author asami;	state Exp;
branches;
next	1.2;

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

1.1
date	99.05.09.17.44.10;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.09.17.44.10;	author steve;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	muni
# Date created:		6 May 1999
# Whom:			G. Adam Stanislav <adam@@whizkidtech.net>
#
# $FreeBSD: head/chinese/muni/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	muni
PORTVERSION=	1.0
CATEGORIES=	chinese
MASTER_SITES=	http://www.whizkidtech.redprince.net/i18n/muni/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Find Unicode values for Chinese characters

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/muni
	${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni
	${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni
	${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni
.endif

.include <bsd.port.mk>
@


1.7
log
@Reset maintainership.  Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Changed by maintainer's request.
@
text
@d13 1
a13 1
MAINTAINER=	adam@@redprince.net
@


1.5
log
@Fix the URL's in pkg-descr and add HTTP master sites.

PR:		48353
Submitted by:	tadalunch@@sources.redhat.com
@
text
@d13 1
a13 1
MAINTAINER=	adam@@whizkidtech.net
@


1.4
log
@De-pkg-comment.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.whizkidtech.net/i18n/muni/
@


1.3
log
@Convert to PORTNAME/PORTVERSION.

Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/muni/Makefile,v 1.2 1999/08/25 04:57:54 obrien Exp $
d14 1
@


1.2
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:	1.0
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	muni-1.0
PKGNAME=	zh-${DISTNAME}
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@Initial import of zh-muni version 1.0.
A program for finding Unicode values for Chinese characters.

PR:		11551
Submitted by:	G. Adam Stanislav <adam@@whizkidtech.net>
@
text
@@
