summaryrefslogtreecommitdiff
path: root/science
AgeCommit message (Collapse)Author
2000-11-01Update to version 3.5.b6Kevin Lo
PR: 22450 Submitted by: Ports Fury
2000-09-05Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami
work with both XFree86-3 and XFree86-4.
2000-07-05Add bin/loom.Satoshi Asami
Submitted by: bento
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
2000-06-16Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev
2000-06-14Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev
2000-06-07Sort PLIST.Satoshi Asami
2000-06-07AddSatoshi Asami
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
2000-05-29Update to version 3.5b3.Steve Price
PR: 18748 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29Update to version 3.05.Steve Price
PR: 18513 Submitted by: maintainer
2000-04-14Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami
string so I fixed it.
2000-04-14Convert to PORTNAME/PORTVERSION.Satoshi Asami
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro
2000-02-29Update MASTER_SITES and WWWChris D. Faulhaber
PR: 16968 Submitted by: Maintainer
2000-02-14URL changed; update WWW and MASTER_SITESMichael Haro
1999-11-14Update to version 4.1r3.Steve Price
PR: 14717 Submitted by: maintainer
1999-10-26Update MAINTAINER's email address.Bill Fenner
1999-09-08Upgrade to 3.5b2.Thomas Gellekum
PR: 13598 Submitted by: KATO Tsuguru <tkato@prontimail.ne.jp>
1999-08-28ln -> ${LN}Michael Haro
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-08-23grep -> ${GREP}Michael Haro
true -> ${TRUE} false -> ${FALSE}
1999-08-02Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek
containing the ports editors/vim5, sysutils/star, and one other.
1999-07-30New port netcdf. The NetCDF (network Common Data Form) is a libraryThomas Gellekum
supporting the creation, access, and sharing of scientific data.
1999-05-02WWW: ----------------------------------------------------------------------Tim Vanderhoek
WWW: Enter Log. Lines beginning with `WWW:' are removed automatically
1999-01-10Add USE_X_PREFIX so this builds again.Steve Price
PR: 9365 Submitted by: maintainer
1998-12-26Remove patch-ab. and rename patch-ae to patch-ab.Seiichirou Hiraoka
1998-12-26Update: add patch-ae by MAINTAINERSeiichirou Hiraoka
1998-12-16PR: ports/8871Seiichirou Hiraoka
Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN'
1998-11-18OSVERSION was not used anymore.Satoshi Asami
1998-10-21Broken for -stable too (same error).Satoshi Asami
1998-10-11Mark BROKEN for current:Justin M. Seger
gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c In file included from xwd.c:27: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" xwd.c: In function `DumpWidget': xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:68: too few arguments to function `error' xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:75: too few arguments to function `error' xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:113: too few arguments to function `error' xwd.c: In function `Get_XColors': xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:228: too few arguments to function `error' *** Error code 1
1998-10-05Fix build for ELF.Steve Price
1998-09-15jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami
(Note, since the shlib major didn't change this just removes the regexp support.)
1998-08-22${PKGDIR}/PLIST -> ${PLIST}Tim Vanderhoek
1998-08-21Almost forgot the reason I was here: use the MAN1 variable.Tim Vanderhoek
1998-08-21Guys, you can't include "@exec ranlib xxx" in the plist. Doing soTim Vanderhoek
will cause pkg_delete to fail.
1998-08-21Respect prefix. Make this build on -current by changingTim Vanderhoek
"cc /usr/lib/libz.a" to "cc -lz".
1998-08-13Remove manpages from pkg/PLISTDavid E. O'Brien
1998-06-04Update to version 4.1r2.Steve Price
PR: 6784 Submitted by: maintainer
1998-04-08Make this compile again.Thomas Gellekum
1998-04-01cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵Satoshi Asami
-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'
1998-02-20Update to reflect Pedro's new Email address.Steve Price
PR: 5725
1997-11-04Fix post-patch.Thomas Gellekum
1997-11-03Import HDF port. HDF is yet another graphics format.Thomas Gellekum
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
1997-07-17patch-ab causes some problems for users of plain Xaw. I haveThomas Gellekum
added the patch and a note to DESCR. This is certainly not ideal, but insisting on using Xaw3d isn't either. PR: 4058 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-06-29() ==> {}David E. O'Brien
1997-06-16Upgrade, 3.01 -> 3.02.Masafumi Max NAKANE
PR: 3871 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>