mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Add p5-NetCDF, a perl module to read and write netCDF files.
PR: ports/59381 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
This commit is contained in:
parent
1fd44aa844
commit
a269550274
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95218
@ -124,6 +124,7 @@
|
|||||||
SUBDIR += p5-Math-SimpleVariable
|
SUBDIR += p5-Math-SimpleVariable
|
||||||
SUBDIR += p5-Math-TrulyRandom
|
SUBDIR += p5-Math-TrulyRandom
|
||||||
SUBDIR += p5-MatrixReal
|
SUBDIR += p5-MatrixReal
|
||||||
|
SUBDIR += p5-NetCDF
|
||||||
SUBDIR += p5-Number-Compare
|
SUBDIR += p5-Number-Compare
|
||||||
SUBDIR += p5-Roman
|
SUBDIR += p5-Roman
|
||||||
SUBDIR += p5-Set-IntSpan
|
SUBDIR += p5-Set-IntSpan
|
||||||
|
28
math/p5-NetCDF/Makefile
Normal file
28
math/p5-NetCDF/Makefile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# New ports collection makefile for: p5-NetCDF
|
||||||
|
# Date created: 2003-11-17
|
||||||
|
# Whom: Douglas K. Rand (rand@meridian-enviro.com)
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= NetCDF
|
||||||
|
PORTVERSION= 1.2.2
|
||||||
|
CATEGORIES= math perl5
|
||||||
|
MASTER_SITES= http://www.unidata.ucar.edu/packages/netcdf-perl/
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
# No version number in distribution file, sigh.
|
||||||
|
DISTFILES= netcdf-perl.tar.Z
|
||||||
|
|
||||||
|
MAINTAINER= rand@meridian-enviro.com
|
||||||
|
COMMENT= Perl5 module to read and write netCDF files
|
||||||
|
|
||||||
|
LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/netcdf-perl-${PORTVERSION}/src
|
||||||
|
HAS_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= CPP_NETCDF=-I${PREFIX}/include LD_NETCDF=-lnetcdf PERL_MANDIR=${PREFIX}/lib/perl5/${PERL_VERSION}/man
|
||||||
|
|
||||||
|
MAN1PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
MAN1= netCDFPerl.1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
math/p5-NetCDF/distinfo
Normal file
1
math/p5-NetCDF/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (netcdf-perl.tar.Z) = 81f068cc62d976e116091cbe87ea5415
|
3
math/p5-NetCDF/pkg-descr
Normal file
3
math/p5-NetCDF/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
A perl extension module for scientific data access via the netCDF API
|
||||||
|
|
||||||
|
WWW: http://www.unidata.ucar.edu/packages/netcdf-perl/
|
7
math/p5-NetCDF/pkg-plist
Normal file
7
math/p5-NetCDF/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/NetCDF.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetCDF/NetCDF.so
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetCDF/NetCDF.bs
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetCDF/autosplit.ix
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetCDF/.packlist
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetCDF 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user