Commit graph

4642 commits

Author SHA1 Message Date
Jim Mock
329b129b35 Add a blurb that the handbook is available in printed form. While I'm
here, bump the release to 4.1.1 to reflect reality.

Partly submitted by:	Bob Bruce <rab@osd.bsdi.com>
2000-10-12 05:06:15 +00:00
Trevor Johnson
6046fc31a0 Add Eric A. Melville, who wrote the audio/wmusic port. 2000-10-12 02:17:13 +00:00
Chris D. Faulhaber
9a6730fe42 Update Benno Rice's email (benno@netizen.com.au -> benno@jeamland.net) 2000-10-12 00:30:11 +00:00
Jim Mock
6e37bc7f31 Update Rich Neswold's email address.
PR:		21764
Submitted by:	Rich Neswold <rneswold@enteract.com>
2000-10-12 00:17:30 +00:00
David E. Cross
f0bfa792f3 Submitted by: <dec@freebsd.org>
Approved by:   nik (ages ago)
Obtained from:	other freebsd.dsl files in the doc tree
The commit for the Russian documentation was incomplete.  The result was
the path changing, but the "SYSTEM" -> "PUBLIC" keyword did not.  This fix
changes only this.  At this point I beleive 'make release' will once again
function for 4.1.1-STABLE.
2000-10-11 23:27:19 +00:00
Hiroki Sato
3b1d75e05c Fix typo.
Pointed out by:	bero@geocities.co.jp
2000-10-11 20:22:14 +00:00
Alexey Zelkin
a3e038d434 FreeBSD is based on 4.4BSD-Lite, not Lite2 2000-10-11 16:44:18 +00:00
Alexey Zelkin
807266d8d1 FreeBSD is not 4.4BSD-Lite2 based, but 4.4BSD-Lite.
Requested by: obrien
Approved by: bde
2000-10-11 16:42:00 +00:00
James E. Housley
557b0ee556 2 new "Additional Contributers"
Reviewed by:	will
2000-10-10 23:46:18 +00:00
Ade Lovett
8d60dc4e08 Add Shinya FUJIE <fujie@tk.elec.waseda.ac.jp> for ports/devel/glade-- 2000-10-10 18:10:26 +00:00
Jun Kuriyama
5daef3227b Temporary fix to make this buildable.
Submitted by:	crossd@cs.rpi.edu
2000-10-10 06:16:56 +00:00
James E. Housley
d6dd5ebdbb Add M. L. Dodson as a New Ports Contributor
Reviewed by:	will
2000-10-10 03:19:01 +00:00
Bruce A. Mah
3e19b17190 Add my PGP keys. 2000-10-09 21:08:47 +00:00
David E. O'Brien
c6c4270992 Capitalize "Alpha". 2000-10-09 17:09:14 +00:00
David E. O'Brien
bad7c214a0 We do not have a Principal Architect any longer. 2000-10-09 17:08:39 +00:00
Nik Clayton
68b9d2851a This is Matt Dillon's VM Design article from DaemonNews. It's here
a) Because it's a cool piece of documentation

  b) It's a real world example of using images in the documentation.

It's not turned on in the upper level Makefile yet, as I expect the
specifics of the toolchain to change over the next week or so as people
play around with this, and I don't want to the doc build mirrors to have
to suddenly update the ports they have installed.  Once this has stabilised
it can be turned on.
2000-10-08 19:23:10 +00:00
Nik Clayton
3197343458 Support images in the documentation.
For producing text-only docs, we need to have a second HTML target.

