aboutsummaryrefslogtreecommitdiff
path: root/archivers/pxz
Commit message (Collapse)AuthorAgeFilesLines
* Give up maintainership on pxz, return to ports@Martin Matuska2014-01-191-1/+1
| | | | Notes: svn path=/head/; revision=340268
* This port requires openmpBaptiste Daroussin2013-10-091-3/+2
| | | | | | | While here stagify Notes: svn path=/head/; revision=329861
* Remove uneeded USE_GCC while here cleanup a bit to avoid the now useless ↵Baptiste Daroussin2013-10-081-16/+3
| | | | | | | pre.mk/post.mk dancing Notes: svn path=/head/; revision=329832
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Upgrade pxz to git version as of 20120930Martin Matuska2013-06-192-3/+5
| | | | | | | | | Build with gcc [1] PR: ports/179693 [1] Notes: svn path=/head/; revision=321231
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Mark as broken on sparc64: does not link.Mark Linimon2011-07-161-0/+4
| | | | Notes: svn path=/head/; revision=277769
* - Set LICENSE_FILEMartin Matuska2011-03-221-12/+1
| | | | Notes: svn path=/head/; revision=271461
* Add LICENSE information (GPLv2).Martin Matuska2011-03-211-0/+2
| | | | Notes: svn path=/head/; revision=271428
* Parallel XZ is a compression utility that takes advantage of running LZMAMartin Matuska2010-11-234-0/+106
compression of different parts of an input file on multiple cores and processors simultaneously. Its primary goal is to utilize all resources to speed up compression time with minimal possible influence on compression ratio. WWW: http://jnovy.fedorapeople.org/pxz/ Notes: svn path=/head/; revision=264990