Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 02:51:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476386 - in head/textproc: . py-pygccxml
Message-ID:  <201808050251.w752pxxH005460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Aug  5 02:51:59 2018
New Revision: 476386
URL: https://svnweb.freebsd.org/changeset/ports/476386

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

Added:
  head/textproc/py-pygccxml/
  head/textproc/py-pygccxml/Makefile   (contents, props changed)
  head/textproc/py-pygccxml/distinfo   (contents, props changed)
  head/textproc/py-pygccxml/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Aug  5 02:26:26 2018	(r476385)
+++ head/textproc/Makefile	Sun Aug  5 02:51:59 2018	(r476386)
@@ -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

Added: head/textproc/py-pygccxml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygccxml/Makefile	Sun Aug  5 02:51:59 2018	(r476386)
@@ -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>

Added: head/textproc/py-pygccxml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygccxml/distinfo	Sun Aug  5 02:51:59 2018	(r476386)
@@ -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

Added: head/textproc/py-pygccxml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pygccxml/pkg-descr	Sun Aug  5 02:51:59 2018	(r476386)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808050251.w752pxxH005460>