diff options
Diffstat (limited to 'net/xfindproxy')
-rw-r--r-- | net/xfindproxy/DESCR | 4 | ||||
-rw-r--r-- | net/xfindproxy/Makefile | 22 | ||||
-rw-r--r-- | net/xfindproxy/PLIST | 3 | ||||
-rw-r--r-- | net/xfindproxy/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/net/xfindproxy/DESCR b/net/xfindproxy/DESCR new file mode 100644 index 00000000000..36cdc5f4198 --- /dev/null +++ b/net/xfindproxy/DESCR @@ -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. diff --git a/net/xfindproxy/Makefile b/net/xfindproxy/Makefile new file mode 100644 index 00000000000..24d8019a69b --- /dev/null +++ b/net/xfindproxy/Makefile @@ -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" diff --git a/net/xfindproxy/PLIST b/net/xfindproxy/PLIST new file mode 100644 index 00000000000..222de9cacfd --- /dev/null +++ b/net/xfindproxy/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/29 03:23:11 rodent Exp $ +bin/xfindproxy +man/man1/xfindproxy.1 diff --git a/net/xfindproxy/distinfo b/net/xfindproxy/distinfo new file mode 100644 index 00000000000..4b12c0a063f --- /dev/null +++ b/net/xfindproxy/distinfo @@ -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 |