diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-21 16:53:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-21 16:53:33 +0000 |
commit | ece448a506363e4ab933d94188a73a8ea19ed260 (patch) | |
tree | 0f9481615c66fafa8ede78c12295b0417b573766 /devel/libowfat/PLIST | |
parent | 87529a963d3dddefcbed9faec0e6a695319a292b (diff) | |
download | pkgsrc-ece448a506363e4ab933d94188a73a8ea19ed260.tar.gz |
Update to 0.28, convert to user-destdir:
0.28:
add uint64 pack and unpack routines
fix subtle typo in sub_of (David Sirovsky)
work around gcc bugs
Diffstat (limited to 'devel/libowfat/PLIST')
-rw-r--r-- | devel/libowfat/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libowfat/PLIST b/devel/libowfat/PLIST index 459fc148bfc..64cecce7489 100644 --- a/devel/libowfat/PLIST +++ b/devel/libowfat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/02/21 16:53:33 wiz Exp $ include/libowfat/array.h include/libowfat/buffer.h include/libowfat/byte.h @@ -348,6 +348,12 @@ man/man3/uint32_read.3 man/man3/uint32_read_big.3 man/man3/uint32_unpack.3 man/man3/uint32_unpack_big.3 +man/man3/uint64_pack.3 +man/man3/uint64_pack_big.3 +man/man3/uint64_read.3 +man/man3/uint64_read_big.3 +man/man3/uint64_unpack.3 +man/man3/uint64_unpack_big.3 man/man3/umult16.3 man/man3/umult32.3 man/man3/umult64.3 |