aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-cjk
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-06-07 13:30:26 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-06-07 13:30:26 +0000
commit12672e698cfb6554b59e22c115efea42e3802e96 (patch)
tree23cdde2fe44731b4079fcd43833ce0a789378c9d /sysutils/cdrtools-cjk
parentbe8bf03eff5986f862c185a363458fb6144904ad (diff)
downloadports-12672e698cfb6554b59e22c115efea42e3802e96.tar.gz
ports-12672e698cfb6554b59e22c115efea42e3802e96.zip
Add cdrtools-cjk, slave port to sysutils/cdrtools which applies a third-
party patch to the ISO-9660 tools so they have support for the following character sets: 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 cdrtools-cjk makes the chinese/cdrtools (cp932, cp936, cp949, cp950), chinese/mkisofs (big5) and korean/mkisofs (cp949) ports redundant. Submitted by: marius
Notes
Notes: svn path=/head/; revision=111008
Diffstat (limited to 'sysutils/cdrtools-cjk')
-rw-r--r--sysutils/cdrtools-cjk/Makefile23
-rw-r--r--sysutils/cdrtools-cjk/distinfo4
-rw-r--r--sysutils/cdrtools-cjk/pkg-descr34
3 files changed, 61 insertions, 0 deletions
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/