svn commit: r353470 - in head/devel: . py-pyelftools

Antoine Brodin antoine at FreeBSD.org
Fri May 9 15:53:57 UTC 2014


Author: antoine
Date: Fri May  9 15:53:56 2014
New Revision: 353470
URL: http://svnweb.freebsd.org/changeset/ports/353470
QAT: https://qat.redports.org/buildarchive/r353470/

Log:
  New port: devel/py-pyelftools
  
  pyelftools is a pure-Python library for parsing and analyzing ELF files
  and DWARF debugging information
  
  WWW: https://github.com/eliben/pyelftools

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri May  9 15:42:29 2014	(r353469)
+++ head/devel/Makefile	Fri May  9 15:53:56 2014	(r353470)
@@ -3749,6 +3749,7 @@
     SUBDIR += py-pycparser
     SUBDIR += py-pydasm
     SUBDIR += py-pyechonest
+    SUBDIR += py-pyelftools
     SUBDIR += py-pyev
     SUBDIR += py-pyflakes
     SUBDIR += py-pygit2

Added: head/devel/py-pyelftools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyelftools/Makefile	Fri May  9 15:53:56 2014	(r353470)
@@ -0,0 +1,28 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	pyelftools
+PORTVERSION=	0.22
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Library for analyzing ELF files and DWARF debugging information
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+PORTEXAMPLES=	*
+
+OPTIONS_DEFINE=	EXAMPLES
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+
+.include <bsd.port.mk>

Added: head/devel/py-pyelftools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyelftools/distinfo	Fri May  9 15:53:56 2014	(r353470)
@@ -0,0 +1,2 @@
+SHA256 (pyelftools-0.22.tar.gz) = 9f7dd617b8a577a3834e7dd7f34f49df21c0670e67a48b21add19abe1adffb60
+SIZE (pyelftools-0.22.tar.gz) = 395525

Added: head/devel/py-pyelftools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyelftools/pkg-descr	Fri May  9 15:53:56 2014	(r353470)
@@ -0,0 +1,4 @@
+pyelftools is a pure-Python library for parsing and analyzing ELF files
+and DWARF debugging information
+
+WWW: https://github.com/eliben/pyelftools


More information about the svn-ports-all mailing list