1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 4.3.2 (from science/netcdf4)

- Bump PORTREVISION for science/netcdf shlib change and
  dependency change from science/netcdf4 to science/netcdf [1]

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-03 03:17:19 +00:00
parent 095fbe3e1a
commit a63f38bc06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352855
26 changed files with 103 additions and 144 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= gdal PORTNAME= gdal
PORTVERSION= 1.11.0 PORTVERSION= 1.11.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics geography CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@ -91,7 +91,7 @@ MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config
MYSQL_USE= MYSQL=yes MYSQL_USE= MYSQL=yes
NETCDF_CONFIGURE_OFF= --with-netcdf=no NETCDF_CONFIGURE_OFF= --with-netcdf=no
NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE}
NETCDF_LIB_DEPENDS= libnetcdf.so.7:${PORTSDIR}/science/netcdf4 NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
ODBC_CONFIGURE_OFF= --with-odbc=no ODBC_CONFIGURE_OFF= --with-odbc=no
ODBC_CONFIGURE_ON= --with-odbc=${LOCALBASE} ODBC_CONFIGURE_ON= --with-odbc=${LOCALBASE}
ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC

View File

@ -3,7 +3,7 @@
PORTNAME= gmt PORTNAME= gmt
PORTVERSION= 4.5.12 PORTVERSION= 4.5.12
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
@ -25,7 +25,7 @@ LICENSE_COMB= multi
LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX}
LICENSE_DISTFILES_LGPL3= ${GSHHG_DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_LGPL3= ${GSHHG_DISTNAME}${EXTRACT_SUFX}
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf4 LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= grads PORTNAME= grads
PORTVERSION= 1.9b4 PORTVERSION= 1.9b4
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= graphics science math CATEGORIES= graphics science math
MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \
ftp://grads.iges.org/grads/:other ftp://grads.iges.org/grads/:other
@ -55,7 +55,7 @@ PLIST_SUB+= NETCDF="@comment " HDF=""
.endif .endif
.if ${PORT_OPTIONS:MNETCDF} .if ${PORT_OPTIONS:MNETCDF}
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFIGURE_ARGS+= --with-nc CONFIGURE_ARGS+= --with-nc
PLIST_SUB+= NETCDF="" HDF="@comment " PLIST_SUB+= NETCDF="" HDF="@comment "
.endif .endif

View File

@ -3,7 +3,7 @@
PORTNAME= opendx PORTNAME= opendx
PORTVERSION= 4.4.4 PORTVERSION= 4.4.4
PORTREVISION= 15 PORTREVISION= 16
CATEGORIES= graphics math java CATEGORIES= graphics math java
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
DISTNAME= dx-${PORTVERSION} DISTNAME= dx-${PORTVERSION}
@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --without-hdf
.endif .endif
.if !defined(WITHOUT_NETCDF) .if !defined(WITHOUT_NETCDF)
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
.else .else
CONFIGURE_ARGS+= --without-netcdf CONFIGURE_ARGS+= --without-netcdf
.endif .endif

View File

@ -3,7 +3,7 @@
PORTNAME= grace PORTNAME= grace
PORTVERSION= 5.1.23 PORTVERSION= 5.1.23
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= math print CATEGORIES= math print
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \
ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \
@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --without-fftw
.endif .endif
.if ${PORT_OPTIONS:MNETCDF} .if ${PORT_OPTIONS:MNETCDF}
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFIGURE_ARGS+= --enable-netcdf CONFIGURE_ARGS+= --enable-netcdf
.else .else
CONFIGURE_ARGS+= --disable-netcdf CONFIGURE_ARGS+= --disable-netcdf

View File

@ -3,13 +3,14 @@
PORTNAME= gri PORTNAME= gri
PORTVERSION= 2.12.23 PORTVERSION= 2.12.23
PORTREVISION= 1
CATEGORIES= math CATEGORIES= math
MASTER_SITES= SF MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible plotting language for producing scientific graphs COMMENT= Extensible plotting language for producing scientific graphs
LIB_DEPENDS= netcdf:${PORTSDIR}/science/netcdf LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
USES= readline USES= readline
USE_GMAKE= yes USE_GMAKE= yes

View File

@ -3,7 +3,7 @@
PORTNAME= labplot PORTNAME= labplot
DISTVERSION= 2.0.0.beta2 DISTVERSION= 2.0.0.beta2
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= math kde CATEGORIES= math kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}

