Makeztxt version 1.60 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    makeztxt  most recent diff


    version 1.60

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


      The makeztxt Portfile 44897 2009-01-04 15:32:49Z css macports.org $

      PortSystem 1.0

      Name: makeztxt
      Version: 1.60
      Category: palm textproc
      Platform: darwin
      Maintainers: css

      Description: converts text files into Palm zTXT databases

      Long Description: makeztxt is a simple commandline program that takes a plain ASCII text file and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. makeztxt supports the use of regular expressions to automatically generate a list of bookmarks for you. Lastly, makeztxt can also break an existing zTXT file into it's components (text, bookmarks, annotations) and store them into separate files for you.

      Homepage: http://gutenpalm.sourceforge.net/makeztxt.php
      distname ${name}-${version}-src
      Master Sites: sourceforge
      Master Sites:.mirror_subdir gutenpalm
      Checksums: md5 d2f4166191b8ddd1033252de2d4680b5

      worksrcdir ${name}-${version}
      use_configure no
      build.args USEPOSIX=1

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin
      xinstall -m 755 -s ${worksrcpath}/makeztxt ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/.makeztxtrc ${destroot}${prefix}/share/doc/${name}/makeztxtrc
      }

    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/makeztxt
      % sudo port install makeztxt
      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 makeztxt
      ---> Verifying checksum for makeztxt
      ---> Extracting makeztxt
      ---> Configuring makeztxt
      ---> Building makeztxt with target all
      ---> Staging makeztxt into destroot
      ---> Installing makeztxt
    - 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 makeztxt with these commands:
      %  man makeztxt
      % apropos makeztxt
      % which makeztxt
      % locate makeztxt

     Where to find more information:

    Darwin Ports



    Lightbox this page.