The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD science : hdf5

Hierarchical Data Format library (from NCSA)

 HDF5 is a completely new Hierarchical Data Format product consisting of a
data format specification and a supporting library implementation. HDF5 is
designed to address some of the limitations of the older HDF product and to
address current and anticipated requirements of modern systems and
applications.

HDF5 includes the following improvements.
   - A new file format designed to address some of the deficiencies of HDF4.x,
     particularly the need to store larger files and more objects per file.
   - A simpler, more comprehensive data model that includes only two basic
     structures: a multidimensional array of record structures, and a grouping
     structure.
   - A simpler, better-engineered library and API, with improved support for
     parallel I/O, threads, and other requirements imposed by modern systems
     and applications. 

http://hdf.ncsa.uiuc.edu/HDF5/



hdf5 history


v. 1.44
date: 2007/12/16 01:41:30;  author: araujo;  state: Exp;  lines: +1 -2
- Update MASTER_SITES.

Submitted by:	pointyhat via pav
Approved by:	stas (mentor, implicit)

v. 1.43 date: 2007/12/13 18:55:03; author: araujo; state: Exp; lines: +1 -1 - Update to 1.6.6. PR: ports/118228 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: Quincey Koziol (maintainer), stas (mentor, implicit)
v. 1.42 date: 2007/11/20 13:28:47; author: erwin; state: Exp; lines: +2 -2 Distfile is no longer available, so put on local mirrors until the port can be upgraded to the newest version after the freeze. Approved by: portmgr (self), Quincey Koziol (maintainer)
v. 1.41 date: 2007/10/24 20:19:06; author: linimon; state: Exp; lines: +2 -1 We are one release behind, so add a backup directory on the mastersite to fix the fetch. This will also allow me to flush a bad distfile on ftp.
v. 1.40 date: 2007/08/01 07:57:45; author: linimon; state: Exp; lines: +4 -0 Mark as BROKEN on sparc64: gets unaligned memory address on compile.
v. 1.39 date: 2007/03/08 17:33:53; author: jmelo; state: Exp; lines: +1 -1 - Change maintainer mail. Submitted by: Quincey Koziol (maintainer) via email
v. 1.38 date: 2007/03/08 15:03:03; author: jmelo; state: Exp; lines: +1 -1 - Update mastersite. PR: ports/110043 Submitted by: Quincey Koziol (maintainer)
v. 1.37 date: 2007/02/10 18:41:54; author: nivit; state: Exp; lines: +6 -1 - Fixed build after objformat removal PR: ports/108982 Submitted by: CHAO Shin Approved by: alexbl (mentor, implicit), Quincey Koziol (maintainer)
v. 1.36 date: 2006/05/07 13:32:25; author: pav; state: Exp; lines: +1 -3 - Update to 1.6.5 PR: ports/96907 Submitted by: Joerg Pulz Approved by: Quincey Koziol (maintainer)
v. 1.35 date: 2006/02/23 10:38:51; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.34 date: 2005/11/15 06:50:53; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.33 date: 2005/05/11 03:44:40; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.6.4 PR: 80873 Submitted by: me Approved by: maintainer
v. 1.32 date: 2005/02/15 20:11:35; author: pav; state: Exp; lines: +2 -5 - Update to 1.6.3 PR: ports/77523 Submitted by: Quincey Koziol (maintainer)
v. 1.31 date: 2004/03/14 06:17:17; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.30 date: 2004/03/08 22:52:17; author: pav; state: Exp; lines: +2 -5 - Attempt to fix build on Sparc PR: ports/63929 Submitted by: Quincey Koziol (maintainer)
v. 1.29 date: 2004/03/06 23:26:19; author: kris; state: Exp; lines: +7 -1 BROKEN on sparc64: Configure fails.
v. 1.28 date: 2004/02/25 22:53:22; author: pav; state: Exp; lines: +14 -13 After repocopy from graphics/hdf5, - Update to 1.6.2 - Pass maintainership to submitter PR: ports/63252 Submitted by: Quincey Koziol
v. 1.27 date: 2003/11/13 05:33:55; author: ijliao; state: Exp; lines: +4 -4 upgrade to 1.6.1 PR: 58335 Submitted by: AMAKAWA Shuhei
v. 1.26 date: 2003/10/13 11:26:25; author: osa; state: Exp; lines: +2 -1 Fix configure by remove -lcipher. Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr
v. 1.25 date: 2003/08/31 03:12:26; author: dinoex; state: Exp; lines: +1 -1 - don't clobber any given LDFLAGS resolve conflitcs with bsd.openssl.mk
v. 1.24 date: 2003/06/08 13:42:12; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53044 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.23 date: 2003/02/20 18:08:03; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.22 date: 2003/02/06 15:59:40; author: ijliao; state: Exp; lines: +1 -1 upgrade to 1.4.5
v. 1.21 date: 2002/11/10 16:46:26; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:25; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/07/13 17:25:04; author: ijliao; state: Exp; lines: +14 -3 - GNU_CONFIGURE -> USE_LIBTOOL - Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly - Strip binaries PR: 40498 Submitted by: Ports Fury
v. 1.18 date: 2002/07/07 12:34:33; author: ijliao; state: Exp; lines: +19 -26 add HDF5 1.4.4 A New Generation of HDF
v. 1.17 date: 2001/12/21 21:36:42; author: mi; state: Exp; lines: +3 -3 Every two years I upgrade this -- whether it needs it or not. Upgrade to the latest HDF4.1r5...
v. 1.16 date: 2000/04/14 10:46:19; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/11/14 02:31:56; author: steve; state: Exp; lines: +18 -49 Update to version 4.1r3. PR: 14717 Submitted by: maintainer
v. 1.14 date: 1999/10/26 21:18:37; author: fenner; state: Exp; lines: +2 -2 Update MAINTAINER's email address.
v. 1.13 date: 1999/08/28 01:57:15; author: mharo; state: Exp; lines: +5 -5 ln -> ${LN}
v. 1.12 date: 1999/08/27 21:14:04; author: mharo; state: Exp; lines: +3 -3 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.11 date: 1999/08/25 06:14:15; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1999/08/23 04:23:31; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.9 date: 1998/10/05 03:20:28; author: steve; state: Exp; lines: +1 -2 Fix build for ELF.
v. 1.8 date: 1998/09/15 11:45:52; author: asami; state: Exp; lines: +2 -2 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.)
v. 1.7 date: 1998/08/22 16:20:24; author: hoek; state: Exp; lines: +2 -2 ${PKGDIR}/PLIST -> ${PLIST}
v. 1.6 date: 1998/08/21 23:11:03; author: hoek; state: Exp; lines: +3 -7 Almost forgot the reason I was here: use the MAN1 variable.
v. 1.5 date: 1998/08/21 21:40:02; author: hoek; state: Exp; lines: +5 -1 Respect prefix. Make this build on -current by changing "cc /usr/lib/libz.a" to "cc -lz".
v. 1.4 date: 1998/06/04 23:18:46; author: steve; state: Exp; lines: +9 -8 Update to version 4.1r2. PR: 6784 Submitted by: maintainer
v. 1.3 date: 1998/04/08 12:53:43; author: tg; state: Exp; lines: +2 -4 Make this compile again.
v. 1.2 date: 1998/04/01 02:04:04; author: asami; state: Exp; lines: +3 -1 cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc -I../../mfhdf/port -DSWAP -DNDEBUG -DHDF -O2 -pipe -ansi -DNDEBUG xdr.c In file included from /usr/include/sys/types.h:96, from types.h:54, from xdr.c:22: /usr/include/machine/endian.h:62: conflicting types for `htonl' types.h:29: previous declaration of `htonl' /usr/include/machine/endian.h:64: conflicting types for `ntohl' types.h:28: previous declaration of `ntohl'
v. 1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; lines: +0 -0 Import HDF port. HDF is yet another graphics format. PR: 4546 Submitted by: Mikhail Teterin ============================================================================= v. 1.44 date: 2007/12/16 01:41:30; author: araujo; state: Exp; lines: +1 -2 - Update MASTER_SITES. Submitted by: pointyhat via pav Approved by: stas (mentor, implicit)
v. 1.43 date: 2007/12/13 18:55:03; author: araujo; state: Exp; lines: +1 -1 - Update to 1.6.6. PR: ports/118228 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: Quincey Koziol (maintainer), stas (mentor, implicit)
v. 1.42 date: 2007/11/20 13:28:47; author: erwin; state: Exp; lines: +2 -2 Distfile is no longer available, so put on local mirrors until the port can be upgraded to the newest version after the freeze. Approved by: portmgr (self), Quincey Koziol (maintainer)
v. 1.41 date: 2007/10/24 20:19:06; author: linimon; state: Exp; lines: +2 -1 We are one release behind, so add a backup directory on the mastersite to fix the fetch. This will also allow me to flush a bad distfile on ftp.
v. 1.40 date: 2007/08/01 07:57:45; author: linimon; state: Exp; lines: +4 -0 Mark as BROKEN on sparc64: gets unaligned memory address on compile.
v. 1.39 date: 2007/03/08 17:33:53; author: jmelo; state: Exp; lines: +1 -1 - Change maintainer mail. Submitted by: Quincey Koziol (maintainer) via email
v. 1.38 date: 2007/03/08 15:03:03; author: jmelo; state: Exp; lines: +1 -1 - Update mastersite. PR: ports/110043 Submitted by: Quincey Koziol (maintainer)
v. 1.37 date: 2007/02/10 18:41:54; author: nivit; state: Exp; lines: +6 -1 - Fixed build after objformat removal PR: ports/108982 Submitted by: CHAO Shin Approved by: alexbl (mentor, implicit), Quincey Koziol (maintainer)
v. 1.36 date: 2006/05/07 13:32:25; author: pav; state: Exp; lines: +1 -3 - Update to 1.6.5 PR: ports/96907 Submitted by: Joerg Pulz Approved by: Quincey Koziol (maintainer)
v. 1.35 date: 2006/02/23 10:38:51; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.34 date: 2005/11/15 06:50:53; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.33 date: 2005/05/11 03:44:40; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.6.4 PR: 80873 Submitted by: me Approved by: maintainer
v. 1.32 date: 2005/02/15 20:11:35; author: pav; state: Exp; lines: +2 -5 - Update to 1.6.3 PR: ports/77523 Submitted by: Quincey Koziol (maintainer)
v. 1.31 date: 2004/03/14 06:17:17; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.30 date: 2004/03/08 22:52:17; author: pav; state: Exp; lines: +2 -5 - Attempt to fix build on Sparc PR: ports/63929 Submitted by: Quincey Koziol (maintainer)
v. 1.29 date: 2004/03/06 23:26:19; author: kris; state: Exp; lines: +7 -1 BROKEN on sparc64: Configure fails.
v. 1.28 date: 2004/02/25 22:53:22; author: pav; state: Exp; lines: +14 -13 After repocopy from graphics/hdf5, - Update to 1.6.2 - Pass maintainership to submitter PR: ports/63252 Submitted by: Quincey Koziol
v. 1.27 date: 2003/11/13 05:33:55; author: ijliao; state: Exp; lines: +4 -4 upgrade to 1.6.1 PR: 58335 Submitted by: AMAKAWA Shuhei
v. 1.26 date: 2003/10/13 11:26:25; author: osa; state: Exp; lines: +2 -1 Fix configure by remove -lcipher. Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr
v. 1.25 date: 2003/08/31 03:12:26; author: dinoex; state: Exp; lines: +1 -1 - don't clobber any given LDFLAGS resolve conflitcs with bsd.openssl.mk
v. 1.24 date: 2003/06/08 13:42:12; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53044 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.23 date: 2003/02/20 18:08:03; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.22 date: 2003/02/06 15:59:40; author: ijliao; state: Exp; lines: +1 -1 upgrade to 1.4.5
v. 1.21 date: 2002/11/10 16:46:26; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:25; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/07/13 17:25:04; author: ijliao; state: Exp; lines: +14 -3 - GNU_CONFIGURE -> USE_LIBTOOL - Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly - Strip binaries PR: 40498 Submitted by: Ports Fury
v. 1.18 date: 2002/07/07 12:34:33; author: ijliao; state: Exp; lines: +19 -26 add HDF5 1.4.4 A New Generation of HDF
v. 1.17 date: 2001/12/21 21:36:42; author: mi; state: Exp; lines: +3 -3 Every two years I upgrade this -- whether it needs it or not. Upgrade to the latest HDF4.1r5...
v. 1.16 date: 2000/04/14 10:46:19; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/11/14 02:31:56; author: steve; state: Exp; lines: +18 -49 Update to version 4.1r3. PR: 14717 Submitted by: maintainer
v. 1.14 date: 1999/10/26 21:18:37; author: fenner; state: Exp; lines: +2 -2 Update MAINTAINER's email address.
v. 1.13 date: 1999/08/28 01:57:15; author: mharo; state: Exp; lines: +5 -5 ln -> ${LN}
v. 1.12 date: 1999/08/27 21:14:04; author: mharo; state: Exp; lines: +3 -3 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.11 date: 1999/08/25 06:14:15; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1999/08/23 04:23:31; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.9 date: 1998/10/05 03:20:28; author: steve; state: Exp; lines: +1 -2 Fix build for ELF.
v. 1.8 date: 1998/09/15 11:45:52; author: asami; state: Exp; lines: +2 -2 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.)
v. 1.7 date: 1998/08/22 16:20:24; author: hoek; state: Exp; lines: +2 -2 ${PKGDIR}/PLIST -> ${PLIST}
v. 1.6 date: 1998/08/21 23:11:03; author: hoek; state: Exp; lines: +3 -7 Almost forgot the reason I was here: use the MAN1 variable.
v. 1.5 date: 1998/08/21 21:40:02; author: hoek; state: Exp; lines: +5 -1 Respect prefix. Make this build on -current by changing "cc /usr/lib/libz.a" to "cc -lz".
v. 1.4 date: 1998/06/04 23:18:46; author: steve; state: Exp; lines: +9 -8 Update to version 4.1r2. PR: 6784 Submitted by: maintainer
v. 1.3 date: 1998/04/08 12:53:43; author: tg; state: Exp; lines: +2 -4 Make this compile again.
v. 1.2 date: 1998/04/01 02:04:04; author: asami; state: Exp; lines: +3 -1 cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc -I../../mfhdf/port -DSWAP -DNDEBUG -DHDF -O2 -pipe -ansi -DNDEBUG xdr.c In file included from /usr/include/sys/types.h:96, from types.h:54, from xdr.c:22: /usr/include/machine/endian.h:62: conflicting types for `htonl' types.h:29: previous declaration of `htonl' /usr/include/machine/endian.h:64: conflicting types for `ntohl' types.h:28: previous declaration of `ntohl'
v. 1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; lines: +0 -0 Import HDF port. HDF is yet another graphics format. PR: 4546 Submitted by: Mikhail Teterin ============================================================================= v. 1.44 date: 2007/12/16 01:41:30; author: araujo; state: Exp; lines: +1 -2 - Update MASTER_SITES. Submitted by: pointyhat via pav Approved by: stas (mentor, implicit)
v. 1.43 date: 2007/12/13 18:55:03; author: araujo; state: Exp; lines: +1 -1 - Update to 1.6.6. PR: ports/118228 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: Quincey Koziol (maintainer), stas (mentor, implicit)
v. 1.42 date: 2007/11/20 13:28:47; author: erwin; state: Exp; lines: +2 -2 Distfile is no longer available, so put on local mirrors until the port can be upgraded to the newest version after the freeze. Approved by: portmgr (self), Quincey Koziol (maintainer)
v. 1.41 date: 2007/10/24 20:19:06; author: linimon; state: Exp; lines: +2 -1 We are one release behind, so add a backup directory on the mastersite to fix the fetch. This will also allow me to flush a bad distfile on ftp.
v. 1.40 date: 2007/08/01 07:57:45; author: linimon; state: Exp; lines: +4 -0 Mark as BROKEN on sparc64: gets unaligned memory address on compile.
v. 1.39 date: 2007/03/08 17:33:53; author: jmelo; state: Exp; lines: +1 -1 - Change maintainer mail. Submitted by: Quincey Koziol (maintainer) via email
v. 1.38 date: 2007/03/08 15:03:03; author: jmelo; state: Exp; lines: +1 -1 - Update mastersite. PR: ports/110043 Submitted by: Quincey Koziol (maintainer)
v. 1.37 date: 2007/02/10 18:41:54; author: nivit; state: Exp; lines: +6 -1 - Fixed build after objformat removal PR: ports/108982 Submitted by: CHAO Shin Approved by: alexbl (mentor, implicit), Quincey Koziol (maintainer)
v. 1.36 date: 2006/05/07 13:32:25; author: pav; state: Exp; lines: +1 -3 - Update to 1.6.5 PR: ports/96907 Submitted by: Joerg Pulz Approved by: Quincey Koziol (maintainer)
v. 1.35 date: 2006/02/23 10:38:51; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.34 date: 2005/11/15 06:50:53; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.33 date: 2005/05/11 03:44:40; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.6.4 PR: 80873 Submitted by: me Approved by: maintainer
v. 1.32 date: 2005/02/15 20:11:35; author: pav; state: Exp; lines: +2 -5 - Update to 1.6.3 PR: ports/77523 Submitted by: Quincey Koziol (maintainer)
v. 1.31 date: 2004/03/14 06:17:17; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.30 date: 2004/03/08 22:52:17; author: pav; state: Exp; lines: +2 -5 - Attempt to fix build on Sparc PR: ports/63929 Submitted by: Quincey Koziol (maintainer)
v. 1.29 date: 2004/03/06 23:26:19; author: kris; state: Exp; lines: +7 -1 BROKEN on sparc64: Configure fails.
v. 1.28 date: 2004/02/25 22:53:22; author: pav; state: Exp; lines: +14 -13 After repocopy from graphics/hdf5, - Update to 1.6.2 - Pass maintainership to submitter PR: ports/63252 Submitted by: Quincey Koziol
v. 1.27 date: 2003/11/13 05:33:55; author: ijliao; state: Exp; lines: +4 -4 upgrade to 1.6.1 PR: 58335 Submitted by: AMAKAWA Shuhei
v. 1.26 date: 2003/10/13 11:26:25; author: osa; state: Exp; lines: +2 -1 Fix configure by remove -lcipher. Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr
v. 1.25 date: 2003/08/31 03:12:26; author: dinoex; state: Exp; lines: +1 -1 - don't clobber any given LDFLAGS resolve conflitcs with bsd.openssl.mk
v. 1.24 date: 2003/06/08 13:42:12; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53044 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.23 date: 2003/02/20 18:08:03; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.22 date: 2003/02/06 15:59:40; author: ijliao; state: Exp; lines: +1 -1 upgrade to 1.4.5
v. 1.21 date: 2002/11/10 16:46:26; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:25; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/07/13 17:25:04; author: ijliao; state: Exp; lines: +14 -3 - GNU_CONFIGURE -> USE_LIBTOOL - Support CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly - Strip binaries PR: 40498 Submitted by: Ports Fury
v. 1.18 date: 2002/07/07 12:34:33; author: ijliao; state: Exp; lines: +19 -26 add HDF5 1.4.4 A New Generation of HDF
v. 1.17 date: 2001/12/21 21:36:42; author: mi; state: Exp; lines: +3 -3 Every two years I upgrade this -- whether it needs it or not. Upgrade to the latest HDF4.1r5...
v. 1.16 date: 2000/04/14 10:46:19; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
v. 1.15 date: 1999/11/14 02:31:56; author: steve; state: Exp; lines: +18 -49 Update to version 4.1r3. PR: 14717 Submitted by: maintainer
v. 1.14 date: 1999/10/26 21:18:37; author: fenner; state: Exp; lines: +2 -2 Update MAINTAINER's email address.
v. 1.13 date: 1999/08/28 01:57:15; author: mharo; state: Exp; lines: +5 -5 ln -> ${LN}
v. 1.12 date: 1999/08/27 21:14:04; author: mharo; state: Exp; lines: +3 -3 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.11 date: 1999/08/25 06:14:15; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1999/08/23 04:23:31; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.9 date: 1998/10/05 03:20:28; author: steve; state: Exp; lines: +1 -2 Fix build for ELF.
v. 1.8 date: 1998/09/15 11:45:52; author: asami; state: Exp; lines: +2 -2 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.)
v. 1.7 date: 1998/08/22 16:20:24; author: hoek; state: Exp; lines: +2 -2 ${PKGDIR}/PLIST -> ${PLIST}
v. 1.6 date: 1998/08/21 23:11:03; author: hoek; state: Exp; lines: +3 -7 Almost forgot the reason I was here: use the MAN1 variable.
v. 1.5 date: 1998/08/21 21:40:02; author: hoek; state: Exp; lines: +5 -1 Respect prefix. Make this build on -current by changing "cc /usr/lib/libz.a" to "cc -lz".
v. 1.4 date: 1998/06/04 23:18:46; author: steve; state: Exp; lines: +9 -8 Update to version 4.1r2. PR: 6784 Submitted by: maintainer
v. 1.3 date: 1998/04/08 12:53:43; author: tg; state: Exp; lines: +2 -4 Make this compile again.
v. 1.2 date: 1998/04/01 02:04:04; author: asami; state: Exp; lines: +3 -1 cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc -I../../mfhdf/port -DSWAP -DNDEBUG -DHDF -O2 -pipe -ansi -DNDEBUG xdr.c In file included from /usr/include/sys/types.h:96, from types.h:54, from xdr.c:22: /usr/include/machine/endian.h:62: conflicting types for `htonl' types.h:29: previous declaration of `htonl' /usr/include/machine/endian.h:64: conflicting types for `ntohl' types.h:28: previous declaration of `ntohl'
v. 1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/03 12:10:42; author: tg; state: Exp; lines: +0 -0 Import HDF port. HDF is yet another graphics format. PR: 4546 Submitted by: Mikhail Teterin =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm