summaryrefslogtreecommitdiff
path: root/archivers/rpm2cpio/pkg-descr (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-23- Print usage if there are no arguments and stdin is terminalAlex Kozlov1-2/+2
- Fix grammar in pkg-descr Notes: svn path=/head/; revision=404282
2015-12-17- Convert rpm2cpio to shell script around bsdtarAlex Kozlov1-16/+3
Notes: svn path=/head/; revision=403941
2008-05-23Fix a few typos in the archivers category.Jimmy Olgeni1-1/+1
Notes: svn path=/head/; revision=213559
2003-12-11Replaces existing code with a version that doesn't slurp the entire fileMark Linimon1-1/+9
into memory and supports the newer bzip2 compressed rpms. Also, call it rpm2cpio.pl so that it doesn't conflict with the binary version from archivers/rpm. PR: ports/59980 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=95591
2000-04-29- Fix MASTER_SITESSteve Price1-0/+2
- Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28114
1999-08-01Import of rpm2cpio (perl version). Converts .rpm files for extractionChris Piazza1-0/+10
with /usr/bin/cpio. Created so there would be a lightweight version that didn't require a tonne of other requirements. PR: 12701 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20460