# -*- 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 python 1.0 name py-ctags version 1.0.5 license GPL-3+ 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 pypi:p/python-ctags/ distname python-ctags-${version} checksums md5 6579b49942c73abd1d22a5cfd559856b \ sha1 999283046710d37f93b646bf3e7cadde7b3d2619 \ rmd160 119aa4509acded405c1879b5da8cec6c515e8c82 python.versions 26 27