summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-30 22:05:08 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-30 22:05:08 +0000
commit0cc3a16aeb2a5bebfceb090b52bafec28c143e56 (patch)
tree40928ef658822eaf4902e6128d871970f5699f1c /science
parentUpdate port graphics/imlib2 to 1.0.3 (diff)
update math/netcdf to 3.5.0
PR: 26995 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes: svn path=/head/; revision=42100
Diffstat (limited to 'science')
-rw-r--r--science/netcdf/Makefile6
-rw-r--r--science/netcdf/distinfo2
-rw-r--r--science/netcdf/files/patch-aa19
-rw-r--r--science/netcdf/pkg-plist1
-rw-r--r--science/netcdf4/Makefile6
-rw-r--r--science/netcdf4/distinfo2
-rw-r--r--science/netcdf4/files/patch-aa19
-rw-r--r--science/netcdf4/pkg-plist1
8 files changed, 48 insertions, 8 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index a3c87c854049..090758cd7b30 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= netcdf
-PORTVERSION= 3.5.b8
+PORTVERSION= 3.5.0
CATEGORIES= math
MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
+#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3
+MAN3= netcdf.3 netcdf.3f
post-build:
@(cd ${WRKSRC}/libsrc && \
diff --git a/science/netcdf/distinfo b/science/netcdf/distinfo
index 0ccca5fd3340..35e68c0e47e7 100644
--- a/science/netcdf/distinfo
+++ b/science/netcdf/distinfo
@@ -1 +1 @@
-MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6
+MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f
diff --git a/science/netcdf/files/patch-aa b/science/netcdf/files/patch-aa
new file mode 100644
index 000000000000..43324e78712d
--- /dev/null
+++ b/science/netcdf/files/patch-aa
@@ -0,0 +1,19 @@
+--- rules.make.orig Mon Mar 12 22:31:55 2001
++++ rules.make Mon Apr 30 14:02:44 2001
+@@ -145,14 +145,8 @@
+ cp $(MANUAL) $@
+ $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL)
+ cp $(MANUAL) $@
+-$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
+- $(MANDIR)/man3f
+- rm -f $@
+- ln -s $(MANDIR)/man3/$(MANUAL) $@
+-$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
+- $(MANDIR)/man3f90
+- rm -f $@
+- ln -s $(MANDIR)/man3/$(MANUAL) $@
++$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
++$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
+
+ ################################################################################
+ # Cleanup:
diff --git a/science/netcdf/pkg-plist b/science/netcdf/pkg-plist
index a400eb5e9148..34c2fa05a1a9 100644
--- a/science/netcdf/pkg-plist
+++ b/science/netcdf/pkg-plist
@@ -3,6 +3,7 @@ bin/ncgen
include/ncvalues.h
include/netcdf.h
include/netcdf.hh
+include/netcdf.inc
include/netcdfcpp.h
lib/libnetcdf.a
lib/libnetcdf.so
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
index a3c87c854049..090758cd7b30 100644
--- a/science/netcdf4/Makefile
+++ b/science/netcdf4/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= netcdf
-PORTVERSION= 3.5.b8
+PORTVERSION= 3.5.0
CATEGORIES= math
MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
+#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3
+MAN3= netcdf.3 netcdf.3f
post-build:
@(cd ${WRKSRC}/libsrc && \
diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo
index 0ccca5fd3340..35e68c0e47e7 100644
--- a/science/netcdf4/distinfo
+++ b/science/netcdf4/distinfo
@@ -1 +1 @@
-MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6
+MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f
diff --git a/science/netcdf4/files/patch-aa b/science/netcdf4/files/patch-aa
new file mode 100644
index 000000000000..43324e78712d
--- /dev/null
+++ b/science/netcdf4/files/patch-aa
@@ -0,0 +1,19 @@
+--- rules.make.orig Mon Mar 12 22:31:55 2001
++++ rules.make Mon Apr 30 14:02:44 2001
+@@ -145,14 +145,8 @@
+ cp $(MANUAL) $@
+ $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL)
+ cp $(MANUAL) $@
+-$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
+- $(MANDIR)/man3f
+- rm -f $@
+- ln -s $(MANDIR)/man3/$(MANUAL) $@
+-$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \
+- $(MANDIR)/man3f90
+- rm -f $@
+- ln -s $(MANDIR)/man3/$(MANUAL) $@
++$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
++$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL)
+
+ ################################################################################
+ # Cleanup:
diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist
index a400eb5e9148..34c2fa05a1a9 100644
--- a/science/netcdf4/pkg-plist
+++ b/science/netcdf4/pkg-plist
@@ -3,6 +3,7 @@ bin/ncgen
include/ncvalues.h
include/netcdf.h
include/netcdf.hh
+include/netcdf.inc
include/netcdfcpp.h
lib/libnetcdf.a
lib/libnetcdf.so