notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
exmpp Fast and scalable library for XMPP written in Erlang/OTP
0.9.9_1 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.9_1Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-08-26 13:28:53
Last Update: 2015-06-27 12:54:12
SVN Revision: 390698
Also Listed In: net-im
License: EPL
WWW:
https://support.process-one.net/doc/display/EXMPP/exmpp+home
Description:
exmpp is a fast and scalable library for the Extensible Messaging and Presence Protocol (XMPP) written in Erlang/OTP. Main features: - Based on Erlang message reception and pattern matching. The programming style is close to Erlang approach and lead to very short pieces of code. - Support for both formating of client and server packets. - Based on Erlang atoms and binary to limit memory consumption. It can be used to write a highly scalable XMPP proxy or XMPP server. - SSL support. - Several different XML parsers can be used (expat, libxml2). WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • exmpp>0:textproc/exmpp
No installation instructions:
This port has been deleted.
PKGNAME: exmpp
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. erlc : lang/erlang
  2. libcrypto.so.8 : security/openssl
  3. autoconf-2.69 : devel/autoconf
  4. autoheader-2.69 : devel/autoconf
  5. autoreconf-2.69 : devel/autoconf
  6. aclocal-1.15 : devel/automake
  7. automake-1.15 : devel/automake
  8. libtoolize : devel/libtool
  9. pkgconf : devel/pkgconf
Runtime dependencies:
  1. erl : lang/erlang
  2. libcrypto.so.8 : security/openssl
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. libxml2.so : textproc/libxml2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
autoreconf cpe libtool pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. https://codeload.github.com/processone/exmpp/tar.gz/v0.9.9?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.9_1
27 Jun 2015 12:54:12
Revision:390698Original commit files touched by this commit
olgeni search for other commits by this committer
Sorting out some Erlang stuff:

- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
0.9.9_1
25 Jun 2015 09:49:07
Revision:390546Original commit files touched by this commit
olgeni search for other commits by this committer
Compatibility fix for R18.
0.9.9_1
12 May 2015 12:48:14
Revision:386147Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
0.9.9_1
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.9.9_1
18 Apr 2015 12:58:35
Revision:384225Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf
0.9.9_1
15 Jan 2015 09:05:38
Revision:377064Original commit files touched by this commit
tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
0.9.9
15 Nov 2014 16:26:33
Revision:372605Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.9.9
10 Aug 2014 19:26:38
Revision:364561Original commit files touched by this commit
tijl search for other commits by this committer
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
0.9.9
23 Jul 2014 13:53:08
Revision:362695Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.9.9.

- Use GitHub sources
- lib/erlang/lib is not ours to remove
0.9.7_2
22 Jul 2014 16:02:05
Revision:362553Original commit files touched by this commit
olgeni search for other commits by this committer
A few fixes:

- Add staging support
- Use PORT_OPTIONS
- Add USES=pkgconfig to enable libxml2 support
- Strip libraries
- Cleanup pkg-plist
- Add LICENSE
- Take maintainership from ports@
0.9.7_1
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.9.7_1
07 Jul 2014 12:17:32
Revision:361058Original commit files touched by this commit
marino search for other commits by this committer
Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)

Approved by:	portmgr (implicit, NOT_STAGED)
0.9.7_1
02 Jul 2014 17:35:21
Revision:360231Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
0.9.7_1
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.7
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.9.7
19 Sep 2011 15:23:39
Original commit files touched by this commit
ashish search for other commits by this committer
- Update to 0.9.7

PR:             ports/152468
Approved by:    gelraen.ua@gmail.com (maintainer)
0.9.3_1
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.9.3_1
27 Sep 2010 20:40:16
Original commit files touched by this commit
olgeni search for other commits by this committer
Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
0.9.3
26 Aug 2010 13:20:17
Original commit files touched by this commit
pav search for other commits by this committer
exmpp is a fast and scalable library for the Extensible Messaging and Presence
Protocol (XMPP) written in Erlang/OTP.

Main features:
 - Based on Erlang message reception and pattern matching. The programming
   style is close to Erlang approach and lead to very short pieces of code.
 - Support for both formating of client and server packets.
 - Based on Erlang atoms and binary to limit memory consumption. It can be
   used to write a highly scalable XMPP proxy or XMPP server.
 - SSL support.
 - Several different XML parsers can be used (expat, libxml2).

WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home

PR:             ports/147135
Submitted by:   Maxim Ignatenko <gelraen.ua@gmail.com>

Number of commits found: 19