aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/porteasy/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/porteasy/pkg-descr')
-rw-r--r--ports-mgmt/porteasy/pkg-descr22
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