aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hdf5
Commit message (Collapse)AuthorAgeFilesLines
* Sort PLIST.asami2000-06-081-19/+19
|
* Addasami2000-06-081-0/+13
| | | | | | | | | | | | | | | | | | include/dfconvrt.h include/dfivms.h include/dir_mac.h include/glist.h include/hqueue.h include/maldebug.h include/mcache.h include/patchlevel.h include/sys_dir_mac.h include/trace.h include/vgint.h lib/libdf_p.a lib/libmfhdf_p.a Submitted by: bento
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3
| | | | string so I fixed it.
* Update to version 4.1r3.steve1999-11-1416-51/+439
| | | | | PR: 14717 Submitted by: maintainer
* Update MAINTAINER's email address.fenner1999-10-271-1/+1
|
* ln -> ${LN}mharo1999-08-281-4/+4
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* Fix build for ELF.steve1998-10-052-3/+2
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* ${PKGDIR}/PLIST -> ${PLIST}hoek1998-08-231-2/+2
|
* Almost forgot the reason I was here: use the MAN1 variable.hoek1998-08-222-11/+3
|
* Guys, you can't include "@exec ranlib xxx" in the plist. Doing sohoek1998-08-221-2/+0
| | | | will cause pkg_delete to fail.
* Respect prefix. Make this build on -current by changinghoek1998-08-222-3/+7
| | | | "cc /usr/lib/libz.a" to "cc -lz".
* Update to version 4.1r2.steve1998-06-053-22/+10
| | | | | PR: 6784 Submitted by: maintainer
* Make this compile again.tg1998-04-081-4/+2
|
* cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵asami1998-04-011-1/+3
| | | | | | | | | | | | -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'
* Fix post-patch.tg1997-11-041-7/+7
|
* Import HDF port. HDF is yet another graphics format.tg1997-11-036-0/+265
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>