openbsd-ports/devel/hs-hoogle/pkg
kili 2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
..
DESCR
PLIST Move the @exec and @unexec lines running the {,un}register.sh scripts 2012-10-28 23:24:28 +00:00
README

$OpenBSD: README,v 1.1.1.1 2011/12/06 21:03:43 kili Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

To fetch and initially create the default hoogle database set
(currently all haskell packages from the haskell platform), you may
want to run the following command:

	su -s /bin/sh _hoogle -c 'hoogle data default'

You can refetch files and rebuild the hoogle databases by running
the following command from a cron job or /etc/weekly.local:

	su -s /bin/sh _hoogle -c 'hoogle data -r default'

If you want the complete set of databases for all packages available
at hackage.haskell.org, replace "default" by "all" in the commands
above.