Import xfindproxy-1.0.2 as net/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:
parent
75f7f98bfa
commit
f399aea967
4 changed files with 34 additions and 0 deletions
4
net/xfindproxy/DESCR
Normal file
4
net/xfindproxy/DESCR
Normal 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
net/xfindproxy/Makefile
Normal file
22
net/xfindproxy/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/05/29 03:23:11 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfindproxy-1.0.2
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= rodent@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
net/xfindproxy/PLIST
Normal file
3
net/xfindproxy/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/05/29 03:23:11 rodent Exp $
|
||||
bin/xfindproxy
|
||||
man/man1/xfindproxy.1
|
5
net/xfindproxy/distinfo
Normal file
5
net/xfindproxy/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/05/29 03:23:11 rodent 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
|
Loading…
Reference in a new issue