head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	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.2
date	2004.06.07.13.42.52;	author netchild;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
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
@--- include/mconfig.h.orig	Mon Mar  1 18:42:26 1999
+++ include/mconfig.h	Sat May  8 17:00:07 1999
@@@@ -28,6 +28,10 @@@@
 #ifndef _MCONFIG_H
 #define _MCONFIG_H
 
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#	include <sys/param.h>
+#endif
+
 /*
  * This hack that is needed as long as VMS has no POSIX shell.
  */
@@@@ -77,6 +81,12 @@@@
 /*
  * Some magic that cannot (yet) be figured out with autoconf.
  */
+
+#if (defined(BSD) && (BSD >= 199103))
+#	ifndef	HAVE_FLOCK
+#		define	HAVE_FLOCK
+#	endif
+#endif
 
 #ifdef sparc
 #	ifndef	HAVE_LDSTUB
@


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

