Commit graph

1160 commits

Author SHA1 Message Date
Bruce A. Mah
fd4f1a95e3 Add entity for ce(4). 2006-02-04 15:24:25 +00:00
Kirill Ponomarev
28f30fd20d Update my key. 2006-01-30 20:56:51 +00:00
Jun Kuriyama
d7c655d528 Add more Latvian entries.
Submitted by:	peter dunaskin <petruha@bsd.lv>
2006-01-30 11:47:34 +00:00
Xin LI
c83e08cfbf Add my new subkey. 2006-01-27 10:28:51 +00:00
Matteo Riondato
0bb6a4a9ad Add my PGP key 2006-01-20 13:04:04 +00:00
Vasil Dimov
dbea96b9a3 Add my GnuPG key
Approved by:	garga (mentor)
2006-01-19 17:53:47 +00:00
Renato Botelho
9f4d6cde96 - Add my pgp key to handbook 2006-01-19 10:55:57 +00:00
Pav Lucistnik
292de785c0 Add entities for contributing-ports article 2006-01-18 16:22:13 +00:00
Tom McLaughlin
df0452efb6 Update my pgp key. 2006-01-18 05:08:25 +00:00
Rink Springer
04a7be9c56 Let's not forget the actual GnuPG file itself ...
Approved by:	imp (mentor)
2006-01-16 22:06:05 +00:00
Rink Springer
078a29df3c - Add myself as a src commiter.
- Add my GnuPG keys to the list.

Approved by:	imp (mentor)
2006-01-16 22:04:49 +00:00
Warner Losh
26cab1eecc Update key to reflect newly generated key. 2006-01-10 04:59:41 +00:00
Remko Lodder
1650783dc5 Split the pgpkeys 'database' into global files. This should
reduce the overhead for the translation teams, they do not
have to keep up with local key addittions and removals
only with the text parts that might change from time to
time.

PR:			docs/91192
No objections from:	doc@
Reviewed by:		simon, bvs, hrs, remko
Submitted by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
2006-01-07 23:43:35 +00:00
Roman Bogorodskiy
d69e51d477 Update my key. 2006-01-06 09:43:50 +00:00
Pav Lucistnik
8ecae3308c - Switch manpage vendor "ports" to point to "FreeBSD 5.4-RELEASE and Ports"
collection in cgi; the existing link lacks the manpages

Fixes:		docs/89081
2006-01-05 08:48:41 +00:00
Christian Brueffer
ad85ce72a6 Add padlock(4). 2005-12-31 16:46:44 +00:00
Christian Brueffer
8730f0f4db Add amdsmb(4) and nfsmb(4). 2005-12-31 16:44:54 +00:00
George V. Neville-Neil
6cdad1c50d Update key to contain a freebsd.org address as well as my own normal email
address.
2005-12-31 08:59:12 +00:00
Sergey Matveychuk
6148d581c9 Update my key after a keys signing party 2005-12-22 14:21:33 +00:00
Dmitry Morozovsky
ca31478fae Add missed skv@ signature. 2005-12-19 15:16:22 +00:00
Ollivier Robert
f98af7ec8f Update with new signatures. 2005-12-19 14:41:52 +00:00
Gleb Smirnoff
3861328c0b Update after local key signing meeting. 2005-12-19 10:40:29 +00:00
Emanuel Haupt
b04bac9cf5 Update my public key 2005-12-19 10:34:19 +00:00
Jun Kuriyama
873c88c9b0 Fix path in Indian mirror.
Reported by:	"Henk P. Penning" (mirmon author)
2005-12-18 22:27:19 +00:00
Dmitry Morozovsky
8dfb0eee65 Add new signatures. 2005-12-17 22:30:36 +00:00
Joel Dahl
c1c293c587 Backout rev 1.90 and 1.92 until the translators catch up. 2005-12-17 22:28:18 +00:00
Joel Dahl
d18d999c53 Remove another Ex-developer key. 2005-12-17 21:05:48 +00:00
Joel Dahl
653df5e816 Add two missing keys that never made it to the entities file or the
handbook.
2005-12-17 21:01:14 +00:00
Joel Dahl
bf26004ef6 Remove a bunch of old pgp keys that belongs to Ex-developers.
Note that I haven't removed the actual keys yet, just the entries in the
handbook and the key entities.

Ok'ed by:	blackend
2005-12-17 20:24:10 +00:00
Roman Kurakin
7ff1d3ba90 Add my new key. 2005-12-17 18:43:03 +00:00
Sergey Matveychuk
f9f51e29d8 Make my @FreeBSD.org address as primary 2005-12-13 18:03:06 +00:00
Xin LI
f16a0c0531 Improve the docbook build infrastructure's index.sgml build process:
- Consider index.sgml as intermediate file, not dependency that ${DOC}.*
   require.  Instead, generate it on-the-fly when building ${DOC}.*.
   This solves the problem that index.sgml is generated for the first
   built target, but needs to be different from target to target.

   The affected targets are:
	index.html HTML.manifest
	${DOC}.html
	${DOC}.html-text
	${DOC}.rtf
	${DOC}.tex
	${DOC}.tex-pdf

   ${INDEX_SGML} target removed in favor of the on-the-fly build.

 - When building ${DOC}.rtf, add ${PRINT_INDEX} and ${LOCAL_IMAGES_PNG}
   as dependencies, eliminating the need of building ${DOC}.rtf without
   having to build ${DOC}.html beforehand.

 - Modifications against ${HTML_INDEX} and ${HTML_SPLIT_INDEX}:
	+ Add dependency to ${SRCS} and ${LOCAL_IMAGES_TXT} to force
	  index updates when necessary.
	+ Every build now causes index.sgml to be reinitialized.
	+ Depend on ${DOC}.* to generate index.sgml.

