pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 lbxproxy, proxymngr: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1c81979a3f5
branches: trunk
changeset: 331422:b1c81979a3f5
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 19 09:53:07 2019 +0000
description:
lbxproxy, proxymngr: remove
LBX support was removed from X server in 1.2, 12 years ago.
diffstat:
x11/Makefile | 4 +---
x11/lbxproxy/DESCR | 16 ----------------
x11/lbxproxy/Makefile | 34 ----------------------------------
x11/lbxproxy/PLIST | 4 ----
x11/lbxproxy/distinfo | 6 ------
x11/proxymngr/DESCR | 6 ------
x11/proxymngr/Makefile | 37 -------------------------------------
x11/proxymngr/PLIST | 4 ----
x11/proxymngr/distinfo | 6 ------
9 files changed, 1 insertions(+), 116 deletions(-)
diffs (170 lines):
diff -r a621f2d90383 -r b1c81979a3f5 x11/Makefile
--- a/x11/Makefile Tue Mar 19 09:50:28 2019 +0000
+++ b/x11/Makefile Tue Mar 19 09:53:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.832 2019/02/15 09:42:39 wiz Exp $
+# $NetBSD: Makefile,v 1.833 2019/03/19 09:53:07 wiz Exp $
#
COMMENT= Packages to support the X window system
@@ -211,7 +211,6 @@
SUBDIR+= kxmlgui
SUBDIR+= lablgtk1
SUBDIR+= labltk
-SUBDIR+= lbxproxy
SUBDIR+= lesstif
SUBDIR+= libFS
SUBDIR+= libICE
@@ -328,7 +327,6 @@
SUBDIR+= pixman
SUBDIR+= plasma-framework
SUBDIR+= printproto
-SUBDIR+= proxymngr
SUBDIR+= py-Pmw
SUBDIR+= py-Pmw2
SUBDIR+= py-Tk
diff -r a621f2d90383 -r b1c81979a3f5 x11/lbxproxy/DESCR
--- a/x11/lbxproxy/DESCR Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-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.
diff -r a621f2d90383 -r b1c81979a3f5 x11/lbxproxy/Makefile
--- a/x11/lbxproxy/Makefile Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2018/03/07 11:57:34 wiz Exp $
-
-DISTNAME= lbxproxy-1.0.3
-PKGREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= Proxy for Low Bandwidth extension (LBX) connections to X
-LICENSE= x11 # XXX and others
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
-PKG_SYSCONFSUBDIR= X11/lbxproxy
-EGDIR= ${PREFIX}/share/examples/lbxproxy
-CONF_FILES+= ${EGDIR}/AtomControl ${PKG_SYSCONFDIR}/AtomControl
-
-INSTALLATION_DIRS+= share/examples/lbxproxy
-
-post-install:
- ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/AtomControl ${DESTDIR}${EGDIR}/
-
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/liblbxutil/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/xtrans/buildlink3.mk"
-.include "../../devel/xorg-util-macros/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a621f2d90383 -r b1c81979a3f5 x11/lbxproxy/PLIST
--- a/x11/lbxproxy/PLIST Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2015/07/02 22:46:45 rodent Exp $
-bin/lbxproxy
-man/man1/lbxproxy.1
-share/examples/lbxproxy/AtomControl
diff -r a621f2d90383 -r b1c81979a3f5 x11/lbxproxy/distinfo
--- a/x11/lbxproxy/distinfo Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 03:28:44 agc Exp $
-
-SHA1 (lbxproxy-1.0.3.tar.bz2) = 2c6db0a501d7ee88ccfe60436f894d5749ade5e4
-RMD160 (lbxproxy-1.0.3.tar.bz2) = 94442ec67f1950588a1b45769add67e7876a3b0a
-SHA512 (lbxproxy-1.0.3.tar.bz2) = e025101ba6743f98717958c3ff561df3f0fea7b491b2a41639cb8a84ffe9d82d980dcaaa8f50408e3a1a8ecfbd29fbe599a16a0f5de454b05ff82bc2629f68f2
-Size (lbxproxy-1.0.3.tar.bz2) = 229963 bytes
diff -r a621f2d90383 -r b1c81979a3f5 x11/proxymngr/DESCR
--- a/x11/proxymngr/DESCR Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-X proxy manager service:
-
-The proxy manager (proxymngr) is responsible for resolving requests from
-xfindproxy (and other similar clients), starting new proxies when appropriate,
-and keeping track of all of the available proxy services. The proxy manager
-strives to reuse existing proxies whenever possible.
diff -r a621f2d90383 -r b1c81979a3f5 x11/proxymngr/Makefile
--- a/x11/proxymngr/Makefile Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2018/11/29 16:28:08 wiz Exp $
-
-DISTNAME= proxymngr-1.0.4
-PKGREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= X proxy manager service
-LICENSE= x11
-
-DEPENDS+= lbxproxy-[0-9]*:../../x11/lbxproxy
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
-
-OWN_DIRS+= ${PKG_SYSCONFDIR}/X11/proxymngr
-EGDIR= share/examples/proxymngr
-CONF_FILES+= ${EGDIR}/pmconfig ${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig
-
-BUILD_DEFS+= PKG_SYSCONFBASE
-
-INSTALLATION_DIRS+= ${EGDIR}
-
-post-install:
- ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig
- ${INSTALL_DATA} ${WRKSRC}/pmconfig ${DESTDIR}${PREFIX}/${EGDIR}
-
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-.include "../../devel/xorg-util-macros/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a621f2d90383 -r b1c81979a3f5 x11/proxymngr/PLIST
--- a/x11/proxymngr/PLIST Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/02 12:38:32 rodent Exp $
-bin/proxymngr
-man/man1/proxymngr.1
-share/examples/proxymngr/pmconfig
diff -r a621f2d90383 -r b1c81979a3f5 x11/proxymngr/distinfo
--- a/x11/proxymngr/distinfo Tue Mar 19 09:50:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 03:28:51 agc Exp $
-
-SHA1 (proxymngr-1.0.4.tar.bz2) = 78984a9e3ccbec423e4103d51dd88df9ef23f63c
-RMD160 (proxymngr-1.0.4.tar.bz2) = c1490e136362b002e213047779f6ce3e49fb051c
-SHA512 (proxymngr-1.0.4.tar.bz2) = dce0d93558e674ce82197476d204488505079c8aa5192387e57c06844c4ea83da1cf45238e0a63e2bbf9867388ca1175125b6d7b4036085be89b3de353887fd2
-Size (proxymngr-1.0.4.tar.bz2) = 131436 bytes
Home |
Main Index |
Thread Index |
Old Index