Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
devel/netcdf/DESCR Normal file
View File

@@ -0,0 +1,6 @@
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.

19
devel/netcdf/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.35 2013/05/10 07:16:29 adam Exp $
DISTNAME= netcdf-4.2.1.1
CATEGORIES= devel
MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/index.html
COMMENT= Library for array-oriented data access
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen
CONFIGURE_ARGS+= --disable-examples
.include "../../devel/hdf5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

14
devel/netcdf/PLIST Normal file
View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.7 2013/04/09 15:57:28 adam Exp $
bin/nc-config
bin/nccopy
bin/ncdump
bin/ncgen
bin/ncgen3
include/netcdf.h
lib/libnetcdf.la
lib/pkgconfig/netcdf.pc
man/man1/nccopy.1
man/man1/ncdump.1
man/man1/ncgen.1
man/man1/ncgen3.1
man/man3/netcdf.3

View File

@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.8 2013/04/09 15:57:28 adam Exp $
BUILDLINK_TREE+= netcdf
.if !defined(NETCDF_BUILDLINK3_MK)
NETCDF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.netcdf+= netcdf>=3.5
BUILDLINK_ABI_DEPENDS.netcdf+= netcdf>=3.5.0nb2
BUILDLINK_PKGSRCDIR.netcdf?= ../../devel/netcdf
.include "../../devel/hdf5/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.endif # NETCDF_BUILDLINK3_MK
BUILDLINK_TREE+= -netcdf

6
devel/netcdf/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.16 2013/04/09 15:57:28 adam Exp $
SHA1 (netcdf-4.2.1.1.tar.gz) = 76631cb4e6b767c224338415cf6e5f5ff9bd1238
RMD160 (netcdf-4.2.1.1.tar.gz) = 400d20e0afe7b37db7b24f9e5c19e585e0b15b3c
Size (netcdf-4.2.1.1.tar.gz) = 4515856 bytes
SHA1 (patch-configure) = 74457173c01355cd0f99f136ae10bdc67e831489

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-configure,v 1.2 2013/04/09 15:57:28 adam Exp $
Adjust infodir.
--- configure.orig 2012-03-07 14:46:36.000000000 +0000
+++ configure
@@ -909,7 +909,7 @@ localstatedir='${prefix}/var'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-infodir='${datarootdir}/info'
+infodir='${prefix}/info'
htmldir='${docdir}'
dvidir='${docdir}'
pdfdir='${docdir}'