2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:25 joerg Exp $
|
2004-02-26 23:55:18 +01:00
|
|
|
|
Update to 0.7.1.
Changes since 0.7.0:
- Workaround for problems with big files (DVD images) when compiling
with GCC 3.0 to 3.3.
- removed "too many files missing, won't attempt to download them
from fallback mirror" logic in jigdo-lite because it was broken
- .jigdo file format: Semantics of multiple [Image] sections have
changed: Formerly, the idea was that one .jigdo could provide
multiple images, but the idea never caught on and the idea "one
.jigdo => one image" is firmly planted in people's minds now. The
original incentive of allowing multiple [Image] sections was to
make it possible to avoid duplication of .jigdo data, by providing
all 7 CDs and the single DVD in one .jigdo. This duplication can
now be avoided by [Include]ing the CDs' files from the DVD's,
because all except the first [Image] section are ignored.
- Fixed minor bug in jigdo-lite; it would sometimes abort even if no
error code was returned by jigdo-file
- GUI: Added code for processing of .jigdo files and [Include]
- GUI: Added simple caching of downloaded data during .jigdo
downloads
- Bugfix for "jigdo-file make-image" (Steve McIntyre): Failed
assertion `nextAlignedOff>off' and huge .template with >4GB image.
- Bugfix for "jigdo-file make-template": Sometimes *incorrectly*
reports: "You have found a bug". (Maxim Reznik)
- Bugfix for "jigdo-file make-image": Handle I/O errors more
gracefully (Brian Bennett)
- Bugfix for "jigdo-file make-image" (Andreas Krüger): Do not
allocate on the stack an array whose size is the number of matched
files in the image. This gave, er, "funny" results with tens of
thousands of matches... <slap>
- Added comfortable debugging aids ("debug(fmt,...)", --debug=...)
- Various documentation updates (manpages, Hacking.txt, changelog;-P)
- Fix for build problems if size_t is 64 bits wide
- Various fixes to allow compilation with GCC 3.4
- Added unit tests for many parts of the code, with support in
depend.awk
- Fixed bug in html-beautify.awk
- Vanity meter reports 26000 lines of code in 120 files
2004-12-26 02:49:55 +01:00
|
|
|
DISTNAME= jigdo-0.7.1
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2004-02-26 23:55:18 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://atterer.net/jigdo/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
|
|
HOMEPAGE= http://atterer.net/jigdo/
|
|
|
|
COMMENT= Tool to ease downloading of large files from the Internet
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-02-26 23:55:18 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2005-08-10 22:56:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-libdb
|
2004-02-26 23:55:18 +01:00
|
|
|
|
|
|
|
#.include "../../databases/db3/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../www/libwww/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|