1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pxz |
---|
7 | version 4.999.9beta |
---|
8 | master_sites http://jnovy.fedorapeople.org/pxz/ |
---|
9 | distfiles ${name}-${version}.20091201git.tar.xz |
---|
10 | worksrcdir ${name}-${version} |
---|
11 | use_xz yes |
---|
12 | checksums rmd160 93c432cd8bf5e977b6a534483580d436b85bb195 \ |
---|
13 | sha256 df69f91103db6c20f0b523bb7f026d86ee662c49fe714647ed63f918cd39767a |
---|
14 | |
---|
15 | depends_lib port:xz |
---|
16 | |
---|
17 | categories archivers |
---|
18 | platforms darwin |
---|
19 | license GPL-2 |
---|
20 | |
---|
21 | maintainers gmail.com:weidmannstefano \ |
---|
22 | openmaintainer |
---|
23 | description Parallelized xz replacement |
---|
24 | long_description Parallel XZ is a compression utility that takes advantage of running LZMA compression \ |
---|
25 | of different parts of an input file on multiple cores and processors simultaneously. \ |
---|
26 | Its primary goal is to utilize all resources to speed up compression time with minimal \ |
---|
27 | possible influence on compression ratio. |
---|
28 | homepage http://jnovy.fedorapeople.org/pxz |
---|
29 | |
---|
30 | use_configure no |
---|
31 | |
---|
32 | patchfiles patch-pxz.c.diff |
---|
33 | patch.pre_args -p1 |
---|
34 | |
---|
35 | destroot.args BINDIR=${prefix}/bin |
---|
36 | |
---|