Commit graph

1049 commits

Author SHA1 Message Date
Xin LI
08152952e4 Add FTPv6 and HTTPv6 for ftp.sk.freebsd.org
Requested by:	Juraj Lutter <otis sk.FreeBSD.org>
2005-10-18 19:20:38 +00:00
Ariff Abdullah
b325073e13 Move myself to the pool of committers.
Approved by:	netchild (mentor)
2005-10-16 23:08:05 +00:00
Hiroki Sato
615ce86932 Revert changes in the previous commit temporarily until the release day. 2005-10-16 14:03:34 +00:00
Hiroki Sato
5a7b0d0184 Temporary version number bump for 6.0-RELEASE. 2005-10-16 13:59:26 +00:00
Hideyuki KURASHINA
1e54e7f0b3 Add snd_mss(4). 2005-10-11 02:59:54 +00:00
Simon L. B. Nielsen
37f6c9c33b Add shutdown(1), as needed by a WIP Handbook section. 2005-10-09 08:19:46 +00:00
Hiroki Sato
36a03b0c94 Fix COMPAT_SYMLINK for ja_JP.eucJP.
Spotted by:	simon
2005-10-05 13:57:35 +00:00
Peter Pentchev
08b7eacad6 Add the Bulgarian WWW and CVSup mirrors and the contact e-mail address,
hostmaster@bg.FreeBSD.org.
2005-10-04 17:28:49 +00:00
Hiroki Sato
4d406540db Merge changes from www/share/mk. 2005-10-04 17:19:44 +00:00
Vitaly Bogdanov
f7cadca9c1 Add/modify appropriate information about myself
Approved by: marck@ (mentor)
2005-10-04 10:06:50 +00:00
Hiroki Sato
1470695d87 Add memmem(3) and pidfile(3). 2005-10-03 17:25:38 +00:00
Simon L. B. Nielsen
8d3dea074f Add key entity for ehaupt's key.
Submitted by:	ehaupt
2005-10-03 13:47:10 +00:00
Emanuel Haupt
171b7a1474 Adding my gpg key
Approved by:	novel (mentor)
2005-10-03 13:04:57 +00:00
Kirill Ponomarev
f93596edeb Update my GPG key. 2005-09-29 12:51:39 +00:00
Hiroki Sato
65beb8b026 Optimize the word search algorithm. Comparison using product
set is a better solution to evaluate whether a node is included
in a partial node-set or not.
2005-09-28 18:03:51 +00:00
Hiroki Sato
7dda15a1e0 Disable .ps and .pdf build of some languages---ja_JP.eucJP,
ru_RU.KOI8-R, and zh_TW.Big5---because they are broken.
This behavior can be controlled by using $NO_TEX_LANG.

This is a temporary measure, and we need to use localized
TeX variants to build the printable formats.

Tested by:	simon
2005-09-23 19:38:22 +00:00
Hiroki Sato
a37ca37c91 - Add XML_INCLUDES to DEPENDS.<id> only when it is needed.
- Respect XSLTPROCFLAGS.
2005-09-19 07:01:03 +00:00
Hiroki Sato
3fb588c919 Fix a build breakage when the www tree is unavailable.
Spotted by:	nyan
Pointy hat to:	hrs
2005-09-18 08:19:20 +00:00
Hiroki Sato
341bef6be3 Add localization support for usergroups.xml. 2005-09-18 06:26:47 +00:00
Tom McLaughlin
57656c33ef Add my PGP keys.
Approved by:	ahze (mentor)
2005-09-18 05:47:06 +00:00
Hiroki Sato
efd28bd93b Fix a problem of transtable-lookup when there are identical
words in different word-groups.

Spotted by:	Rudolf Cejka (cejkar at fit dot vutbr dot cz)
2005-09-18 05:40:25 +00:00
Hiroki Sato
40d1ff2285 Introduce doc.xml.mk and XMLDOCS variable to simplify build
of XML docs.  Note that XML catalog support is still incomplete.
2005-09-18 04:33:25 +00:00
Marcus Alves Grando
d8c03730b1 Add my GPG key to the Handbook
Approved by:	pav (mentor)
2005-09-15 20:07:53 +00:00
Christian Brueffer
647e4fc819 Add acpi_sony(4). 2005-09-14 05:47:10 +00:00
Yaroslav Tykhiy
dc1bd3b888 Add the NetBSD trademark because we are about to need it soon.
The information was obtained from http://www.netbsd.org/Misc/about.html
and confirmed by http://www.uspto.gov/.
2005-09-11 07:43:18 +00:00
Hiroki Sato
ce4b41cd27 Fix template rules which use a variable reference in the value of the match
attribute.  This is not allowed according to "5.3 Defining Template Rules"
in REC-xslt-19991116, XSL Transformations (XSLT) Version 1.0.
The xsltproc utility prior to version 1.1.15 allowed this erroneously
but in the latest version it has been fixed.

