* Update configure script to force all platforms to use same installation
path as NetBSD
* The PLIST was built with fc-cache detected. This implicates fontconfig
as a dependency (without it, font still install but with a diff. name)
* like NetBSD, define HAVE_STDINT_H (other platforms may need it too)
Revbump required because package would have installed before without
PKG_DEVELOPER=yes, albeit incorrectly.
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.
DragonFly doesn't have CIRCLEQ_* macros anymore. They were replaced
with TAILQ_*. As a result, DragonFly needs the provided sys/queue.h
to define them. Also, like NetBSD, it doesn't support streams, so
disable pty.
Originally from wip with netbsd-6 patches sketched by yours truly and
finished/tested by Edgar Fuss.
The Quota module provides access to file system quotas. The
quotactl system call or ioctl is used to query or set quotas
on the local host, or queries are submitted via RPC to a
remote host. Mount tables can be parsed with getmntent and
paths can be translated to device files (or whatever the
actual quotactl implementations needs as argument) of the
according file system.
A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program. A DaemonContext instance
holds the behaviour and configured process environment for the program; use
the instance as a context manager to enter a daemon state.
Collection.
The lockfile package exports a LockFile class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and
flock functions, and the deprecated posixfile module, the API is identical
across both Unix (including Linux and Mac) and Windows platforms. The lock
mechanism relies on the atomic nature of the link (on Unix) and mkdir
(on Windows) system calls. An implementation based on SQLite is also provided,
more as a demonstration of the possibilities it provides than as
production-quality code.
PR 46585 by maintainer Leonardo Taccari.
Pkgsrc changes:
* Switched to <../..mk/curses.buildlink3.mk>: now dvtm also works with
curses(3).
* Reset maintainership to pkgsrc-users@NetBSD.org.
Changes:
* on resize backfill text from the buffer if possible
* fix for a segfault in resize code
* support for the 8 basic highlighted colors
* compilation fixes for BSD curses and pdcurses (however the
latter doesn't actually work due to the select(2) driven event loop
of dvtm)
* some AIX fixes
* graphmode fixes
* fibonacci layout (not enabled by default)
* dynamic color changes depending on the window title configurable in
config.h
* window borders are now drawn using the colors specified in config.h
* rudimentary mouse support, that is mouse events will be passed to
the underlying terminal application
* relicense terminal emulation component from LGPL to ISC
* various source code cleanups (code reviews and patches are always
welcome)
Support Virtual Disk(VDI,VHD,VMDK) by VirtualBox DSO (VBoxDDU.so).
Use ADAPTIVE_NP for some mutex.
Decrese mutex lock time at transfer task.
Print # of reload count to syslog.
LU updating (except connected LU).
Ignore reload error, and retry next reload by SIGUP.
Use gcc 4.1 atomic builtin functions.
Fix some memory leak at exit.
Accept up to two SCSI commands in one LUN loop.
Omit inaccessible PG on SendTargets. (when multiple PG specified)
Faster normal exit.
Remove extra warning by clang.
Add NetBSD rc script.
should be added to libXext/buildlink3.mk, but this has:
# XXX don't include xextproto/bl3 here; packages checking for xext.pc must
# include it theirselfes
requested by joerg because "most packages don't need it").
Collection.
stompclient provides a simple and lighweight STOMP client API for Python.
stompclient supports both simplex (publisher-only) and duplex
(publish-subscribe) communication with STOMP servers. This project started as a
fork of the stompy project by Benjamin W. Smith) but has evolved into a very
distinct codebase, which combines a few ideas from stompy with features from
the Stomper library and CoilMQ broker.
LICENSE of generated TTF fonts is "ipafont AND open-font-license",
but OPEN FONT LICENSE version 1.1. section 5) require to distribute entirely
under the license.