diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-05 19:59:48 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-05 19:59:48 +0000 |
commit | ed1a42fcb0e04146f4d2e9fd07666ef33ad6cefd (patch) | |
tree | 9d5116acedf070d7ac74eaeb78fe9e3a7c205a24 /archivers/rpm5 | |
parent | 656632f3ae46c0c392bc9e0fb838bdd185640593 (diff) | |
download | ports-ed1a42fcb0e04146f4d2e9fd07666ef33ad6cefd.tar.gz ports-ed1a42fcb0e04146f4d2e9fd07666ef33ad6cefd.zip |
. The RPM web site now refers to it as the "RPM Package Manager", not the
"Red Hat Package Manager". Fix this and reformat the text.
Notes
Notes:
svn path=/head/; revision=103046
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/pkg-descr | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/archivers/rpm5/pkg-descr b/archivers/rpm5/pkg-descr index 3c5746dcc32e..3b660a3ba968 100644 --- a/archivers/rpm5/pkg-descr +++ b/archivers/rpm5/pkg-descr @@ -1,11 +1,10 @@ -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. +The RPM Package Manager 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/ |