# -*- 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 # $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-ctags version 1.0.2 maintainers gmail.com:ahkdiep platforms 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 0c6bf8364e8f30fbc3950e0e845fe93b \ sha1 46ad3b04873e9c3a5fc05ca0622d5e4bdbd56bb8 \ rmd160 99b4640cdd2bea341c2fca3f5385134813c40ce6 build.cmd ${python.bin} setup.py destroot.cmd ${build.cmd}