Update to match our use of pkgsrc instead of ports.
[dragonfly.git] / share / sgml / dragonfly.ent
1 <!-- 
2      DragonFlyBSD specific DocBook Entities
3
4 $FreeBSD: doc/share/sgml/freebsd.ent,v 1.50 2004/02/26 05:36:30 bmah Exp $
5 $DragonFly: doc/share/sgml/dragonfly.ent,v 1.7 2006/08/11 02:36:05 justin Exp $
6 -->
7
8 <!-- These will almost certainly remain the same, but are here for
9      consistency and in case we ever want to make hyperlinks out of
10      some of them. -->
11 <!ENTITY os "DragonFly">
12 <!ENTITY os.current "&os;-CURRENT">
13 <!ENTITY os.stable "&os;-STABLE">
14
15 <!-- Entities for other BSD variants -->
16 <!ENTITY os.freebsd "FreeBSD">
17 <!ENTITY os.netbsd  "NetBSD">
18 <!ENTITY os.openbsd "OpenBSD">
19
20 <!-- Use this entity when refering to 'UNIX' in your document. -->
21 <!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
22
23 <!-- This is for X.org because no trademark seen. -->
24 <!ENTITY xorg "X.org">
25
26 <!-- This entity should be overridden for the print output case to
27      properly render TeX. -->
28 <!ENTITY tex 'TeX'>
29
30 <!-- The currently released version of DragonFly BSD.  This value is used to
31      create some links on web sites and such, so do NOT change it until
32      it's really release time -->
33 <!ENTITY rel.current CDATA "1.1">
34 <!ENTITY rel.current.date CDATA "June 2004">
35 <!ENTITY rel.livecd.date CDATA "17 March 2004">
36 <!ENTITY rel.livecd.vers CDATA "20040317b">
37
38 <!-- Entities for the snapshots -->
39 <!ENTITY snapshots.livecd
40   'ftp://ftp.dragonflybsd.org/iso-images/dfly-20040317b.iso.gz'>
41
42 <!-- Sections that we don't want to be published -->
43 <!ENTITY % not.published        "IGNORE">
44
45 <!-- GUI-buttons -->
46 <!ENTITY gui.ok "<guibutton>[&nbsp;OK&nbsp;]</guibutton>">
47 <!ENTITY gui.cancel "<guibutton>[&nbsp;Cancel&nbsp;]</guibutton>">
48
49 <!-- Pkgsrc Section -->
50 <!-- name for pkgsrc: pkgsrc collection? pkgsrc tree? pkgsrc framework? -->
51 <!ENTITY pkgsrctree "&pkgsrc; tree">
52
53 <!-- Number of packages in the NetBSD ports tree -->
54 <!ENTITY os.numpackages "6,000">
55 <!-- Size of the NetBSD ports tree -->
56 <!ENTITY pkgsrc.size "288&nbsp;MB">
57
58 <!-- url -->
59 <!ENTITY pkgsrc.se "http://pkgsrc.se">