diff options
author | perky <perky@FreeBSD.org> | 2003-04-04 20:21:46 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-04-04 20:21:46 +0800 |
commit | 492d52dba5bba098549b6b624017d884bbaac4b5 (patch) | |
tree | 98a6f6c1a8cad7cbf3e830535636f7b49d3aa613 /archivers/dpkg/pkg-descr | |
parent | 830084dc05e61c1c93e732380e409653f468952a (diff) | |
download | freebsd-ports-gnome-492d52dba5bba098549b6b624017d884bbaac4b5.tar.gz freebsd-ports-gnome-492d52dba5bba098549b6b624017d884bbaac4b5.tar.zst freebsd-ports-gnome-492d52dba5bba098549b6b624017d884bbaac4b5.zip |
Add dpkg 1.9.21, the debian package manager.
Diffstat (limited to 'archivers/dpkg/pkg-descr')
-rw-r--r-- | archivers/dpkg/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archivers/dpkg/pkg-descr b/archivers/dpkg/pkg-descr new file mode 100644 index 000000000000..6a07bdd14641 --- /dev/null +++ b/archivers/dpkg/pkg-descr @@ -0,0 +1,7 @@ +This package contains the programs which handle the installation +and removal of packages on your system. The primary interface for +the dpkg suite is the `dselect' program; a more low-level and less +user-friendly interface is available in the form of the `dpkg' +command. + +WWW: http://packages.debian.org/stable/base/dpkg.html |