GayBSD documentation tree
(1) Describe the change in ports skeleton layout. I think I caught
everything, but please let me know if I missed something.
(2) Explicitly allow using things other than the "split" sequence (aa,
ab, ac...) in patchfile names, in particular those that represent
the names of the files being patched.
(3) Add a little note recommending the use of DISTFILES over
DISTNAME/WRKSRC/EXTRACT_SUFX when the source extracts into
${WRKDIR}/${PORTNAME}-${PORTVERSION} but the archive filename is
not ${PORTNAME}-${PORTVERSION}.tar.gz.
(4) There is error checking in category names now.
(5) There are more MASTER_SITE_* variables now, so just list a couple
and refer the readers to bsd.sites.mk.
(6) Explain EXTRACT_PATCHES. In particular, note that you shouldn't
copy patches into ${PATCHDIR}.
(7) Mention that pkg-install is called with sh.
(8) The first letter of the package name should be lowercase. (We'll
rename existing ports soon.)
While I'm here, fix a couple of minor indenting problems in the
paragraphs I was editing. It seems emacs some times messes up
auto-indentation, causing stuff like
===
<para>This is <emphasis>not</emphasis> a manual or an in-depth
description on how to use or compile the port! <emphasis>Please
be careful if you are copying from the
===
(the "be careful" should be in the same level as "description")
Also, convert a couple of "Note that" to real <note>'s.
|
||
|---|---|---|
| de_DE.ISO8859-1 | ||
| de_DE.ISO_8859-1 | ||
| en/handbook/contrib | ||
| en_US.ISO8859-1 | ||
| en_US.ISO_8859-1 | ||
| es_ES.ISO8859-1 | ||
| es_ES.ISO_8859-1 | ||
| fr_FR.ISO8859-1 | ||
| fr_FR.ISO_8859-1 | ||
| ja_JP.eucJP | ||
| nl_NL.ISO8859-1 | ||
| nl_NL.ISO_8859-1 | ||
| ru_RU.KOI8-R | ||
| share | ||
| zh/FAQ | ||
| zh_TW.Big5 | ||
| Makefile | ||
| README | ||
$FreeBSD$
If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read
http://www.freebsd.org/tutorials/docproj-primer/
for information about the tools and formatting languages we use. Chapter
2 covers the software and related items you will need to install.