X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/e774c5024bd719f12d01a11a9d1fd6cae5a0e899..8e37e41aceb3299a93379ef910ac09f41fb2f59b:/index.sgml diff --git a/index.sgml b/index.sgml index 544283f2..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 systems. + 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 @@
- The most current version is @VERSION@, dated @VDATE@. + The most current version is @VERSION@, dated + @VDATE@.
- CVS sources are checkedout and snapshotted with big updates. These may be found in the /snapshots/ directory.
@@ -96,15 +102,20 @@- 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. - You must have the ports tree installed. + 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.
+
# pkg_delete mdocml
# cd /usr/ports/devel/
@@ -112,7 +123,20 @@
# ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -
# cd mdocml
# make build
- # make regress
+ # make install
+
+ # 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