FreeBSD Bugzilla – Attachment 165975 Details for
Bug 206505
[New port] science/mcxtrace a Monte: Carlo x-ray tracing package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar archive conaining the actual port
mcxtrace.shar (text/plain), 5.27 KB, created by
Erik B Knudsen
on 2016-01-22 20:39:02 UTC
(
hide
)
Description:
shar archive conaining the actual port
Filename:
MIME Type:
Creator:
Erik B Knudsen
Created:
2016-01-22 20:39:02 UTC
Size:
5.27 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># mcxtrace ># mcxtrace/Makefile ># mcxtrace/distinfo ># mcxtrace/pkg-descr ># mcxtrace/files ># mcxtrace/files/pkg-deinstall.in ># mcxtrace/files/pkg-install.in ># mcxtrace/pkg-plist ># >echo c - mcxtrace >mkdir -p mcxtrace > /dev/null 2>&1 >echo x - mcxtrace/Makefile >sed 's/^X//' >mcxtrace/Makefile << '85c6e74e15bea8a36303229d1b106433' >X# Created by: Erik B Knudsen <erkn@fysik.dtu.dk> >X# $FreeBSD$ >X >XPORTNAME= mcxtrace >XPORTVERSION= 1.2 >XCATEGORIES= science >XMASTER_SITES= http://download.mcxtrace.org/${PORTNAME}-${PORTVERSION}/unix/mcxtrace-UNIX-${PORTVERSION}-src/ >XDISTNAME= ${PORTNAME}-${PORTVERSION}-src >X >XMAINTAINER= erkn@fysik.dtu.dk >XCOMMENT= Monte Carlo X-ray tracing package >X >XLICENSE= GPLv2 >X >XUSES= bison:build cmake gmake >X >XCMAKE_ARGS= "-Denable_mcxtrace=1" >XGNU_CONFIGURE= yes >X >XPLIST_SUB+= PORTVERSION=${PORTVERSION} >XSUB_FILES= pkg-deinstall pkg-install >X >Xpost-stage: >X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/mxformat >X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTVERSION}/bin/mcxtrace >X >X.include <bsd.port.mk> >85c6e74e15bea8a36303229d1b106433 >echo x - mcxtrace/distinfo >sed 's/^X//' >mcxtrace/distinfo << '6b6e2050dc489fba1c5415809d76ca98' >XSHA256 (mcxtrace-1.2-src.tar.gz) = 7202ff2c83ad24b6ff5dc7a601c529562492881596577dbb7ebefc025b09406a >XSIZE (mcxtrace-1.2-src.tar.gz) = 266743 >6b6e2050dc489fba1c5415809d76ca98 >echo x - mcxtrace/pkg-descr >sed 's/^X//' >mcxtrace/pkg-descr << 'f859ec1864ea8ee281999212ed4ca2e7' >XMcXtrace - Monte Carlo ray tracing simulations of X-ray experiments. >X >XMcXtrace is a tool for simulating X-ray instrumentation and experiments using a >Xray-tracing formalism. Currently the main use of McXtrace is in the field of >Xsynchrotron beamline instrumentation design, but various other uses have been >Xfound, such as designig X-ray telescopes or for laboratory sources. >X >XWWW: http://www.mcxtrace.org >f859ec1864ea8ee281999212ed4ca2e7 >echo c - mcxtrace/files >mkdir -p mcxtrace/files > /dev/null 2>&1 >echo x - mcxtrace/files/pkg-deinstall.in >sed 's/^X//' >mcxtrace/files/pkg-deinstall.in << '7bd9acfb0b260e1eb4955980215723af' >X#!/bin/sh >X >XPKG_PREFIX=${PKG_PREFIX:-%%PREFIX%%} >X >Xif [ $# -ne 2 ]; then >X echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 >X exit 1 >Xfi >X >Xexecs="mcxtrace mxformat" >X >Xcase $2 in >X DEINSTALL) >X >X if [ ! -f "${PKG_PREFIX}/bin" ]; then >X echo "Deinstalling links to executables in ${PKG_PREFIX}/bin."; >X for target in ${execs}; do >X rm ${PKG_PREFIX}/bin/${target}; >X done >X fi >X ;; >Xesac >X >Xexit 0 >7bd9acfb0b260e1eb4955980215723af >echo x - mcxtrace/files/pkg-install.in >sed 's/^X//' >mcxtrace/files/pkg-install.in << 'c6b82727c545c0cffb4435b94d12fe47' >X#!/bin/sh >X >XPKG_PREFIX=${PKG_PREFIX:-%%PREFIX%%} >X >Xif [ $# -ne 2 ]; then >X echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 >X exit 1 >Xfi >X >Xpname=${1%-*} >Xpversion=${1##*-} >X >Xexecs="mcxtrace mxformat" >X >Xcase $2 in >X POST-INSTALL) >X if [ ! -f "${PKG_PREFIX}/bin" ]; then >X echo "Installing links to ${1} executables in ${PKG_PREFIX}/bin."; >X for target in ${execs}; do >X ln -s ${PKG_PREFIX}/${pname}/${pversion}/bin/${target} ${PKG_PREFIX}/bin/${target}; >X done >X fi >X ;; >Xesac >X >Xexit 0 >c6b82727c545c0cffb4435b94d12fe47 >echo x - mcxtrace/pkg-plist >sed 's/^X//' >mcxtrace/pkg-plist << '7daa8ca43d922bb9994dab7806a74177' >Xmcxtrace/%%PORTVERSION%%/LGPL >Xmcxtrace/%%PORTVERSION%%/LICENSE.LIB >Xmcxtrace/%%PORTVERSION%%/NOMENCLATURE >Xmcxtrace/%%PORTVERSION%%/README >Xmcxtrace/%%PORTVERSION%%/bin/mcxtrace >Xmcxtrace/%%PORTVERSION%%/bin/mxformat >Xmcxtrace/%%PORTVERSION%%/data/Al.nxs >Xmcxtrace/%%PORTVERSION%%/data/Cu.nxs >Xmcxtrace/%%PORTVERSION%%/doc/man/man1/mcxtrace-%%PORTVERSION%%.1 >Xmcxtrace/%%PORTVERSION%%/doc/man/man1/mxformat-%%PORTVERSION%%.1 >Xmcxtrace/%%PORTVERSION%%/environment >Xmcxtrace/%%PORTVERSION%%/module >Xmcxtrace/%%PORTVERSION%%/share/adapt_tree-lib.c >Xmcxtrace/%%PORTVERSION%%/share/adapt_tree-lib.h >Xmcxtrace/%%PORTVERSION%%/share/interoff-lib.c >Xmcxtrace/%%PORTVERSION%%/share/interoff-lib.h >Xmcxtrace/%%PORTVERSION%%/share/mccode-r.c >Xmcxtrace/%%PORTVERSION%%/share/mccode-r.h >Xmcxtrace/%%PORTVERSION%%/share/mcxtrace-r.c >Xmcxtrace/%%PORTVERSION%%/share/mcxtrace-r.h >Xmcxtrace/%%PORTVERSION%%/share/nxslib/README.TXT >Xmcxtrace/%%PORTVERSION%%/share/nxslib/nxs.c >Xmcxtrace/%%PORTVERSION%%/share/nxslib/nxs.h >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sgclib.c >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sgfind.c >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sghkl.c >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sginfo.h >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sgio.c >Xmcxtrace/%%PORTVERSION%%/share/nxslib/sgsi.c >Xmcxtrace/%%PORTVERSION%%/share/read_table-lib.c >Xmcxtrace/%%PORTVERSION%%/share/read_table-lib.h >X@dir mcxtrace/%%PORTVERSION%%/bin >X@dir mcxtrace/%%PORTVERSION%%/data >X@dir mcxtrace/%%PORTVERSION%%/doc/man/man1 >X@dir mcxtrace/%%PORTVERSION%%/doc/man >X@dir mcxtrace/%%PORTVERSION%%/doc >X@dir mcxtrace/%%PORTVERSION%%/share >X@dir mcxtrace/%%PORTVERSION%% >X@dir mcxtrace >7daa8ca43d922bb9994dab7806a74177 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
rakuco
:
maintainer-approval+
Actions:
View
Attachments on
bug 206505
:
165975
|
186929
|
186948
|
188226
|
188250