Import xfindproxy-1.0.2 as wip/xfindproxy.

xfindproxy is used to locate available X11 proxy services. It utilizes the Proxy
Management Protocol to communicate with a proxy manager. The proxy manager keeps
track of all available proxy services, starts new proxies when necessary, and
makes sure that proxies are shared whenever possible.
This commit is contained in:
Blue Rats 2013-05-19 02:46:48 +00:00 committed by Thomas Klausner
parent f2e442ea64
commit 284bfbe323
4 changed files with 34 additions and 0 deletions

4
xfindproxy/DESCR Normal file
View file

@ -0,0 +1,4 @@
xfindproxy is used to locate available X11 proxy services. It utilizes the Proxy
Management Protocol to communicate with a proxy manager. The proxy manager keeps
track of all available proxy services, starts new proxies when necessary, and
makes sure that proxies are shared whenever possible.

22
xfindproxy/Makefile Normal file
View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 2013/05/19 02:46:48 othyro Exp $
#
DISTNAME= xfindproxy-1.0.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Used to locate available X11 proxy services
LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/xproxymanagementprotocol/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
xfindproxy/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2013/05/19 02:46:48 othyro Exp $
bin/xfindproxy
man/man1/xfindproxy.1

5
xfindproxy/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/05/19 02:46:48 othyro Exp $
SHA1 (xfindproxy-1.0.2.tar.bz2) = 26da3f96eeeae0deeb10797dc0b8479c1fe16924
RMD160 (xfindproxy-1.0.2.tar.bz2) = b7c857297298488ecd600148efe8679b6e552f61
Size (xfindproxy-1.0.2.tar.bz2) = 103429 bytes