Page MenuHomeFreeBSD

The original example was bad, try to make it better.
ClosedPublic

Authored by mat on Apr 14 2016, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2024, 7:27 AM
Unknown Object (File)
Nov 9 2023, 2:51 AM
Unknown Object (File)
Nov 7 2023, 7:58 PM
Unknown Object (File)
Nov 4 2023, 4:18 AM
Unknown Object (File)
Oct 31 2023, 12:37 PM
Unknown Object (File)
Oct 8 2023, 1:45 AM
Unknown Object (File)
Oct 6 2023, 6:52 PM
Unknown Object (File)
Oct 3 2023, 4:16 AM
Subscribers
None

Diff Detail

Event Timeline

mat retitled this revision from to The original example was bad, try to make it better..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat added a reviewer: wblock.
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
1837

variables variables is repeated repeated.

1844

"Contains" is not needed, just "The list of supported interpreters."

1851

"Contains" is not needed.
Not sure what "bad" means here. Obsolete? Deprecated? Will run rm -rf?

Maybe:

The list of obsolete, old-style invocations of interpreters.
1852

The second part of this needs to be a separate sentence and is hard to understand. What will be appended to what else, and why? What is this used for?

"The SHEBANG value is compared to the obsolete/outmoded/deprecated interpreter invocations listed in interp_OLD_CMD. Then something happens (the user is warned, portlint freaks out, the time/space continuum is damaged)."

1863

"Contains" no es necesario.

1864

s/It has a default value of/The default value is/

1870

Not clear what "support" means here. Is it in addition to something, or is it switching from something?

mat marked 7 inline comments as done.Apr 19 2016, 2:59 PM
mat added inline comments.
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
1851

The list of bad shebang lines, like /bin/bash or /usr/bin/perl

Maybe wrong is better.

mat marked an inline comment as done.
  • The original example was bad, try to make it better.
  • Update shebangfix with wblock's comments.
  • USES=tcl/tk gained tea support, while there, rewrite the whole thing, it
  • Document USES=firebird.
  • Document USES=gnome.
  • Document USES=mate.
  • Document USES=pyqt.
  • Document USES=sqlite.
  • Catch up with the different USES.
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
464

s/Adds/Add/

1460

Possibly s/If the needed,/If needed,/

1742

Use serial comma:
s/run/run,/

1853

Is "correct" needed here? The "path to the command interpreter" is assumed to be correct.

Unless this means something more specific, like "the correct path to the command interpreter on &os;".

1862

It might help to have a sentence that explains how they are wrong, like

<para>The list of wrong invocations of interpreters.  These are typically obsolete paths, or paths used
  on other operating systems that are incorrect on &os;.
1865

"it" is not clear here. interp_OLD_CMD ?

mat marked 6 inline comments as done.Apr 21 2016, 1:07 PM
This revision was automatically updated to reflect the committed changes.