Deleted Added
full compact
portsnap.conf.5 (148871) portsnap.conf.5 (149824)
1.\"-
2.\" Copyright 2004-2005 Colin Percival
3.\" All rights reserved
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted providing that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
23.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright 2004-2005 Colin Percival
3.\" All rights reserved
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted providing that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
23.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man5/portsnap.conf.5 148871 2005-08-08 20:10:06Z cperciva $
26.\" $FreeBSD: head/share/man/man5/portsnap.conf.5 149824 2005-09-06 19:28:37Z cperciva $
27.\"
28.Dd January 30, 2005
29.Dt PORTSNAP.CONF 5
30.Os FreeBSD
31.Sh NAME
32.Nm portsnap.conf
33.Nd configuration file for
34.Xr portsnap 8

--- 47 unchanged lines hidden (view full) ---

82This is equivalent to the
83.Fl p Ar portsdir
84option to
85.Xr portsnap 8 , and will be ignored if the command-line option
86is used.
87.Pp
88If more than one line of any of the above forms is included in
89.Nm
27.\"
28.Dd January 30, 2005
29.Dt PORTSNAP.CONF 5
30.Os FreeBSD
31.Sh NAME
32.Nm portsnap.conf
33.Nd configuration file for
34.Xr portsnap 8

--- 47 unchanged lines hidden (view full) ---

82This is equivalent to the
83.Fl p Ar portsdir
84option to
85.Xr portsnap 8 , and will be ignored if the command-line option
86is used.
87.Pp
88If more than one line of any of the above forms is included in
89.Nm
90then only the last one will take effect. Any lines not of the above
91forms will be ignored.
90then only the last one will take effect.
91.Pp
92Finally, a line of the form
93.Dl REFUSE foo bar
94will instruct
95.Xr portsnap 8
96to ignore parts of the ports tree with paths starting with
97.Ar foo
98or
99.Ar bar ,
100which are interpreted as extended regular expressions by
101.Xr egrep 1 .
102This will result in those parts of the tree not being updated
103in the compressed snapshot when the
104.Cm fetch
105and
106.Cm cron
107commands are used and not being extracted when the
108.Cm extract
109command is used (unless a specific
110.Ar path
111is passed to
112.Xr portsnap 8 ) ,
113and if those parts of the ports tree are present they
114will not be updated when the
115.Cm update
116command is used.
117Unlike the other options, the parameters in REFUSE lines
118accumulate and all such lines are considered.
119.Bf Em
120Note that operating with an incomplete ports tree is not
121supported and may cause unexpected results.
122.Ef
123.Pp
124Any lines not of the above forms will be ignored.
92.Sh FILES
93.Bl -tag -width "/etc/portsnap.conf"
94.It /etc/portsnap.conf
95Default location of the portsnap configuration file.
96.El
97.Sh SEE ALSO
125.Sh FILES
126.Bl -tag -width "/etc/portsnap.conf"
127.It /etc/portsnap.conf
128Default location of the portsnap configuration file.
129.El
130.Sh SEE ALSO
131.Xr egrep 1
98.Xr fetch 1
99.Xr portsnap 8
100.Xr sha256 8
101.Sh AUTHORS
102.An Colin Percival Aq cperciva@FreeBSD.org
132.Xr fetch 1
133.Xr portsnap 8
134.Xr sha256 8
135.Sh AUTHORS
136.An Colin Percival Aq cperciva@FreeBSD.org