Submitted by:	"intron" <intron at intron ac>
PR:		docs/90255 (slightly changed version)
2005-12-13 08:03:57 +00:00
Sergey Matveychuk
d69eebb93d Add my PGP key. 2005-12-12 19:24:38 +00:00
Andrey Slusar
3b0ddb4488 add file missed in last commit (my pgp key)
Approved by: sem(mentor)
2005-12-12 19:14:12 +00:00
Andrey Slusar
2f3e92d901 Add myself as a new ports committer.
Approved by:	sem (mentor)
2005-12-12 17:18:34 +00:00
Gerald Pfeifer
116bdafd9b Add my PGP key, finally. 2005-12-11 23:50:26 +00:00
Xin LI
520a2bc162 Merge some improvements of build infrastructure from the Simplified Chinese
project:
 - For "dvi" and "ps", add "${DOC}.out" to CLEANFILES
 - Allow overriding of the following targets:
   ${DOC}.txt, ${DOC}.dvi, ${DOC}.pdf, ${PRINT_INDEX}

Submitted by:	"intron" <intron intron ac>
PR:		docs/90171
2005-12-10 14:02:03 +00:00
Jun Kuriyama
8422968a1e Correct URL for ftp3.ca.FreeBSD.org. 2005-12-09 02:12:18 +00:00
Makoto Matsushita
566a92cbdc Updating my user ID: matusita@ics.es.osaka-u.ac.jp is no longer used,
use matusita@ist.osaka-u.ac.jp instead.

File updated by: addkey.sh
2005-12-03 11:16:07 +00:00
Tim Bishop
725d8762f6 - Add myself.
Approved by:	clement (mentor)
2005-12-01 15:24:22 +00:00
Erwin Lansing
84cef0da70 Add a special purpose GPG key for portmgr-secretary which I can use
instead of my own.

Bugged by:	simon
Reviewed by:	simon
2005-11-30 16:45:51 +00:00
Xin LI
0910feb291 In case of problems happen on cn.FreeBSD.org, the published contact is
now hostmaster@cn.FreeBSD.org, to follow other CC.FreeBSD.org's style.

Thanks for Peng Haijie's past contribution for taking care for the cn
domain.

Approved by:	core
2005-11-30 07:03:10 +00:00
Oleg Bulyzhin
9f21c2d423 Add myself as a new committer.
Approved by:	glebius
2005-11-29 13:09:30 +00:00
Joel Dahl
1fdef4f631 Add snd_atiixp(4). 2005-11-28 08:47:02 +00:00
Doug Barton
49e4e68df0 Double-Argh! I forgot to add a cross-signature for my new uid 2005-11-23 01:02:59 +00:00
Doug Barton
96eeb271a5 Argh, update the fingerprint too 2005-11-23 00:49:27 +00:00
Doug Barton
6c857ff167 Update my key with a new uid for my new personal e-mail address,
new preferences, new signatures, etc.
2005-11-23 00:46:35 +00:00
Joseph Koshy
1b16e35964 - Switch to using PIC-based figures.
- Add a figure representing the project's organizational structure.
2005-11-20 16:08:21 +00:00
Joseph Koshy
d8b4128cff Add SGML entities for 'articles/building-products'. 2005-11-13 12:09:05 +00:00
Joseph Koshy
df2f1fa2d3 Add a figure for the 'Building Products with FreeBSD' article. The
figure was drawn using XFig, with the .eps file pre-generated
using fig2dev -L eps.  It should probably be recreated using PIC.
2005-11-13 12:04:28 +00:00
Joseph Koshy
53695a40d8 Add SGML entities for 'books/dev-model' and 'articles/bsdl-gpl'. 2005-11-10 18:14:39 +00:00
Peter Pentchev
9b162f923d Add a couple of signatures from OpenFest'2005 - http://www.openfest.org/ -
and another local keysigning party.
2005-11-06 22:01:11 +00:00
Hiroki Sato
f2de795646 Add pmcstat(8). 2005-11-05 05:50:30 +00:00
Hiroki Sato
f97ef59a07 Fix a typo. 2005-11-04 16:46:00 +00:00
Hiroki Sato
adea5b1197 The 6.0R has been released. Bump version numbers again. 2005-11-04 15:57:32 +00:00
Hiroki Sato
b8a6733197 Update the release branch diagrams and add one for RELENG_6. 2005-11-04 15:54:49 +00:00
Colin Percival
e37c0a6ebf Add a section to the handbook to mention portsnap.
Reviewed by:	simon, pav
Approved by:	simon
2005-11-01 22:45:12 +00:00
Hiroki Sato
d483142529 Revert changes in the previous commit temporarily until the release day. 2005-10-31 14:45:54 +00:00
Hiroki Sato
185834a1cc Update the release branch diagrams and add one for RELENG_6. 2005-10-31 14:37:45 +00:00
Aaron Dalton
b47178d6ce New Committer: added my pgp keys
Approved by: tobez
2005-10-30 20:41:02 +00:00
Jim Rees
405a2dd4de Update key with self-signature that gpg can understand.
Note the key is the same, only the signature has changed.
Old key: pgp 2.6.2; new key: GnuPG v1.0.7 (OpenBSD)
2005-10-23 15:30:13 +00:00
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