X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/4a7f9ae0762610908152945fffb1c567aac87557..1b1e02d4acd11f96e061ac04ae243ab0589d2f8a:/index.sgml diff --git a/index.sgml b/index.sgml index a3462a08..1d576e14 100644 --- a/index.sgml +++ b/index.sgml @@ -24,11 +24,16 @@

- mdocml is a suite of tools that compile “mdoc”, the roff macro - package of the BSD manual pages. The mission of mdocml is to deprecate mdocml is a suite of tools compiling “mdoc”, the roff macro + package for BSD manual pages. The mission of mdocml is to deprecate groff, the GNU roff implementation, for - displaying BSD mdoc pages. groff amounts to over 60 000 lines of GPL C++ source, which is a - considerable encumbrance to BSD operating system. + displaying BSD mdoc pages. +

+ +

+ Why? groff amounts to roughly 5,2 MB of source code (OpenBSD 4.2), some of which is C++ and all of + which is GPL. It runs slowly, produces uncertain output, and varies in operation from system + to system. mdocml strives to fix this (respectively small, C, ISC-licensed, fast and regular).

@@ -44,7 +49,7 @@

@@ -73,50 +78,48 @@ i386, AMD64 and Alpha.

+

+ The most current version is @VERSION@, dated + @VDATE@. +

+

- nightly source + Snapshot source

- CVS sources are checkedout and snapshotted nightly. These may be found in the /snapshots/ directory.

% cd /tmp
- % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tgz | tar -zxf -
+ % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -
% cd mdocml
- % make
+ % make all
% make regress
- % make install + # make install

- nightly port + Snapshot port

- The nightly snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not + The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not yet available). These may be found in the /ports-openbsd/ directory. -

- -

- If installing for the first time: -

- -

- % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tgz | tar -zxf -
- % cd mdocml
- % sudo make
- % sudo make install -

- -

- Subsequent installations: + You must have the ports tree installed.

- % sudo pkg_add -r mdocml + # pkg_delete mdocml
+ # cd /usr/ports/devel/
+ # rm -rf mdocml
+ # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -
+ # cd mdocml
+ # make build
+ # make regress
+ # make install

@@ -143,7 +146,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 15:38:20 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/27 10:55:16 $