summaryrefslogtreecommitdiff
path: root/converters/rpm2cpio
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-24Filename didn't change, but contents did, so add DIST_SUBDIR.wiz2-4/+5
2001-10-24- update for new version which supports v4 RPMslukem3-9/+7
- install as rpm2cpio.pl, so the conflict with misc/rpm can be modified - crank to 1.0nb1 (to assist in the conflict fix above)
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-20Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio.jlam1-5/+5
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-07add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted bykei1-1/+3
IWAMOTO Toshihiro in private mail. Thanks.
2001-03-07Initial import of 'rpm2cpio' package from FreeBSD Ports collection.kei4-0/+39
rpm2cpio reads RPM archive and dumps the content to standard out as a cpio format. It's written in Perl. I moved its category from original place misc to converters.