pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove dcsharp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9213bf24ff90
branches:  trunk
changeset: 368147:9213bf24ff90
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 11 07:50:37 2017 +0000

description:
Remove dcsharp.

Does not build in bulk builds that I can see, dead upstream,
last release from 2008.

diffstat:

 doc/CHANGES-2017             |   3 +-
 net/Makefile                 |   3 +-
 net/dcsharp/DESCR            |  13 ------------
 net/dcsharp/Makefile         |  35 --------------------------------
 net/dcsharp/PLIST            |  13 ------------
 net/dcsharp/distinfo         |  22 --------------------
 net/dcsharp/patches/patch-aa |  21 -------------------
 net/dcsharp/patches/patch-ab |  27 -------------------------
 net/dcsharp/patches/patch-ac |  18 ----------------
 net/dcsharp/patches/patch-ad |  35 --------------------------------
 net/dcsharp/patches/patch-ae |  18 ----------------
 net/dcsharp/patches/patch-af |  18 ----------------
 net/dcsharp/patches/patch-ag |  21 -------------------
 net/dcsharp/patches/patch-ah |  16 --------------
 net/dcsharp/patches/patch-ai |  12 -----------
 net/dcsharp/patches/patch-aj |  12 -----------
 net/dcsharp/patches/patch-ak |  27 -------------------------
 net/dcsharp/patches/patch-al |  47 --------------------------------------------
 net/dcsharp/patches/patch-am |  30 ----------------------------
 net/dcsharp/patches/patch-an |  25 -----------------------
 net/dcsharp/patches/patch-ao |  15 --------------
 net/dcsharp/patches/patch-ap |   9 --------
 22 files changed, 3 insertions(+), 437 deletions(-)

diffs (truncated from 545 to 300 lines):

diff -r a3e6ebc40653 -r 9213bf24ff90 doc/CHANGES-2017
--- a/doc/CHANGES-2017  Mon Sep 11 07:38:23 2017 +0000
+++ b/doc/CHANGES-2017  Mon Sep 11 07:50:37 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.3741 2017/09/11 05:25:42 adam Exp $
+$NetBSD: CHANGES-2017,v 1.3742 2017/09/11 07:50:37 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2017:
 
@@ -5264,3 +5264,4 @@
        Updated devel/py-async-timeout to 1.4.0 [adam 2017-09-11]
        Updated devel/py-tox to 2.8.2 [adam 2017-09-11]
        Updated devel/py-radon to 2.1.1 [adam 2017-09-11]
+       Removed net/dcsharp [wiz 2017-09-11]
diff -r a3e6ebc40653 -r 9213bf24ff90 net/Makefile
--- a/net/Makefile      Mon Sep 11 07:38:23 2017 +0000
+++ b/net/Makefile      Mon Sep 11 07:50:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1177 2017/09/08 06:21:30 wiz Exp $
+# $NetBSD: Makefile,v 1.1178 2017/09/11 07:50:37 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -88,7 +88,6 @@
 SUBDIR+=       daq
 SUBDIR+=       darkstat
 SUBDIR+=       dc_gui2
