Giorgos Keramidas
3b93e1abdd
Add entities for the pf.conf(5) and pfctl(8) manpages.
...
PR: docs/70836
Submitted by: Michael Edenfield <kutulu@kutulu.org>
2004-08-23 01:20:39 +00:00
Tilman Keskinoz
2b245a0ecd
Really update my key to fix the Expiration problem.
...
GPG Lessons taught by: Jason Harris
2004-08-22 13:42:16 +00:00
Lukas Ertl
2a8f508fe0
Update my key.
2004-08-22 13:27:16 +00:00
Dag-Erling Smørgrav
491d87d717
Remove old, deprecated key. Refresh current key with new signatures.
2004-08-21 17:33:46 +00:00
Dag-Erling Smørgrav
597e67e7c4
Replace old expired key with new one, valid for two years.
2004-08-21 17:29:02 +00:00
Dejan Lesjak
65f34e1a73
Add my PGP key.
...
Approved by: anholt (mentor)
2004-08-20 10:59:36 +00:00
Cheng-Lung Sung
294704ddd6
Add my PGP key.
...
Approved by: leeym (mentor)
2004-08-19 08:55:03 +00:00
Marc Fonvieille
38ac4eceb8
Add EPSON and EPSON Perfection trademarks.
2004-08-17 16:43:30 +00:00
Ceri Davies
a1e2506ae2
Correct the entities added in the last revision of this file.
...
Requested by: simon
2004-08-15 21:19:25 +00:00
Ceri Davies
8004b96026
Add some trademarks that will be used in the upcoming glossary commit.
2004-08-14 13:59:08 +00:00
Ken Smith
e88b90e8bc
Remove cvsup4.nl - admin reports he wants to shut it down.
2004-08-14 04:30:27 +00:00
Marc Fonvieille
b15b7b88e6
Fix the RTF build:
...
Jade is not able to embed images but links them instead, so images have
to be installed with the .rtf document (it's similar to the HTML case).
I added a new format: rtf.tar which is a better solution than using rtf
since the images are not embedded.
make FORMATS=rtf.tar is your friend :)
2004-08-12 15:09:05 +00:00
Marc Fonvieille
4e43c19774
Add output.rtf.images entry. This will be used with the rtf backend to
...
specify the image extension (png) and force callouts text markers.
The callout markers from 1 to 9 are not correctly rendered under
OpenOffice (I don't know about other rtf viewers). I don't have a
solution for this problem for the moment.
2004-08-12 15:00:11 +00:00
Murray Stokely
4a479db46d
Backout last change. It was already included in doc.common.mk.
...
Found by: hrs
2004-08-12 05:28:42 +00:00
Murray Stokely
863ccaf4aa
Always use absolute URLs for print output.
2004-08-12 03:45:39 +00:00
Dmitry Morozovsky
7b21edd5af
Add my PGP key.
...
Approved by: den (mentor)
2004-08-11 13:52:43 +00:00
Murray Stokely
415cd96b9d
Honor DVIPSFLAGS even if PAPERSIZE is not defined.
2004-08-11 10:51:13 +00:00
Hiroki Sato
7462d30d2f
- When <langcode>/share/mk/doc.local.mk exists, it will be included
...
just after doc.common.mk included. This can be used for various
language specific customizations.
- Remove SP_ENCODING_LIST. Translators should define the SP_ENCODING
variable directly in their doc.local.mk when it is needed.
Discussed with: den
2004-08-09 16:22:55 +00:00
Hiroki Sato
5fa082b1f8
Simplify parameter entities in doctype declaration.
...
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:
<!ENTITY % articles.ent PUBLIC
"-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
%articles.ent;
This pulls all of the necessary entities via share/sgml/articles.ent.
The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml. See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Martin Heinen
0db2af1869
Add the entities "gui.yes" and "gui.no" to prevent
...
unpleasant line breaks in button texts.
Discussed on: -doc
2004-08-07 12:12:29 +00:00
Denis Peplin
78b44725a4
Parse ISO* encodings, convert it to ISO-* before SP_ENCODINGS assignment
...
Add ISO-8859-2 to SP_ENCODING_LIST
2004-08-06 09:33:17 +00:00
Herve Quiroz
ce0f1ffb8f
- Move myself from 'Additional Contributors' to 'Developers'
...
- Add my PGP public key
Approved by: glewis (mentor)
2004-08-06 08:28:51 +00:00
Denis Peplin
ee53d80ba8
Set SP_ENCODING from SP_ENCODING_LIST
...
Add KOI8-R to this list
Other encodings can be added after some testing
Note: KOI8-R supported by jade-1.2.1_8 and above
Reviewed by: Dmitry Morozovsky <marck@rinet.ru>, ru
With cleanups from: ru
No objections from: freebsd-doc
2004-08-06 05:22:17 +00:00
Marc Fonvieille
43a0df9127
Add sane-find-scanner(1), scanimage(1) and sane(7).
2004-08-05 13:56:33 +00:00
Denis Peplin
2f69cd65ee
Add design-44bsd to books
2004-08-05 09:23:32 +00:00
Hiroki Sato
38ff5cc679
Add new entries:
...
bsdtar(1), fgetwln(3), ftw(3), nextwctype(3), and nftw(3).
2004-08-02 18:22:48 +00:00
Hiroki Sato
502ec06ad3
Add &url.main; again temporarily to unbreak the build.
2004-08-01 15:56:36 +00:00
Bjoern A. Zeeb
8c408947e9
Conventions and Traditions commit
...
Add myself to authors.ent.
Add myself to 'Developers' section of the Contributors List.
Add my PGP key.
Approved by: pjd (mentor)
2004-07-29 07:10:31 +00:00
Hiroki Sato
ddd742a0b2
Add entities &url.articles.*; and &url.books.*;. These can be used
...
in <ulink> like <ulink url="&url.books.handbook;/kernelconfig.html"></ulink>.
To use these entities, put the following lines in preamble (DOCTYPE
declaration) of the document:
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
%l10n.ent;
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls.ent;
and put URL_RELPREFIX in the Makefile.
For translation teams:
please add your "langcode" into <langcode>/share/sgml/l10n.ent using
examples from en_US.ISO8859-1/share/sgml/l10n.ent and ja_JP.eucJP/share/
sgml/l10n.ent. &url.books.*; will be replaced with URLs for your
language; if you want URLs which point the original (English) docs,
you can use &url.books.*.en; instead.
Discussed with: den
2004-07-26 15:28:32 +00:00
Hiroki Sato
b3e1e212f8
Back out the previous change temporarily to unbreak the build.
2004-07-25 11:30:53 +00:00
Suleiman Souhlal
c34d778312
Traditional first commit:
...
Add myself to authors.ent.
Add myself to the developers list.
Add my PGP key.
Approved by: grehan (mentor)
2004-07-24 14:36:09 +00:00
Hiroki Sato
ca944c36ab
Remove trailing whitespaces.
2004-07-23 18:58:56 +00:00
Hiroki Sato
c8277d756c
Fix a build problem when print/ghostscript-afpl is used:
...
- epsgeom+gs now converts EPS files. graphics/peps is no longer used.
- Add $PERL, $REALPATH, and $SETENV into doc.project.mk.
Tested by: simon
2004-07-23 18:53:34 +00:00
Hiroki Sato
debb63c736
Update my key.
2004-07-23 18:12:09 +00:00
Murray Stokely
4d8725ed22
The ⋼ acronym entity is no longer needed, as only the first three
...
instances are marked up with <acronym role=".."> tags.
2004-07-23 09:11:03 +00:00
Greg Lewis
773797362f
. Add my key.
2004-07-20 20:17:11 +00:00
Hye-Shik Chang
1ca7da2715
Update my key with few new signatures.
2004-07-20 14:22:45 +00:00
Ken Smith
2e090582a4
Adding some extra protocols supported by ftp.id.freebsd.org.
2004-07-20 02:29:39 +00:00
Ken Smith
5f878eea03
Finish making the changes from the piece I had copied to make the new entry
...
for ftp.id.freebsd.org. Was concentrating on needing to change the pathname
for the URL and neglected to change the hostname (pathname is correct, he
doesn't have the "pub" part that's normal...).
Caught by: ceri
Pointy Hat: kensmith
2004-07-19 14:21:48 +00:00
Ken Smith
85f39332a9
Add ftp.id.freebsd.org.
2004-07-19 14:10:38 +00:00
Tilman Keskinoz
4cd65dea78
- My key expired in June, add a new subkey. (gpg sucks and doesn't tell you
...
unless you edit the key
- Add a few dozen sigs while I am here
2004-07-17 16:20:37 +00:00
Murray Stokely
524c6a7c57
Override the default $acronym-seq$ formatting to look for a role
...
attribute in acronym DocBook tags and use this for the title attribute
in acronym HTML4 tags, which will then give a mouseover definition of
the acronym.
2004-07-15 08:26:33 +00:00
Murray Stokely
4aa1046cc0
Add a role attribute to the NIS acronym so that we can render HTML
...
that displays a mouseover with the full text 'Network Information
System'. This is a proof of concept. Stylesheet support coming next.
2004-07-15 08:22:19 +00:00
Gleb Smirnoff
cb57091907
Add my PGP key.
...
Approved by: julian
2004-07-14 17:25:19 +00:00
Murray Stokely
c62dacb9c5
Since the print output is passed through TeX anyway, we might as well
...
format it properly with the \TeX command. Likewise for instances of
LaTeX in our documentation.
There should be no change for the HTML output, where they will still
be rendered in bold characters like all other text wrapped in <application>.
2004-07-14 09:44:30 +00:00
Murray Stokely
a63686372b
Improve comment and add <application> tags around TeX and LaTeX so
...
that the stylesheets know exactly what to look for and can render this
specially for print output.
2004-07-14 09:36:23 +00:00
Murray Stokely
551eaf5b40
Add a DSSSL stylsheet to enable more efficient spellchecking. This
...
stylesheet omits the contents of <filename>, <devicename>,
<programlisting>, and other tags that are likely to not contain real
English words. The output of this stylesheet can then be checked with
'make spellcheck' with far fewer false positives.
2004-07-14 05:28:11 +00:00
Ken Smith
33f2fcfd0a
Adjustments to www sites in Romania.
2004-07-13 14:38:41 +00:00
Peter Grehan
f0effe2738
Belatedly add GnuPG key for upcoming mentor duties.
2004-07-13 07:31:53 +00:00
Murray Stokely
08cc311722
Properly close acronym tag.
2004-07-13 05:48:14 +00:00
Murray Stokely
0b77e3db95
The acronym 'NIS' is used over 150 times in the network-servers
...
chapter alone of the Handbook. Add an entity here, used with ⋼,
so that we can mark up each of those with <acronym>NIS</acronym>
without bloating the source SGML files too much. We shouldn't add
every such acronym here, but in the case of NIS it really helps the
readability.
2004-07-13 05:45:52 +00:00
Murray Stokely
71eb6d77a4
Add additional callout images. This allows us to use up to 15
...
callouts with consistent number icons. Callouts above number 15 would
still be displayed in bracketed text.
Obtained from: docbook-xsl distribution
Created by: Dave Pawson
2004-07-12 08:37:46 +00:00
Murray Stokely
9d58ee9ba0
Capitalize Ethernet.
2004-07-12 08:02:21 +00:00
Marc Fonvieille
2db28883ee
Add a graphic version for a remaining ASCII art, in static routes
...
section.
2004-07-11 13:34:27 +00:00
Hye-Shik Chang
5657d9a0f3
Update my UIDs.
2004-07-10 09:25:52 +00:00
Will Andrews
46241e26f8
Add ~35 new signatures, mostly from BSDCan.
2004-07-08 05:35:14 +00:00
Hiroki Sato
eb69b4c15d
Fix the lint target to use ${NSGMLSFLAGS}.
2004-07-07 13:30:49 +00:00
Hiroki Sato
a13b50e98b
Unbreak the build.
...
Pointy hat to: hrs
2004-07-07 11:23:16 +00:00
Denis Peplin
b019193729
Apply workaround to fix the build
...
I'm forgot to test build/install from www
Pointy hat: den
2004-07-07 08:13:49 +00:00
Hiroki Sato
84f8ee0a15
Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
...
is not defined.
- URL_RELPREFIX must always point the top page's URL
(http://www.FreeBSD.org ) in relative form, defined in Makefile.
- &url.base; can be used in doc/<langcode>/*. It will be
replaced with the real URL which points the top page.
For translators: Please make sure to define URL_RELPREFIX to
point the top page. The localized docs have different directory
hierarchy in its URL from the English version.
Tested by: den
2004-07-06 15:09:55 +00:00
Kirill Ponomarev
24330961f5
Update my GPG key.
2004-07-03 18:48:41 +00:00
Hiroki Sato
41329ac343
Back out &man.gconcat.8; removal to unbreak the build.
2004-06-30 13:53:32 +00:00
Hiroki Sato
56d0bcb976
Add new entries:
...
rmd160(1), sha1(1), fwip(4), and ixgb(4).
2004-06-30 10:23:36 +00:00
Hiroki Sato
3d09719bdb
Add new entries:
...
eeprom(8), geom(8), ggatec(8), ggated(8),
ggatel(8), smbmsg(8), sunlabel(8)
2004-06-30 07:34:47 +00:00
Ken Smith
64e3d7bd51
Add ftp2.ca (URL is correct, they didn't follow the pub/FreeBSD convention).
2004-06-24 13:15:27 +00:00
Ken Smith
f109293fe8
Add first host in Kyrgyzstan - www.kg and cvsup.kg.
2004-06-23 03:52:26 +00:00
Ken Smith
2012fd1c9d
Add a new mirror site in Portugal as both www1.pt and cvsup3.pt
2004-06-23 02:29:38 +00:00
Tom Rhodes
15806333b5
Add refs for recently added cm(4), esp(4), rc(4) and snc(4) manual pages.
2004-06-22 03:00:09 +00:00
Erwin Lansing
dfe1d685a4
Note that ftp.dk.FreeBSD.org runs IPv6
...
Approved by: simon (doc foo)
2004-06-14 20:46:52 +00:00
Simon L. B. Nielsen
794069a9de
- Add IntelliMouse as a Microsoft Trademark.
...
- Update Linux trademark entry after I found http://www.linuxmark.org/ .
2004-06-13 20:39:46 +00:00
Ruslan Ermilov
f75e5461f8
Replaced my GnuPG key.
2004-06-02 09:46:31 +00:00
Lars Thegler
ce1965db82
Added my GPG key.
...
Approved by: erwin (mentor)
2004-05-31 13:51:34 +00:00
Hiroki Sato
c4f7691931
Bump the version number for 4.10R.
2004-05-28 00:41:59 +00:00
Hiroki Sato
10cbe09040
Add FreeBSD 4.10-RELEASE.
2004-05-28 00:38:14 +00:00
Alexander Langer
9822e8ad12
Add ftp8.de.FreeBSD.org, located at RWTH Aachen, Germany, also known
...
as SunSITE Central Europe.
2004-05-27 10:55:00 +00:00
Ken Smith
57f0b105aa
Adding signature by bmah.
2004-05-26 05:46:33 +00:00
Bruce A. Mah
582f528f0f
Add a uid and a signature from kensmith.
2004-05-26 05:17:59 +00:00
SUZUKI Koichi
62c771e5cf
Add my author entity to authors.ent.
...
Add my entity to contrib.committers.sgml.
Add my PGP key.
Approved by: kuriyama (mentor)
2004-05-23 15:39:49 +00:00
Ken Smith
7601c142c6
Add three CVSup mirror sites in Lithuania.
2004-05-21 16:01:31 +00:00
Hideyuki KURASHINA
6d769f4076
Add ct(4).
2004-05-18 15:20:43 +00:00
Hideyuki KURASHINA
dbdb570b47
Add cp(4) and ng_sppp(4).
2004-05-18 15:17:33 +00:00
Maxim Sobolev
214bcbe956
Add numerous signatures from the BSDCan keysigning party.
2004-05-17 08:57:08 +00:00
Maxim Sobolev
6b3a129a6f
Update my keys with one that doesn't expire any time soon, which is the one
...
I've used at the BSDCan keysigning party.
2004-05-17 07:00:28 +00:00
Hiroki Sato
afc3a245b3
Use URLS_ABSOLUTE=yes for non-html formats and during
...
"make package".
Suggested by: den
2004-05-12 12:58:12 +00:00
Hiroki Sato
413af34cb6
Reimplement absolute/relative URL knob. Urls.ent now statically
...
includes the both of relative and absolute URLs, and when
the URLS_ABSOLUTE make variable is defined, absolute URLs in
share/sgml/urls.ent are used.
2004-05-11 10:59:48 +00:00
Hiroki Sato
5350ccb9b2
Unbreak the build. The current URLS_ENT cannot support .OBJDIR
...
when .CURDIR is not under DOC_PREFIX. This is a band-aid measure
but I will fix this soon.
Pointy hat to: hrs
2004-05-11 10:35:19 +00:00
Denis Peplin
d25767864b
Move
...
SRCS+= ${URLS_ENT}
from English Handbook Makefile to doc.common.mk
Reviewed by: hrs
2004-05-11 05:52:39 +00:00
Tom Rhodes
1f702fec86
Add mac_portacl(4) and mac_stub(4) to the manual page entities list.
2004-05-07 16:10:52 +00:00
Ken Smith
1ce8c284ed
Add cvsup2.dk.freebsd.org.
2004-05-06 14:38:46 +00:00
Stefan Farfeleder
f10b507a5c
Add my PGP key.
...
Approved by: das (mentor)
2004-05-05 13:20:21 +00:00
Ken Smith
fee45f7449
Add www.id - WWW mirror site in Indonesia.
2004-05-05 13:17:34 +00:00
Denis Peplin
2b0f6c0e65
Use &url.main; entity in place of ../../../..
...
Replace &url.main; -> http://www.FreeBSD.org
when URLS_ABSOLUTE is set (for release building),
and -> ../../../.. by default (for mirror sites).
Patch was slightly modified by: hrs
Discussed with: des, ceri, hrs, trhodes, simon
2004-05-05 12:52:48 +00:00
Ken Smith
eb6f5627fe
Add new cvsup site in Indonesia.
2004-05-04 15:38:26 +00:00
Dag-Erling Smørgrav
e90cab8c3d
pam_ftp has gone the way of the dodo.
2004-04-29 18:32:59 +00:00
Andrey A. Chernov
172e4e079a
Update
2004-04-25 03:00:50 +00:00
Hiroki Sato
565ca43cd6
Revert changes in the previous commit temporarily until the release day.
2004-04-24 19:41:38 +00:00
Hiroki Sato
19b029ac56
Bump version number for upcoming 4.10-RELEASE.
2004-04-24 19:23:19 +00:00
Hiroki Sato
22555385c3
Add acpi_asus(4).
2004-04-24 17:27:27 +00:00
Murray Stokely
ddbcd9bd9b
Update number of ports
2004-04-19 09:42:43 +00:00
Hiroki Sato
d7545a46f4
Add ng_hub(4).
2004-04-17 17:24:57 +00:00
Hiroki Sato
6410a51e75
Add umct(4).
2004-04-16 18:30:56 +00:00
Hiroki Sato
661e42d8c3
Add twa(4).
2004-04-16 18:23:54 +00:00
Kirill Ponomarev
17a3b86533
- Add cvsup8.de.FreeBSD.org
2004-04-13 05:06:16 +00:00
Ken Smith
cb57f57e6e
- Remove several FTP sites that have disappeared.
...
- Add some new CVSUP sites in China
- Merge the two South Africa sections into one.
New China CVSUP sites provided by Xin Li <delphij (at) frontfree.net>
on behalf of The FreeBSD Simplified Chinese Project.
2004-04-12 03:54:11 +00:00
Marc Fonvieille
26405d2916
Add vendor attribute for my previous addition.
...
Spotted by: ceri
2004-04-11 13:56:57 +00:00
Marc Fonvieille
881e706b7e
Add procmailex(5) entity (I forgot it in my last commit).
2004-04-11 05:33:30 +00:00
Hiroki Sato
f33722d166
Add pgrep(1) and pkill(1).
2004-04-10 20:27:42 +00:00
Alexey Zelkin
520aeb7c90
Whitespace cleanup
2004-04-09 10:09:41 +00:00
Alexey Zelkin
64c199f135
Last user of shared image branches.png (Russian Translation of releng
...
article) was updated to recent version of englsih article and does not
use this file anymore. So, now it's safe to remove this file.
2004-04-09 10:08:46 +00:00
Alex Dupre
a15146f3e5
Add the first Italian cvsup Tier-1 mirror.
...
Provided by: Manuel Martini <martin@tomato.it>
2004-04-08 21:43:25 +00:00
Alexey Zelkin
8bb7f0085d
Re-add branches.pic until translators update their releng article
...
translations to latest revision.
2004-04-08 14:39:53 +00:00
Alexey Zelkin
a2974cf290
This file was replaced with three different diagrams and releng article
...
was updated to use them. So, since it's unused now remove it.
2004-04-08 08:33:27 +00:00
Alexey Zelkin
32c8c3b46e
We have "too" many releases in 4.x branch, so branches.pic's default
...
scaling model "got confused" and most of messages become unreadable.
Resolve this problem, by spliting of branches diagram into three
diagrams: head, releng3 and releng4. It reduces width usage and gives
us more control over scalling control.
2004-04-08 08:27:59 +00:00
Alexey Zelkin
955401e2e6
add 4.8R, 4.9R, 5.1R, 5.2R, 5.2.1R and appropriate security branches
2004-04-08 08:23:51 +00:00
Dag-Erling Smørgrav
3ca4290956
Modify the final message to remind the user to commit pgpkeys.ent.
2004-04-06 11:13:59 +00:00
Alex Dupre
59abaec1ef
Unbreak the doc build before anyone notices it :-)
2004-04-06 10:47:05 +00:00
Daniel Hartmeier
eaf5e38fac
Follow committer's guide, add author entity and pgp key.
...
Approved by: mlaier (mentor)
2004-04-06 10:20:13 +00:00
Simon L. B. Nielsen
c0dc63ac06
Really unbreak creation of PDF documents which use "shared" PNG images:
...
The previous fix only worked in some cases, so back it out and add a
more clean fix. This fix also makes "make clean" work as expected again
for the shared PNG images.
The real problem is the assumption in doc.images.mk that the
${IMAGES_PDF} variable only need to contain images converted to PDF
format and not images which are already in PNG format. We need to list
the PNG images in ${IMAGES_PDF} since they might be in a shared image
directory, and if we don't list them in ${IMAGES_PDF} they will not be
copied to the working directory and will therefor not be found during
build.
Prompted by: phantom
2004-04-05 22:53:43 +00:00
Marc Fonvieille
a79af1fbfc
Add portaudit(1).
2004-04-03 17:53:19 +00:00
Hiroki Sato
bcdced5e83
Add ctau(4) to unbreak relnotes build.
2004-04-02 18:28:08 +00:00
Ruslan Ermilov
8e4cefcd1a
Update my GPG key.
2004-04-01 07:25:58 +00:00
Marc Fonvieille
9cbe56dfd2
Unbreak build.
2004-03-29 17:59:19 +00:00
Niklas Saers
9416f7fd58
Another gullible fool joins the crowd.
...
Approved by: des
2004-03-29 12:50:31 +00:00
Simon L. B. Nielsen
c187df3fbf
Unbreak creation of PDF documents which use PNG images (e.g.
...
articles/console-server), by also copying PNG images to the working
directory during PDF build.
2004-03-24 22:57:56 +00:00
Hiroki Sato
99c9ad9220
Add pf(4).
2004-03-24 18:01:01 +00:00
Alexey Zelkin
a4ef4bf328
We never used .docb suffix in the project tree, so do not mention it
...
in comments.
2004-03-24 09:52:57 +00:00
Alexey Zelkin
713a6ebd26
Introduce BZIP2_PACKAGE user defined variable which used to control
...
output format of 'make package'. If BZIP2_PACKAGE is set, then .tbz
archive will be generated instead of .tgz.
2004-03-24 09:50:03 +00:00
Alexey Zelkin
7f574a3bf2
Fix 'make package' to generate valid packages
...
After introduction of shared images concept it was not possible to realize
how images should be put into packages, so built images references were
used. It result up tgz file with lots filename which contained of '..'.
In order to workaround this issue I used temporary directory to install
complete packaging document, then generate PLIST based on content of
temporary directory and create actual package then.
Prodded by: The FreeBSD Russian Documentation Project
2004-03-24 09:45:31 +00:00
Alexey Zelkin
79d9b31fc9
Unconditionally set 'NO_SUBDIR' define.
...
doc.docbook.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
for processing of 'SUBDIR' make variable. But since we are handling
'SUBDIR' here explicitly, doing same thing (second time!) via
bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.
It reduces install recursive calls by factor 4.
2004-03-23 23:53:27 +00:00
Ceri Davies
033231458f
Avoid problems with Netscape and our stylesheets by removing the entry
...
for "BODY P". This seems to have no effect within other browsers, but
stops Netscape from displaying images on top of the document text.
PR: docs/48472
Submitted by: Alan Larson <larson@eng.paix.net>
2004-03-22 19:17:52 +00:00
Mark Santcroos
d245e28a46
Add my PGP key
...
Approved by: njl (mentor)
2004-03-18 10:37:38 +00:00
Ceri Davies
b9d85a9de7
Fix the doc build.
2004-03-16 14:01:14 +00:00
Thierry Thomas
f3270dbd1b
Adding my PGP key.
...
Approved by: mat
2004-03-16 12:22:43 +00:00
Tom Rhodes
453d1a66b4
Add images required for the new mail content.
...
Submitted by: Marc Silver <marcs@draenor.org>
2004-03-16 06:54:00 +00:00
Hiroki Sato
1f322e3958
Add new entries: arl(4) and arlconfig(8).
2004-03-16 04:36:44 +00:00
Oliver Braun
9eeb081112
Id cleanup.
2004-03-15 21:55:42 +00:00
Bruce A. Mah
d49130dae4
New manpage entities: logins(1), acpi_toshiba(4), acpi_video(4),
...
ng_atmllc(4), ubser(4).
2004-03-15 00:09:53 +00:00
Tom Rhodes
8a43338ad4
Add an entity for newsyslog.conf(5).
2004-03-13 16:33:59 +00:00
Hiroki Sato
3fcb8eb921
Add ng_vlan(4).
2004-03-13 16:06:52 +00:00
Ken Smith
652cebaccb
Add ftp1.ro and cvsup1.ro mirror sites.
2004-03-11 16:58:06 +00:00
Volker Stolz
2a6c83770b
Add Volker Stolz (vs) to the FreeBSD developers' list (ports).
...
Reviewed by: linimon (mentor)
2004-03-10 09:59:08 +00:00
Peter Edwards
8d84d741b7
My introductory commits:
...
Add myself to the Developers section of Contributors list.
Add myself to "authors.ent".
Add my PGP key.
Approved By: dwmalone@ (mentor)
2004-03-09 23:57:26 +00:00
Mike Makonnen
34c99f0b98
Update my gpg key.
2004-03-06 12:32:33 +00:00
Bruce A. Mah
7135a15225
New entities: jail_attach(2), udav(4), gconcat(8).
2004-02-28 18:43:01 +00:00
Vinod Kashyap
73383c7a69
Adding GnuPG key for Vinod Kashyap (vkashyap).
2004-02-26 18:41:04 +00:00
Vinod Kashyap
d93ff3a09b
Adding Vinod Kashyap (vkashyap) to the FreeBSD developers' list.
...
Reviewed by: Paul Saab (ps)
2004-02-26 18:38:10 +00:00
Bruce A. Mah
8e4842bc31
FreeBSD 5.2.1 is now the latest 5.X release.
2004-02-26 05:36:30 +00:00
Markus Brueffer
e97efd11a2
Last traditional commit: Add my PGP key.
...
Approved by: arved (mentor)
2004-02-23 20:48:18 +00:00
Marc Fonvieille
fcd3ac5dba
Add growisofs(1) manual page for the "coming soon DVD burning section."
2004-02-23 10:41:15 +00:00
Simon L. B. Nielsen
6ae1b9e21a
Add entities for the GEOM section 9 manual pages.
2004-02-21 15:44:43 +00:00
Ken Smith
f6d05be54a
Added Costa Rica zone, one WWW site and one CVSUP site in that zone.
2004-02-19 03:43:34 +00:00
Jim Rees
d4dcdf53e3
add my author entity
...
add me to committers
add my pgp key
put me in the news
Approved by: alfred (mentor)
2004-02-17 21:08:56 +00:00
Bruce A. Mah
e2f263befb
New entities: libarchive(3), sdp(3), sdpd(8).
2004-02-17 05:03:52 +00:00
Hiroki Sato
ed2b02d9be
Use FOO_CMD instead of FOO to avoid a conflict with a variable used
...
in the docproj port. TEX, LATEX, PDFTEX, JADETEX, and PDFJADETEX
has been renamed to TEX_CMD, LATEX_CMD, PDFTEX_CMD, JADETEX_CMD, and
PDFJADETEX_CMD for consistency. And TEXCMDS has been renamed
TEX_CMDSEQ because TEXCMDS and TEX_CMD are misleading names.
Discussed on: -doc
2004-02-16 14:13:24 +00:00
Simon L. B. Nielsen
0b473c33aa
*.sgml:
...
- Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Hiten Pandya
bcc04ffe53
Finally, add my key and join the new world order. :-)
2004-02-13 06:47:35 +00:00
Peter Pentchev
d1dbb5e3ec
Unbreak the build. This is just a bandaid - some valid SGML.
...
Does anybody actually have a copy of the Bell System Technical Journal
at hand to check what the correct title should be?
2004-02-10 20:11:04 +00:00
Max Laier
061dade99e
Last traditional commit: Add my GnuPG sig
...
Approved by: bms (mentor)
2004-02-10 19:32:42 +00:00
Brooks Davis
a47142019f
Update my key again. This time hopefully without any expired subkeys.
...
Noticed by: Simon 'corecode' Schubert <corecode AT fs.ei.tum.de>
2004-02-10 18:01:18 +00:00
Ceri Davies
e1d457e5d5
Add the Bell System Technical Journal.
...
PR: docs/52858
Submitted by: jhs
2004-02-09 22:41:49 +00:00
Lukas Ertl
cf96340569
Add my PGP key.
...
Approved by: joerg (mentor)
2004-02-08 22:07:52 +00:00
Hiroki Sato
6b2564e38e
Install TRADEMARKS.html and LEGALNOTICE.html missing in HTML.manifest.
2004-02-08 12:34:16 +00:00
Hiroki Sato
1afd84c68b
Add $JADETEX and $JADEPDFTEX.
2004-02-04 16:47:22 +00:00
John Baldwin
1e257a6871
Add my PGP key.
2004-02-02 19:12:10 +00:00
Pawel Jakub Dawidek
b662b2d538
Added my PGP key.
...
Approved by: scottl (mentor)
2004-02-02 17:21:19 +00:00
Brooks Davis
774460e760
Update my key to the unexired one and add more signatures.
2004-01-31 23:14:22 +00:00
Roman Kurakin
b92f61cd68
Add my PGP key to the list.
...
Approved by: imp (mentor)
2004-01-30 15:38:53 +00:00
Tom Rhodes
07f2ad888b
Add acpi_thermal.4 to the list.
2004-01-28 23:09:16 +00:00
Bruce A. Mah
1ca8ae3786
Temporarily back out previous commit until release day.
2004-01-28 20:35:19 +00:00
Bruce A. Mah
0749012b0c
Version number bumps for upcoming 5.2.1-RELEASE.
2004-01-28 20:34:34 +00:00
Ken Smith
7c8c0e7eab
- Add Taiwan Zone, new cvsup/www mirror site there.
2004-01-28 04:18:21 +00:00
Alex Dupre
6b68c8e9f6
Add my photo.
...
Approved by: blackend (mentor)
2004-01-26 18:22:44 +00:00
Marc Fonvieille
350d7186fd
Say Hello to the FreeBSD Flyer!
...
Just type:
cd /usr/doc/en_US.ISO8859-1/flyer/ && make pdf
and launch your favorite PDF viewer.
Thanks to people who supported this effort.
2004-01-24 21:19:48 +00:00
Mathieu Arnold
367297ca1b
Add some subkeys which are not Elgamal
2004-01-22 13:42:53 +00:00
Philip Paeps
829da6853b
Add my PGP key to the list.
...
Approved by: njl (mentor)
2004-01-21 18:08:19 +00:00
Josef El-Rayes
8b737692b3
Add some details about the usage of portupgrade &
...
add a man-ent for portupgrade.
Approved by: simon(mentor)
Submitted by: josef
PR: docs/55458
2004-01-18 22:21:10 +00:00
Mathieu Arnold
ab9801e9da
Update my key
2004-01-18 14:35:24 +00:00
Marc Fonvieille
e8ae652251
Update manpath to 5.2-current
2004-01-16 16:02:01 +00:00
Josef El-Rayes
42b618ed76
Add my pgpkey to the handbook
...
Approved by: simon(mentor)
2004-01-15 21:00:59 +00:00
Ken Smith
0c8cd3176d
- Remove entire bg.freebsd.org entry, the zone is defunct.
...
Pointed out by: Georgi Alexandrov <aether@abv.bg>
2004-01-14 04:18:36 +00:00
Hiroki Sato
2e2010fbb7
Improve transtable.{xml,xsl}, including:
...
- The structure of transtable.xml is revised. <word> should be
bracketed with <group>.
- A sorting order of the FreeBSD mirror sites rendered using
mirrors.xml has been determined by sort(1).
- A template "transtable-lookup" has been added for localization on
word-by-word basis.
- Replace English month names in news.xml, press.xml, and
advisories.xml with numbers that correspond to the names.
The number->name translation is performed on the fly.
- Since information in mirrors.xml is used in www/ tree, it depends on
doc/ tree now. When WITHOUT_DOC is defined it can be built without
doc/ tree, but some information becomes unavailable. For example,
a list of the mirror sites generated in index.html becomes a dummy
one, and calling "transtable-lookup" with a word returns the word
itself.
Neither www/ nor doc/ build should be broken due to this commit, but
until the necessary changes are applied in the localized directories,
the transtable does not work; it simply generates non-localized contents
even if transtable.xsl is used.
2004-01-12 21:27:01 +00:00
Bruce A. Mah
77fd16671d
FreeBSD 5.2 is now the current 5.X release.
2004-01-12 20:43:23 +00:00
Bruce A. Mah
0790f03469
Add entity for digi(4).
2004-01-10 18:08:04 +00:00
Marc Fonvieille
e68b10d824
Add NetxHop and GateD.
2004-01-09 15:03:54 +00:00
Marc Fonvieille
37964968df
Add some manual pages.
2004-01-08 11:22:35 +00:00
Hiroki Sato
2194b439bc
Disable a guess of ${LANGCODE} from ${.CURDIR} when it is already defined.
...
Pointed out by: ue
2004-01-06 23:57:46 +00:00
viny
288c6c74ba
Add my GPG key.
...
Approved by: stephane (mentor)
2004-01-04 16:11:37 +00:00
Ceri Davies
7c4c8612d1
We hit port10K two days ago. Good work to all involved.
2003-12-31 14:22:56 +00:00
Hiroki Sato
354d1cc7e5
Fix problems when ghostscript with A4=yes is used.
2003-12-30 21:41:17 +00:00
Bruce A. Mah
e465dce6a3
Temporarily back out previous commit (part two of the version number
...
bump stutter step).
2003-12-30 20:16:34 +00:00
Bruce A. Mah
64014cfd8e
We're going to be releasing 5.2 in a different month than was originally
...
scheduled, so I need to repeat the version number bump stutter-step.
2003-12-30 20:15:17 +00:00
Marc Fonvieille
b8b1c2a6b3
Replace ASCII art for a routing example with .pic diagram.
2003-12-30 09:54:54 +00:00
Bruce A. Mah
e46454f5f2
Add signatures I picked up in various places (BSDCon? elsewhere?).
2003-12-28 18:54:42 +00:00
Alex Dupre
a82248c255
Add my gpg key.
...
Approved by: blackend (mentor)
2003-12-28 17:47:09 +00:00
Simon L. B. Nielsen
4071843a8a
Add trademark attribution for CVSup.
2003-12-24 00:26:41 +00:00
Ken Smith
fd4cf3db9c
- Add ftp15.us.freebsd.org
2003-12-22 03:06:15 +00:00
Simon L. B. Nielsen
fae4319781
Add entity for clement's PGP key file.
2003-12-21 22:26:30 +00:00
Clement Laforet
d282a70705
Add my PGP key.
2003-12-21 18:24:25 +00:00
Peter Wemm
afad536ac4
Update pgp keys. Start transitioning from my antique rsa/idea pgp-2.6.3ia
...
key from 1995 to something a little more modern.
2003-12-19 17:59:08 +00:00
Ken Smith
cd86695345
- Add rsync proto to ftp.nl.freebsd.org
2003-12-19 13:39:28 +00:00