summaryrefslogtreecommitdiff
path: root/devel/hdf
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Changes 4.2r1:adam6-44/+74
Configuration * By default HDF4 libraries and utilities are installed under <source_dir>/NewHDF * Windows configuration, build and testing procedures have been changed. Please see INSTALL_WINDOWS.txt file for more information Library * New API SDidtype was added to the library (bug #766) * HCgetcompress renamed to HCPgetcompress * New API HCget_config_info added * The default chunk cache size was changed for 2D and higher chunks * Pablo instumentation was removed Utilities * hdiff and hrepack are supported on Windows. * Substantial performance improvements in hdiff and hrepack Support for new platforms and compilers * Fortran IBM xlf v 8.1 and Absoft f95 version 8.2 compilers are supported on Mac OSX. * Absoft Fortran compiler f95 version 9.0 is supported on Linux 2.4 * PGI C and Fortran compilers are supported on Linux 2.4 * Intel C and Fortran compilers are supported on Linux 2.4 * Cray TS IEEE is supported. Bugs fixed since HDF4.2r0 * VERY IMPORTANT: Data compressed with SZIP may be corrupted; fixed. For more information see "HDF4.2r1 SZIP Release Notes" available at http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/SZIP_HDF4_2r1.pdf * Fortran couldn't read names with spaces when NetCDF interfaces were used; fixed * Library failed to compile in presence of the NetCDF library; fixed * h4fc couldn't create object files; fixed * When rank of SDS is 0, some SD APIs give segmentation fault (bug 1045); fixed * Some GR images with special elements are read in as duplicate (bug 814); fixed * Many bugs fixed in hdiff and hrepack utilities
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-29Unused.wiz1-21/+0
2004-04-25Belatedly add a buildlink3.mk. Noted by kristerw@.snj1-0/+18
2004-04-25USE_BUILDLINK3 needs to be set to yes.snj1-2/+2
2004-04-20update to 4.2r0drochner21-524/+140
changes: -configuration changes -support "szip" compression -some utilities added -fp2hdf replaced by hdfimport -USE_BUILDLINK3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-12don't define test target directly, use do-testdillo1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-09Unused.wiz1-91/+0
2002-10-09buildlink1 -> buildlink2.wiz1-4/+4
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+21
buildlink2.mk files back into the main trunk.
2002-05-03Update to version 4.1r5.jtb14-127/+168
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-03Add defaults for all instances of EVAL_PREFIX.jtb1-1/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-19Add -DNETLONG=int to CPPFLAGS instead of using a patch. Only linkjtb11-86/+76
executables with libm when truly necessary. Add sparc64 and powerpc support. Determine endianness at compile time rather than at configuration.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-03-31Don't use optimization for compiling "bytesex.c".jtb1-3/+4
2001-03-31o Fix/add quotingzuntum1-2/+2
o Respect ${CFLAGS}
2001-03-25#ifdef __m68k__jtb2-4/+4
#define DF_MT DFMT_MOTOROLA #endif
2001-03-25Add underscores around the machine arch names.jtb4-12/+12
2001-03-25Use less convoluted preprocessor logic.jtb2-10/+7
2001-03-25Build only static libraries since part of the library is written injtb16-133/+241
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-22Added F2CBASE_DEFAULT=${LOCALBASE} so that EVAL_PREFIX will give ajtb6-11/+159
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-19- add missing $ in front of ${JPEGBASE}dmcmahill4-10/+10
- sparc64 is also 64bit
2001-03-09Define DEC_ALPHA and BIG_LONGS on Alpha platform. Added NOGCCERROR=1jtb8-31/+53
to all of the Makefiles (for the moment).
2001-03-08Added MKPICINSTALL=no, MKPROFILE=no to the libmfhdf Makefile.jtb3-17/+19
2001-03-02Vastly decrease the number of files run through `sed'. Some other minorjtb2-14/+23
tidying.
2001-02-28Initial import of hdf: NCSA Hierarchical Data Formatjtb17-0/+513
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.