The PS and PDF targets (which depended on a .tex file) have been split
out so that they each depend on their own .tex-${format} file, to get
the image formats correct.
2000-10-08 19:19:09 +00:00
Nik Clayton
107896244a Initial support for images within the documentation. Support EPS and PNG
format images.  Assume that ImageMagick has been installed -- this is a
big requirement, and will be refined before this gets much further.
2000-10-08 19:17:42 +00:00
Nik Clayton
4d20c32be9 Add a comment to sync this with my local repository. 2000-10-08 19:16:32 +00:00
Nik Clayton
749c7f2deb Initial image support. 2000-10-08 19:15:54 +00:00
Nik Clayton
895a6d904c Reorganise things a little bit.
Redefine two functions in <[ %output.print; [ ... ]]> to support image
handling.
2000-10-08 19:15:06 +00:00
Neil Blakey-Milner
a15fa475b5 Make 'make lint' work again. Obviously no-one uses it. (:
(I forgot to set NSGMLS)
2000-10-07 16:31:04 +00:00
Mark Ovens
9dbd96b2c0 Fix typo in <link> tag that stoppped the FAQ from building,
linked -> linkend.
2000-10-07 15:38:23 +00:00
Alexey Zelkin
340cf11a6f . note that not only HTMl,TEXT and PDF forms of FreeBSD documentation available
. FreeBSD is based on 4.4BSD-Lite2, not Lite
. fix latest release link: 4.1 -> 4.1.1
. mention 3.5.1R and 4.1.1R in FreeBSD releases tree.
. note that now we have more than 200 committers
. bump referenced releases numbers
. fix cut'n'paste error (USB mouse -> USB keyboard)
. few whitespace fixes
. mention IA64 port
2000-10-06 15:43:23 +00:00
Alexey Zelkin
d727224850 Fix kerberos release number: s/V/5 2000-10-06 15:36:45 +00:00
Satoshi Asami
d55719b34b Catch up with several recent events.
(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.
2000-10-06 09:02:30 +00:00
Neil Blakey-Milner
de336df357 Remove extraneous tag.
Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2000-10-05 23:10:43 +00:00
Hiroki Sato
0a3ca49f91 Merge the following from the English version:
1.27  -> 1.28 	bibliography/chapter.sgml
2000-10-05 16:21:56 +00:00
Brian Somers
5bc3367812 Add Eric D. Futch for his recent rc.conf submissions among other things. 2000-10-05 06:25:05 +00:00
Kazuo Horikawa
20e3de9113 Update roff comment for previous workaround. 2000-10-04 06:16:22 +00:00
Kazuo Horikawa
f0e7516d41 Use (' and )' instead of Po and Pc, in order to workaround word
overflow within Po and Pc macro.
This seems to be groff -Tnippon option only problem.

Submitted by:Mori Kouji <mori@tri.asanuma.co.jp>
2000-10-04 06:11:41 +00:00
Mark Ovens
7d900ddfb4 Fixed minor typo.
Removed a duplicate sentence and re-worded the other.
Changed signal 12 -> signal 11 in questions section.
2000-10-03 23:21:35 +00:00
Bruce A. Mah
a029e97906 Fix typo: pormissible -> permissible. 2000-10-03 22:29:31 +00:00
Eivind Eklund
fde8f77d8f Note that it is the *ISA* Intel Etherexpress that has driver instability
problems.  Confused users where asking me.
2000-10-03 13:05:18 +00:00
Hiroki Sato
7f08322d60 Merge the following from the English version:
1.117 -> 1.121	authors.ent
	1.292 -> 1.296	contrib/chapter.sgml
	1.154 -> 1.158	staff/chapter.sgml
2000-10-03 11:08:48 +00:00
Hiroki Sato
f5f4ee3395 Add missing "original revision". 2000-10-03 11:08:09 +00:00
Murray Stokely
69f76d6f46 Add information about freebsd-ia64 mailing list. 2000-10-03 09:08:17 +00:00
Murray Stokely
57af8c8bfc URL updates : cdrom.com -> wccdrom.com
Company updates : Walnut Creek CDROM -> BSDi
2000-10-03 07:41:27 +00:00
Murray Stokely
376c5138c6 Following asmodai's nice skeleton of the developers' handbook, this
change adds a section to Chapter 4 on the layout of /usr/src.
2000-10-03 07:34:34 +00:00
Alexander Langer
5d6b8a0d89 Back out the bento -> onigiri change, it was wrong.
Submitted by:	obrien
2000-10-02 08:31:25 +00:00
David E. O'Brien
dd7cbed941 Document developers@freebsd.org 2000-10-02 04:23:21 +00:00
Trevor Johnson
081ada9997 move my name from additional contributors to authors and staff 2000-10-02 02:45:05 +00:00
James E. Housley
70863fbc2c My first commit. "I would like to thank ...."
Well now I exist.

Approved by:	will
2000-10-02 00:47:06 +00:00
Mario Sergio Fujikawa Ferreira
4ddad29da7 First act as official committer sanctioned by my mentor (THANKS Will-kenobi).
One action, 3 changes. Perhaps, this will be my only incursion outside of ports for some time.
1) (ports) Added myself to xearth committers.marker (1st Brazilian, one of the only Latin Americans).
2) (www) Added an announcement to newsflash about this.
3) (doc) Both removed myself from contrib, then added an authors identity for myself and and entry to almighty staff area.
2000-10-01 18:40:04 +00:00
Neil Blakey-Milner
dcb3df5982 Add an author entity for scottl.
Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2000-10-01 17:18:42 +00:00
Kazuo Horikawa
53da21442f Catch up with 4.1-20000930-STABLE 2000-10-01 01:41:33 +00:00
Alexander Langer
d1affdab96 Minor changes:
* bento -> origini
* reflect 4-stable & 5-current.

Submitted by:	James Housley <jim@thehousleys.net>
2000-09-30 14:25:53 +00:00
Daniel Harris
cc2d2cb84b Correct David A. Bader's e-mail address. 2000-09-30 04:28:22 +00:00
Scott Long
effca798be Add myself to the handbook. Woohoo!
Reviewed by:gibbs@freebsd.org
2000-09-29 19:28:34 +00:00
Mark Ovens
9728c0bdad Added new section documenting PORTREVISION and PORTEPOCH
Submitted by:	Neil Blakey-Milner <nbm@mithrandr.moria.org>
Reviewed by:	marko
2000-09-29 01:02:30 +00:00