summaryrefslogtreecommitdiff
path: root/packaging/freebsd/TODO
blob: f4824574ed199c461adbfc54855b61f063915e3e (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. Finally the pkg-plist needs to be checked. The package hasn't been
  12. installed at all once yet, it only patches and builds.
  13. The port is therefore marked as IGNORE, which makes it unusable, comment
  14. out the IGNORE line in the Makefile to test.