New port: textproc/py-pygccxml: Python package for easy C++ declarations navigation

This commit is contained in:
Yuri Victorovich 2018-08-05 02:51:59 +00:00
parent 0f63afbd56
commit 228b565a90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476386
4 changed files with 30 additions and 0 deletions

View File

@ -1356,6 +1356,7 @@
SUBDIR += py-pyaml
SUBDIR += py-pyctpp2
SUBDIR += py-pyes
SUBDIR += py-pygccxml
SUBDIR += py-pygments
SUBDIR += py-pygtail
SUBDIR += py-pyhamcrest

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= pygccxml
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python package for easy C++ declarations navigation
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python
USE_GITHUB= yes
GH_ACCOUNT= gccxml
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1533437147
SHA256 (gccxml-pygccxml-v1.9.1_GH0.tar.gz) = 2fb4e18f7a3ae039a05230ca58f11e1fc925c8643f926a1be481bb4338414a95
SIZE (gccxml-pygccxml-v1.9.1_GH0.tar.gz) = 3169515

View File

@ -0,0 +1,5 @@
pygccxml is a specialized XML reader that reads the output from CastXML or
GCCXML. It provides a simple framework to navigate C++ declarations, using
Python classes.
WWW: https://github.com/gccxml/pygccxml