diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-09-19 19:25:04 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-09-19 19:25:04 +0000 |
commit | f7983e4e954556f81560255c9e716e658756c1aa (patch) | |
tree | bfe727ec92757e0647d9cae2af62533102b31775 /ports-mgmt/porteasy/pkg-descr | |
parent | bd178865a8daa7d0ad19a1e26bab932e7f94cf28 (diff) |
A tool for fetching and building ports.
Notes
Notes:
svn path=/head/; revision=32876
Diffstat (limited to 'ports-mgmt/porteasy/pkg-descr')
-rw-r--r-- | ports-mgmt/porteasy/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ports-mgmt/porteasy/pkg-descr b/ports-mgmt/porteasy/pkg-descr new file mode 100644 index 000000000000..2a2391f38f59 --- /dev/null +++ b/ports-mgmt/porteasy/pkg-descr @@ -0,0 +1,22 @@ +Porteasy lets you install ports and build packages without maintaining +a full ports tree. It achieves this by scanning the ports index for +dependency information, and using CVS to update only the ports you +requested and their dependencies. + +Here are some of the things porteasy does for you: + + - automatically update the necessary files (and only the necessary + files) using CVS (including anoncvs support) + + - list all of a port's dependencies, optionally hiding those that + are already installed + + - fetch all the necessary distfiles right away, in a single batch, + so you don't have to wait for one dependency to build before + fetching the next one's distfile. Dialup users will love this. + + - build and install arbitrary ports. + + - build packages. + + -- des@freebsd.org |