Commit graph

15 commits

Author SHA1 Message Date
richard
695ebb55e1 use PKG_SYSCONFSUBDIR to get over conf file issues. 2015-07-04 18:06:37 +00:00
rodent
f56fca695b Revert last commit to x11/lbxproxy. 2015-07-04 14:36:52 +00:00
rodent
2a206274fc Add ${PKG_SYSCONFDIR}/X11/lbxproxy to INSTALLATION_DIRS. Should fix failure
during install reported by richard@.
2015-07-04 14:19:49 +00:00
wiz
d0f0974d7c Correct path to liblbxutil. 2015-07-04 09:16:09 +00:00
rodent
2eb20672a9 Will maintain. 2015-07-02 22:47:40 +00:00
rodent
e4763e3a19 Import lbxproxy-1.0.3 as x11/lbxproxy.
Applications that would like to take advantage of the Low Bandwidth extension to
X (LBX) must make their connections to an lbxproxy. These applications need to
know nothing about LBX, they simply connect to the lbxproxy as if were a regular
server. The lbxproxy accepts client connections, multiplexes them over a single
connection to the X server, and performs various optimizations on the X protocol
to make it faster over low bandwidth and/or high latency connections.

With regard to authentication/authorization, lbxproxy simply passes along to the
server the credentials presented by the client. Since X clients will connect to
lbxproxy, it is important that the user's .Xauthority file contain entries with
valid keys associated with the network ID of the proxy. lbxproxy does not get
involved with how these entries are added to the .Xauthority file. The user is
responsible for setting it up.

Note that the X server source from X.Org no longer supports the LBX extension,
so this program is only useful in connecting to older X servers.
2015-07-02 22:46:45 +00:00
wiz
70e9df8298 Remove lbx packages. Unsupported since xorg-server-1.2 and marked
as BROKEN for a long time.
2013-02-11 09:16:11 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
joerg
1cd096bc88 Mark explicitly as broken. 2010-06-26 00:39:59 +00:00
tnn
3acc80f62c Update to lbxproxy-1.0.2. Changes:
Rename lbx.h to lbxproxy.h to avoid conflict with new lbx.h in xextproto 7.1
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix compatibility with libXext 1.1 / xextproto 7.1 headers
Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Ansification and compile warning fixes.
2009-11-09 19:34:05 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
joerg
8ce3b18c41 Import lbxproxy-1.0.1.
This package provides lbxproxy, the proxy for the Low Bandwidth
extension to X (LBX). Clients connect to lbxproxy, which multiplexes
them over a single connection to the X server, performing various
optimisation to reduce bandwidth usage and/or latency.

This is from the modular X.org X11 project.
2007-04-10 13:46:38 +00:00