aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4/pkg-descr
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-03-05 10:26:10 +0800
committerglewis <glewis@FreeBSD.org>2004-03-05 10:26:10 +0800
commit48d734ba2811eed6401b18cf61f9545a12cec7e1 (patch)
treec4960ac5bea5fb480d2855674417914c6c1e480b /archivers/rpm4/pkg-descr
parentc44b3e416117c2a0d669b1777186611c4b4b86e8 (diff)
downloadfreebsd-ports-graphics-48d734ba2811eed6401b18cf61f9545a12cec7e1.tar.gz
freebsd-ports-graphics-48d734ba2811eed6401b18cf61f9545a12cec7e1.tar.zst
freebsd-ports-graphics-48d734ba2811eed6401b18cf61f9545a12cec7e1.zip
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.
Diffstat (limited to 'archivers/rpm4/pkg-descr')
-rw-r--r--archivers/rpm4/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rpm4/pkg-descr b/archivers/rpm4/pkg-descr
new file mode 100644
index 00000000000..3c5746dcc32
--- /dev/null
+++ b/archivers/rpm4/pkg-descr
@@ -0,0 +1,11 @@
+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/