diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-07 21:30:26 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-07 21:30:26 +0800 |
commit | 488847ad8871bedf6fa58947cd481302603b96ff (patch) | |
tree | 7b30f6bbb59003cacb2f4b518bf40978e89b9343 /sysutils/Makefile | |
parent | d934ac7410a13e90e3b9dc7dd26e196b62ca5e7a (diff) | |
download | freebsd-ports-gnome-488847ad8871bedf6fa58947cd481302603b96ff.tar.gz freebsd-ports-gnome-488847ad8871bedf6fa58947cd481302603b96ff.tar.zst freebsd-ports-gnome-488847ad8871bedf6fa58947cd481302603b96ff.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
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 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 |