View File

@ -3,7 +3,7 @@
PORTNAME= octave-forge-netcdf PORTNAME= octave-forge-netcdf
PORTVERSION= 1.0.2 PORTVERSION= 1.0.2
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org MAINTAINER= stephen@FreeBSD.org
@ -17,7 +17,7 @@ OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src WRKSRC= ${WRKDIR}/${OCTSRC}/src
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
.include "${.CURDIR}/../../Mk/bsd.octave.mk" .include "${.CURDIR}/../../Mk/bsd.octave.mk"

View File

@ -3,7 +3,7 @@
PORTNAME= octave-forge-octcdf PORTNAME= octave-forge-octcdf
PORTVERSION= 1.1.7 PORTVERSION= 1.1.7
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org MAINTAINER= stephen@FreeBSD.org
@ -17,7 +17,7 @@ OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src WRKSRC= ${WRKDIR}/${OCTSRC}/src
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
.include "${.CURDIR}/../../Mk/bsd.octave.mk" .include "${.CURDIR}/../../Mk/bsd.octave.mk"

View File

@ -3,7 +3,7 @@
PORTNAME= NetCDF PORTNAME= NetCDF
PORTVERSION= 1.2.4 PORTVERSION= 1.2.4
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math perl5 CATEGORIES= math perl5
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -12,13 +12,7 @@ DISTNAME= netcdf-perl-${PORTVERSION}
MAINTAINER= rand@meridian-enviro.com MAINTAINER= rand@meridian-enviro.com
COMMENT= Perl5 module to read and write netCDF files COMMENT= Perl5 module to read and write netCDF files
NETCDF_VER?= 4 LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
.if (${NETCDF_VER} == 4)
LIB_DEPENDS= libnetcdf.so.7:${PORTSDIR}/science/netcdf4
.else
LIB_DEPENDS= libnetcdf.so.4:${PORTSDIR}/science/netcdf
.endif
USES= perl5 USES= perl5

View File

@ -3,7 +3,7 @@
PORTNAME= petsc PORTNAME= petsc
DISTVERSION= 2.3.3-p0 DISTVERSION= 2.3.3-p0
PORTREVISION= 9 PORTREVISION= 10
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= math parallel CATEGORIES= math parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
@ -187,7 +187,7 @@ CONFIGURE_ARGS+= --with-scalapack=1 \
WITH_NETCDF= yes WITH_NETCDF= yes
.endif .endif
.if defined(WITH_NETCDF) .if defined(WITH_NETCDF)
LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
CONFIGURE_ENV+= PNETCDF_INCLUDE=${LOCALBASE}/include \ CONFIGURE_ENV+= PNETCDF_INCLUDE=${LOCALBASE}/include \
PNETCDF_LIB=${LOCALBASE}/lib PNETCDF_LIB=${LOCALBASE}/lib
.endif .endif

View File

@ -3,7 +3,7 @@
PORTNAME= scientific PORTNAME= scientific
PORTVERSION= 2.8 PORTVERSION= 2.8
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/ MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ MAINTAINER= fmysh@iijmio-mail.jp
COMMENT= Collection of Python modules for scientific computing COMMENT= Collection of Python modules for scientific computing
BUILD_DEPENDS= ${PYNUMPY} BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
RUN_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes USE_PYTHON= yes

View File

@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage PORTNAME= gnudatalanguage
DISTVERSION= 0.9.4 DISTVERSION= 0.9.4
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= science lang CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE) .if defined(BUILD_PYTHON_MODULE)

View File

@ -3,7 +3,7 @@
PORTNAME= kst PORTNAME= kst
DISTVERSION= 2.0.6 DISTVERSION= 2.0.6
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= science kde CATEGORIES= science kde
MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/ MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/

View File

@ -12,13 +12,14 @@
PORTNAME= minc PORTNAME= minc
PORTVERSION= 1.5.1 PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= science biology CATEGORIES= science biology
MASTER_SITES= http://www.nitrc.org/frs/downloadlink.php/400/ MASTER_SITES= http://www.nitrc.org/frs/downloadlink.php/400/
MAINTAINER= jwbacon@tds.net MAINTAINER= jwbacon@tds.net
COMMENT= Medical Imaging NetCDF COMMENT= Medical Imaging NetCDF
LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes USE_LDCONFIG= yes

View File

@ -12,7 +12,7 @@
PORTNAME= minc PORTNAME= minc
PORTVERSION= 2.0.18 PORTVERSION= 2.0.18
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= science biology CATEGORIES= science biology
MASTER_SITES= http://packages.bic.mni.mcgill.ca/tgz/ \ MASTER_SITES= http://packages.bic.mni.mcgill.ca/tgz/ \
@ -24,7 +24,7 @@ COMMENT= Medical Imaging NetCDF
LICENSE= BSD LICENSE= BSD
LIB_DEPENDS= libnetcdf.so.4:${PORTSDIR}/science/netcdf \ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf \
libhdf5.so:${PORTSDIR}/science/hdf5 libhdf5.so:${PORTSDIR}/science/hdf5
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool

View File

