diff options
author | wosch <wosch@FreeBSD.org> | 1998-11-02 00:42:29 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-11-02 00:42:29 +0800 |
commit | b6a5c602753149e85ec6291e512f51352db5fafc (patch) | |
tree | 83a7c5f4d0e47a486f76a2d6d55b32d52569b073 /devel/portcheckout/pkg-comment | |
parent | e14b5e80c01320358dc57c86dc3a1e8b389cd27b (diff) | |
download | freebsd-ports-graphics-b6a5c602753149e85ec6291e512f51352db5fafc.tar.gz freebsd-ports-graphics-b6a5c602753149e85ec6291e512f51352db5fafc.tar.zst freebsd-ports-graphics-b6a5c602753149e85ec6291e512f51352db5fafc.zip |
portcheckout - checkout ports and all depending ports
Portcheckout(1) checks out a FreeBSD port and all runtime
and buildtime depending ports into the current working
directory. The output is written to stdout as an
executable shell-script.
Compiling a FreeBSD port usually require a full tree of ports
in /usr/port. A cvs checkout or a cvs update command takes
a very long time and need much free space.
With portcheckout, you checkout only the parts of the port
tree which you really need. This is a magnitude faster!
Diffstat (limited to 'devel/portcheckout/pkg-comment')
-rw-r--r-- | devel/portcheckout/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/portcheckout/pkg-comment b/devel/portcheckout/pkg-comment new file mode 100644 index 00000000000..ad2c9df2ea5 --- /dev/null +++ b/devel/portcheckout/pkg-comment @@ -0,0 +1 @@ +portcheckout - checkout ports and all depending ports |