aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm2cpio
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify portak2016-02-101-9/+9
| | | | | | | - Add license - Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1] Proded by: koobs [1]
* - Print usage if there are no arguments and stdin is terminalak2015-12-233-3/+4
| | | | - Fix grammar in pkg-descr
* - Convert rpm2cpio to shell script around bsdtarak2015-12-183-115/+19
|
* Fix build and remove an unused REINPLACE_ARGS variable.jkim2015-12-181-3/+2
|
* Fix usage of ${PERL5}.mat2015-12-181-2/+3
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* - Minor fixesak2015-12-172-6/+6
| | | | | | - Take maintainership RIP nox@
* Reset maintainereadler2015-12-141-1/+1
|
* - Add some NO_ARCH'esamdmi32015-08-111-0/+1
| | | | Approved by: portmgr blanket
* Drop archivers/xz dependency: included in base system on all supported releasesnaddy2014-01-131-3/+1
|
* Support stagebapt2014-01-051-11/+3
| | | | | Check for xz in path instead of checking osversion and looking for it in localbase Remove useless do-fetch target
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | archivers)
* - convert to the new perl5 frameworkaz2013-09-161-1/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Some minor updates:nox2010-08-222-7/+4
| | | | | | | | | - remove $/, $| it's artifacts from $rpm = <$f>; time. [this might help in low RAM situations] - change && to and - whitespace cosmetic. Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (via private email)
* - Update and add support for newer rpms that use xz or lzma. [1]nox2010-07-092-49/+52
| | | | | | | - Added RUN_DEPENDS on archivers/xz on systems where its not in base. PR: ports/148446 [1] Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* Fix a few typos in the archivers category.olgeni2008-05-241-1/+1
|
* Update MAINTAINER email address of my portsnox2006-12-241-1/+1
| | | | Approved by: miwi
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Add RPM v4 support.netchild2003-12-142-2/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* - add missing file from the last updatenetchild2003-12-123-1/+107
| | | | | | | | - distinfo isn't needed anymore, the used file has no home and is included PR: 59980 (part of) Submitted by: maintainer
* Replaces existing code with a version that doesn't slurp the entire filelinimon2003-12-113-12/+21
| | | | | | | | | 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)
* Portlint (DISTFILES -> DISTNAME, EXTRACT_SUFX)kris2003-10-271-1/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Distfile was changed: some minor code changes with thekris2002-05-052-2/+2
| | | | | | following note: # sw 2002-Mar-6 Don't slurp the whole file
* Chase the checksumdougb2001-05-261-1/+1
|
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-211-1/+1
|
* Author released a new version which handles version 4 RPMs also. Sincekris2001-03-102-2/+2
| | | | the distfile doesn't carry a version, arbitrarily call it version 1.1
* - Fix MASTER_SITESsteve2000-04-302-1/+3
| | | | | | | - Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-4/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Import of rpm2cpio (perl version). Converts .rpm files for extractioncpiazza1999-08-015-0/+42
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>