@ -1,65 +1,65 @@
# Created by: Thomas Gellekum <tg@FreeBSD.org> # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$ # $FreeBSD$
PORTNAME= netcdf PORTNAME= netcdf
PORTVERSION= 3.6.3 PORTVERSION= 4.3.2
PORTREVISION?= 7
CATEGORIES= science CATEGORIES= science
MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \
ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
LOCAL/sunpoet LOCAL/sunpoet
PKGNAMESUFFIX?= 3
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT?= Library for machine-independent, array-oriented data access COMMENT= C library for machine-independent, array-oriented data access
CONFLICTS= hdf-4.* netcdf-4.* LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
PORTSCOUT= limit:^3\.
CONFIGURE_ARGS= --enable-shared CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]*
CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC PORTSCOUT= limit:^4\.
GNU_CONFIGURE= yes
USES= gmake libtool:keepla OPTIONS_DEFINE= DAP DOCS DOXYGEN SZIP
OPTIONS_DEFAULT=DAP SZIP
DAP_DESC= Build DAP client and remote testing
SZIP_DESC= SZIP support (required if HDF5 was built with SZIP)
CFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC
CMAKE_ARGS= -DHDF5_INCLUDE_DIRS=${LOCALBASE} -DUSE_HDF5=ON -DZLIB_INCLUDE_DIRS=/usr
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes USE_LDCONFIG= yes
USES= cmake pathfix
INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \ PLIST_SUB= PORTVERSION=${PORTVERSION}
netcdf-install netcdf-tutorial PORTDOCS= *
OPTIONS_DEFINE= FORTRAN DOCS DAP_CMAKE_OFF= -DENABLE_DAP=OFF -DENABLE_DAP_REMOTE_TESTS=OFF
FORTRAN_DESC= Build library for Fortran DAP_CMAKE_ON= -DCURL_INCLUDE_DIRS=${LOCALBASE} -DENABLE_DAP=ON
DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN=OFF
DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN=ON
SZIP_CMAKE_OFF= -DUSE_SZIP=OFF
SZIP_CMAKE_ON= -DSZIP_DIR=${LOCALBASE} -DSZIP_INCLUDE_DIRS=${LOCALBASE} -DUSE_SZIP=ON
SZIP_LDFLAGS= -lsz
SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
CONFIGURE_ARGS+=--enable-docs-install
.else
CONFIGURE_ARGS+=--disable-docs-install
.endif
.if ${PORT_OPTIONS:MFORTRAN}
CPPFLAGS+= -DpgiFortran
CONFLICTS+= netcdf-3.*
PLIST_SUB+= FORTRAN=""
USES+= fortran
.else
CONFIGURE_ARGS+=--disable-f77 --disable-f90
CONFLICTS+= netcdf-ftn-3.*
PLIST_SUB+= FORTRAN="@comment "
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e '/man4/d; s|share/cmake|&/Modules|; s|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt
'291 s/\(html_docs)\).*/\1/' \ @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/libsrc/CMakeLists.txt ${WRKSRC}/ncdump/CMakeLists.txt ${WRKSRC}/ncgen/CMakeLists.txt ${WRKSRC}/ncgen3/CMakeLists.txt
${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -e 's|mmap|_&|g' ${WRKSRC}/nc_test/tst_diskless.c ${WRKSRC}/nc_test/tst_diskless3.c
@${REINPLACE_CMD} -e \
'271 s/\(info_docs\).*/html_docs\)/' \ post-build:
${WRKSRC}/man4/Makefile.in .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
.if ! ${PORT_OPTIONS:MDOCS} @cd ${WRKSRC}/man4 && ${LOCALBASE}/bin/doxygen .
@${REINPLACE_CMD} -e '790 s/install-docDATA //' \
${WRKSRC}/man/Makefile.in
.endif .endif
regression-test: build post-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/man4/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.endif
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (netcdf-3.6.3.tar.gz) = afa1a0fa82b9ea33b035257b6e9662b22e135f98b2fd93d5cf030320dfc3ffa1 SHA256 (netcdf-4.3.2.tar.gz) = 57086b4383ce9232f05aad70761c2a6034b1a0c040260577d369b3bbfe6d248e
SIZE (netcdf-3.6.3.tar.gz) = 11572512 SIZE (netcdf-4.3.2.tar.gz) = 5013938

View File

@ -6,4 +6,6 @@ library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado. Program Center in Boulder, Colorado.
Git repository: https://github.com/Unidata/netcdf-c
WWW: http://www.unidata.ucar.edu/software/netcdf/ WWW: http://www.unidata.ucar.edu/software/netcdf/

View File

@ -1,63 +1,21 @@
bin/nc-config
bin/nccopy
bin/ncdump bin/ncdump
bin/ncgen bin/ncgen
include/ncvalues.h bin/ncgen3
include/netcdf.h include/netcdf.h
include/netcdf.hh
%%FORTRAN%%include/netcdf.inc
%%FORTRAN%%include/netcdf.mod
include/netcdfcpp.h
%%FORTRAN%%include/typesizes.mod
lib/libnetcdf.a
lib/libnetcdf.la
lib/libnetcdf.so lib/libnetcdf.so
lib/libnetcdf.so.4 lib/libnetcdf.so.%%PORTVERSION%%
lib/libnetcdf.so.4.0.0 lib/libnetcdf.so.7.2.0
lib/libnetcdf_c++.a libdata/pkgconfig/netcdf.pc
lib/libnetcdf_c++.la man/man1/nccopy.1.gz
lib/libnetcdf_c++.so
lib/libnetcdf_c++.so.4
lib/libnetcdf_c++.so.4.0.0
%%FORTRAN%%lib/libnetcdff.a
%%FORTRAN%%lib/libnetcdff.la
%%FORTRAN%%lib/libnetcdff.so
%%FORTRAN%%lib/libnetcdff.so.4
%%FORTRAN%%lib/libnetcdff.so.4.0.0
man/man1/ncdump.1.gz man/man1/ncdump.1.gz
man/man1/ncgen.1.gz man/man1/ncgen.1.gz
man/man1/ncgen3.1.gz
man/man3/netcdf.3.gz man/man3/netcdf.3.gz
%%FORTRAN%%man/man3/netcdf_f77.3.gz share/cmake/Modules/netcdf-config-version.cmake
%%FORTRAN%%man/man3/netcdf_f90.3.gz share/cmake/Modules/netcdf-config.cmake
%%PORTDOCS%%%%DOCSDIR%%/ncgen-man-1.html share/cmake/Modules/netcdf-targets-%%CMAKE_BUILD_TYPE%%.cmake
%%PORTDOCS%%%%DOCSDIR%%/ncdump-man-1.html share/cmake/Modules/netcdf-targets.cmake
%%PORTDOCS%%%%DOCSDIR%%/netcdf-c.html @dirrmtry share/cmake/Modules
%%PORTDOCS%%%%DOCSDIR%%/netcdf-c.pdf @dirrmtry share/cmake
%%PORTDOCS%%%%DOCSDIR%%/netcdf-c.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-c.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf-cxx.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-cxx.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf-cxx.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-cxx.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f77.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f77.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f77.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f77.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f90.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f90.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f90.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-f90.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf-install.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-install.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf-install.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-install.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf-man-3.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf-tutorial.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf-tutorial.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf-tutorial.txt
%%PORTDOCS%%%%DOCSDIR%%/netcdf_f77-man.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf_f90-man.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf.html
%%PORTDOCS%%%%DOCSDIR%%/netcdf.pdf
%%PORTDOCS%%%%DOCSDIR%%/netcdf.ps
%%PORTDOCS%%%%DOCSDIR%%/netcdf.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -3,7 +3,7 @@
PORTNAME= netCDF4 PORTNAME= netCDF4
PORTVERSION= 1.0.5 PORTVERSION= 1.0.5
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= science python CATEGORIES= science python
MASTER_SITES= GOOGLE_CODE MASTER_SITES= GOOGLE_CODE
PROJECTHOST= netcdf4-python PROJECTHOST= netcdf4-python
@ -16,7 +16,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY} BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \
libnetcdf.so:${PORTSDIR}/science/netcdf4 libnetcdf.so:${PORTSDIR}/science/netcdf
RUN_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY}
OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE= DOCS EXAMPLES

