official command line interface for libdmtx, and serve as a code
reference for programmers wishing to use the libdmtx C API.
tested on i386/macppc by me.
Feedback and OK sthen@
libdmtx is open source software for reading and writing Data Matrix
barcodes. At its core libdmtx is a native shared library, allowing C/C++
programs to use its capabilities without extra restrictions or overhead.
Tested on i386,macppc by me, amd64 by Kyrill Bychkov
Feedback and OK sthen@
- remove "let HEAD for 0-byte files return the Content-Length" patch,
there are some cases where this is undesirable
- fix handling if etags are disabled but cache-dir is set - may
lead to double response
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll or kqueue, it
can handle thousands of simultaneous standing connections, which means
it is ideal for real-time web services.
ok benoit@, Wen Heping (thanks).
- uncomment a couple of lines in the default php-fpm.conf so you
don't have to make any changes before it will start up
- add missing crypt_blowfish.h header to PLIST-main
ok robert@
miniupnpc, the MiniUPnP client library, enables applications to access
the services provided by an UPnP "Internet Gateway Device" present on
the network. In UPnP terminology, it is a UPnP Control Point.
ok sthen@
The miniUPnP daemon is an UPnP IGD (Internet Gateway Device) which
provides NAT traversal services to any UPnP enabled client as well as
NAT Port Mapping Protocol (NAT-PMP) on the network.
ok sthen@
minissdpd(1) listen to SSDP traffic on the network so miniupnpc(3) does
not need to perform the discovery process and can work faster to set up
a redirection. minissdpd(1) is also able to reply to M-SEARCH SSDP
requests on behalf on miniupnpd(1) or other UPnP server software. That
is useful in order to host several UPnP services on the same machine.
miniupnpd(1) natively uses minissdpd(1) if run on the same machine, but
other UPnP software may require to be patched.
ok sthen@
matching the requirements of haskell-platform-2011.4.0.0.
Moving the xhtml library back to a separate port (www/hs-xhtml)
would be nice but it causes too much headache (like dependency
cycles with devel/haddock).
fixes for Modules/FindRuby.cmake
fix wrong use of IS_ABSOLUTE into Modules/GenerateExportHeader.cmake
fix Source/cmLocalUnixMakefileGenerator3.cxx: exit the loop when
we have determined the language
- move MESSAGE to README and flesh it out a bit
- fix libwrap detection in autoconf
- install the avahi service definition to the right place again; this got
broken when moving to using SYSCONFDIR overrides / BASESYSCONFDIR