FreeBSD Bugzilla – Attachment 205442 Details for
Bug 238900
archivers/pixz: Update 1.0.2 -> 1.0.6-9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pixz.patch (text/plain), 7.25 KB, created by
Yuri Victorovich
on 2019-06-30 23:48:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2019-06-30 23:48:39 UTC
Size:
7.25 KB
patch
obsolete
>Index: archivers/pixz/Makefile >=================================================================== >--- archivers/pixz/Makefile (revision 505524) >+++ archivers/pixz/Makefile (working copy) >@@ -1,10 +1,10 @@ > # $FreeBSD$ > > PORTNAME= pixz >-PORTVERSION= 1.0.2 >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.0.6-9 >+DISTVERSIONSUFFIX= -g4f079c3 > CATEGORIES= archivers >-MASTER_SITES= SF/pixz >-EXTRACT_SUFX= .tgz > > MAINTAINER= hrs@FreeBSD.org > COMMENT= Parallel, indexing version of XZ >@@ -12,12 +12,14 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-SUB_FILES= Makefile >+BUILD_DEPENDS= asciidoc:textproc/asciidoc >+ >+USES= autoreconf libarchive pkgconfig >+USE_GITHUB= yes >+GH_ACCOUNT= vasi >+ >+GNU_CONFIGURE= yes >+ > PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz >-USES= uidfix libarchive > >-post-extract: apply-slist >- ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC} >- ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.1 ${WRKSRC} >- > .include <bsd.port.mk> >Index: archivers/pixz/distinfo >=================================================================== >--- archivers/pixz/distinfo (revision 505524) >+++ archivers/pixz/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (pixz-1.0.2.tgz) = af9dac41edd6bf57953471f7fcbd4793810003bf911593ba4c84f7cccb5f74af >-SIZE (pixz-1.0.2.tgz) = 21425 >+TIMESTAMP = 1561937505 >+SHA256 (vasi-pixz-v1.0.6-9-g4f079c3_GH0.tar.gz) = 9653992e19ffc625ee773bb07a9f375d2f03454704e534697a46afaaa8a1be07 >+SIZE (vasi-pixz-v1.0.6-9-g4f079c3_GH0.tar.gz) = 27828 >Index: archivers/pixz/files/Makefile.in >=================================================================== >--- archivers/pixz/files/Makefile.in (revision 505524) >+++ archivers/pixz/files/Makefile.in (nonexistent) >@@ -1,18 +0,0 @@ >-# $FreeBSD$ >- >-PROG= pixz >-SRCS= pixz.c common.c endian.c cpu.c read.c write.c list.c >-MAN= ${PROG}.1 >- >-CPPFLAGS+= -I${LOCALBASE}/include -DPIXZ_VERSION='"1.0.2"' >-CFLAGS+= ${CPPFLAGS} -std=gnu99 >-LDADD= -lpthread -lm -llzma -larchive -L${LOCALBASE}/lib \ >- -Wl,-rpath,${LOCALBASE}/lib >- >-PREFIX?= /usr/local >-LOCALBASE?= /usr/local >-BINDIR?= ${PREFIX}/bin >-MANDIR?= ${PREFIX}/man/man >-NO_MANCOMPRESS= >- >-.include <bsd.prog.mk> > >Property changes on: archivers/pixz/files/Makefile.in >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: archivers/pixz/files/pixz.1 >=================================================================== >--- archivers/pixz/files/pixz.1 (revision 505524) >+++ archivers/pixz/files/pixz.1 (nonexistent) >@@ -1,130 +0,0 @@ >-'\" t >-.\" Title: pixz >-.\" Author: [see the "AUTHOR" section] >-.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> >-.\" Date: 06/06/2013 >-.\" Manual: \ \& >-.\" Source: \ \& >-.\" Language: English >-.\" >-.TH "PIXZ" "1" "06/06/2013" "\ \&" "\ \&" >-.\" ----------------------------------------------------------------- >-.\" * set default formatting >-.\" ----------------------------------------------------------------- >-.\" disable hyphenation >-.nh >-.\" disable justification (adjust text to left margin only) >-.ad l >-.\" ----------------------------------------------------------------- >-.\" * MAIN CONTENT STARTS HERE * >-.\" ----------------------------------------------------------------- >-.SH "NAME" >-pixz \- parallel, indexed xz compressor >-.SH "SYNOPSIS" >-.sp >-\fBpixz\fR [\fIOPTIONS\fR] [\fIINPUT\fR [\fIOUTPUT\fR]] >-.SH "DESCRIPTION" >-.sp >-pixz compresses and decompresses files using multiple processors\&. If the input looks like a tar(1) archive, it also creates an index of all the files in the archive\&. This allows the extraction of only a small segment of the tarball, without needing to decompress the entire archive\&. >-.SH "OPTIONS" >-.sp >-By default, pixz uses standard input and output, unless \fIINPUT\fR and \fIOUTPUT\fR arguments are provided\&. If pixz is provided with input but no output, it will delete the input once it\(cqs done\&. >-.PP >-\fB\-d\fR >-.RS 4 >-Decompress, instead of compress\&. >-.RE >-.PP >-\fB\-t\fR >-.RS 4 >-Force non\-tarball mode\&. By default, pixz auto\-detects tar data, and if found enters tarball mode\&. When compressing in non\-tarball mode, no archive index will be created\&. When decompressing, fast extraction will not be available\&. >-.RE >-.PP >-\fB\-l\fR >-.RS 4 >-List the archive contents\&. In tarball mode, lists the files in the tarball\&. In non\-tarball mode, lists the blocks of compressed data\&. >-.RE >-.PP >-\fB\-x\fR \fIPATH\fR >-.RS 4 >-Extract certain members from an archive, quickly\&. All members whose path begins with >-\fIPATH\fR >-will be extracted\&. >-.RE >-.PP >-\fB\-i\fR \fIINPUT\fR >-.RS 4 >-Use >-\fIINPUT\fR >-as the input\&. >-.RE >-.PP >-\fB\-o\fR \fIOUTPUT\fR >-.RS 4 >-Use OUTPUT as the output\&. >-.RE >-.PP >-\fB\-#\fR >-.RS 4 >-Set compression level, from \-0 (lowest compression, fastest) to \-9 (highest compression, slowest)\&. >-.RE >-.PP >-\fB\-e\fR >-.RS 4 >-Use "extreme" compression, which is much slower and only yields a marginal decrease in size\&. >-.RE >-.PP >-\fB\-p\fR \fICPUS\fR >-.RS 4 >-Set the number of CPU cores to use\&. By default pixz will use the number of cores on the system\&. >-.RE >-.PP >-\fB\-f\fR \fIFRACTION\fR >-.RS 4 >-Set the size of each compression block, relative to the LZMA dictionary size (default is 2\&.0)\&. Higher values give better compression ratios, but use more memory and make random access less efficient\&. Values less than 1\&.0 aren\(cqt very efficient\&. >-.RE >-.PP >-\fB\-q\fR \fISIZE\fR >-.RS 4 >-Set the number of blocks to allocate for the compression queue (default is 1\&.3 * cores + 2, rounded up)\&. Higher values give better throughput, up to a point, but use more memory\&. Values less than the number of cores will make some cores sit idle\&. >-.RE >-.PP >-\fB\-h\fR >-.RS 4 >-Show pixz\(cqs online help\&. >-.RE >-.SH "EXAMPLES" >-.PP >-pixz < myfile > myfile\&.xz >-.RS 4 >-Compress a file with pixz\&. >-.RE >-.PP >-pixz myfile >-.RS 4 >-Compress to myfile\&.pxz, removing the original\&. >-.RE >-.PP >-tar \-Ipixz \-cf output\&.tpxz directory >-.RS 4 >-Make tar use pixz for compression\&. >-.RE >-.PP >-pixz \-x path/to/file < input\&.tpxz | tar x >-.RS 4 >-Extract one file from an archive, quickly\&. >-.RE >-.SH "AUTHOR" >-.sp >-pixz is written by Dave Vasilevsky\&. >-.SH "RESOURCES" >-.sp >-The pixz homepage: https://github\&.com/vasi/pixz/ >-.sp >-Source downloads: http://sourceforge\&.net/projects/pixz/files/ >-.SH "COPYRIGHT" >-.sp >-Copyright \(co 2009\-2010 Dave Vasilevsky\&. Use of this software is granted under the FreeBSD License\&. >-.SH "SEE ALSO" >-.sp >-xz(1), tar(1) > >Property changes on: archivers/pixz/files/pixz.1 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: archivers/pixz/pkg-descr >=================================================================== >--- archivers/pixz/pkg-descr (revision 505524) >+++ archivers/pixz/pkg-descr (working copy) >@@ -1,4 +1,3 @@ > Pixz (pronounced 'pixie') is a parallel, indexing version of XZ. > > WWW: https://github.com/vasi/pixz >-WWW: https://sourceforge.net/projects/pixz/files/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238900
: 205442