summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-19 14:31:22 +0000
committerwiz <wiz@pkgsrc.org>2019-11-19 14:31:22 +0000
commit8af48ec807b0ffc1df3076f60b03d99a90c6c4ca (patch)
tree6a2e7ba82e33ce77fb32f6a11a3f846233fa398e
parent120c7a328de80e0b75a680b87d0c0b90d0fea521 (diff)
downloadpkgsrc-8af48ec807b0ffc1df3076f60b03d99a90c6c4ca.tar.gz
xfindproxy: remove
Other X proxy tools were already removed.
-rw-r--r--doc/CHANGES-20193
-rw-r--r--meta-pkgs/modular-xorg-apps/Makefile6
-rw-r--r--net/Makefile3
-rw-r--r--net/xfindproxy/DESCR4
-rw-r--r--net/xfindproxy/Makefile22
-rw-r--r--net/xfindproxy/PLIST3
-rw-r--r--net/xfindproxy/distinfo6
7 files changed, 5 insertions, 42 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019
index 845e2ce5563..d698a91668f 100644
--- a/doc/CHANGES-2019
+++ b/doc/CHANGES-2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.5031 2019/11/19 14:25:06 fcambus Exp $
+$NetBSD: CHANGES-2019,v 1.5032 2019/11/19 14:31:23 wiz Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -8111,3 +8111,4 @@ Changes to the packages collection and infrastructure in 2019:
Removed x11/xfwp [wiz 2019-11-19]
Updated graphics/libansilove to 1.1.6 [fcambus 2019-11-19]
Updated graphics/ansilove to 4.0.5 [fcambus 2019-11-19]
+ Removed net/xfindproxy [wiz 2019-11-19]
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile
index fc61ef6ffc1..ebd9de27dcf 100644
--- a/meta-pkgs/modular-xorg-apps/Makefile
+++ b/meta-pkgs/modular-xorg-apps/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2019/11/19 14:09:35 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2019/11/19 14:31:22 wiz Exp $
DISTNAME= # empty
-PKGNAME= modular-xorg-apps-1.14.1.12
+PKGNAME= modular-xorg-apps-1.14.1.14
CATEGORIES= meta-pkgs x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
DISTFILES= # empty
@@ -54,10 +54,8 @@ DEPENDS+= xev-[0-9]*:../../x11/xev
DEPENDS+= xeyes-[0-9]*:../../x11/xeyes
DEPENDS+= xf86dga-[0-9]*:../../x11/xf86dga
DEPENDS+= xfd-[0-9]*:../../x11/xfd
-DEPENDS+= xfindproxy-[0-9]*:../../net/xfindproxy
DEPENDS+= xfontsel-[0-9]*:../../x11/xfontsel
DEPENDS+= xfsinfo-[0-9]*:../../x11/xfsinfo
-DEPENDS+= xfwp-[0-9]*:../../x11/xfwp
DEPENDS+= xgamma-[0-9]*:../../x11/xgamma
DEPENDS+= xgc-[0-9]*:../../graphics/xgc
DEPENDS+= xhost-[0-9]*:../../x11/xhost
diff --git a/net/Makefile b/net/Makefile
index ac4928da1cf..9dc3d1bed30 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1277 2019/11/06 11:54:49 ng0 Exp $
+# $NetBSD: Makefile,v 1.1278 2019/11/19 14:31:22 wiz Exp $
#
COMMENT= Networking tools
@@ -941,7 +941,6 @@ SUBDIR+= wpa_supplicant
SUBDIR+= wu-ftpd
SUBDIR+= x2vnc
SUBDIR+= xfce4-wavelan-plugin
-SUBDIR+= xfindproxy
SUBDIR+= xipdump
SUBDIR+= xl2tpd
SUBDIR+= xmftp
diff --git a/net/xfindproxy/DESCR b/net/xfindproxy/DESCR
deleted file mode 100644
index 36cdc5f4198..00000000000
--- a/net/xfindproxy/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index d9a84cad855..00000000000
--- a/net/xfindproxy/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2018/03/07 11:57:32 wiz Exp $
-
-DISTNAME= xfindproxy-1.0.4
-PKGREVISION= 1
-CATEGORIES= net 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/xorgproto/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
deleted file mode 100644
index 222de9cacfd..00000000000
--- a/net/xfindproxy/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@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
deleted file mode 100644
index 24d7a11621d..00000000000
--- a/net/xfindproxy/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 00:35:46 agc Exp $
-
-SHA1 (xfindproxy-1.0.4.tar.bz2) = 9fb43a73ff805bfe2d4b7d49831dd1cf26d6f3f0
-RMD160 (xfindproxy-1.0.4.tar.bz2) = 1b5827a30c027cc4cb71047f865745d45a44bf76
-SHA512 (xfindproxy-1.0.4.tar.bz2) = e99fdec21070d0052e21340bc2d471eed5c6b423ccfb063f3225d2bb63a264d5efa7e4d5d76543554e02f898d209338b178ba18f866593d946bc6fa117a630e2
-Size (xfindproxy-1.0.4.tar.bz2) = 118151 bytes