diff options
author | kristerw <kristerw> | 2004-01-24 02:01:53 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-24 02:01:53 +0000 |
commit | f72e8b0c94f1e2def8fc13aec543cbcfc55208dc (patch) | |
tree | bc454ef587ce5bcfec5f4391c1e8b61255b8208e /math | |
parent | 1cab36b41f2bb652c4c8d1378394bf3c6fa157d3 (diff) | |
download | pkgsrc-f72e8b0c94f1e2def8fc13aec543cbcfc55208dc.tar.gz |
Update udunits to version 1.12.1.
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 5 | ||||
-rw-r--r-- | math/udunits/PLIST | 12 | ||||
-rw-r--r-- | math/udunits/distinfo | 6 |
3 files changed, 16 insertions, 7 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 15640274efa..396e75dc76b 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/24 02:01:53 kristerw Exp $ DISTNAME= udunits -PKGNAME= udunits-1.11.7 -PKGREVISION= 1 +PKGNAME= udunits-1.12.1 CATEGORIES= math devel MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/ EXTRACT_SUFX= .tar.Z diff --git a/math/udunits/PLIST b/math/udunits/PLIST index fd9ebb5670b..a835732fd4b 100644 --- a/math/udunits/PLIST +++ b/math/udunits/PLIST @@ -1,9 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/24 17:21:03 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/01/24 02:01:53 kristerw Exp $ bin/udunits +etc/udunits.dat include/udunits.h include/udunits.inc lib/libudport.a lib/libudunits.a +lib/perl5/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/perllocal.pod +lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/UDUNITS/.packlist +lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/UDUNITS/UDUNITS.bs +lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/UDUNITS/UDUNITS.so +lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/UDUNITS/autosplit.ix man/man1/udunits.1 man/man1/udunitsperl.1 man/man3/udunits.3 @@ -11,3 +17,7 @@ man/man3/udunits.3f man/man3f/udunits.3f share/examples/udunits/udunits.dat @dirrm share/examples/udunits +@dirrm man/man3f +@dirrm lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/UDUNITS +@dirrm lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}/auto +@dirrm lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS} diff --git a/math/udunits/distinfo b/math/udunits/distinfo index c62969f713f..c02926810a9 100644 --- a/math/udunits/distinfo +++ b/math/udunits/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/12/24 17:21:03 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2004/01/24 02:01:53 kristerw Exp $ -SHA1 (udunits-1.11.7/udunits.tar.Z) = 2d178bad5d2c8ebe1c16960865ea96ce4ced0e3e -Size (udunits-1.11.7/udunits.tar.Z) = 352699 bytes +SHA1 (udunits-1.12.1/udunits.tar.Z) = ee37ca61eb1dcf34165b7573cc1645824bd6968d +Size (udunits-1.12.1/udunits.tar.Z) = 365873 bytes SHA1 (patch-aa) = 0998141196898a7bc168fe45c5019586645167f2 SHA1 (patch-ab) = 9a98e048499d38f8dedba6fb1a169e178dbd77ba |