mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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. WWW: http://www.python.org/pypi/python-ctags/ PR: ports/131983 Submitted by: Aaron Diep <ahkdiep@gmail.com> Reviewed by: myself
This commit is contained in:
parent
a57bf6db92
commit
3fe82769c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230081
@ -2220,6 +2220,7 @@
|
||||
SUBDIR += py-cmdln
|
||||
SUBDIR += py-cog
|
||||
SUBDIR += py-configobj
|
||||
SUBDIR += py-ctags
|
||||
SUBDIR += py-ctypes
|
||||
SUBDIR += py-cxx
|
||||
SUBDIR += py-dal
|
||||
|
23
devel/py-ctags/Makefile
Normal file
23
devel/py-ctags/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: py-ctags
|
||||
# Date created: Jan. 27, 2008
|
||||
# Whom: Aaron H. K. Diep <ahkdiep@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ctags
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-ctags-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ahkdiep@gmail.com
|
||||
COMMENT= Python bindings for ctags index file
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= python-ctags
|
||||
PYDISTUTILS_PKGVERSION= 1.0.5
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-ctags/distinfo
Normal file
3
devel/py-ctags/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python-ctags-1.0.5.tar.gz) = 6579b49942c73abd1d22a5cfd559856b
|
||||
SHA256 (python-ctags-1.0.5.tar.gz) = 47eff614b9cc15333bf9d6ca4b2c068802cde2d9328946ed7a1b5e3369e35fe9
|
||||
SIZE (python-ctags-1.0.5.tar.gz) = 24274
|
12
devel/py-ctags/pkg-descr
Normal file
12
devel/py-ctags/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Exuberant Ctags indexing python bindings
|
||||
|
||||
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.
|
||||
|
||||
WWW: http://www.python.org/pypi/python-ctags/
|
5
devel/py-ctags/pkg-plist
Normal file
5
devel/py-ctags/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%PYTHON_SITELIBDIR%%/ctags/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ctags/_readtags.so
|
||||
%%PYTHON_SITELIBDIR%%/ctags/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ctags/__init__.pyo
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/ctags
|
Loading…
Reference in New Issue
Block a user