bb65ad71f2a81b554735c6504be45a1fdb1b444c
[monkeysphere.git] / packaging / freebsd / TODO
1 This port is not ready yet. 
2
3 We also need to create the monkeysphere user in the pkg-install and
4 remove it in pkg-deinstall. To do this, this page has useful tips:
5
6 http://www.freebsd.org/doc/en/books/porters-handbook/dads-uid-and-gids.html
7
8 and we'll have to copy scripts from existing ports that are suggested
9 above, see:
10
11 http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/Wnn6/pkg-install
12 http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/cvsup-mirror/pkg-install
13
14 or just look around the ports tree for pkg-install files, they are
15 usually for adding users.
16
17 There is also the usual crappy work involved with installing a .defaults
18 file instead of straight files in /usr/local/etc:
19
20 http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html
21
22 Finally the pkg-plist needs to be checked. The package hasn't been
23 installed at all once yet, it only patches and builds.
24
25 The port is therefore marked as IGNORE, which makes it unusable, comment
26 out the IGNORE line in the Makefile to test.