diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-25 15:47:46 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-25 15:47:46 +0000 |
commit | a0caf55eeb46529e3caa25fb613ae352436a49c4 (patch) | |
tree | ac323521d09efc2e019a92c29abcefca9b39c845 /archivers | |
parent | 197c6e703f7e4ade298dd9be3b21fc057eb4fc48 (diff) | |
download | FreeBSD-ports-a0caf55eeb46529e3caa25fb613ae352436a49c4.zip FreeBSD-ports-a0caf55eeb46529e3caa25fb613ae352436a49c4.tar.gz |
Tell what epkg is.
Requested by: linimon
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/epkg/pkg-descr | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/epkg/pkg-descr b/archivers/epkg/pkg-descr index e8d42a1..1861be4 100644 --- a/archivers/epkg/pkg-descr +++ b/archivers/epkg/pkg-descr @@ -1,3 +1,10 @@ -Encap Package Manger +epkg is a package manager which uses the Encap Package Management System, a +method for flexibly handling installation and management of third-party +software on a Unix system. Encap places each package in its own subdirectory, +then automatically manages symlinks to their appropriate places in /usr/local. +The Encap package format includes features like postinstall scripts and +prerequisite checking. Other features include builtin tar/gzip extraction, +optional builtin FTP and HTTP support, transaction logging, and the ability to +automatically upgrade a package to the latest version. WWW: http://www.encap.org/epkg/ |