aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm2cpio
Commit message (Collapse)AuthorAgeFilesLines
* 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>