summaryrefslogtreecommitdiff
path: root/archivers/par2
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27Updated par2 to 0.7.0.wiz4-47/+7
17 April 2017 Ike Devolder * release: 0.7.0 * Merged OpenMP version and so enabled multithreading * added -t flag to set the number of threads (all possible threads used by default) * Added -B flag to set the basepath for difficult to guess situations * bugfixes
2016-09-16Fix build on SunOS.jperkin2-1/+25
2016-09-01Updated par2 to 0.6.14.wiz2-7/+7
Fix issue #53 / Correct fix for issue #49 par2creator: use proper buffer size for volume file name generation bump 0.6.13 Merge pull request #51 from jcfp/master Update commandline.cpp add -N / -S options to manpage Add test19 Fix issue #50 (scan failure) / Correct fix for issue #31 (slow scan) Fixes to enable "make distcheck" to work: Fix for #49 (Scanning extra files messes up verification) create test for #49 Merge pull request #48 from jcfp/patch-1 add missing argument for the block-count option
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-04Changes 0.6.5:adam2-14/+14
* fix blocksize calculation * lintian warning spelling fix * add manfile for par2 * README in Markdown * add spelling fixes to cmdline output * fixed some spelling * simplify FindFiles
2015-03-09Fix my previous commit. Noted by wiz.tnn1-5/+4
2015-03-07convert to USE_GITHUBtnn2-11/+10
2015-01-25Update to 0.6.11mef2-6/+6
---------------- https://github.com/BlackIkeEagle/par2cmdline/releases/tag/v0.6.11 BlackEagle (3): test9 :: test did not prove rename was working fix check if files are outside basepath bump 0.6.11
2014-09-07Update to 0.6.10: More bugfixes.wiz2-6/+6
2014-09-06Update to 0.6.8 (not yet 0.6.9 due to issues with bup).wiz2-6/+6
Changes: bugfixes, speedups, more tests.
2014-04-25Add upstream bug report URL.wiz2-3/+4
2014-04-25Update to 0.6.5.wiz8-316/+33
27 February 2014 Ike Devolder * release: 0.6.5 * fix blocksize calculation 25 February 2014 JCF Ploemen * lintian warning spelling fix 7 February 2014 Ike Devolder * add manfile for par2 29 January 2014 Jan van Haarst * README in Markdown 21 January 2014 Ike Devolder * add spelling fixes to cmdline output 18 January 2014 Jan van Haarst * fixed some spelling 6 January 2014 Ike Devolder * simplify FindFiles 4 January 2014 Ike Devolder * release: 0.6.4 * when directory is removed, recreate * add test to verify directory behaviour * add test with valgrind 16 December 2013 Ike Devolder * allow verification of files even with ducplicates in parfiles 15 December 2013 Ike Devolder * avoid adding of duplicates 14 December 2013 Ike Devolder * release: 0.6.3 * rework original tests so parallelisation is no issue * add test8 which makes sure the paths stored are relative * add test9 rename wrongly named file, passed to par2 result is correctly named files after repair 13 Decebmer 2013 Ike Devolder * move tests in separate folder, tests will be extended and otherwise eventually clutter the source too much 9 December 2013 Ike Devolder * rework parfilename handling + it fixes passing par filename without extension for repair 7 December 2013 Ike Devolder * release: 0.6.2 * basepath was not set correctly in restoring of 'old' way 5 December 2013 Ike Devolder * release: 0.6.1 * show usage / version / copyright on request * restore 'old' way of creating make -a optional 30 November 2013 Ike Devolder * release: 0.6.0 * test8: windows generated recovery files with subdir * windows recurses in . and .. which leads to deadlock so dont recurse in folders starting with . on windows * when recursion happens make sure windows can recover with unix created par2 files * fixed fc -> fd typo in windows part of diskfile * FTBFS fix on GNU/kFreeBSD (by Cyril Brulebois) * fixed non quiet output when creating par2 * Applied fix preventing a stack overflow (by Robert Schneider) 14 October 2013 Ike Devolder * Implemented recursion * NOTE: only for unix like systems * Windows can be done i guess but i have no access to windows machines 16 June 2013 Ike Devolder * Implemented initial subdir handling * added subdir tests 13 June 2013 Ike Devolder * Fixed failing testsuite 9 December 2012 Ike Devolder * rework purging of par(2) files because of possible segfaults and other inconsistencies 4 December 2012 Ike Devolder * fix purge option so it removes the par files when there is no repair needed * add purge option to verify so when there is no repair needed the par2 files are removed when the purge option is given 30 November 2012 Ike Devolder * add purge option remove backup files (mostly .1) and par files on request **USE AT YOUR OWN RISK * purge option available in par1 and par2 repair * fix memory leak when using par1 repair 30 January 2012 Ike Devolder * add inlining performance improvement of Gerard Putter * release: 0.5.4 19 January 2012 Ike Devolder * fix wrongly created par2 files in quiet mode this was related to the -q -qq fix * release: 0.5.3 17 January 2012 Ike Devolder * fix deadlock condition when repairing and filepath is longer than _MAX_PATH * increase _MAX_PATH, 255 is no longer of these days * release: 0.5.2 16 January 2012 Ike Devolder * fixup 0.5 version display * "par2 create" dumps core with -q or -qq, but non-quiet mode works fine FIXED * removed automake files * updated copyrights * release: 0.5.1 12 December 2011 Marcel Partap * Reanimate par2cmdline development on new github repository * Merge available distro patches since 2004 0.4 release back upstream * Release: Version 0.5 ;) 3 January 2005 Peter B Clements * par2creatorsourcefile.cpp: "offset" must be updated when computing file and block hashes even if progress is not being displayed. 23 June 2004 Peter B Clements * diskfile.cpp: Changed DiskFile::GetFileSize for WIN32 so that it uses _stati64() to get the size of a file. * par2creatorsourcefile.cpp: In UpdateHashes() the test that adjusts the length of the last block of a file when before updating the file hash was incorrect. 17 June 2004 Peter B Clements * par1repairer.cpp, par2repairer.cpp: Report empty files when scanning for data.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2010-02-21Add two patches for big-endian platforms from Fedora via gentoo andwiz4-2/+233
Nick Coleman in PR 40658. Bump PKGREVISION. Set LICENSE.
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-09-09Drop maintainership.wiz1-2/+2
2007-03-19Become maintainer.wiz1-2/+2
2007-03-19give away to pkgsrc-userstv1-2/+2
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-06-21Make this pacakge build with gcc-4. Patches provided by martijnb inminskim2-1/+60
PR pkg/33694.
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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-26Update to 0.4.tv2-6/+6
Notable changes: * new command line options (-c, -q, -v) * 64-bit file (via 64-bit stdio API) support
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-21Move GCC_REQD-for-Interix check into a hacks.mk; suggested by jlam.tv2-7/+15
2005-01-21Add GCC_REQD for Interix to prevent use of the base system gcc, which istv1-1/+7
missing "long long" support in iostream.
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-04this package only uses a c++ compiler.grant1-1/+2
2004-03-29par2cmdline is a PAR 2.0 compatible file verification and repair tool.tv4-0/+36
See http://parchive.sourceforge.net for details of PAR 2.0 specification and discussion of all things PAR. WHAT EXACTLY IS PAR2CMDLINE? par2cmdline is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file.