=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/Attic/index.sgml 2009/02/27 10:55:16 1.9 +++ mandoc/Attic/index.sgml 2009/02/28 10:13:45 1.10 @@ -102,15 +102,20 @@

- Snapshot port + Snapshot port/pkgsrc

- 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.

+

+ OpenBSD port +

+

# pkg_delete mdocml
# cd /usr/ports/devel/
@@ -118,9 +123,22 @@ # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -
# cd mdocml
# make build
- # make regress
# make install

+ +

+ NetBSD pkgsrc +

+ +

+ # 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 +

@@ -146,7 +164,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/27 10:55:16 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/28 10:13:45 $