pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia ushare: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d697089a0063
branches:  trunk
changeset: 448516:d697089a0063
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 09 08:27:18 2021 +0000

description:
ushare: remove

this has not been building all year, upstream development is discontinued.

diffstat:

 multimedia/Makefile                                |    3 +-
 multimedia/ushare/DESCR                            |   16 --
 multimedia/ushare/Makefile                         |   45 ------
 multimedia/ushare/PLIST                            |    7 -
 multimedia/ushare/distinfo                         |   21 --
 multimedia/ushare/files/ushare.sh                  |   18 --
 multimedia/ushare/patches/patch-aa                 |   15 --
 multimedia/ushare/patches/patch-ab                 |   15 --
 multimedia/ushare/patches/patch-ac                 |   15 --
 multimedia/ushare/patches/patch-ad                 |   30 ----
 multimedia/ushare/patches/patch-ae                 |   15 --
 multimedia/ushare/patches/patch-af                 |  148 ---------------------
 multimedia/ushare/patches/patch-src_cds.c          |   15 --
 multimedia/ushare/patches/patch-src_cms.c          |   14 -
 multimedia/ushare/patches/patch-src_http.c         |   14 -
 multimedia/ushare/patches/patch-src_mime.c         |   14 -
 multimedia/ushare/patches/patch-src_presentation.c |   15 --
 multimedia/ushare/patches/patch-src_services.c     |   14 -
 multimedia/ushare/patches/patch-src_trace.c        |   13 -
 multimedia/ushare/patches/patch-src_trace.h        |   13 -
 multimedia/ushare/patches/patch-src_ushare.h       |   12 -
 21 files changed, 1 insertions(+), 471 deletions(-)

diffs (truncated from 566 to 300 lines):

diff -r 33b96ff8915e -r d697089a0063 multimedia/Makefile
--- a/multimedia/Makefile       Tue Mar 09 08:14:00 2021 +0000
+++ b/multimedia/Makefile       Tue Mar 09 08:27:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.309 2021/02/19 18:01:39 nros Exp $
+# $NetBSD: Makefile,v 1.310 2021/03/09 08:27:18 nia Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -204,7 +204,6 @@
 SUBDIR+=       transcode
 SUBDIR+=       tstools
 SUBDIR+=       tvtime
