diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cdrtools-cjk/Makefile | 23 | ||||
-rw-r--r-- | sysutils/cdrtools-cjk/distinfo | 4 | ||||
-rw-r--r-- | sysutils/cdrtools-cjk/pkg-descr | 34 |
4 files changed, 62 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index dbe0b416628f..c2fc133fdb56 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -49,6 +49,7 @@ SUBDIR += cdrdao SUBDIR += cdroot SUBDIR += cdrtools + SUBDIR += cdrtools-cjk SUBDIR += cdrtools-devel SUBDIR += cfengine SUBDIR += cfengine2 diff --git a/sysutils/cdrtools-cjk/Makefile b/sysutils/cdrtools-cjk/Makefile new file mode 100644 index 000000000000..ed82317040fc --- /dev/null +++ b/sysutils/cdrtools-cjk/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: cdrtools-cjk +# Date created: 6 June 2004 +# Whom: marius@alchemy.franken.de +# +# $FreeBSD$ +# + +PORTVERSION= 2.0.3.${PATCHDATE} +CATEGORIES= sysutils chinese japanese korean audio +PKGNAMEPREFIX= cjk- + +PATCH_SITES= http://www.geocities.co.jp/SiliconValley/3657/mkisofs_patch/ +PATCHFILES= noboru_nls_patch_${PATCHDATE}.txt.gz +PATCH_DIST_STRIP= -p1 + +CONFLICTS= cdrtools-* + +PATCHDATE= 20030714 +MASTERDIR= ${.CURDIR}/../cdrtools +DESCR= ${.CURDIR}/pkg-descr +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/cdrtools-cjk/distinfo b/sysutils/cdrtools-cjk/distinfo new file mode 100644 index 000000000000..b08b5c162f5d --- /dev/null +++ b/sysutils/cdrtools-cjk/distinfo @@ -0,0 +1,4 @@ +MD5 (cdrtools-2.00.3.tar.gz) = c0cdfa2dbe9f4c977b0a71fb08ddff0e +SIZE (cdrtools-2.00.3.tar.gz) = 1638876 +MD5 (noboru_nls_patch_20030714.txt.gz) = df6851d51a54ad9d7ef5f93a5c2fc38f +SIZE (noboru_nls_patch_20030714.txt.gz) = 537594 diff --git a/sysutils/cdrtools-cjk/pkg-descr b/sysutils/cdrtools-cjk/pkg-descr new file mode 100644 index 000000000000..9efee941e1b6 --- /dev/null +++ b/sysutils/cdrtools-cjk/pkg-descr @@ -0,0 +1,34 @@ +The cdrtools software includes tools to create and/or extract +ISO-9660 filesystems, verify their integrity, and write them to +disc. + +This package contains the following programs: +- cdda2wav (an digital CD audio extraction program) +- cdrecord (a CD-R[W] recording program) +- devdump (dump a device or file in hex) +- isodebug (show debug info contained in an ISO-9660 image) +- isodump (dump a device or file based on ISO-9660) +- isoinfo (analyze or list an ISO-9660 image) +- isovfy (verify an ISO-9660 image) +- mkisofs (an ISO-9660 filesystem image creator) +- mkhybrid (an ISO-9660/HFS filesystem image creator) + Link to mkisofs. +- readcd (a data CD reading and recording program) + May be used to to write to DVD-RAM and to copy Solaris boot CD's. +- scgcheck (checks and validates the ABI of libscg) +- rscsi (daemon providing access to local SCSI-devices over the network) + +This port applies a third-party patch to the ISO-9660 tools which has +support for the following character sets (used with the '-input-charset' +option): +big5 cp1250 cp1251 cp1255 cp437 cp737 cp775 cp850 cp852 cp855 cp857 cp860 +cp861 cp862 cp863 cp864 cp865 cp866 cp869 cp874 cp932 cp936 cp949 cp950 +euc-jp euc-kr gb2312 iso8859-1 iso8859-13 iso8859-14 iso8859-15 iso8859-2 +iso8859-3 iso8859-4 iso8859-5 iso8859-6 iso8859-7 iso8859-8 iso8859-9 koi8-r +koi8-u sjis tis-620 utf8 + +In case of problems when using these character sets please report to the +author of the patch (see WWW below), not the author of cdrtools. + +http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html +WWW: http://www.geocities.co.jp/SiliconValley/3657/mkisofs_patch/ |