Download and Install convmv version 1.10 on Mac OS X
Tuesday the 8th of July, 2008

    convmv  most recent diff


      View the most recent changes for the convmv port at: convmv.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for convmv.
      The raw portfile for convmv 1.10 is located here:
      http://convmv.darwinports.com/dports/sysutils/convmv/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/convmv
      Google
      Web Darwinports.com



      # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp macports.org $

      PortSystem 1.0

      Name: convmv
      Version: 1.10
      Category: sysutils perl
      Platform: darwin
      Maintainers: nomaintainer
      Description: Convert filenames from one encoding to another
      Long Description: 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.

      Homepage: http://j3e.de/linux/convmv/man/
      master_sites http://j3e.de/linux/convmv/
      checksums md5 8daf88557f40523312c40abc31b8167f sha1 44cee0c861ced92c5061a0e2287bfb9ef791d22f rmd160 e9faf9e698006b2faa24e65374819053cfa0b6a4

      depends_lib bin:perl:perl5.8

      patch {
      reinplace "s|/usr/bin/perl|/usr/bin/env perl|g" ${worksrcpath}/convmv
      }

      use_configure no

      destroot.args PREFIX=${prefix} MANDIR=${prefix}/share/man
      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CREDITS Changes GPL2 TODO VERSION ${destroot}${prefix}/share/doc/${name}
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/convmv
      % sudo port install convmv
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching convmv
      ---> Verifying checksum for convmv
      ---> Extracting convmv
      ---> Configuring convmv
      ---> Building convmv with target all
      ---> Staging convmv into destroot
      ---> Installing convmv
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using convmv with these commands:
      %  man convmv
      % apropos convmv
      % which convmv
      % locate convmv

     Where to find more information:

    Darwin Ports



    image test