aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf4
diff options
context:
space:
mode:
Diffstat (limited to 'science/netcdf4')
-rw-r--r--science/netcdf4/Makefile50
-rw-r--r--science/netcdf4/distinfo3
-rw-r--r--science/netcdf4/files/patch-Makefile20
-rw-r--r--science/netcdf4/files/patch-rules.make19
-rw-r--r--science/netcdf4/pkg-descr9
-rw-r--r--science/netcdf4/pkg-plist17
6 files changed, 0 insertions, 118 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
deleted file mode 100644
index 0b4465af8dad..000000000000
--- a/science/netcdf4/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: netcdf
-# Date created: 29 July 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netcdf
-PORTVERSION= 3.6.1
-CATEGORIES= science
-MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \
- http://sunpoet.net/distfiles/
-MASTER_SITE_SUBDIR= . old
-
-MAINTAINER= sunpoet@sunpoet.net
-COMMENT= Library for machine-independent, array-oriented data access
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-CONFLICTS= hdf-4.*
-
-CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3 netcdf.3f
-
-post-build:
- @(cd ${WRKSRC}/libsrc && \
- ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library)
- @(cd ${WRKSRC}/cxx && \
- ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library)
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/ncdump
- @${STRIP_CMD} ${PREFIX}/bin/ncgen
- ${INSTALL_DATA} ${WRKSRC}/libsrc/libnetcdf.so ${PREFIX}/lib/libnetcdf.so.1
- ${LN} -sf libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so
- ${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1
- ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in COPYRIGHT README RELEASE_NOTES
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo
deleted file mode 100644
index fa988c3f6686..000000000000
--- a/science/netcdf4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (netcdf-3.6.1.tar.gz) = 07a9db424337c5e4833fb84136e09a1e
-SHA256 (netcdf-3.6.1.tar.gz) = 15c42a2c698c4e42ee17720701168711d86e97e97311223015d07853fb09249f
-SIZE (netcdf-3.6.1.tar.gz) = 883888
diff --git a/science/netcdf4/files/patch-Makefile b/science/netcdf4/files/patch-Makefile
deleted file mode 100644
index 00d94fb843f1..000000000000
--- a/science/netcdf4/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Mon Feb 27 00:43:59 2006
-+++ Makefile Sat Dec 23 05:33:43 2006
-@@ -117,6 +117,8 @@
- ncgen/distclean \
- cxx/clean \
- cxx/distclean \
-+fortran/install \
-+fortran/uninstall \
- :
- @subdir=`echo $@ | sed 's,/.*,,'`; \
- target=`echo $@ | sed 's,.*/,,'`; \
-@@ -124,8 +126,6 @@
-
- fortran/all \
- fortran/test \
--fortran/install \
--fortran/uninstall \
- nf_test/all \
- nf_test/test \
- :
diff --git a/science/netcdf4/files/patch-rules.make b/science/netcdf4/files/patch-rules.make
deleted file mode 100644
index 4c9e564dc054..000000000000
--- a/science/netcdf4/files/patch-rules.make
+++ /dev/null
@@ -1,19 +0,0 @@
---- rules.make.orig Sat Dec 18 05:34:48 2004
-+++ rules.make Thu Jan 6 15:12:59 2005
-@@ -145,14 +145,8 @@
- $(INSTALL) $(MANUAL) $@
- $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL)
- $(INSTALL) $(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-descr b/science/netcdf4/pkg-descr
deleted file mode 100644
index a8ab96607da6..000000000000
--- a/science/netcdf4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-NetCDF (network Common Data Form) is an interface for array-oriented
-data access and a library that provides an implementation of the
-interface. The netCDF library also defines a machine-independent
-format for representing scientific data. Together, the interface,
-library, and format support the creation, access, and sharing of
-scientific data. The netCDF software was developed at the Unidata
-Program Center in Boulder, Colorado.
-
-WWW: http://www.unidata.ucar.edu/packages/netcdf/
diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist
deleted file mode 100644
index fcbebdf8999f..000000000000
--- a/science/netcdf4/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/ncdump
-bin/ncgen
-include/ncvalues.h
-include/netcdf.h
-include/netcdf.hh
-include/netcdf.inc
-include/netcdfcpp.h
-lib/libnetcdf.a
-lib/libnetcdf.so
-lib/libnetcdf.so.1
-lib/libnetcdf_c++.a
-lib/libnetcdf_c++.so
-lib/libnetcdf_c++.so.1
-%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%@dirrm %%DOCSDIR%%