X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/208a41e586edfd25d5c60acb38932f689d5d1a43..8e37e41aceb3299a93379ef910ac09f41fb2f59b:/index.sgml diff --git a/index.sgml b/index.sgml index 3e79cd84..76bc7a3c 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 @@
+ Sources correctly build and install on OpenBSD, NetBSD and Linux operating systems, tested variously on + i386, AMD64 and Alpha. +
+ ++ The most current version is @VERSION@, dated + @VDATE@. +
+- 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
- The nightly 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. + The source snapshot is automatically converted into OpenBSD port and NetBSD pkgsrc forms at /ports-openbsd/ and /ports-netbsd/, + respectively. Please read the OpenBSD Ports FAQ or + NetBSD pkgsrc guide, first.
-- 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
+ # 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 install
- Subsequent installations: -
+
- % sudo pkg_add -r mdocml
+ # pkg_delete mdocml
+ # cd /usr/pkgsrc/devel/
+ # rm -rf mdocml
+ # ftp -V -o- http://mdocml.bsd.lv/ports-netbsd/mdocml.tar.gz | tar -zvxf -
+ # cd mdocml
+ # make build
+ # make install