Date: Tue, 6 Sep 2005 19:28:37 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc portsnap.conf src/share/man/man5 portsnap.conf.5 src/usr.sbin/portsnap/portsnap portsnap.sh Message-ID: <200509061928.j86JSbgb047263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2005-09-06 19:28:37 UTC
FreeBSD src repository
Modified files:
etc portsnap.conf
share/man/man5 portsnap.conf.5
usr.sbin/portsnap/portsnap portsnap.sh
Log:
Teach portsnap how to ignore unwanted parts of the ports tree. A line
of the form "REFUSE foo" in portsnap.conf will result in parts of the
tree matching "^foo" being (a) not extracted by "portsnap extract", (b)
not updated by "portsnap update", and (c) not having any patches or new
ports downloaded by "portsnap fetch" or "portsnap cron". The example
shown in portsnap.conf demonstrates ignoring all the language categories.
As mentioned in portsnap.conf.5, the use of an imcomplete ports tree is
not officially supported; but this is something which many users have
requested, so I'm adding it anyway.
PR: bin/85619 (but not the patch provided therein)
MFC after: 1 month
Revision Changes Path
1.2 +6 -0 src/etc/portsnap.conf
1.2 +36 -2 src/share/man/man5/portsnap.conf.5
1.9 +66 -6 src/usr.sbin/portsnap/portsnap/portsnap.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509061928.j86JSbgb047263>
