pkgsrc/archivers/nulib2/Makefile

22 lines
518 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2004/07/19 12:50:58 wiz Exp $
#
DISTNAME= nulibdist-200
Update nulib2 from version 1.0.1 to version 2.0.0, mandated by the version-less distfile changing. Found during recent bulk build. Changes since previous version: 2003/02/18 fadden - When extracting with "-ee", disk images now have ".PO" appended. - Resurrected HandleAddNotFound(). - Switched to case-sensitive filename comparisons. 2003/02/08 fadden - Upped version to v2.0.0. - Many fixes to pathname handling: - Correctly handle '%' when preservation is OFF. - Accept 4-char extensions in '-ee' without risk of buffer overflow. - Fixed broken assert when converting long %xx names. - Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX"). - Always store files with ':' as path separator. - Recognize that some Win32 variants (Win2K and later at the least) will accept both '/' and '\' as pathname separators. - Correctly convert ".//foo" to "foo" instead of "/foo". - Tracked changes to NufxLib DataSource API. 2003/01/10 fadden - Check NufxLib "compiled" version against "linked" version. 2002/12/06 fadden - Made minor changes to allow linking NufxLib in as a DLL. 2002/10/20 ***** v1.1.0 shipped ***** 2002/10/10 fadden - added fancy help text (-h) 2002/10/09 fadden - added "-zz" flag to specify libbz2's "bzip2" compression 2002/10/08 fadden - added Binary II support 2002/09/30 fadden - added "-z" flag to specify zlib's "deflate" compression (the "secret" debug dump command is now -g) 2002/09/26 fadden - progress updater now shows "analyzing" for scan pass of SQ 2002/09/23 fadden - ran the code through valgrind; found and fixed some minor bugs 2002/09/20 fadden - pulled the sources out and started fiddling with them again - changed hard tabs to spaces
2003-07-15 11:36:45 +02:00
PKGNAME= nulib2-2.0.0
CATEGORIES= archivers
MASTER_SITES= http://www.nulib.com/downloads/
MAINTAINER= tv@poxbox.com
HOMEPAGE= http://www.nulib.com/
COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives
WRKSRC= ${WRKDIR}/nulib2-200
2004-03-11 19:03:49 +01:00
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache
.include "../../mk/bsd.pkg.mk"
# nulib2 needs this to identify a Unixlike system
CFLAGS+= -D__unix__