2005-02-24 17:25:38 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.4 2005/02/24 16:25:38 adam Exp $
|
2004-04-20 20:14:37 +02:00
|
|
|
bin/gif2hdf
|
|
|
|
bin/h4cc
|
|
|
|
bin/h4fc
|
|
|
|
bin/h4redeploy
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/hdf24to8
|
2004-04-20 20:14:37 +02:00
|
|
|
bin/hdf2gif
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/hdf2jpeg
|
|
|
|
bin/hdf8to24
|
|
|
|
bin/hdfcomp
|
|
|
|
bin/hdfed
|
2004-04-20 20:14:37 +02:00
|
|
|
bin/hdfimport
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/hdfls
|
2005-02-24 17:25:38 +01:00
|
|
|
bin/hdfncdump
|
|
|
|
bin/hdfncgen
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/hdfpack
|
|
|
|
bin/hdftopal
|
|
|
|
bin/hdftor8
|
|
|
|
bin/hdfunpac
|
2004-04-20 20:14:37 +02:00
|
|
|
bin/hdiff
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/hdp
|
2004-04-20 20:14:37 +02:00
|
|
|
bin/hrepack
|
2001-02-28 23:18:38 +01:00
|
|
|
bin/jpeg2hdf
|
|
|
|
bin/paltohdf
|
|
|
|
bin/r8tohdf
|
|
|
|
bin/ristosds
|
|
|
|
bin/vmake
|
|
|
|
bin/vshow
|
|
|
|
include/hdf/atom.h
|
|
|
|
include/hdf/bitvect.h
|
|
|
|
include/hdf/cdeflate.h
|
|
|
|
include/hdf/cnbit.h
|
|
|
|
include/hdf/cnone.h
|
|
|
|
include/hdf/crle.h
|
|
|
|
include/hdf/cskphuff.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/cszip.h
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/df.h
|
|
|
|
include/hdf/dfan.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/dffunc.f90
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/dffunc.inc
|
|
|
|
include/hdf/dfgr.h
|
|
|
|
include/hdf/dfi.h
|
|
|
|
include/hdf/dfrig.h
|
|
|
|
include/hdf/dfsd.h
|
|
|
|
include/hdf/dfstubs.h
|
|
|
|
include/hdf/dfufp2i.h
|
|
|
|
include/hdf/dynarray.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/h4config.h
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/hbitio.h
|
|
|
|
include/hdf/hchunks.h
|
|
|
|
include/hdf/hcomp.h
|
|
|
|
include/hdf/hcompi.h
|
|
|
|
include/hdf/hconv.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/hdf.f90
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/hdf.h
|
|
|
|
include/hdf/hdf.inc
|
|
|
|
include/hdf/hdf2netcdf.h
|
|
|
|
include/hdf/hdfi.h
|
|
|
|
include/hdf/herr.h
|
|
|
|
include/hdf/hfile.h
|
|
|
|
include/hdf/hkit.h
|
|
|
|
include/hdf/hlimits.h
|
|
|
|
include/hdf/hntdefs.h
|
|
|
|
include/hdf/hproto.h
|
|
|
|
include/hdf/htags.h
|
|
|
|
include/hdf/linklist.h
|
|
|
|
include/hdf/local_nc.h
|
|
|
|
include/hdf/mfan.h
|
|
|
|
include/hdf/mfgr.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/mfhdf.h
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/mstdio.h
|
2004-04-20 20:14:37 +02:00
|
|
|
include/hdf/netcdf.f90
|
Update to version 4.1r5.
New Features and Changes:
========================
o The following Vdata routines were added:
VSsetblocksize/vsfsetblsz -- sets the block size of the
linked-block element.
VSsetnumblocks/vsfsetnmbl -- sets the number of blocks for
a linked-block element.
VSgetblockinfo/vsfgetblinfo -- retrieves the block size and the number
of blocks of a linked-block element.
o Two routines were added to get compression information for the SD and
GR interfaces, including chunked elements: SDgetcompress/sfgcompress
and GRgetcompress/mggcompress.
Note:
- For a JPEG image, GRgetcompress only returns the compression type, not
the compression information (i.e, quantity and force_baseline). This
information is not currently retrievable.
- Getting compression type for JPEG chunked images is not working yet.
o "hdp dumpgr" has a new option, -pd, to print palette data only. Also,
whenever option -p or -pd is given, only palettes are printed, and no
images or file attributes.
o A new FORTRAN function, heprntf (HEprint), was added. It takes two
arguments: file name and level. If the file name string has 0 length,
then error messages will be printed to standard output.
o A memory leak in the netCDF portion of the HDF/mfhdf distribution
was fixed.
o The "#define NULL" was removed since ANSI C compilers are required to
define NULL.
o When using "hdp dumpgr", data was being printed in the range of 0-250
when it should have been between 0-168. This problem is now fixed.
2002-05-04 01:14:52 +02:00
|
|
|
include/hdf/netcdf.h
|
|
|
|
include/hdf/netcdf.inc
|
2001-02-28 23:18:38 +01:00
|
|
|
include/hdf/tbbt.h
|
|
|
|
include/hdf/vattr.h
|
|
|
|
include/hdf/vg.h
|
|
|
|
lib/libdf.a
|
|
|
|
lib/libmfhdf.a
|
|
|
|
man/man1/hdf.1
|
|
|
|
man/man1/hdfncdump.1
|
|
|
|
man/man1/hdfncgen.1
|
|
|
|
man/man1/hdfunpac.1
|
|
|
|
@dirrm include/hdf
|