View File

@ -3,7 +3,7 @@
PORTNAME= pycdf PORTNAME= pycdf
PORTVERSION= 0.6.3 PORTVERSION= 0.6.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= science python CATEGORIES= science python
MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b
DISTNAME= ${PORTNAME}-0.6-3b DISTNAME= ${PORTNAME}-0.6-3b
@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-0.6-3b
MAINTAINER= wenheping@gmail.com MAINTAINER= wenheping@gmail.com
COMMENT= A Python Interface to the Unidata NetCDF Library COMMENT= A Python Interface to the Unidata NetCDF Library
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
${LOCALBASE}/lib/libnetcdf.so:${PORTSDIR}/science/netcdf LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
LDFLAGS+= "-L${LOCALBASE}/lib" LDFLAGS+= "-L${LOCALBASE}/lib"

View File

@ -3,7 +3,7 @@
PORTNAME= netcdf PORTNAME= netcdf
PORTVERSION= 0.6.6 PORTVERSION= 0.6.6
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= science ruby CATEGORIES= science ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ \ MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ \
http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/ \ http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/ \

View File

@ -3,6 +3,7 @@
PORTNAME= netcdf PORTNAME= netcdf
PORTVERSION= 0.6.6.1 PORTVERSION= 0.6.6.1
PORTREVISION= 1
CATEGORIES= science rubygems CATEGORIES= science rubygems
MASTER_SITES= RG MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DISTNAME= ruby-${PORTNAME}-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= v_sim PORTNAME= v_sim
PORTVERSION= 3.7.1 PORTVERSION= 3.7.1
PORTREVISION= 1
CATEGORIES= science CATEGORIES= science
MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/

View File

@ -3,6 +3,7 @@
PORTNAME= vmd PORTNAME= vmd
DISTVERSION= 1.9.1 DISTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= science graphics python tcl tk CATEGORIES= science graphics python tcl tk
MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b2/:tachyon \ MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b2/:tachyon \
http://www.photonlimited.com/~johns/tachyon/files/0.99b2/:tachyon \ http://www.photonlimited.com/~johns/tachyon/files/0.99b2/:tachyon \
@ -16,10 +17,10 @@ COMMENT= A molecular visualization program
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
${PYNUMERIC} ${PYNUMERIC}
LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ LIB_DEPENDS= libtcl85.so:${PORTSDIR}/lang/tcl85 \
tk85:${PORTSDIR}/x11-toolkits/tk85 \ libtk85.so:${PORTSDIR}/x11-toolkits/tk85 \
fltk.1:${PORTSDIR}/x11-toolkits/fltk \ libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
netcdf:${PORTSDIR}/science/netcdf libnetcdf.so:${PORTSDIR}/science/netcdf
RUN_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC}
USES= gmake perl5 USES= gmake perl5