summaryrefslogtreecommitdiff
path: root/archivers/nulib2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-11-02archivers: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2016-01-23update MASTER_SITES url.zafer1-2/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-13Update to 2.2.0 (2007). Changes:shattered1-4/+4
- Fix handling of MS-DOS reserved names. Besides handling names like "con", we also need to handle "con.foo.txt". - Auto-detect and handle "bad Mac" archives. - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle archives created by an unknown but badly broken program. - Switched from GPL to BSD license.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-11-26Add missing devel/zlib buildlink.sbd1-1/+3
Bump PKGREVISION
2011-09-03Get ../ out of patch target filenames.dholland1-3/+4
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-02-09DESTDIR support.joerg1-1/+2
2007-03-19give away to pkgsrc-userstv1-2/+2
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.rillig1-2/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-29Update to 2.0.3. Changelog:tv1-6/+7
2004/10/11 ***** v2.0.3 shipped ***** 2004/09/25 fadden - Fixed: attempting to add files after deleting *all* entries in an archive would fail. - Removed use of a "ushort" from NufxLib.h. 2004/09/20 fadden - Corrected behavior after flush when original archive can't be deleted. 2004/09/09 fadden - Added header offset and junk offset to NuGetAttr. 2004/08/22 fadden - Fixed obscure bug when recompressing a GSHK-added zero-length file when "fake threads" is enabled. 2004/03/10 ***** v2.0.2 shipped ***** 2004/03/09 fadden - Set access permissions based on umask when extracting a "locked" file. My thanks to Matthew Fischer for sending a patch. - Reject archives with a MasterEOF == 48, not <= 48. There are some otherwise valid archives created by an old version of ShrinkIt that have MasterEOF==0. 2003/10/16 ***** v2.0.1 shipped ***** 2003/10/16 fadden - Added workaround for bad HFS option lists created by GSHK. - Added junk-skipping feature. Up to 1024 bytes of crud (e.g. MacBinary headers or HTTP remnants) will be searched for evidence of an archive. 2003/06/19 sheppy - Added support for resource forks and file and aux types when built for Mac OS X.
2004-09-28"poxbox.com". How typo-rific. Switch to tv@duh.org, anyway.tv1-2/+2
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-19Use versioned distfile instead of unversioned one (hi tv!).wiz1-4/+2
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-15Update nulib2 from version 1.0.1 to version 2.0.0, mandated by theagc1-3/+5
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-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+4
have been converted to USE_BUILDLINK2.
2002-08-01Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com afterjschauma1-2/+2
consulting with Todd.
2001-07-16Remove references to ${LOCALBASE} directories and mark asjlam1-3/+4
USE_BUILDLINK_ONLY.
2001-03-11Import nulib2, an Apple II archive file handler.tv1-0/+21
*** NuLib is a disk and file archive program, similar in principle to PKZIP. Instead of ZIP archives, it manipulates NuFX archives, which are usually identified with ".SHK", ".SDK", or ".BXY". The ".SHK" file extension is derived from ShrinkIt, the de facto archiving standard for Apple II computers.