-SUBDIR+=       ushare
 SUBDIR+=       vlc
 SUBDIR+=       win32-codecs
 SUBDIR+=       x264-devel
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/DESCR
--- a/multimedia/ushare/DESCR   Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-uShare is a UPnP (TM) A/V Media Server. It implements the server component that
-provides UPnP media devices with information on available multimedia files.
-uShare uses the built-in http server of libupnp to stream the files to clients.
-
-GeeXboX uShare is able to provide access to both images, videos, music or
-playlists files (see below for a complete file format support list). It does not
-act as an UPnP Media Adaptor and thus, can't transcode streams to fit the client
-requirements.
-
-uShare is written in C for the GeeXboX project. It is designed to provide access
-to multimedia contents to GeeXboX but can of course be used by any other UPnP
-client device. It should compile and run on any modern POSIX compatible system
-such as Linux.
-
-uShare is free software - it is licensed under the terms of the GNU General
-Public License (GPL).
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/Makefile
--- a/multimedia/ushare/Makefile        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2020/08/17 20:19:42 leot Exp $
-#
-
-DISTNAME=      ushare-1.1a
-PKGREVISION=   12
-CATEGORIES=    net multimedia
-MASTER_SITES=  http://ushare.geexbox.org/releases/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://ushare.geexbox.org/
-COMMENT=       UPnP AV Mediaserver
-LICENSE=       gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-USE_PKGINSTALL=        yes
-USE_TOOLS+=    gmake pkg-config
-
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS+=       --prefix=${PREFIX}
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
-CONFIGURE_ARGS+=       --with-libupnp-dir=${BUILDLINK_PREFIX.libupnp}
-CONFIGURE_ARGS+=       --enable-dlna
-CONFIGURE_ARGS+=       --with-libdlna-dir=${BUILDLINK_PREFIX.libdlna}
-
-BROKEN_GETTEXT_DETECTION=      yes
-
-CONF_FILES=    ${PREFIX}/share/examples/ushare/ushare.conf ${PKG_SYSCONFDIR}/ushare.conf
-RCD_SCRIPTS=   ushare
-
-INSTALL_MAKE_FLAGS+=   sysconfdir=${DESTDIR}${PREFIX}/share/examples/ushare
-
-INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
-
-post-install:
-       ${INSTALL_MAN} ${WRKSRC}/src/ushare.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../net/libdlna/buildlink3.mk"
-.include "../../net/libupnp/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/PLIST
--- a/multimedia/ushare/PLIST   Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:06 jperkin Exp $
-bin/ushare
-man/man1/ushare.1
-share/examples/ushare/init.d/ushare
-share/examples/ushare/ushare.conf
-share/locale/de/LC_MESSAGES/ushare.mo
-share/locale/fr/LC_MESSAGES/ushare.mo
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/distinfo
--- a/multimedia/ushare/distinfo        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 23:54:33 agc Exp $
-
-SHA1 (ushare-1.1a.tar.bz2) = 1539e83cde5d80f433d262d971f5fe78486c9375
-RMD160 (ushare-1.1a.tar.bz2) = 6194ffec031d20fd897f2c7cf71c3c810238713f
-SHA512 (ushare-1.1a.tar.bz2) = 2144ef96e58960d4d11bcefcd857c7eb7adab8df4ff815772d3b9d668f9f9daa1312707eb00a770c461b2a316e094e6697a004723ea02e86ee872fbe60b4797c
-Size (ushare-1.1a.tar.bz2) = 65864 bytes
-SHA1 (patch-aa) = bf8b49ac048b97d9edd6d18f71fa34d93526ce43
-SHA1 (patch-ab) = 2136d6b0e92b797072ea13d30e0fcc7131ab50a6
-SHA1 (patch-ac) = 0c8cc122de8d1fbdaaace4867656819cad0b84e7
-SHA1 (patch-ad) = 6c8e838add604b54132fbe924c4a8697ee2e2c09
-SHA1 (patch-ae) = 180151696678bb2f3ccd2bbaaaf9ed55f1c441e9
-SHA1 (patch-af) = 441932c2ee8276596170aba5076c37e575010803
-SHA1 (patch-src_cds.c) = 04b56cf45b628d9a94baec4dde73709a3378e0b1
-SHA1 (patch-src_cms.c) = 8056f8d90b3b893cdcd242c5fce19e9a1825790a
-SHA1 (patch-src_http.c) = ea20349013d56a41c027738f950800c1ba101fc2
-SHA1 (patch-src_mime.c) = d21134337a4950faaf5e29e960b5815eafdfbe12
-SHA1 (patch-src_presentation.c) = d682cb85c9f5bdd5f304ea14abfa5889f28efdd3
-SHA1 (patch-src_services.c) = af0d0c5e3328d78d03663eb98194210145a63629
-SHA1 (patch-src_trace.c) = 13691242d61d02a7c58647b345f6e94367111129
-SHA1 (patch-src_trace.h) = 19bc801d0d96f2d73e7f103153572b8157eb7aeb
-SHA1 (patch-src_ushare.h) = cb63c71ee925b0e68127dd21042fe3cb748bc215
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/files/ushare.sh
--- a/multimedia/ushare/files/ushare.sh Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: ushare.sh,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-#
-# PROVIDE: ushare
-# REQUIRE: DAEMON
-#
-
-. /etc/rc.subr
-
-name="ushare"
-rcvar=${name}
-command="@PREFIX@/bin/${name}"
-requre_files="@PKG_SYSCONFDIR@/ushare.conf"
-command_args="--daemon"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-aa
--- a/multimedia/ushare/patches/patch-aa        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-
-for broken gettext-libs detection
-
---- configure.orig     2007-12-09 13:03:36.000000000 +0000
-+++ configure
-@@ -302,7 +302,7 @@ cpu=`uname -m`
- optimize="yes"
- debug="no"
- dostrip="yes"
--extralibs=""
-+extralibs="${INTLLIBS}"
- installstrip="-s"
- cross_compile="no"
- INSTALL="/usr/bin/install -c"
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-ab
--- a/multimedia/ushare/patches/patch-ab        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-
-Requre -I.. to include config.h.
-
---- src/Makefile.orig  2007-12-09 13:03:36.000000000 +0000
-+++ src/Makefile
-@@ -53,7 +53,7 @@ OBJS = $(SRCS:.c=.o)
- all: depend $(PROG)
- 
- .c.o:
--      $(CC) -c $(CFLAGS) $(OPTFLAGS) -o $@ $<
-+      $(CC) -c -I.. $(CFLAGS) $(OPTFLAGS) -o $@ $<
- 
- $(PROG): $(OBJS)
-       $(CC) $(OBJS) $(LDFLAGS) $(EXTRALIBS) -o $@
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-ac
--- a/multimedia/ushare/patches/patch-ac        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-
-Treat NetBSD same as FreeBSD.
-
---- src/cfgparser.h.orig       2007-12-09 13:03:36.000000000 +0000
-+++ src/cfgparser.h
-@@ -37,7 +37,7 @@
- #define USHARE_CONFIG_FILE        "ushare.conf"
- #define DEFAULT_USHARE_NAME       "uShare"
- 
--#if (defined(BSD) || defined(__FreeBSD__))
-+#if (defined(BSD) || defined(__FreeBSD__) || defined(__NetBSD__))
- #define DEFAULT_USHARE_IFACE      "lnc0"
- #else /* Linux */
- #define DEFAULT_USHARE_IFACE      "eth0"
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-ad
--- a/multimedia/ushare/patches/patch-ad        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-
-Treat NetBSD same as FreeBSD.
-
---- src/osdep.c.orig   2007-12-09 13:03:36.000000000 +0000
-+++ src/osdep.c
-@@ -18,7 +18,7 @@
-  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-  */
- 
--#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#if (defined(__unix__) || defined(unix)) && !defined(USG) || defined(__NetBSD__)
- #include <sys/param.h>
- #endif
- 
-@@ -29,7 +29,7 @@
- 
- #include "osdep.h"
- 
--#if (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__))
-+#if (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__))
- char *
- strndup (const char *s, size_t n)
- {
-@@ -88,4 +88,4 @@ getline (char **lineptr, size_t *n, FILE
- 
-   return len;
- }
--#endif /* (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__)) */
-+#endif /* (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)) */
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-ae
--- a/multimedia/ushare/patches/patch-ae        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2010/05/23 08:18:04 obache Exp $
-
-Treat NetBSD same as FreeBSD.
-
---- src/osdep.h.orig   2007-12-09 13:03:36.000000000 +0000
-+++ src/osdep.h
-@@ -21,7 +21,7 @@
- #ifndef _OS_DEP_H_
- #define _OS_DEP_H_
- 
--#if (defined(BSD) || defined(__FreeBSD__))
-+#if (defined(BSD) || defined(__FreeBSD__) || defined(__NetBSD__))
- #include <unistd.h>
- char *strndup (const char *s, size_t n);
- ssize_t getline (char **lineptr, size_t *n, FILE *stream);
diff -r 33b96ff8915e -r d697089a0063 multimedia/ushare/patches/patch-af
--- a/multimedia/ushare/patches/patch-af        Tue Mar 09 08:14:00 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,148 +0,0 @@
-$NetBSD: patch-af,v 1.4 2013/11/21 09:18:17 obache Exp $
-
-* Treat NetBSD same as FreeBSD.
-* Move sys/param.h and config.h header files before using conditions.
-* libupnp>=1.6.7 support.
-
---- src/ushare.c.orig  2007-12-09 13:03:36.000000000 +0000
-+++ src/ushare.c
-@@ -28,7 +28,11 @@
- #include <errno.h>
- #include <getopt.h>
- 
--#if (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__))
-+#if (defined(__unix__) || defined(unix)) && !defined(USG) || defined(__NetBSD__)
-+#include <sys/param.h>
-+#endif
-+
-+#if (defined(BSD) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__))
- #include <sys/socket.h>
- #include <sys/sysctl.h>
- #include <net/if_dl.h>
-@@ -49,18 +53,19 @@
- #include <ifaddrs.h>
- #endif
- 
--#if (defined(__unix__) || defined(unix)) && !defined(USG)
--#include <sys/param.h>
--#endif
--
- #include <upnp/upnp.h>
- #include <upnp/upnptools.h>
- 
-+#if UPNP_VERSION >= 10607
-+#include <netdb.h>
-+#endif
-+
-+#include "config.h"
-+
- #if (defined(HAVE_SETLOCALE) && defined(CONFIG_NLS))
- # include <locale.h>
- #endif
- 



Home | Main Index | Thread Index | Old Index