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
This commit is contained in:
parent
984f4208fb
commit
75bbe210c1
4 changed files with 40 additions and 0 deletions
3
py-mcview/DESCR
Normal file
3
py-mcview/DESCR
Normal file
|
@ -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
|
25
py-mcview/Makefile
Normal file
25
py-mcview/Makefile
Normal file
|
@ -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"
|
7
py-mcview/PLIST
Normal file
7
py-mcview/PLIST
Normal file
|
@ -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
|
5
py-mcview/distinfo
Normal file
5
py-mcview/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue