aboutsummaryrefslogtreecommitdiff
path: root/archivers/qpress
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* Replace my personal email address to the samm@freebsd.orgOleksii Samorukov2019-10-131-2/+2
| | | | | | | | Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22013 Notes: svn path=/head/; revision=514411
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-1/+1
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* Convert archivers to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347400
* Support stageBaptiste Daroussin2013-12-261-3/+2
| | | | Notes: svn path=/head/; revision=337532
* archivers/qpress: Add <unistd.h> for modern compilersJohn Marino2013-11-022-0/+11
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=332438
* 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
* qpress is a portable file archiver using QuickLZ and designed to utilize fastPawel Pekala2013-07-143-0/+34
storage systems to their max. It's often faster than file copy because the destination is smaller than the source. WWW: http://www.quicklz.com/ PR: ports/180225 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Notes: svn path=/head/; revision=323005