Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-21 | Update HOMEPAGE. | reed | 1 | -2/+2 | |
2004-06-03 | Packages in directory "converters" should use this for CATEGORY as well | heinz | 1 | -2/+2 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-18 | Update to 1.1: | wiz | 2 | -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-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -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-28 | Buildlinkify. | jlam | 1 | -3/+5 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-24 | Filename didn't change, but contents did, so add DIST_SUBDIR. | wiz | 2 | -4/+5 | |
2001-10-24 | - update for new version which supports v4 RPMs | lukem | 3 | -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-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-20 | Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio. | jlam | 1 | -5/+5 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -3/+3 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-07 | add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by | kei | 1 | -1/+3 | |
IWAMOTO Toshihiro in private mail. Thanks. | |||||
2001-03-07 | Initial import of 'rpm2cpio' package from FreeBSD Ports collection. | kei | 4 | -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. |