transactions through the TrustCommerce processing gateway over a encrypted
channel (SSL) using TCP/IP.
WWW: http://www.trustcommerce.com/tclink.html
PR: ports/124050
Submitted by: Mike Bowie <mbowie at buzmo.com>
This is the head module of the Net::XMPP2 XMPP client protocol (as
described in RFC 3920 and RFC 3921) framework.
WWW: http://search.cpan.org/dist/Net-XMPP2/
PR: ports/122631
Submitted by: Gea-Suan Lin <gslin@gslin.org>
when building net/libnet, bpf has been there since FreeBSD
3.X, so do not do anymore checks. this is useful when
building in jails as they don't have bpf. this is somewhat
like #113893
PR: ports/123213
Submitted by: Mars G Miro <spry@anarchy.in.the.ph>
Approved by: maintainer timeout
When building VNC (net/vnc) with the server option, Xvnc
and vncserver and friends are built. Xvnc is the X server
for the VNC session. However, if the server cannot find the
'fixed' font, which is supposed to be in fonts.alias, the
server dies.
PR: ports/118293
Submitted by: Clint Olsen <clint.olsen@gmail.com>
- add a couple of "just in case" string routine fixes - use of snprintf() or
strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.
Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.
WWW: http://serf.googlecode.com
PR: ports/124059
Submitted by: Craig Rodrigues <rodrigc at FreeBSD.org>
xjoypad allows an USB joypad (probably a USB Joystick, too)
to be used with games on linux (probably other unix-like
operating systems too). This is done by mapping the joypad
events to X keyboard events which are sent to the window
currently having the focus. Therefore only keyboard-controlled
games are currently supported by xjoypad. xjoypad was written
to add joypad support to the playstation emulator epsxe.
PR: ports/95990
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Supersedes: ports/123952 - please close that one, in favour
of this one. (Note, if that one should have been committed
before this one, please bump PORTREVISION to 2!)
Changes that were already in ports/123952:
- Fix all scripts that use cp -a to instead use cp -PpR,
fixing output formats such as html, html-nochunks and others.
- Take maintainership of port.
Additional changes since ports/123952, a.k.a. "overhaul":
- Drop non-functional passivetex autodetection
- Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously)
- Add COPYING ChangeLog THANKS to PORTDOCS
- Use PORTDOCS instead of pkg-plist
- Properly depend on print/passivetex (so the build system doesn't get away
with just TeX installed but PassiveTeX missing)
- Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in,
reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable
- Complete pkg-plist for WITH_PASSIVETEX case, it missed some files;
thus fixing packages.
- Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr.
Dropped from ports/123952 (i. e. deliberately omitted from this PR,
and not part of 0.0.20):
- Move files/patch-xmlto.in into post-patch section of Makefile
but keep the file.
PR: ports/123979
Submitted by: Matthias Andree <matthias.andree@gmx.de>
mod_fileiri implements http IRIs for directories/files, i.e.
if accepts URIs with non-ASCII characters encoded in UTF-8 and
converts them to the legacy encoding used in the file system
(which can be specified per directory, or even finer if necessary
(although that's a real hack)).
What is more, it continues to accept requests in the legacy
encoding specified, and redirects them to the correct UTF-8
form, which then returns the actual document (without looping).
There is also a backwards mode, which does redirects from
URIs in a specified legacy encoding to UTF-8 if the directory/
filenames are in UTF-8.
WWW: http://www.w3.org/2003/06/mod_fileiri/
When installing x11/libxcb pkg-message may not be shown if
/usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir
exist.
PR: ports/123966
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
If you are building the misc/compat5x port as root, it can
fail to extract properly, if your ports dir is not owned
by root:wheel, but for example by root:src.
This is because the files in the distfile archive have the schg flag set.
That flag is killed btw in the post-extract phase.
PR: ports/122306
Submitted by: Dimitry Andric <dimitry@andric.com>