Port details |
- hs-haskell-xmpp Haskell XMPP library based on HaXml & STM
- 1.0.2_5 net-im
=0 1.0.2_5Version of this port present on the latest quarterly branch.
- DEPRECATED: Doesn't build with recent GHC version
This port expired on: 2018-10-22
- Maintainer: haskell@FreeBSD.org
- Port Added: 2015-08-20 23:02:51
- Last Update: 2018-10-23 10:14:09
- SVN Revision: 482824
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- http://patch-tag.com/r/adept/haskell-xmpp/home
- Description:
- Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library
Unlike package network-protocol-xmpp, which uses libxml-sax, this library
uses HaXml and supports MUC. However, MUC support of the moment is worse
than that in package XMPP.
This library make extensive use of STM and threads to simplify writing
message-handling code.
WWW: http://patch-tag.com/r/adept/haskell-xmpp/home
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hs-haskell-xmpp>0:net-im/hs-haskell-xmpp
- No installation instructions:
- This port has been deleted.
- PKGNAME: hs-haskell-xmpp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cabal/haskell-xmpp-1.0.2.tar.gz) = a9345eb03a7ea0dc4a50af3a916ad2c455fb2232c6d36830afc8e70d6c259dfc
SIZE (cabal/haskell-xmpp-1.0.2.tar.gz) = 24931
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghc : lang/ghc
- ghc>=8.4.3 : lang/ghc
- hs-HaXml>=1.23.3 : textproc/hs-HaXml
- hs-html>=0 : textproc/hs-html
- hs-mtl>=1.0 : devel/hs-mtl
- hs-network>=0 : net/hs-network
- hs-polyparse>=0 : textproc/hs-polyparse
- hs-random>=0 : devel/hs-random
- hs-regex-compat>=0 : textproc/hs-regex-compat
- hs-utf8-string>=0 : devel/hs-utf8-string
- Runtime dependencies:
-
- ghc : lang/ghc
- ghc>=8.4.3 : lang/ghc
- hs-HaXml>=1.23.3 : textproc/hs-HaXml
- hs-html>=0 : textproc/hs-html
- hs-mtl>=1.0 : devel/hs-mtl
- hs-network>=0 : net/hs-network
- hs-polyparse>=0 : textproc/hs-polyparse
- hs-random>=0 : devel/hs-random
- hs-regex-compat>=0 : textproc/hs-regex-compat
- hs-utf8-string>=0 : devel/hs-utf8-string
- Library dependencies:
-
- libgmp.so : math/gmp
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hs-haskell-xmpp-1.0.2_5:
DOCS=on: Build and/or install documentation
DYNAMIC=on: Add support for dynamic linking
HSCOLOUR=off: Colorize generated documentation by HsColour
PROFILE=off: Add support for profiling
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- iconv:translit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_5 23 Oct 2018 10:14:09 |
rene |
Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version
2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version
2018-10-22 security/hs-certificate: Doesn't build with recent GHC version
2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC
version
2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version
2018-10-22 www/hs-happstack: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version
2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version
2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version
2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version
2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC
version |
1.0.2_5 22 Sep 2018 08:13:54 |
antoine |
Deprecate ports that don't build with recent GHC version |
1.0.2_5 30 Jun 2018 09:58:00 |
arrowd |
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038 |
1.0.2_4 25 May 2018 21:44:13 |
tcberner |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005 |
1.0.2_3 10 Feb 2018 08:03:22 |
tcberner |
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime
libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043 |
1.0.2_2 08 Aug 2017 17:21:46 |
tcberner |
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
(Only the first 15 lines of the commit message are shown above ) |
1.0.2_1 20 Aug 2015 23:02:17 |
pgj |
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 7
|