diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:42:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:42:27 +0000 |
commit | e10e305cb9d11a405b82df1128ec342a019db654 (patch) | |
tree | 08c1370a7a5ee97a171e9676ee89720c78057e78 /math/octave-forge-xraylib | |
parent | 5bae94b40b88f0a795f767fa6587e07595ff2b92 (diff) | |
download | ports-e10e305cb9d11a405b82df1128ec342a019db654.tar.gz ports-e10e305cb9d11a405b82df1128ec342a019db654.zip |
Notes
Diffstat (limited to 'math/octave-forge-xraylib')
-rw-r--r-- | math/octave-forge-xraylib/Makefile | 23 | ||||
-rw-r--r-- | math/octave-forge-xraylib/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-xraylib/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-xraylib/pkg-plist | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile new file mode 100644 index 000000000000..209121b0746d --- /dev/null +++ b/math/octave-forge-xraylib/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-xraylib +PORTVERSION= 1.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +post-patch: + @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh + @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile + @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib + @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/*.sh + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-xraylib/distinfo b/math/octave-forge-xraylib/distinfo new file mode 100644 index 000000000000..e9367245bc8f --- /dev/null +++ b/math/octave-forge-xraylib/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/xraylib-1.0.7.tar.gz) = 3ed71028314b145611d218df6508f23d +SHA256 (octave-forge/xraylib-1.0.7.tar.gz) = c55ad4dc75a7c0d34980971237069901d709e2ab7230787beeef2b6905a5a3b8 +SIZE (octave-forge/xraylib-1.0.7.tar.gz) = 794763 diff --git a/math/octave-forge-xraylib/pkg-descr b/math/octave-forge-xraylib/pkg-descr new file mode 100644 index 000000000000..c48ba2dc1a9d --- /dev/null +++ b/math/octave-forge-xraylib/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is xraylib. + + Bindings to the Xraylib functions + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-xraylib/pkg-plist b/math/octave-forge-xraylib/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-xraylib/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |