Commit graph

14439 commits

Author SHA1 Message Date
Eitan Adler
e470db943c Fix spelling errors I introduced.
Reported by:	koobs
2013-11-11 12:18:24 +00:00
Benedict Reuschling
ef170199a1 Make the security charter wording less gender biased.
Submitted by:	Kubilay Kocak
Approved by:	des
2013-11-11 09:21:05 +00:00
Hiroki Sato
db0b08db8f - Define l10n.ent as an entity in localized directories and make them be
picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd,
  not entities.ent.  The L10N entities always come first to be able to
  override everything.

- Define   as   in EUC-JP encoding.  This is a workaround to
  prevent an invalid character in EUC-JP caused by converting 0xa0 in
  UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing.  Theoretically
  it should be   still in the final XML output.

- Make XML catalog resolution consistent for l10n.ent.  This should be
  revisited for the others later.
2013-11-11 06:52:59 +00:00
Eitan Adler
13ebce2b52 s/singular/plural 2013-11-11 04:12:16 +00:00
Eitan Adler
7f11127e5f Remove or fix some vestiges of the CVS era. 2013-11-11 04:11:00 +00:00
Eitan Adler
7a38886206 We switched to XML from SGML. 2013-11-11 04:08:18 +00:00
Eitan Adler
ee4b3bc705 Split out and expand upon the committer guide's discussion of commit logs.
Some discussion about how to write an appropriate commit log description should be included.  The section currently only discusses the 'meta data'.
2013-11-11 04:07:57 +00:00
Eitan Adler
a683914c21 Remove old method of creating pkg-plist. These methods will not work with staging support as nothing will get installed to the host system. 2013-11-10 21:56:11 +00:00
Alexey Degtyarev
173280dbc5 - Add my entity and insert myself as a developer.
- Add a news entry about me.
- Add my PGP public key.

Approved by:    wg (mentor)
2013-11-10 20:14:07 +00:00
Rene Ladan
3bc4602b29 - Library dependencies are first checked during the build phase,
not during the extract phase
- Update all examples on LIB_DEPENDS to the new syntax [1]
Requested by:	bdrewery [1]
Approved by:	remko (mentor)
2013-11-08 20:16:47 +00:00
Rene Ladan
22adc2b62c Update for USES=kmod, most notably:
- simplify the part on staging kernel module ports
- rewrite the parts on checking for kernel sources

Approved by:	remko (mentor)
2013-11-08 20:13:39 +00:00
Gabor Kovesdan
a1c3a5890f - Fix column count 2013-11-08 06:50:48 +00:00
Glen Barber
b4f1a1b3e1 Re-enable stable/8 relnotes build.
Sponsored by:	The FreeBSD Foundation
2013-11-08 00:39:13 +00:00
Glen Barber
7cf51871ef Enable release notes build for stable/10.
Sponsored by:	The FreeBSD Foundation
2013-11-07 23:23:41 +00:00
Gabor Kovesdan
77055f0636 - Re-enable 9.X relnotes
- Leave 8.X relnotes disabled since there will be no more releases
2013-11-07 19:52:25 +00:00
Gabor Kovesdan
e0e8c20bda - Temporarily detach old release notes from the build until the DocBook 5.0
update is merged
2013-11-07 18:35:51 +00:00
Xin LI
07429b49b5 Mention Alexander Botero-Lowry who was a major contributor to
FreeBSD's Python porting effort and founding member of python@
and passed away in 2012.
2013-11-07 18:31:53 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
35f1d6c78b MFH 2013-11-07 15:20:31 +00:00
Gabor Kovesdan
bdf0dffb7a - Fixes after MFH 2013-11-06 14:25:23 +00:00
Gabor Kovesdan
86a8d2d471 MFH 2013-11-05 15:52:37 +00:00
Julio Merino
55ebf3de92 Add myself as a committer.
This change adds myself to the relevant lists, adds a copy of my
public PGP key and announces my arrival as a committer.

Approved by:	rpaulo (mentor)
2013-11-04 00:18:33 +00:00
Rene Ladan
dbbc19db3d Add a description for USES=kmod
Approved by:	gjb (mentor)
2013-11-03 17:22:41 +00:00
Glen Barber
2a0016a527 Add BETA3 build to the schedule.
Approved by:	re (implicit)
2013-11-03 17:13:09 +00:00
Marc Fonvieille
bd4f883478 Add missing 9.2-R missing bits from previous release. 2013-10-31 18:35:42 +00:00
Gabor Pali
d946d37417 - Add a brief note on the "developer mode" for porting
Requested by:	bapt
2013-10-31 15:37:25 +00:00
Gabor Pali
571fbf7032 - Rewrite the section on manual pages in the light of stage directories,
missed previously.

Submitted by:	bapt
2013-10-31 15:14:56 +00:00
Gabor Pali
7ac41fdbdc - Update the commit bit expiration policy
With hat:	core-secretary
Approved by:	core
2013-10-30 22:43:34 +00:00
Warren Block
bac2e5fcc7 Add an edited version of Gabor Pali <pgj@FreeBSD.org>'s contribution on
port staging support.
2013-10-30 20:15:06 +00:00
Warren Block
cf7bc3e72e Fix some issues with the iSCSI documents section.
Reviewed by:	emaste
2013-10-30 19:42:08 +00:00
Sergey Kandaurov
39405f103f Fix typo in example.
Submitted by:	Gustav Bergquist <gusber@kth.se>
2013-10-30 17:44:56 +00:00
Edward Tomasz Napierala
24b19a2a39 Update iSCSI part of handbook to accomodate for changes in r257379.
Approved by:	gjb
2013-10-30 12:58:02 +00:00
Warren Block
1a099a4c46 Update the copyright dates. Use $FreeBSD$ for the pubdate, as suggested
by Taras Korenko <taras@synfin.me> on doc@.
2013-10-30 01:03:30 +00:00
Eitan Adler
df46c22a46 fix topo I caused
Reported by:	bjk
2013-10-29 23:04:42 +00:00
Warren Block
039428a360 Whitespace-only cleanup, translators please ignore. 2013-10-29 02:03:09 +00:00
Warren Block
759de0ed29 Add updated iconv information. Modified version of diff supplied with PR.
PR:		docs/182872
Submitted by:	Guido Falsi <madpilot@FreeBSD.org>
2013-10-29 01:38:53 +00:00
Eitan Adler
7e278e9015 Remove mention of pkg-req: it is only used in about 20 places now and it is deprecated.
Discussed with:	bdrewery
2013-10-28 22:02:58 +00:00
Eitan Adler
3b477b2ec9 Remove old advice to avoid using stdint.h 2013-10-28 21:48:10 +00:00
Eitan Adler
2965cdadd6 COMMENT should not begin with 'A' or contain 'very' 2013-10-28 21:44:53 +00:00
Eitan Adler
9d302df5ba change IGNORE and BROKEN text to not refer to old versions of FreeBSD. Also use BROKEN correctly. 2013-10-28 21:42:43 +00:00
Eitan Adler
43f8a6edb0 pkg-message does not need to be manually shown with staging. 2013-10-28 21:36:56 +00:00
Eitan Adler
64e20b0a5e Simplify the discussion of CR/LF processing. 2013-10-28 21:31:17 +00:00
Eitan Adler
24e19c0a63 Remove trademarks which don't seem to be referenced in the documents. 2013-10-28 21:27:47 +00:00
Eitan Adler
2e5c898ca7 Convert from &trademarks; which is documented as being unused in the English translation to using a list of trademarks. 2013-10-28 21:26:05 +00:00
Eitan Adler
997f82aefd Explain a much better way of automatically generating a packing list now that makeplist is available.
Leave mention of the older scripts as long as they exist.
2013-10-28 19:24:11 +00:00
Eitan Adler
7fd18f8169 Add STAGEDIR where needed (in some cases) 2013-10-28 19:17:08 +00:00
Eitan Adler
a4948a4701 Modify the documentation example for staging. 2013-10-28 19:13:05 +00:00
Eitan Adler
4d1449b239 man pages are just regular files now and will not be added automatically 2013-10-28 19:05:18 +00:00
Eitan Adler
4e87d8f011 man pages are just regular files now and must be listed in the pkg-plist 2013-10-28 19:03:50 +00:00
Eitan Adler
abfa5b522a man pages are just regular files now so do not expend an entire section just for them. Leave the paragraph describing MAN*PREFIX for now. 2013-10-28 19:01:24 +00:00