Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2000 22:59:58 +0100
From:      Wolfram Schneider <wosch@panke.de.freebsd.org>
To:        ports@freebsd.org
Subject:   New version of portcheckout script
Message-ID:  <20000122225958.A5423@paula.panke.de.freebsd.org>

next in thread | raw e-mail | index | archive | help
I committed a new version of the portcheckout script.

From the README:

About portcheckout
------------------

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.

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.


Revision history
----------------

The current version is 2.0 (Januar 2000)

Changes in portcheckout 2.0:

- Full support for anonymous CVS.

- New option --release=RELEASE to checkout a given
  release, e.g.

	perl portcheckout.pl --release=RELEASE_3_4_0  de-dict

- New option --index=indexfile to select a local ports INDEX file.

- New option --fetchonly

    Fetch only the distfile of the ports and all depending ports. This
    option is useful if you don't pay a flat rate for your Internet
    connection.

- Improve manpage. Better english.
  Submitted by: Tim Vanderhoek <vanderh@ecf.utoronto.ca>

- Support substring search, e.g. `portcheckout ja-xfig'

- General code cleanup: 
	- better internal data structure
	- better readable code
	- more comments
	- use strict perl module
-- 
Wolfram Schneider <wolfram@schneider.org> http://wolfram.schneider.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000122225958.A5423>