summaryrefslogtreecommitdiff
path: root/net/coilmq
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-22Convert to distutils.mk to remove some homegrown replacement code.wiz2-23/+13
No effective change. Mark as not for python-3.x.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Update for python25 removal.wiz1-4/+1
2012-08-15Mask on python25 because it depends on py-stompclient.dholland1-1/+4
2012-08-14Initial import of coilmq, version 0.6.1, into the NetBSD Packages Collection.imil4-0/+193
CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python. This project is inspired by the simple design of the Ruby stompserver project by Patrick Hurley and Lionel Bouton. The goal of this project is to provide a well-tested and well-documented Python implementation with a good set of built-in functionality and numerous paths for extensibility.