From owner-cvs-ports@FreeBSD.ORG Wed Oct 27 21:12:27 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4F416A4CE; Wed, 27 Oct 2004 21:12:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E69F43D31; Wed, 27 Oct 2004 21:12:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9RLCRfU022776; Wed, 27 Oct 2004 21:12:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9RLCRkY022775; Wed, 27 Oct 2004 21:12:27 GMT (envelope-from pav) Message-Id: <200410272112.i9RLCRkY022775@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 27 Oct 2004 21:12:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters Makefile ports/converters/convmv Makefile distinfo pkg-descr ports/converters/convmv/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 21:12:27 -0000 pav 2004-10-27 21:12:27 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/convmv Makefile distinfo pkg-descr converters/convmv/files patch-Makefile Log: 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 Revision Changes Path 1.108 +1 -0 ports/converters/Makefile 1.1 +21 -0 ports/converters/convmv/Makefile (new) 1.1 +2 -0 ports/converters/convmv/distinfo (new) 1.1 +24 -0 ports/converters/convmv/files/patch-Makefile (new) 1.1 +16 -0 ports/converters/convmv/pkg-descr (new)