diff options
author | hoek <hoek@FreeBSD.org> | 1998-12-30 09:21:00 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-12-30 09:21:00 +0800 |
commit | 9319c6314728f94e95669be309d73f872d33233f (patch) | |
tree | ef29f0c7d90c5da396219d2ee7d5fc719e471451 /devel | |
parent | 8e416803690a1a5166be3c307e52fcefe7d34dc5 (diff) | |
download | freebsd-ports-gnome-9319c6314728f94e95669be309d73f872d33233f.tar.gz freebsd-ports-gnome-9319c6314728f94e95669be309d73f872d33233f.tar.zst freebsd-ports-gnome-9319c6314728f94e95669be309d73f872d33233f.zip |
manpage != DESCR
Diffstat (limited to 'devel')
-rw-r--r-- | devel/portcheckout/pkg-descr | 47 |
1 files changed, 6 insertions, 41 deletions
diff --git a/devel/portcheckout/pkg-descr b/devel/portcheckout/pkg-descr index 470c2c6c85c9..d78a7e082585 100644 --- a/devel/portcheckout/pkg-descr +++ b/devel/portcheckout/pkg-descr @@ -1,42 +1,7 @@ -NAME - portcheckout - checkout ports and all depending ports +The portcheckout(1) reads the /usr/ports/INDEX file and checks-out +a given port and its dependencies. This makes it easy to use the +ports system without having a full and up-to-date /usr/ports tree. -SYNOPSIS - portcheckout ports [...] - -DESCRIPTION - 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 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! - -FILES - Portcheckout depend on a an up to date INDEX file in /usr/ports/INDEX. - -EXAMPLE - $ portcheckout gnuplot - - cd /tmp || exit 1 - PORTSDIR="/tmp/ports"; export PORTSDIR - - # checkout ports - # gnuplot-340 - cvs co ports/math/gnuplot - - # checkout depencies - # png-1.0.2 - cvs co ports/graphics/png - # gd-1.3 - cvs co ports/graphics/gd - - # Compile and install gnuplot-340 - (cd ports/math/gnuplot && make all install clean) - -AUTHOR - Wolfram Schneider <wosch@FreeBSD.org>, Berlin, September 1998. +A typical use would be to connect to the Internet, possibly download +a new INDEX and ports upgrade kit, download a port skeleton with +portcheckout(1), and then build the port. |