aboutsummaryrefslogtreecommitdiff
path: root/archivers/par
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* First pass at moving manpages to share/man for category a*Baptiste Daroussin2020-01-161-2/+2
| | | | Notes: svn path=/head/; revision=523220
* archivers/par: Mark jobs unsafeJohn Marino2015-01-211-0/+2
| | | | | | | | Under multiple jobs, This port showed par.c trying to use header.h before it's target completely built the header, and thus failed. Notes: svn path=/head/; revision=377622
* Support stageBaptiste Daroussin2014-01-051-11/+6
| | | | Notes: svn path=/head/; revision=338703
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Adjust PKGNAME, register CONFLICTS against `textproc/par'.Alexey Dokuchaev2013-04-301-0/+3
| | | | Notes: svn path=/head/; revision=316938
* Enforce correct type (per specification) and drop unneeded backslashes.Alexey Dokuchaev2013-04-281-1/+2
| | | | Notes: svn path=/head/; revision=316711
* Add par 0.03.01, an archiver for Quake I and II packed data files (pakX.pak).Alexey Dokuchaev2013-04-283-0/+43
It supports listing, extraction, and creation of .pak archives. WWW: http://ibiblio.org/pub/linux/games/quake/ Notes: svn path=/head/; revision=316707