summaryrefslogtreecommitdiff
path: root/math/udunits
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25No longer used.snj1-22/+0
2004-03-22Fix the installation of udunits using perl58 by including module.mkjlam3-14/+27
(to note that this package installs a Perl module). While I'm here, bl3ify the package.
2004-02-02Fix a case where gcc3.3 is too clever for autoconf.kristerw2-1/+24
configure tries to determine if -lm is needed by compiling int main() { (void)sin(0.0); ; return 0; } and see if linking fails. But gcc3.3 optimizes that to just "return 0;"
2004-01-24Update udunits to version 1.12.1.kristerw3-7/+16
Changes since version 1.11.7: 1.12.1 2003-12-01 Corrected omission of file "lib/udunits.inc.in" from distribution. Ported to Mac OSX (I hope). 1.12.0 2003-08-29 Corrected definition of "apothecary_pound". Corrected documentation of "common_year" in the units database. Modified the syntax of a couple of statements in file "src/utlib.c" to accomodate the, apparently, non-conforming C/SX C compiler on NEC SX-4 SUPER-UX systems, which can't dereference a pointer returned by a function. Added "mi" to database as alias for "mile". Corrected documentation on origin-shift in unit specifications. Ported to systems with sizeof(double) < sizeof(DOUBLE PRECISION). Added determination of Fortran type equivalent to C pointer to configuration script. Added utIsInit() and utisopen() to the API. Corrected Hertz symbol: changed from "hz" to "Hz". Corrected reference to udunits(3) library in udunitsperl(1) manual-page. Added support for Absoft Fortran.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-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.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-24Use PKGNAME_NOREV instead of a temporary variable.jmmv1-4/+3
2002-12-24Make udunits install its configuration file under the examples directoryjmmv5-10/+44
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Fix this package so that it can be cleaned as a regular user. Bump PKGREVISION to 1.
2002-10-08Unused.wiz1-36/+0
2002-09-29buildlink1 -> buildlink2jlam1-2/+4
2002-09-29udunits installs static libraries, so by default, use a build dependency.jlam1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+21
buildlink2.mk files back into the main trunk.
2002-05-03Add buildlink infrastructure.jtb1-0/+36
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-30Regen. Fixes i386 bulk build problem.jtb1-2/+2
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-2/+2
2001-04-28Back out previous change.jtb2-21/+12
2001-04-28Fix man page installation oddity causing i386 bulk build leftover.jtb2-12/+22
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Initial import of udunits:jtb7-0/+59
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters).