- Remove a ports related section of CVSup refuse example. There are people
who blindly copy this example to their environment. These people end with ports tree uncapable of building INDEX (some ports depend on ports in japanese category, which is refused in this example). The remaining part of example still does a good job in demonstrating CVSup refuse file syntax. Approved by: simon (doc hat), linimon (portmgr hat)
This commit is contained in:
parent
5165a7358a
commit
73d471fb66
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22936
1 changed files with 3 additions and 17 deletions
|
@ -1273,25 +1273,11 @@ src-all</programlisting>
|
|||
<para>The <filename>refuse</filename> file has a very simple format; it simply
|
||||
contains the names of files or directories that you do not wish
|
||||
to download. For example, if you cannot speak any languages other
|
||||
than English and some German, and you do not feel the need to use
|
||||
the German applications (or applications for any other
|
||||
languages, except for English), you can put the following in your
|
||||
than English and some German, and you do not feel the need to read
|
||||
the German translation of documentation, you can put the following in your
|
||||
<filename>refuse</filename> file:</para>
|
||||
|
||||
<screen>ports/arabic
|
||||
ports/chinese
|
||||
ports/french
|
||||
ports/german
|
||||
ports/hebrew
|
||||
ports/hungarian
|
||||
ports/japanese
|
||||
ports/korean
|
||||
ports/polish
|
||||
ports/portuguese
|
||||
ports/russian
|
||||
ports/ukrainian
|
||||
ports/vietnamese
|
||||
doc/da_*
|
||||
<screen>doc/da_*
|
||||
doc/de_*
|
||||
doc/el_*
|
||||
doc/es_*
|
||||
|
|
Loading…
Reference in a new issue