Ticket #18598: Portfile

File Portfile, 1.8 KB (added by ahkdiep@…, 15 years ago)

py26-ctags

Line 
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
4PortSystem                      1.0
5PortGroup                       python26 1.0
6
7name                            py26-ctags
8version                         1.0.2
9maintainers                     gmail.com:ahkdiep
10platforms                       darwin
11
12description                     Exuberant Ctags indexing python bindings
13long_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
25homepage                        http://pypi.python.org/pypi/python-ctags/
26master_sites                    http://pypi.python.org/packages/source/p/python-ctags/
27
28distname                        python-ctags-${version}
29
30checksums                       md5 0c6bf8364e8f30fbc3950e0e845fe93b \
31                                sha1 46ad3b04873e9c3a5fc05ca0622d5e4bdbd56bb8 \
32                                rmd160 99b4640cdd2bea341c2fca3f5385134813c40ce6
33
34build.cmd                       ${python.bin} setup.py
35destroot.cmd                    ${build.cmd}