Commit graph

18 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jtb
4dec00fdaa Add defaults for all instances of EVAL_PREFIX. 2001-05-03 22:16:50 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
jtb
11d367eaa0 Add -DNETLONG=int to CPPFLAGS instead of using a patch. Only link
executables with libm when truly necessary.  Add sparc64 and powerpc support.
Determine endianness at compile time rather than at configuration.
2001-04-19 00:56:33 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jtb
efd89b3224 Don't use optimization for compiling "bytesex.c". 2001-03-31 18:23:00 +00:00
zuntum
ef5ca26635 o Fix/add quoting
o Respect ${CFLAGS}
2001-03-31 11:14:29 +00:00
jtb
d6921ad334 #ifdef __m68k__
#define DF_MT   DFMT_MOTOROLA
#endif
2001-03-25 23:37:06 +00:00
jtb
1dc543020a Add underscores around the machine arch names. 2001-03-25 22:10:13 +00:00
jtb
f540c98dff Use less convoluted preprocessor logic. 2001-03-25 01:32:09 +00:00
jtb
6338eb7674 Build only static libraries since part of the library is written in
Fortran, libf2c is static, etc.  Fixed "hdfi.h" to work with any
architecture supported by NetBSD.  Use "xdrposix.c" instead of
"xdrstdio.c" since the latter seems to be missing some functions.
Fixed "initialization from incompatible pointer type" warnings.
General improvements to Makefiles.  Should build/work on any NetBSD
system now.
2001-03-25 01:09:49 +00:00
jtb
d1b301a2f2 Added F2CBASE_DEFAULT=${LOCALBASE} so that EVAL_PREFIX will give a
sensible value if a dependency is not yet installed. Problem noted by
Matthias Drochner with fix by Alistair Crooks.

Fixed `ncgen' to generate files which #include "netcdf_hdf.h" and
"netcdf_hdf.inc" thus allowing the HDF and netCDF packages to coexist.

Added test target in package Makefile for compiling and running the tests
for the libraries and the `ncdump' program.
2001-03-22 23:19:16 +00:00
dmcmahill
decdd8fbf2 - add missing $ in front of ${JPEGBASE}
- sparc64 is also 64bit
2001-03-19 13:37:28 +00:00
jtb
1f35fec997 Define DEC_ALPHA and BIG_LONGS on Alpha platform. Added NOGCCERROR=1
to all of the Makefiles (for the moment).
2001-03-09 22:47:43 +00:00
jtb
cc51c5d172 Added MKPICINSTALL=no, MKPROFILE=no to the libmfhdf Makefile. 2001-03-08 21:15:45 +00:00
jtb
40d1d759a0 Vastly decrease the number of files run through `sed'. Some other minor
tidying.
2001-03-02 19:40:51 +00:00
jtb
6db9e726b8 Initial import of hdf: NCSA Hierarchical Data Format
HDF is a multi-object file format that facilitates the transfer of
various types of scientific data between machines and operating
systems.  HDF allows self-definitions of data content and easy
extensibility for future enhancements or compatibility with other
standard formats.  HDF includes Fortran and C calling interfaces, and
utilities to prepare raw image of data files or for use with other
NCSA software.  The HDF library contains interfaces for storing and
retrieving compressed or uncompressed 8-bit and 24-bit raster images
with palettes, n-Dimensional scientific datasets and binary tables.
An interface is also included that allows arbitray grouping of other
HDF objects.
2001-02-28 22:18:38 +00:00