head	1.6;
access;
symbols
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	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
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2004.06.07.13.42.52;	author netchild;	state dead;
branches;
next	1.5;

1.5
date	2004.06.02.17.18.16;	author netchild;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.03.01.19.14;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.26.14.23.41;	author foxfair;	state Exp;
branches;
next	1.2;

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

1.1
date	2000.11.07.04.50.18;	author keith;	state Exp;
branches;
next	;


desc
@@


1.6
log
@chinese/cdrtools and chinese/mkisofs are superseded by sysutils/cdrtools-cjk.

Note: Contrary to its purpose, chinese/cdrtools also never (during the
time it was connected to the build) installed the ISO-9660 tools.

Diagnosis by:		marius
Let's remove them by:	netchild
@
text
@# New ports collection makefile for:	zh-mkisofs
# Date created:			19 Oct 2000
# Whom:				Jing-Tang Keith Jang <keith@@FreeBSD.org>
#
# $FreeBSD: ports/chinese/mkisofs/Makefile,v 1.5 2004/06/02 17:18:16 netchild Exp $
#

PORTNAME=	mkisofs
PORTVERSION=	1.12b5
PORTREVISION=	1
CATEGORIES=	chinese sysutils
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/
PKGNAMEPREFIX=	zh-

PATCH_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/
PATCHFILES=	mkisofs-1.12b5.big5patch.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Create ISO9660/JOLIET/Rock Ridge filesystems, Big5 compatible

GNU_CONFIGURE=	yes
ALL_TARGET=	World
MAN8=		mkisofs-zh.8
PLIST_FILES=	bin/mkisofs-zh

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/mkisofs ${PREFIX}/bin/mkisofs-zh
	@@${INSTALL_MAN} ${WRKSRC}/mkisofs.8 ${PREFIX}/man/man8/mkisofs-zh.8

.include <bsd.port.mk>
@


1.5
log
@- Add PKGNAMEPREFIX "zh-" as suggested by the Porter's Handbook.
- Suffix installed binary and man page with "-zh" in order to avoid
  conflicts with other ports installing mkisofs (note that it doesn't
  make sense to use MANLANG here as the man page is in English).
- Don't build and install isodump, isoinfo and isovfy. They are not
  built with locale support, i.e. they don't differ in this regard
  from those installed by the cdrtools ports (expect the latter are
  later versions).
- Use PLIST_FILES.

Submitted by:	marius
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
@
text
@d10 1
d13 1
a21 1
USE_REINPLACE=	yes
d23 2
a24 1
MAN8=		mkisofs.8 isoinfo.8
d26 3
a28 9
pre-configure:
	${REINPLACE_CMD} -e 's:prefix = /usr/local:prefix = ${PREFIX}:' \
		${WRKSRC}/diag/Makefile.in

post-build:
	cd ${WRKSRC}/diag && make

post-install:
	cd ${WRKSRC}/diag && make install
@


1.3
log
@pkg-comment police: Purge them in this category while I'm here.
@
text
@d16 1
a16 1
MAINTAINER=	keith@@FreeBSD.org
@


1.2
log
@PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
@
text
@d17 1
@


1.1
log
@New port: mkisofs

mkisofs is a pre-mastering program that generates binary ISO9660
filesystem image.  Users can then write the image to devices like
CD-R or CD-RW.  This port can also generate Chinese Big5 filenames
on Joliet filesystems.  Use the -J option to activate it.

Although it works flawlessly, further improvements are possible:
1. Accept GB(Simplified Chinese) filenames also.
2. Upgrade to mkisofs 1.13.  1.13 uses a better structure to manage
   I18N, which is (almost all) borrowed from Linux kernel's fs code.
@
text
@d19 1
d24 1
a24 1
	${PERL} -pi.orig -e 's:prefix = /usr/local:prefix = ${PREFIX}:' \
@

