diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 20:16:44 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 20:28:00 +0100 |
commit | 8092249aa0318301305a230f5ea67475e83e1f09 (patch) | |
tree | 452d078bb0c7e4dffa0fcb84626fdd57f31e82ef /media-plugins/vdr-wapd/files | |
parent | media-plugins/vdr-nordlichtsepg: pmasked removal (diff) | |
download | gentoo-8092249aa0318301305a230f5ea67475e83e1f09.tar.gz gentoo-8092249aa0318301305a230f5ea67475e83e1f09.tar.bz2 gentoo-8092249aa0318301305a230f5ea67475e83e1f09.zip |
media-plugins/vdr-wapd: pmasked removal
bug 703970
Closes: https://bugs.gentoo.org/703970
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-wapd/files')
-rw-r--r-- | media-plugins/vdr-wapd/files/confd | 8 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/rc-addon.sh | 9 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/vdr-wapd-0.9-gentoo.diff | 14 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/vdr-wapd-0.9_gcc-4.1.x.diff | 12 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/wapaccess | 5 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/wapd.mk | 108 | ||||
-rw-r--r-- | media-plugins/vdr-wapd/files/waphosts | 10 |
7 files changed, 0 insertions, 166 deletions
diff --git a/media-plugins/vdr-wapd/files/confd b/media-plugins/vdr-wapd/files/confd deleted file mode 100644 index b20420fa5ce5..000000000000 --- a/media-plugins/vdr-wapd/files/confd +++ /dev/null @@ -1,8 +0,0 @@ -# Global config file for vdr wapd plugin - -# Set the port where the plugin is listen on -# allowed values: port number -# default: 8888 -# -#WAPD_PORT="8888" - diff --git a/media-plugins/vdr-wapd/files/rc-addon.sh b/media-plugins/vdr-wapd/files/rc-addon.sh deleted file mode 100644 index 80cc477f0d0e..000000000000 --- a/media-plugins/vdr-wapd/files/rc-addon.sh +++ /dev/null @@ -1,9 +0,0 @@ -# -# rc-addon-script for plugin wapd -# -# Joerg Bornkessel hd_brummy@gentoo.org - -plugin_pre_vdr_start() { - - add_plugin_param "-p ${WAPD_PORT:=8888}" -} diff --git a/media-plugins/vdr-wapd/files/vdr-wapd-0.9-gentoo.diff b/media-plugins/vdr-wapd/files/vdr-wapd-0.9-gentoo.diff deleted file mode 100644 index 70f7d733f045..000000000000 --- a/media-plugins/vdr-wapd/files/vdr-wapd-0.9-gentoo.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur wapd-0.9.orig/wapd.c wapd-0.9/wapd.c ---- wapd-0.9.orig/wapd.c 2008-01-27 17:38:18.000000000 +0100 -+++ wapd-0.9/wapd.c 2008-01-27 17:40:45.000000000 +0100 -@@ -85,8 +85,8 @@ - bool cPluginWapd::Start(void) - { - RegisterI18n(Phrases); -- if (WapHosts.Load(AddDirectory(ConfigDirectory(), "waphosts"), true) -- && WapAccess.Load(AddDirectory(ConfigDirectory(), "wapaccess"), true) -+ if (WapHosts.Load(AddDirectory(ConfigDirectory( "wapd" ), "waphosts"), true) -+ && WapAccess.Load(AddDirectory(ConfigDirectory( "wapd" ), "wapaccess"), true) - && (server = new cWapServer(tcpport))) - return true; - return false; diff --git a/media-plugins/vdr-wapd/files/vdr-wapd-0.9_gcc-4.1.x.diff b/media-plugins/vdr-wapd/files/vdr-wapd-0.9_gcc-4.1.x.diff deleted file mode 100644 index 1fe4e9245061..000000000000 --- a/media-plugins/vdr-wapd/files/vdr-wapd-0.9_gcc-4.1.x.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur wapd-0.9.orig/wappasswd.c wapd-0.9/wappasswd.c ---- wapd-0.9.orig/wappasswd.c 2008-01-27 16:09:43.000000000 +0100 -+++ wapd-0.9/wappasswd.c 2008-01-27 16:12:11.000000000 +0100 -@@ -30,7 +30,7 @@ - { - if (argc != 3) exit(EXIT_FAILURE); - -- char *sset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ const char *sset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; - char salt[3] = "AA"; - - srand((int) time((time_t *) NULL));
\ No newline at end of file diff --git a/media-plugins/vdr-wapd/files/wapaccess b/media-plugins/vdr-wapd/files/wapaccess deleted file mode 100644 index ca53653a9a5f..000000000000 --- a/media-plugins/vdr-wapd/files/wapaccess +++ /dev/null @@ -1,5 +0,0 @@ -# To create a new ''wapaccess'' file with a new user simply type: -# wappasswd username password >> /etc/vdr/plugins/wapd/wapaccess - -# To delete a user from ''wapaccess'' use your favourite text editor -# and remove the line ''username:passwordhash''. diff --git a/media-plugins/vdr-wapd/files/wapd.mk b/media-plugins/vdr-wapd/files/wapd.mk deleted file mode 100644 index 23b93e621f8a..000000000000 --- a/media-plugins/vdr-wapd/files/wapd.mk +++ /dev/null @@ -1,108 +0,0 @@ -# -# Makefile for a Video Disk Recorder plugin -# - -# The official name of this plugin. -# This name will be used in the '-P...' option of VDR to load the plugin. -# By default the main source file also carries this name. - -PLUGIN = wapd - -### The version number of this plugin (taken from the main source file): - -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') - -### The directory environment: - -# Use package data if installed...otherwise assume we're under the VDR source directory: -PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc)) -LIBDIR = $(call PKGCFG,libdir) -LOCDIR = $(call PKGCFG,locdir) -PLGCFG = $(call PKGCFG,plgcfg) -# -TMPDIR ?= /tmp - -### The compiler options: - -export CFLAGS = $(call PKGCFG,cflags) -export CXXFLAGS = $(call PKGCFG,cxxflags) - -### The version number of VDR's plugin API: - -APIVERSION = $(call PKGCFG,apiversion) - -### Allow user defined options to overwrite defaults: - --include $(PLGCFG) - -### The name of the distribution archive: - -ARCHIVE = $(PLUGIN)-$(VERSION) -PACKAGE = vdr-$(ARCHIVE) - -### The name of the shared object file: - -SOFILE = libvdr-$(PLUGIN).so - -### Includes and Defines (add further entries here): - -INCLUDES += - -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' - -### Enable this for debugging - -# DEFINES += -DWAPD_DEBUG - -### Enable this to replace WML output with HTML - -# DEFINES += -DWAPD_HTML - -### The object files (add further files here): - -OBJS = $(PLUGIN).o server.o tools.o access.o - -LIBS += -lcrypt - -### The main target: - -all: $(SOFILE) wappasswd - -### Implicit rules: - -%.o: %.c - $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $< - -### Dependencies: - -MAKEDEP = $(CXX) -MM -MG -DEPFILE = .dependencies -$(DEPFILE): Makefile - @$(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@ - --include $(DEPFILE) - -### Targets: - -$(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ $(LIBS) - -wappasswd: wappasswd.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -o wappasswd wappasswd.c $(LIBS) - -install-lib: $(SOFILE) - install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION) - -install: install-lib - -dist: $(I18Npo) clean - @-rm -rf $(TMPDIR)/$(ARCHIVE) - @mkdir $(TMPDIR)/$(ARCHIVE) - @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE) - @-rm -rf $(TMPDIR)/$(ARCHIVE) - @echo Distribution package created as $(PACKAGE).tgz - -clean: - @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot - @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ wappasswd diff --git a/media-plugins/vdr-wapd/files/waphosts b/media-plugins/vdr-wapd/files/waphosts deleted file mode 100644 index 9fea92a0f571..000000000000 --- a/media-plugins/vdr-wapd/files/waphosts +++ /dev/null @@ -1,10 +0,0 @@ -# -# waphosts This file describes a number of host addresses that -# are allowed to connect to the port of the vdr-wapd -# plugin running on this system. -# Syntax: -# -# IP-Address[/Netmask] -# - -127.0.0.1 # always accept localhost |