-SUBDIR+=       dcsharp
 SUBDIR+=       dctc
 SUBDIR+=       ddclient
 SUBDIR+=       deforaos-vncviewer
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/DESCR
--- a/net/dcsharp/DESCR Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-DC# is a file sharing client for the Direct Connect protocol, which allows
-you to connect to hubs to chat and share files. It supports the basic
-features expected from a Direct Connect client:
-
- * Hub chat and private messages
- * File search and transfer
-
-Additional features are:
-
- * Segmented downloading
- * The integrity of downloaded files are verified
- * Downloads can be started and stopped/paused
- * Notification when a download is complete
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/Makefile
--- a/net/dcsharp/Makefile      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.58 2017/08/01 16:56:46 wiz Exp $
-
-DISTNAME=      dcsharp-0.11.1
-PKGREVISION=   53
-CATEGORIES=    net
-MASTER_SITES=  http://dcsharp.googlecode.com/files/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://code.google.com/archive/p/dcsharp/
-COMMENT=       File sharing client for the Direct Connect protocol
-LICENSE=       gnu-gpl-v2
-
-USE_TOOLS+=    pkg-config msgfmt
-USE_LANGUAGES= c++
-NO_CONFIGURE=  yes
-
-BUILD_DEPENDS+=        scons>=0.96.1:../../devel/scons
-DEPENDS+=      notification-daemon>=0.3.7:../../sysutils/notification-daemon
-
-INSTALLATION_DIRS+=    bin lib share
-
-do-build:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${PREFIX}
-
-do-install:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${DESTDIR}${PREFIX} install
-
-.include "../../lang/mono2/buildlink3.mk"
-.include "../../x11/gtk-sharp/buildlink3.mk"
-.include "../../x11/gnome-sharp/buildlink3.mk"
-.include "../../sysutils/ndesk-dbus/buildlink3.mk"
-.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/PLIST
--- a/net/dcsharp/PLIST Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/01/06 18:55:58 kefren Exp $
-bin/dcsharp
-share/applications/dcsharp.desktop
-lib/dcsharp/DCSharp.Base.dll
-lib/dcsharp/DCSharp.Base.dll.config
-lib/dcsharp/DCSharp.exe
-lib/dcsharp/DCSharp.exe.config
-lib/dcsharp/notify-sharp.dll
-lib/dcsharp/notify-sharp.dll.config
-share/gconf/schemas/dcsharp-handlers.schema
-share/locale/sv/LC_MESSAGES/dcsharp.mo
-share/locale/pl/LC_MESSAGES/dcsharp.mo
-share/locale/de/LC_MESSAGES/dcsharp.mo
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/distinfo
--- a/net/dcsharp/distinfo      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:34:56 agc Exp $
-
-SHA1 (dcsharp-0.11.1.tar.bz2) = 7589a5620619a85ebb9c5f531a558e72c81e2c79
-RMD160 (dcsharp-0.11.1.tar.bz2) = 524630248f0c353abf81f2854d6e0a67b764f318
-SHA512 (dcsharp-0.11.1.tar.bz2) = f76f82ada6b3da435fa60ba9fb2f716dd9314628ed663c725ced855c5cce725fea08cfb729a335861972696bc62bd407af337b0148a27fefbaac5d02855de658
-Size (dcsharp-0.11.1.tar.bz2) = 207178 bytes
-SHA1 (patch-aa) = 81c4152a1dc33bdc373fa85626407383987b2ae3
-SHA1 (patch-ab) = a410159c9c4d6c379024560b6f34229a38d4995e
-SHA1 (patch-ac) = 8ea771838c3497a9121473454dff55e87577c03c
-SHA1 (patch-ad) = 779fded1a2068e10e7bc81722e519ab2283d16db
-SHA1 (patch-ae) = dd544e02773d645a326bc9a3e6b1bb89b797ff89
-SHA1 (patch-af) = 25a2b2f47a5307dde058005677f2212c95589ab1
-SHA1 (patch-ag) = bc3a593351cde3968cedab70ec5bc01896548e34
-SHA1 (patch-ah) = b996e20c6cd6201bd54c6b7b7c22d627fa0a0ec7
-SHA1 (patch-ai) = ce6ed38c77bfcf17d367cc5152a78b7ebc8ab1e3
-SHA1 (patch-aj) = 10f3076e1d2205b510aa76bc46f9a8933bd8fbfa
-SHA1 (patch-ak) = 283168eb4dc137e2050bd0dc6fd17155ec5aba40
-SHA1 (patch-al) = dfac5219c6dd24c197cbffcdca88295b1238192a
-SHA1 (patch-am) = 793da3431a6f2b5c57c0a6eb674e8374b7dd8391
-SHA1 (patch-an) = 1d7bb63a6e7d75fbb76e853d8d1b9bb27f1c6ca4
-SHA1 (patch-ao) = 79102886c7e5f43a83140f0a893ac281551101bb
-SHA1 (patch-ap) = c02e1f6da6dd9970704113492e87ae1d66d17182
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-aa
--- a/net/dcsharp/patches/patch-aa      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2009/01/06 18:54:51 kefren Exp $
---- SConstruct.orig    2007-10-26 12:11:04.000000000 +0300
-+++ SConstruct 2008-04-24 21:34:37.000000000 +0300
-@@ -12,7 +12,7 @@
- opts.Add(PathOption('LIBDIR', 'System library path', '$PREFIX/lib'));
- opts.Add(PathOption('BINDIR', 'System executable path', '$PREFIX/bin'));
- opts.Add(PathOption('SHAREDIR', 'System shared data path', '$PREFIX/share'));
--opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '/etc'));
-+opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '$PREFIX/share'));
- opts.Add(PathOption('DESTDIR', 'System base installation path', '/'));
- 
- opts.Add(BoolOption('DEBUG', 'Compile with debug information', 0));
-@@ -179,7 +179,7 @@
-       env['RESOURCE'] = Split('')
-       env['CSCFLAGS'] = Split('')
- 
--env = Environment(options = opts)
-+env = Environment(ENV = os.environ, options = opts)
- conf = Configure(env, custom_tests = { 'CheckPKGConfig' : CheckPKGConfig,
-                                        'CheckPKG' : CheckPKG })
- Help(opts.GenerateHelpText(env))
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-ab
--- a/net/dcsharp/patches/patch-ab      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/General/VisibleColumnsWindow.cs.orig       2008-04-24 12:24:49.000000000 +0300
-+++ gtk/src/General/VisibleColumnsWindow.cs    2007-10-26 12:11:04.000000000 +0300
-@@ -69,12 +69,12 @@
-                       CellRendererToggle toggleRenderer = new CellRendererToggle();
-                       toggleRenderer.Toggled += OnColumnToggled;
-                       column = treeView.AppendColumn(null, toggleRenderer);
--                      column.SetCellDataFunc(toggleRenderer, SetToggleColumn);
-+                      column.SetCellDataFunc(toggleRenderer, (Gtk.TreeCellDataFunc)SetToggleColumn);
- 
-                       CellRendererText textRenderer = new CellRendererText();
-                       column = treeView.AppendColumn(Catalog.GetString("Name"),
-                               textRenderer);
--                      column.SetCellDataFunc(textRenderer, SetNameColumn);
-+                      column.SetCellDataFunc(textRenderer, (Gtk.TreeCellDataFunc)SetNameColumn);
- 
-                       // Model
-                       store = new ListStore(typeof(TreeViewColumn));
-@@ -90,7 +90,7 @@
- 
-               #region Methods
- 
--              public static void ConnectToWidget(Widget widget, Action action,
-+              public static void ConnectToWidget(Widget widget, Gtk.Action action,
-                       TreeViewColumn[] columns, params TreeViewColumn[] inactiveColumns)
-               {
-                       if (widget == null)
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-ac
--- a/net/dcsharp/patches/patch-ac      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/HubWindow.cs.orig  2008-04-24 12:12:20.000000000 +0300
-+++ gtk/src/HubWindow.cs       2007-10-26 12:11:04.000000000 +0300
-@@ -122,12 +122,12 @@
- 
-                       CellRendererPixbuf pixbufRenderer = new CellRendererPixbuf();
-                       column.PackStart(pixbufRenderer , false);
--                      column.SetCellDataFunc(pixbufRenderer, SetPixbuf);
-+                      column.SetCellDataFunc(pixbufRenderer, (Gtk.TreeCellDataFunc)SetPixbuf);
- 
-                       CellRendererText textRenderer = new CellRendererText();
-                       textRenderer.Ellipsize = Pango.EllipsizeMode.End;
-                       column.PackStart(textRenderer , true);
--                      column.SetCellDataFunc(textRenderer, SetName);
-+                      column.SetCellDataFunc(textRenderer, (Gtk.TreeCellDataFunc)SetName);
- 
-                       // Events
-                       addHubButton.Clicked += OnAddHubButtonClicked;
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-ad
--- a/net/dcsharp/patches/patch-ad      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/MainWindow.cs.old  2008-04-24 12:17:45.000000000 +0300
-+++ gtk/src/MainWindow.cs      2007-10-26 12:11:04.000000000 +0300
-@@ -45,11 +45,11 @@
-               private Page currentPage;
-               private ActionGroup pageActions;
-               private uint mergeId;
--              private Dictionary<MenuItem, Action> itemToAction;
-+              private Dictionary<MenuItem, Gtk.Action> itemToAction;
- 
-               private UIManager uim;
-               private ActionGroup actionGroup;
--              private Action closeAction;
-+              private Gtk.Action closeAction;
-               private ToggleAction toolbarVisibleAction;
-               private RadioAction layoutTabsAction;
- 
-@@ -85,7 +85,7 @@
-                       }
-                       this.favoriteHubManager = favoriteHubManager;
- 
--                      itemToAction = new Dictionary<MenuItem, Action>();
-+                      itemToAction = new Dictionary<MenuItem, Gtk.Action>();
- 
-                       Window.Title = Util.AppName;
- 
-@@ -399,7 +399,7 @@
- 
-               private void OnMenuItemSelected(object obj, EventArgs args)
-               {
--                      Action action;
-+                      Gtk.Action action;
-                       if (itemToAction.TryGetValue((MenuItem)obj, out action) &&
-                               action.Tooltip != null)
-                       {
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-ae
--- a/net/dcsharp/patches/patch-ae      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/Page/DownloadPage.cs.old   2008-04-24 11:22:07.000000000 +0300
-+++ gtk/src/Page/DownloadPage.cs       2007-10-26 12:11:04.000000000 +0300
-@@ -36,10 +36,10 @@
-               private MessageArea messageArea;
- 
-               private ActionGroup actionGroup;
--              private Action startAction;
--              private Action stopAction;
--              private Action removeAction;
--              private Action clearAction;
-+              private Gtk.Action startAction;
-+              private Gtk.Action stopAction;
-+              private Gtk.Action removeAction;
-+              private Gtk.Action clearAction;
- 
-               private DownloadStore downloadStore;
-               private TreePath virtualRoot;
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-af
--- a/net/dcsharp/patches/patch-af      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/Page/PageManagerTree.cs.old        2008-04-24 12:23:26.000000000 +0300
-+++ gtk/src/Page/PageManagerTree.cs    2007-10-26 12:11:04.000000000 +0300
-@@ -117,12 +117,12 @@
- 
-                       pixbufRenderer = new CellRendererPixbuf();
-                       column.PackStart(pixbufRenderer , false);
--                      column.SetCellDataFunc(pixbufRenderer, PixbufDataHandler);
-+                      column.SetCellDataFunc(pixbufRenderer, (Gtk.TreeCellDataFunc)PixbufDataHandler);
- 
-                       textRenderer = new CellRendererText();
-                       textRenderer.Ellipsize = Pango.EllipsizeMode.End;
-                       column.PackStart(textRenderer , true);
--                      column.SetCellDataFunc(textRenderer, TextDataHandler);
-+                      column.SetCellDataFunc(textRenderer, (Gtk.TreeCellDataFunc)TextDataHandler);
- 
-                       // Events
-                       favoriteHubManager.HubsSorted += OnFavoriteHubsSorted;
diff -r a3e6ebc40653 -r 9213bf24ff90 net/dcsharp/patches/patch-ag
--- a/net/dcsharp/patches/patch-ag      Mon Sep 11 07:38:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
---- gtk/src/Page/SearchPage.cs.old     2008-04-24 12:26:20.000000000 +0300
-+++ gtk/src/Page/SearchPage.cs 2007-10-26 12:11:04.000000000 +0300
-@@ -150,7 +150,7 @@
-                               {



Home | Main Index | Thread Index | Old Index