BSD
From HaskellWiki
(Difference between revisions)
m (→Miscellaneous BSD-specific packages: added hackage#cat:BSD) |
m (updated version numbers) |
||
| (2 intermediate revisions not shown.) | |||
| Line 4: | Line 4: | ||
There are ports and packages: | There are ports and packages: | ||
| - | * [http://www.freshports.org/lang/ghc/ <tt>lang/ghc</tt>], package name <tt>ghc</tt>, version 7. | + | * [http://www.freshports.org/lang/ghc/ <tt>lang/ghc</tt>], package name <tt>ghc</tt>, version 7.4.1 |
| - | * [http://www.freshports.org/devel/hs-haskell-platform/ <tt>devel/hs-haskell-platform</tt>], package name <tt>hs-haskell-platform</tt>, version | + | * [http://www.freshports.org/devel/hs-haskell-platform/ <tt>devel/hs-haskell-platform</tt>], package name <tt>hs-haskell-platform</tt>, version 2012.2.0.0 |
* [http://www.freshports.org/haskell/ and many more] | * [http://www.freshports.org/haskell/ and many more] | ||
[http://wiki.freebsd.org/Haskell More information in the FreeBSD Wiki's Haskell page] | [http://wiki.freebsd.org/Haskell More information in the FreeBSD Wiki's Haskell page] | ||
There are specific libraries and programs for handling your FreeBSD Ports: | There are specific libraries and programs for handling your FreeBSD Ports: | ||
| - | * [http://hackage.haskell.org/package/porte <tt>porte</tt>] ([http://www.freshports.org/ports-mgmt/hs-porte <tt>ports-mgmt/porte</tt>]) provides an interface to searching ports index fields and collecting frequency statistics for these | + | * [http://hackage.haskell.org/package/porte <tt>porte</tt>] ([http://www.freshports.org/ports-mgmt/hs-porte <tt>ports-mgmt/porte</tt>]) provides an interface to searching ports index fields and collecting frequency statistics for these |
| - | * [http://hackage.haskell.org/package/newports <tt>newports</tt>] lists ports newer than N days | + | * [http://hackage.haskell.org/package/newports <tt>newports</tt>] lists ports newer than N days |
== OpenBSD == | == OpenBSD == | ||
There are ports and packages: | There are ports and packages: | ||
| - | * [http://openports.se/lang/ghc <tt>lang/ghc</tt>], package name <tt>ghc-7. | + | * [http://openports.se/lang/ghc <tt>lang/ghc</tt>], package name <tt>ghc-7.4.2</tt> |
| - | * [http://openports.se/meta/haskell-platform <tt>meta/haskell-platform</tt>], package name <tt>haskell-platform- | + | * [http://openports.se/meta/haskell-platform <tt>meta/haskell-platform</tt>], package name <tt>haskell-platform-2012.4.0.0</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] | ||
| Line 26: | Line 26: | ||
There are ports in [http://www.pkgsrc.org pkgsrc]: | There are ports in [http://www.pkgsrc.org pkgsrc]: | ||
| - | * [http://pkgsrc.se/lang/ghc <tt>lang/ghc</tt>], version 6.8.3 and [http://pkgsrc.se/wip/ghc <tt>wip/ghc</tt>], version 7. | + | * [http://pkgsrc.se/lang/ghc <tt>lang/ghc</tt>], version 6.8.3 and [http://pkgsrc.se/wip/ghc <tt>wip/ghc</tt>], version 7.4.1 (using binary bootstrap kits) |
* [http://pkgsrc.se/search.php?stype=folder&sbranch=CURRENT&so=hs- and many more] | * [http://pkgsrc.se/search.php?stype=folder&sbranch=CURRENT&so=hs- and many more] | ||
Current revision
Tips and tricks for users of the BSDs (Note, Mac users, are you looking for Mac OS X tips?)
Contents |
1 FreeBSD
There are ports and packages:
- lang/ghc, package name ghc, version 7.4.1
- devel/hs-haskell-platform, package name hs-haskell-platform, version 2012.2.0.0
- and many more
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
2 OpenBSD
There are ports and packages:
- lang/ghc, package name ghc-7.4.2
- meta/haskell-platform, package name haskell-platform-2012.4.0.0
- and many more
Specific tools:
- cpuperf toggles the CPU frequency, see dons blog for an in-depth explanation, "Practical Haskell: shell scripting with error handling and privilege separation"
3 NetBSD, DragonFly BSD (and others using pkgsrc)
There are ports in pkgsrc:
- lang/ghc, version 6.8.3 and wip/ghc, version 7.4.1 (using binary bootstrap kits)
- and many more
4 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.
