summaryrefslogtreecommitdiff
path: root/converters/rpm2cpio
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-18Update to 1.1:wiz2-8/+8
# sw 2002-Mar-6 Don't slurp the whole file Convert to buildlink2. Add comment why the file gets installed as rpm2cpio.pl. Closes PR 18581.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-3/+5
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.