mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
science/lamprop: Upgrade version 1.3.3 => 1.5.0 and stage
For some reason PLIST_FILES doesn't work, necessitating a separate pkg-plist file for only 3 entries. PR: 190674 Submitted by: maintainer (rsmith)
This commit is contained in:
parent
79d8c9501c
commit
faf7d81a4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364082
@ -2,32 +2,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lamprop
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://rsmith.home.xs4all.nl/software/
|
||||
MASTER_SITES= http://rsmith.home.xs4all.nl/files/
|
||||
|
||||
MAINTAINER= rsmith@xs4all.nl
|
||||
COMMENT= Calculates properties of fiber reinforced composites
|
||||
|
||||
PLIST_FILES= bin/lamprop
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
MAN1= lamprop.1
|
||||
MAN5= lamprop.5
|
||||
MANCOMPRESSED= yes
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
PYTHON_VERSION= python2.7
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV= NOPORTDOCS=yes
|
||||
.else
|
||||
PORTDOCS= LICENSE README NEWS
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \
|
||||
${WRKSRC}/Makefile
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lamprop-1.3.3.tar.gz) = 1b9362e629686773a09a27caa5fb608ca39f4b91da53e59e97cad0826ba1d35f
|
||||
SIZE (lamprop-1.3.3.tar.gz) = 27270
|
||||
SHA256 (lamprop-1.5.0.zip) = 8b5463b7f453e4b80609cb3a4e44a421a50da620357ec2973606cdda592a3e99
|
||||
SIZE (lamprop-1.5.0.zip) = 91939
|
||||
|
@ -5,4 +5,4 @@ fiber-reinforced composite laminates. It calculates
|
||||
- physical properties like density and laminate thickness
|
||||
- stiffness and compliance matrices (ABD and abd)
|
||||
|
||||
WWW: http://www.xs4all.nl/~rsmith/software/
|
||||
WWW: http://rsmith.home.xs4all.nl/software/lamprop.html
|
||||
|
3
science/lamprop/pkg-plist
Normal file
3
science/lamprop/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/lamprop
|
||||
man/man1/lamprop.1.gz
|
||||
man/man5/lamprop.5.gz
|
Loading…
Reference in New Issue
Block a user