mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.5.14
PR: ports/59858 Submitted by: maintainer via Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
parent
9a209d4ca6
commit
99b685a330
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95761
@ -10,6 +10,7 @@
|
||||
# from submission by Ed Alley <wea@llnl.gov>
|
||||
# 1.5.07 port by David H. Munro <munro1@llnl.gov>
|
||||
# 1.5.12 port by David H. Munro <munro1@llnl.gov>, 01/Nov/02
|
||||
# 1.5.14 port by David H. Munro <munro1@llnl.gov>, 01/Oct/03
|
||||
# 1.5.07 notes:
|
||||
# (1) info pages installed in PREFIX/info for consistency with other apps
|
||||
# -- really should be in PREFIX/share/info
|
||||
@ -26,7 +27,7 @@
|
||||
# 1.5.08 replaces 1.5.07 infant mortality
|
||||
|
||||
PORTNAME= yorick
|
||||
PORTVERSION= 1.5.12
|
||||
PORTVERSION= 1.5.14
|
||||
CATEGORIES= lang math
|
||||
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -42,7 +43,7 @@ MAKE_ARGS= Y_HOME="${PREFIX}/lib/${PORTNAME}" Y_SITE="${DATADIR}" \
|
||||
MAN1= yorick.1 gist.1
|
||||
INFO= yorick
|
||||
|
||||
MYPORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \
|
||||
PORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \
|
||||
library.doc math.doc refs.pdf refs.ps refs.tex std.doc \
|
||||
yorick.pdf yorick.ps yorick.tex
|
||||
|
||||
@ -67,7 +68,7 @@ post-install:
|
||||
@${CP} ${DATADIR}/i0/paths.i ${PREFIX}/lib/${PORTNAME}/bin/paths.i
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${MYPORTDOCS}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
@${LN} -sf ../doc/${PORTNAME} ${DATADIR}/doc
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (yorick-1.5.12.tgz) = c0771f59f03dc35da3bbada4c41409b4
|
||||
|
||||
MD5 (yorick-1.5.14.tgz) = 6308d6616610654df834d8e2b1e4c82a
|
||||
|
@ -23,6 +23,8 @@ lib/yorick/include/hlevel.h
|
||||
lib/yorick/include/parse.h
|
||||
lib/yorick/include/phash.h
|
||||
lib/yorick/include/play.h
|
||||
lib/yorick/include/playgl.h
|
||||
lib/yorick/include/pmin.h
|
||||
lib/yorick/include/prmtyp.h
|
||||
lib/yorick/include/ps.h
|
||||
lib/yorick/include/pstdio.h
|
||||
@ -39,21 +41,6 @@ lib/yorick/lib/libhex.a
|
||||
lib/yorick/lib/libyor.a
|
||||
lib/yorick/lib/main.o
|
||||
lib/yorick/g
|
||||
%%PORTDOCS%%share/doc/yorick/FILE_FORMATS
|
||||
%%PORTDOCS%%share/doc/yorick/README
|
||||
%%PORTDOCS%%share/doc/yorick/drat.doc
|
||||
%%PORTDOCS%%share/doc/yorick/drat.tex
|
||||
%%PORTDOCS%%share/doc/yorick/graph.doc
|
||||
%%PORTDOCS%%share/doc/yorick/hex.doc
|
||||
%%PORTDOCS%%share/doc/yorick/library.doc
|
||||
%%PORTDOCS%%share/doc/yorick/math.doc
|
||||
%%PORTDOCS%%share/doc/yorick/refs.pdf
|
||||
%%PORTDOCS%%share/doc/yorick/refs.ps
|
||||
%%PORTDOCS%%share/doc/yorick/refs.tex
|
||||
%%PORTDOCS%%share/doc/yorick/std.doc
|
||||
%%PORTDOCS%%share/doc/yorick/yorick.pdf
|
||||
%%PORTDOCS%%share/doc/yorick/yorick.ps
|
||||
%%PORTDOCS%%share/doc/yorick/yorick.tex
|
||||
%%PORTDOCS%%share/yorick/doc
|
||||
share/yorick/g/README
|
||||
share/yorick/g/axes.gs
|
||||
@ -93,13 +80,18 @@ share/yorick/i/demo5.i
|
||||
share/yorick/i/digit2.i
|
||||
share/yorick/i/ellipse.i
|
||||
share/yorick/i/elliptic.i
|
||||
share/yorick/i/fermi.i
|
||||
share/yorick/i/fermii.i
|
||||
share/yorick/i/filter.i
|
||||
share/yorick/i/fitlsq.i
|
||||
share/yorick/i/fitrat.i
|
||||
share/yorick/i/fits.i
|
||||
share/yorick/i/gamma.i
|
||||
share/yorick/i/gammp.i
|
||||
share/yorick/i/gcd.i
|
||||
share/yorick/i/hydra.i
|
||||
share/yorick/i/idlsave.i
|
||||
share/yorick/i/ieee.i
|
||||
share/yorick/i/kepler.i
|
||||
share/yorick/i/legal.i
|
||||
share/yorick/i/legndr.i
|
||||
@ -150,6 +142,7 @@ share/yorick/i0/fft.i
|
||||
share/yorick/i0/graph.i
|
||||
share/yorick/i0/hex.i
|
||||
share/yorick/i0/matrix.i
|
||||
share/yorick/i0/mpy.i
|
||||
share/yorick/i0/paths.i
|
||||
share/yorick/i0/std.i
|
||||
share/yorick/i0/stdx.i
|
||||
@ -158,7 +151,6 @@ share/yorick/yorick.el
|
||||
@dirrm share/yorick/i
|
||||
@dirrm share/yorick/g
|
||||
@dirrm share/yorick
|
||||
%%PORTDOCS%%@dirrm share/doc/yorick
|
||||
@dirrm lib/yorick/lib
|
||||
@dirrm lib/yorick/include
|
||||
@dirrm lib/yorick/bin
|
||||
|
Loading…
Reference in New Issue
Block a user