1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/archivers/Makefile
Greg Lewis 63157dad83 Add a port of rpm 4.0.4:
"The Red Hat Package Manager (RPM) is a powerful command line driven
 package management system capable of installing, uninstalling,
 verifying, querying, and updating computer software packages. Each
 software package consists of an archive of files along with information
 about the package like its version, a description, and the like.
 There is also a related API ("Application Program Interface"),
 permitting advanced developers to bypass 'shelling out' to a command
 line, and to manage such transactions from within a native coding
 language.

 WWW: http://www.rpm.org/"

4.0.4 was chosen because:
. The only newer version available as a tarball (4.1) is buggy.
. This version closely corresponds to our current default linux_base.
. This version uses the version of popt we have in the tree (unfortunately
  it uses an earlier version of beecrypt).
. This version is a lot less work to port than 4.2 (elfutils).

However, I am considering how best this port could be updated to a more
recent version (e.g. 4.1.1 or 4.2, probably the latter).

This wasn't an update to the current rpm port as I haven't done enough
testing of other ports that use rpm with it.

Tested on 4.9/i386, 5.2/sparc64 and 5.2/alpha.
2004-03-05 02:26:10 +00:00

84 lines
1.7 KiB
Makefile

# $FreeBSD$
#
SUBDIR += 9e
SUBDIR += alz2zip
SUBDIR += arc
SUBDIR += arj
SUBDIR += bicom
SUBDIR += bzip
SUBDIR += bzip2
SUBDIR += cabextract
SUBDIR += dact
SUBDIR += deepforest
SUBDIR += dpkg
SUBDIR += fastjar
SUBDIR += fileroller
SUBDIR += freeze
SUBDIR += gshar+gunshar
SUBDIR += gtar
SUBDIR += gzip
SUBDIR += ha
SUBDIR += hffzip
SUBDIR += hpack.non-usa.only
SUBDIR += jzip.org
SUBDIR += lbrate
SUBDIR += lha
SUBDIR += libarc
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += linux-unace
SUBDIR += lzo
SUBDIR += lzop
SUBDIR += macutils
SUBDIR += makeself
SUBDIR += mscompress
SUBDIR += mtf
SUBDIR += nomarch
SUBDIR += nulib
SUBDIR += nwreckdum
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Bzip2
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary
SUBDIR += par2cmdline
SUBDIR += parchive
SUBDIR += pear-Archive_Tar
SUBDIR += ppunpack
SUBDIR += py-bzip2
SUBDIR += py-tarfile
SUBDIR += rar
SUBDIR += rox-archive
SUBDIR += rpm
SUBDIR += rpm2cpio
SUBDIR += rpm4
SUBDIR += ruby-bz2
SUBDIR += ruby-zip
SUBDIR += sectar
SUBDIR += squsq
SUBDIR += star
SUBDIR += stuffit
SUBDIR += szip
SUBDIR += tardy
SUBDIR += ucl
SUBDIR += unace
SUBDIR += unadf
SUBDIR += unarj
SUBDIR += undms
SUBDIR += unlzx
SUBDIR += unrar
SUBDIR += untar
SUBDIR += unzip
SUBDIR += upx
SUBDIR += wzip
SUBDIR += xdms
SUBDIR += xmill
SUBDIR += xpk
SUBDIR += zip
SUBDIR += zipios++
SUBDIR += zoo
.include <bsd.port.subdir.mk>