1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-ctags |
---|
8 | version 1.0.2 |
---|
9 | maintainers gmail.com:ahkdiep |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description Exuberant Ctags indexing python bindings |
---|
13 | long_description Exuberant Ctags supports indexing of many modern \ |
---|
14 | programming languages. Python is a powerful \ |
---|
15 | scriptable dynamic language. Using Python to \ |
---|
16 | access Ctags index file is a natural fit in \ |
---|
17 | extending an application's capability to examine \ |
---|
18 | source code. \ |
---|
19 | \ |
---|
20 | This project wrote a wrapper for readtags.c. I \ |
---|
21 | have been using the package in a couple of \ |
---|
22 | projects and it has been shown that it could \ |
---|
23 | easily handle hundreds source files. |
---|
24 | |
---|
25 | homepage http://pypi.python.org/pypi/python-ctags/ |
---|
26 | master_sites http://pypi.python.org/packages/source/p/python-ctags/ |
---|
27 | |
---|
28 | distname python-ctags-${version} |
---|
29 | |
---|
30 | checksums md5 0c6bf8364e8f30fbc3950e0e845fe93b \ |
---|
31 | sha1 46ad3b04873e9c3a5fc05ca0622d5e4bdbd56bb8 \ |
---|
32 | rmd160 99b4640cdd2bea341c2fca3f5385134813c40ce6 |
---|
33 | |
---|
34 | build.cmd ${python.bin} setup.py |
---|
35 | destroot.cmd ${build.cmd} |
---|