Date: Thu, 26 Aug 2010 13:30:09 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/147135: commit references a PR Message-ID: <201008261330.o7QDU9w0069955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147135; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/147135: commit references a PR Date: Thu, 26 Aug 2010 13:28:40 +0000 (UTC) pav 2010-08-26 13:20:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/exmpp Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.1480 +1 -0 ports/textproc/Makefile 1.1 +41 -0 ports/textproc/exmpp/Makefile (new) 1.1 +3 -0 ports/textproc/exmpp/distinfo (new) 1.1 +13 -0 ports/textproc/exmpp/pkg-descr (new) 1.1 +133 -0 ports/textproc/exmpp/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008261330.o7QDU9w0069955>