git: 85204282d9bc - main - science/pnetcdf: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:10:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85204282d9bc7de66c0a43d2caac14615e94f31b
commit 85204282d9bc7de66c0a43d2caac14615e94f31b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:45:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:27 +0000
science/pnetcdf: Update WWW and clean up pkg-descr
---
science/pnetcdf/Makefile | 3 ++-
science/pnetcdf/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 8fe6e9ab4b31..20efb8a90604 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -7,7 +7,8 @@ MASTER_SITES= https://parallel-netcdf.github.io/Release/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library providing high-performance I/O
-WWW= https://parallel-netcdf.github.io/
+WWW= https://parallel-netcdf.github.io/ \
+ https://github.com/Parallel-NetCDF/PnetCDF
USES= fortran gmake libtool pathfix perl5
USE_PERL5= build
diff --git a/science/pnetcdf/pkg-descr b/science/pnetcdf/pkg-descr
index 856981207a23..944034fac085 100644
--- a/science/pnetcdf/pkg-descr
+++ b/science/pnetcdf/pkg-descr
@@ -4,5 +4,3 @@ scientific programmers a space-efficient and portable means for storing data.
However, it does so in a serial manner, making it difficult to achieve high I/O
performance. By making some small changes to the API specified by NetCDF, we can
use MPI-IO and its collective operations.
-
-See also: https://github.com/Parallel-NetCDF/PnetCDF