Reported by:	scottl
2005-09-06 18:27:52 +00:00
Christian Brueffer
a0b581115e Add geli(8). 2005-08-30 20:53:34 +00:00
Pav Lucistnik
6a1ea94077 - Rework jade/openjade handling.
Before: use jade on i386, openjade on !386, provide OPENJADE var for override

  Now: detect what's available, when both systems are present, use jade,
  provide OPENJADE var for override

  This change follows same logic as recent similar change in web.mk

Approved by:	keramida (mentor)
2005-08-30 19:32:46 +00:00
Murray Stokely
6f977075d0 Make HTML and PDF targets .OBJDIR clean. 2005-08-29 03:18:58 +00:00
Murray Stokely
af99d2d8b9 Exclude 'CVS' directories when making OpenOffice .sxi files (.sxi
files are just zip files).
2005-08-29 02:50:45 +00:00
Murray Stokely
2f5f2b672d Remove pointless copy of template directory.
First, zip up the template directory from /usr/doc/share/openoffice,
then use 'zip -g slides.sxi content.xml' to append a single file to
the zip archive after content.xml has been created.

Also make this target .OBJDIR clean.
2005-08-29 02:44:22 +00:00
Murray Stokely
7b589b1fa8 Add 'sxi' as a known format for the DocBook Slides infrastructure in
/usr/doc/${LANG}/slides.
2005-08-29 02:17:37 +00:00
Murray Stokely
19a9120503 MFP4: Add first OpenOffice.org XSLT stylesheet for use by the DocBook
Slides infrastructure.

Slides written up in DocBook in /usr/doc/LANG/sides can now be output
directly as OpenOffice .sxi files, in addition to the PDF and HTML
output formats already supported.

This particular slides template is based on the old BSDi PowerPoint
one.  It should be easy to add support to output to any other
OpenOffice.org template by adding the appropriate files here and
updating the TEMPLATE make variable.
2005-08-29 02:15:24 +00:00
Murray Stokely
b17eae2695 Update number and size of ports collection. 2005-08-28 02:31:57 +00:00
Hiroki Sato
f583efbe8b Add bsdiff(1), bspatch(1), and portsnap(8). 2005-08-27 10:36:03 +00:00
Gary W. Swearingen
dd77ff6145 $MSG 2005-08-23 18:48:52 +00:00
Joel Dahl
9e45ba30b1 Add snd_t4dwave(4).
Approved by:	brueffer (mentor)
2005-08-15 18:03:16 +00:00
Murray Stokely
899655c9e0 Add diagram of RAID0 / striping with four disks.
Submitted by:	Fukang Chen <loader@freebsdmall.com>
2005-08-12 11:59:22 +00:00
Brad Davis
dc5495297f - Add my PGP key.
Approved by:	ceri (mentor)
2005-08-07 21:14:42 +00:00
Bruce A. Mah
b439accc67 Update my key with new prefs and, um, whatever signatures got added
to it in the last year or so.
2005-08-05 14:32:03 +00:00
Murray Stokely
8cdc4e3af4 Add a less verbose open group trademark attribution that only
acknowledges the Unix trademark instead of Motif and two sentence of
other items unneeded by simple articles that mention Unix once.
2005-07-24 17:29:14 +00:00
Murray Stokely
c1eb4f255b Add gstripe.8 man entity, which will be used by forthcoming linux /
freebsd comparison whitepaper by Dru Lavigne.
2005-07-24 16:04:33 +00:00
Vsevolod Stakhov
9ac1105271 Add myself as a new committer.
Approved by:	perky (mentor)
2005-07-22 09:12:20 +00:00
Bruno Ducrot
0c7caf3db2 Add myself as a new committer.
Approved by:	imp (mentor)
2005-07-18 14:51:06 +00:00
Andrey A. Chernov
62a618d526 Update my key 2005-07-18 13:27:55 +00:00
Erwin Lansing
ffb541acd3 Add a new mirror in Bulgaria.
Reviewed by:	simon
2005-07-18 07:32:17 +00:00
Hiroki Sato
ab448daacd Add $X[MS]L_USERGROUP for usergroup.xml. 2005-07-16 09:58:33 +00:00
Hiroki Sato
8c9ae9d9d3 Add libmemstat(3). 2005-07-15 16:39:32 +00:00
Renato Botelho
0e2bd7535e Add myself as a new commiter
Approved by:	flz (mentor)
2005-07-11 14:59:37 +00:00
Hiroki Sato
492ebedeaf Add the following manual pages:
central(4), clkbrd(4), creator(4), ebus(4), eeprom(4), fhc(4),
 machfb(4), ofw.console(4), openfirm(4), openprom(4), rtc(4),
 and sbus(4).
2005-07-09 17:20:07 +00:00