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 | 61bc2187778c3e5d9f2138bb49d0063be7658c9e (patch) | |
tree | 0f9481615c66fafa8ede78c12295b0417b573766 /devel | |
parent | 44b799ce795d359ee345a135eac5ee06ebd9bb1a (diff) | |
download | pkgsrc-61bc2187778c3e5d9f2138bb49d0063be7658c9e.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')
-rw-r--r-- | devel/libowfat/Makefile | 8 | ||||
-rw-r--r-- | devel/libowfat/PLIST | 8 | ||||
-rw-r--r-- | devel/libowfat/distinfo | 8 |
3 files changed, 17 insertions, 7 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index 1bd1f88035a..22f999723aa 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/21 16:53:33 wiz Exp $ # -DISTNAME= libowfat-0.27 +DISTNAME= libowfat-0.28 CATEGORIES= devel MASTER_SITES= http://dl.fefe.de/ EXTRACT_SUFX= .tar.bz2 @@ -10,8 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fefe.de/libowfat/ COMMENT= Library of general purpose APIs +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_FILE= GNUmakefile USE_TOOLS+= gmake #LICENSE= gnu-gplv2 +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} + .include "../../mk/bsd.pkg.mk" 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 diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index 264488b7b38..72d44c99e15 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/02/03 15:54:27 tnn Exp $ +$NetBSD: distinfo,v 1.3 2009/02/21 16:53:33 wiz Exp $ -SHA1 (libowfat-0.27.tar.bz2) = 5a61ddb0e6c425932e9b87be10d308d21616e802 -RMD160 (libowfat-0.27.tar.bz2) = 7192b155c9c83fc1dc9f4057220a4da43e464a50 -Size (libowfat-0.27.tar.bz2) = 128908 bytes +SHA1 (libowfat-0.28.tar.bz2) = 6bbe997ae1bbe94b784ab50a3d44b63a2e08d857 +RMD160 (libowfat-0.28.tar.bz2) = 3e8826e10a3f46520bdfa9602edb2741728aa370 +Size (libowfat-0.28.tar.bz2) = 129622 bytes SHA1 (patch-aa) = 7542a1fd6b2f4f3f1dd430be547075e98488d7d0 |