pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc rstart: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7ba7c31c476
branches:  trunk
changeset: 336650:f7ba7c31c476
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 19 21:15:16 2019 +0000

description:
rstart: remove

Deprecated upstream, use ssh X forwarding instead.

diffstat:

 doc/CHANGES-2019    |   3 ++-
 x11/Makefile        |   5 +----
 x11/rstart/DESCR    |   6 ------
 x11/rstart/Makefile |  18 ------------------
 x11/rstart/PLIST    |  20 --------------------
 x11/rstart/distinfo |   6 ------
 6 files changed, 3 insertions(+), 55 deletions(-)

diffs (113 lines):

diff -r b7246af49107 -r f7ba7c31c476 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Jul 19 21:14:26 2019 +0000
+++ b/doc/CHANGES-2019  Fri Jul 19 21:15:16 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.2975 2019/07/19 21:13:28 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.2976 2019/07/19 21:15:16 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -4900,3 +4900,4 @@
        Removed x11/libXTrap [wiz 2019-07-19]
        Updated meta-pkgs/modular-xorg-apps to 1.14.1.11 [wiz 2019-07-19]
        Updated meta-pkgs/modular-xorg-libs to 1.8 [wiz 2019-07-19]
+       Removed x11/rstart [wiz 2019-07-19]
diff -r b7246af49107 -r f7ba7c31c476 x11/Makefile
--- a/x11/Makefile      Fri Jul 19 21:14:26 2019 +0000
+++ b/x11/Makefile      Fri Jul 19 21:15:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.839 2019/04/15 14:27:49 taca Exp $
+# $NetBSD: Makefile,v 1.840 2019/07/19 21:15:16 wiz Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -217,7 +217,6 @@
 SUBDIR+=       libSM
 SUBDIR+=       libX11
 SUBDIR+=       libXScrnSaver
-SUBDIR+=       libXTrap
 SUBDIR+=       libXau
 SUBDIR+=       libXaw
 SUBDIR+=       libXaw3d
@@ -400,7 +399,6 @@
 SUBDIR+=       rofi
 SUBDIR+=       rox-session
 SUBDIR+=       rox-wallpaper
-SUBDIR+=       rstart
 SUBDIR+=       ruby-gnome2-gtk
 SUBDIR+=       ruby-gnome2-gtk3
 SUBDIR+=       ruby-gnome2-gtksourceview2
@@ -680,7 +678,6 @@
 SUBDIR+=       xtoolwait
 SUBDIR+=       xtrace
 SUBDIR+=       xtrans
-SUBDIR+=       xtrap
 SUBDIR+=       xtruss
 SUBDIR+=       xvattr
 SUBDIR+=       xvidcap
diff -r b7246af49107 -r f7ba7c31c476 x11/rstart/DESCR
--- a/x11/rstart/DESCR  Fri Jul 19 21:14:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-This package includes both the client and server sides implementing the protocol
-described in the "A Flexible Remote Execution Protocol Based on rsh" paper found
-in the specs/ subdirectory.
-
-This software has been deprecated in favor of the X11 forwarding provided in
-common ssh implementations.
diff -r b7246af49107 -r f7ba7c31c476 x11/rstart/Makefile
--- a/x11/rstart/Makefile       Fri Jul 19 21:14:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2018/03/07 11:57:39 wiz Exp $
-
-DISTNAME=      rstart-1.0.5
-PKGREVISION=   1
-CATEGORIES=    x11
-MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://xorg.freedesktop.org/
-COMMENT=       Implements "A Flexible Remote Execution Protocol Based on rsh"
-
-GNU_CONFIGURE= yes
-USE_TOOLS+=    pkg-config
-
-.include "../../devel/xorg-util-macros/buildlink3.mk"
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b7246af49107 -r f7ba7c31c476 x11/rstart/PLIST
--- a/x11/rstart/PLIST  Fri Jul 19 21:14:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/02 12:38:32 rodent Exp $
-bin/rstart
-bin/rstartd
-lib/X11/rstart/commands/@List
-lib/X11/rstart/commands/ListContexts
-lib/X11/rstart/commands/ListGenericCommands
-lib/X11/rstart/commands/x
-lib/X11/rstart/commands/x11
-lib/X11/rstart/commands/x11r6/@List
-lib/X11/rstart/commands/x11r6/LoadMonitor
-lib/X11/rstart/commands/x11r6/Terminal
-lib/X11/rstart/config
-lib/X11/rstart/contexts/@List
-lib/X11/rstart/contexts/default
-lib/X11/rstart/contexts/x
-lib/X11/rstart/contexts/x11
-lib/X11/rstart/contexts/x11r6
-lib/X11/rstart/rstartd.real
-man/man1/rstart.1
-man/man1/rstartd.1
diff -r b7246af49107 -r f7ba7c31c476 x11/rstart/distinfo
--- a/x11/rstart/distinfo       Fri Jul 19 21:14:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:53 agc Exp $
-
-SHA1 (rstart-1.0.5.tar.bz2) = 97fad3686b4687104a58b3f2b7b387d316b26b92
-RMD160 (rstart-1.0.5.tar.bz2) = e23d45cd744f60ece5a876bc8dc693d8ddfe5913
-SHA512 (rstart-1.0.5.tar.bz2) = bda43dd29f95ba5ea4ab42e78069c4011afc6987d00dc580250aec8bec217fabb67577a3038607468de1739d54da596a43cea4c1f5be72e3e572ae6d5abbc09a
-Size (rstart-1.0.5.tar.bz2) = 144607 bytes



Home | Main Index | Thread Index | Old Index