Difference between revisions of "BSD"

From HaskellWiki
Jump to navigation Jump to search
m (updated version numbers)
(version bump ghc & haskell-platform for OpenBSD)
Line 16: Line 16:
   
 
There are ports and packages:
 
There are ports and packages:
* [http://openports.se/lang/ghc <tt>lang/ghc</tt>], package name <tt>ghc-7.4.2</tt>
+
* [http://openports.se/lang/ghc <tt>lang/ghc</tt>], package name <tt>ghc-7.10.3</tt>
* [http://openports.se/meta/haskell-platform <tt>meta/haskell-platform</tt>], package name <tt>haskell-platform-2012.4.0.0</tt>
+
* [http://openports.se/meta/haskell-platform <tt>meta/haskell-platform</tt>], package name <tt>haskell-platform-7.10.3</tt>
 
* [http://openports.se/search.php?stype=folder&so=hs- and many more]
 
* [http://openports.se/search.php?stype=folder&so=hs- and many more]
   

Revision as of 15:25, 12 May 2016

Tips and tricks for users of the BSDs (Note, Mac users, are you looking for Mac OS X tips?)

FreeBSD

There are ports and packages:

More information in the FreeBSD Wiki's Haskell page

There are specific libraries and programs for handling your FreeBSD Ports:

  • porte (ports-mgmt/porte) provides an interface to searching ports index fields and collecting frequency statistics for these
  • newports lists ports newer than N days

OpenBSD

There are ports and packages:

Specific tools:

NetBSD, DragonFly BSD (and others using pkgsrc)

There are ports in pkgsrc:

Miscellaneous BSD-specific packages

  • bsd-sysctl provides access to the BSD sysctl(3) interface

This article is a stub. You can help by expanding it.