Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.9_1 27 Jun 2015 12:54:12
  |
olgeni  |
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
  |
olgeni  |
Compatibility fix for R18. |
0.9.9_1 12 May 2015 12:48:14
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
0.9.9_1 07 May 2015 20:24:16
  |
mat  |
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
  |
tijl  |
Convert to USES=autoreconf |
0.9.9_1 15 Jan 2015 09:05:38
  |
tijl  |
Add missing USE_OPENSSL=yes
PR: 195796 |
0.9.9 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
0.9.9 10 Aug 2014 19:26:38
  |
tijl  |
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize |
0.9.9 23 Jul 2014 13:53:08
  |
olgeni  |
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
  |
olgeni  |
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
  |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
0.9.7_1 07 Jul 2014 12:17:32
  |
marino  |
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
  |
bapt  |
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
  |
zeising  |
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 ) |
0.9.7 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.9.7 19 Sep 2011 15:23:39
 |
ashish  |
- 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
 |
ohauer  |
-remove MD5 |
0.9.3_1 27 Sep 2010 20:40:16
 |
olgeni  |
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
 |
pav  |
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> |