From 75bbe210c1a38e8bbf4176dcd15e8f314ffdec68 Mon Sep 17 00:00:00 2001 From: Kamel Ibn Aziz Derouiche Date: Mon, 7 Mar 2011 10:17:26 +0000 Subject: [PATCH] Import py26-mcview-0.4.0 as wip/py-mcview. mcview uses the Python wrapper for HepMC to load and view HepMC events as 3D final-state representations in (log-)momentum space, and to dump the graph structure to PDF and graphviz formats --- py-mcview/DESCR | 3 +++ py-mcview/Makefile | 25 +++++++++++++++++++++++++ py-mcview/PLIST | 7 +++++++ py-mcview/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 py-mcview/DESCR create mode 100644 py-mcview/Makefile create mode 100644 py-mcview/PLIST create mode 100644 py-mcview/distinfo diff --git a/py-mcview/DESCR b/py-mcview/DESCR new file mode 100644 index 0000000000..c44ce4fb87 --- /dev/null +++ b/py-mcview/DESCR @@ -0,0 +1,3 @@ +mcview uses the Python wrapper for HepMC to load and view HepMC +events as 3D final-state representations in (log-)momentum space, and to dump +the graph structure to PDF and graphviz formats diff --git a/py-mcview/Makefile b/py-mcview/Makefile new file mode 100644 index 0000000000..4540075b3e --- /dev/null +++ b/py-mcview/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/07 10:17:26 jihbed Exp $ +# + +DISTNAME= mcview-0.4.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math graphics +MASTER_SITES= http://pypi.python.org/packages/source/m/mcview/ + +MAINTAINER= jihbed.research@gmail.com +HOMEPAGE= http://pypi.python.org/pypi?%3Aaction=search&term=mcview&submit=search +COMMENT= 3D/graph event viewer for high-energy physics event simulations +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/mcview-0.4.0 + +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +USE_LANGUAGES= # none + +post-extract: + ${MV} ${WRKSRC}/mcview ${WRKSRC}/mcview${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-mcview/PLIST b/py-mcview/PLIST new file mode 100644 index 0000000000..aa57ce41ea --- /dev/null +++ b/py-mcview/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/07 10:17:26 jihbed Exp $ +bin/mcview +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/py-mcview/distinfo b/py-mcview/distinfo new file mode 100644 index 0000000000..f1c12adc22 --- /dev/null +++ b/py-mcview/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/07 10:17:26 jihbed Exp $ + +SHA1 (mcview-0.4.0.tar.gz) = 53f15a91aa1430b480c5d623631d88f64e38a91f +RMD160 (mcview-0.4.0.tar.gz) = 80543be131ca62cc54df687be5a44265fe515555 +Size (mcview-0.4.0.tar.gz) = 11877 bytes