aboutsummaryrefslogtreecommitdiffstats
path: root/converters/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-10-28 05:12:27 +0800
committerpav <pav@FreeBSD.org>2004-10-28 05:12:27 +0800
commit4ec2ac84e009689cc1371f948c52cc84de697a22 (patch)
tree23cac931b68f47ede94fa1de0bd0409261c691a9 /converters/Makefile
parent70e3ea5b6c24a2ac9ad8d402144e9f3d793e7331 (diff)
downloadfreebsd-ports-gnome-4ec2ac84e009689cc1371f948c52cc84de697a22.tar.gz
freebsd-ports-gnome-4ec2ac84e009689cc1371f948c52cc84de697a22.tar.zst
freebsd-ports-gnome-4ec2ac84e009689cc1371f948c52cc84de697a22.zip
Add convmv.
convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch. PR: ports/73191 Submitted by: Kuang-che Wu <kcwu@csie.org>
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 0ae885a24540..8052246ed5e0 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -10,6 +10,7 @@
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cn2jp
+ SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += dumpasn1
SUBDIR += enca
pan style="color:#a52a35"><property name="title" translatable="yes">Attachment properties</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="modal">no</property> <property name="allow_shrink">no</property> <property name="allow_grow">no</property> <property name="visible">yes</property> <property name="window-position">GTK_WIN_POS_NONE</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="homogeneous">no</property> <property name="spacing">8</property> <property name="visible">yes</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="layout_style">GTK_BUTTONBOX_END</property> <property name="spacing">8</property> <property name="visible">yes</property> <child> <widget class="GtkButton" id="ok_button"> <property name="can_default">yes</property> <property name="has_default">yes</property> <property name="can_focus">yes</property> <property name="visible">yes</property> <property name="label">gtk-ok</property> <property name="use_stock">yes</property> <property name="use_underline">yes</property> </widget> </child> <child> <widget class="GtkButton" id="close_button"> <property name="can_default">yes</property> <property name="can_focus">yes</property> <property name="visible">yes</property> <property name="label">gtk-cancel</property> <property name="use_stock">yes</property> <property name="use_underline">yes</property> </widget> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">no</property> <property name="fill">yes</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> <child> <widget class="GtkTable" id="table1"> <property name="homogeneous">no</property> <property name="row_spacing">10</property> <property name="column_spacing">5</property> <property name="n-rows">4</property> <property name="n-columns">2</property> <property name="visible">yes</property> <child> <widget class="GtkEntry" id="description_entry"> <property name="can_focus">yes</property> <property name="editable">yes</property> <property name="text" translatable="yes"></property> <property name="max-length">0</property> <property name="visibility">yes</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">expand|fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkHBox" id="hbox3"> <property name="homogeneous">no</property> <property name="spacing">10</property> <property name="visible">yes</property> <child> <widget class="GtkEntry" id="file_name_entry"> <property name="can_focus">yes</property> <property name="editable">yes</property> <property name="text" translatable="yes"></property> <property name="width-request">290</property> <property name="max-length">0</property> <property name="visibility">yes</property> <property name="visible">yes</property> </widget> <packing> <property name="padding">0</property> <property name="expand">yes</property> <property name="fill">yes</property> </packing> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">expand|shrink|fill</property> <property name="y_options">expand|shrink|fill</property> </packing> </child> <child> <widget class="GtkEntry" id="mime_type_entry"> <property name="sensitive">no</property> <property name="can_focus">yes</property> <property name="editable">no</property> <property name="text" translatable="yes"></property> <property name="max-length">0</property> <property name="visibility">yes</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">expand|fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="mime_label"> <property name="label" translatable="yes">MIME type:</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">no</property> <property name="xalign">1</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="description_label"> <property name="label" translatable="yes">Description:</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">no</property> <property name="xalign">1</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="filename_label"> <property name="label" translatable="yes">File name:</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">no</property> <property name="xalign">1</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">1</property> <property name="top_attach">0</property> <property name="bottom_attach">1</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkCheckButton" id="disposition_checkbox"> <property name="can_focus">yes</property> <property name="label" translatable="yes">Suggest automatic display of attachment</property> <property name="active">no</property> <property name="draw_indicator">yes</property> <property name="visible">yes</property> </widget> <packing> <property name="left_attach">0</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">fill</property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="padding">0</property> <property name="expand">yes</property> <property name="fill">yes</property> </packing> </child> </widget> <packing> <property name="padding">4</property> <property name="expand">yes</property> <property name="fill">yes</property> </packing> </child> </widget> </glade-interface>