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