Py-ctags version 1.0.5 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    py-ctags  most recent diff


    version 1.0.5

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The py-ctags Portfile 47228 2009-02-23 22:51:56Z blb macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-ctags
      Version: 1.0.5
      Maintainers: gmail.com:ahkdiep
      Platform: darwin

      Description: Exuberant Ctags indexing python bindings
      Long Description: Exuberant Ctags supports indexing of many modern programming languages. Python is a powerful scriptable dynamic language. Using Python to access Ctags index file is a natural fit in extending an application's capability to examine source code. This project wrote a wrapper for readtags.c. I have been using the package in a couple of projects and it has been shown that it could easily handle hundreds source files.

      Homepage: http://pypi.python.org/pypi/python-ctags/
      Master Sites: http://pypi.python.org/packages/source/p/python-ctags/

      distname python-ctags-${version}

      Checksums: md5 6579b49942c73abd1d22a5cfd559856b sha1 999283046710d37f93b646bf3e7cadde7b3d2619 rmd160 119aa4509acded405c1879b5da8cec6c515e8c82

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.