Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 15:01:08 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434586 - in head: . net-p2p net-p2p/radarr net-p2p/radarr/files
Message-ID:  <201702221501.v1MF18Rd014795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Feb 22 15:01:08 2017
New Revision: 434586
URL: https://svnweb.freebsd.org/changeset/ports/434586

Log:
  Add Radarr to the ports tree
  
  Radarr is a fork of Sonarr for managing your Movie collection
  
  https://radarr.video/

Added:
  head/net-p2p/radarr/
     - copied from r434585, head/net-p2p/sonarr/
  head/net-p2p/radarr/files/radarr.in
     - copied, changed from r434585, head/net-p2p/sonarr/files/sonarr.in
Deleted:
  head/net-p2p/radarr/files/sonarr.in
Modified:
  head/UIDs
  head/net-p2p/Makefile
  head/net-p2p/radarr/Makefile
  head/net-p2p/radarr/distinfo
  head/net-p2p/radarr/pkg-descr
  head/net-p2p/radarr/pkg-plist

Modified: head/UIDs
==============================================================================
--- head/UIDs	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/UIDs	Wed Feb 22 15:01:08 2017	(r434586)
@@ -298,7 +298,7 @@ openfire:*:342:342::0:0:Openfire IM Daem
 # free: 349
 _sabnzbd:*:350:350::0:0:sabnzb Daemon:/nonexistent:/usr/sbin/nologin
 sonarr:*:351:65534::0:0:Sonarr PVR:/nonexistent:/usr/sbin/nologin
-# free: 352
+radarr:*:352:65534::0:0:Radarr Daemon:/nonexistent:/usr/sbin/nologin
 _iodined:*:353:353::0:0:Iodine Daemon:/nonexistent:/usr/sbin/nologin
 # free: 354
 # free: 355

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/net-p2p/Makefile	Wed Feb 22 15:01:08 2017	(r434586)
@@ -76,6 +76,7 @@
     SUBDIR += py-vertex
     SUBDIR += qbittorrent
     SUBDIR += qbittorrent-nox11
+    SUBDIR += radarr
     SUBDIR += retroshare
     SUBDIR += rtgui
     SUBDIR += rtorrent

Modified: head/net-p2p/radarr/Makefile
==============================================================================
--- head/net-p2p/sonarr/Makefile	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/net-p2p/radarr/Makefile	Wed Feb 22 15:01:08 2017	(r434586)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
-PORTNAME=	sonarr
-PORTVERSION=	2.0.0.4472
+PORTNAME=	radarr
+PORTVERSION=	0.2.0.299
 PORTREVISION=	0
 CATEGORIES=	net-p2p
-MASTER_SITES=	http://download.sonarr.tv/v2/master/mono/
-DISTNAME=	NzbDrone.master.${PORTVERSION}.mono
+MASTER_SITES=	https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
+DISTNAME=	Radarr.develop.${PORTVERSION}.linux
 
 MAINTAINER=	feld@FreeBSD.org
-COMMENT=	PVR for Usenet and BitTorrent users
+COMMENT=	Movie Library Manager for Usenet and BitTorrent users
 
 LICENSE=	GPLv3
 
@@ -17,12 +17,12 @@ RUN_DEPENDS=	mono>0:lang/mono \
 		sqlite3>0:databases/sqlite3
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USE_RC_SUBR=	sonarr
+USE_RC_SUBR=	radarr
 
 NO_BUILD=	YES
-WRKSRC=	${WRKDIR}/NzbDrone
+WRKSRC=	${WRKDIR}/Radarr
 
-USERS=	sonarr
+USERS=	radarr
 
 OPTIONS_DEFINE=	X11
 

Modified: head/net-p2p/radarr/distinfo
==============================================================================
--- head/net-p2p/sonarr/distinfo	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/net-p2p/radarr/distinfo	Wed Feb 22 15:01:08 2017	(r434586)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483374529
-SHA256 (NzbDrone.master.2.0.0.4472.mono.tar.gz) = 88dffabaa1e9aca3758887f71e9acd7b9a4dfbd34d771a4a88cadf53c01fe06b
-SIZE (NzbDrone.master.2.0.0.4472.mono.tar.gz) = 6676193
+TIMESTAMP = 1487615917
+SHA256 (Radarr.develop.0.2.0.299.linux.tar.gz) = ed0d62044d4a7ef532deba68997015d1d29246834fa5f8ea9486da8c2c06a22d
+SIZE (Radarr.develop.0.2.0.299.linux.tar.gz) = 7071497

Copied and modified: head/net-p2p/radarr/files/radarr.in (from r434585, head/net-p2p/sonarr/files/sonarr.in)
==============================================================================
--- head/net-p2p/sonarr/files/sonarr.in	Wed Feb 22 14:52:56 2017	(r434585, copy source)
+++ head/net-p2p/radarr/files/radarr.in	Wed Feb 22 15:01:08 2017	(r434586)
@@ -5,36 +5,36 @@
 # $FreeBSD$
 #
 
-# PROVIDE: sonarr
+# PROVIDE: radarr
 # REQUIRE: LOGIN
 # KEYWORD: shutdown
 
-# Add the following lines to /etc/rc.conf to enable sonarr:
-# sonarr_enable="YES"
+# Add the following lines to /etc/rc.conf to enable radarr:
+# radarr_enable="YES"
 
 . /etc/rc.subr
 
-name="sonarr"
-rcvar=sonarr_enable
+name="radarr"
+rcvar=radarr_enable
 
 load_rc_config $name
 
-: ${sonarr_enable="NO"}
-: ${sonarr_user:="sonarr"}
-: ${sonarr_data_dir:="%%PREFIX%%/sonarr"}
+: ${radarr_enable="NO"}
+: ${radarr_user:="radarr"}
+: ${radarr_data_dir:="%%PREFIX%%/radarr"}
 
-pidfile="${sonarr_data_dir}/nzbdrone.pid"
+pidfile="${radarr_data_dir}/nzbdrone.pid"
 procname="%%PREFIX%%/bin/mono"
 command="/usr/sbin/daemon"
-command_args="-f ${procname} %%DATADIR%%/NzbDrone.exe --nobrowser --data=${sonarr_data_dir}"
-start_precmd=sonarr_precmd
+command_args="-f ${procname} %%DATADIR%%/Radarr.exe --nobrowser --data=${radarr_data_dir}"
+start_precmd=radarr_precmd
 
-sonarr_precmd()
+radarr_precmd()
 {
-	export XDG_CONFIG_HOME=${sonarr_data_dir}
+	export XDG_CONFIG_HOME=${radarr_data_dir}
 
-	if [ ! -d ${sonarr_data_dir} ]; then
-		install -d -o ${sonarr_user} ${sonarr_data_dir}
+	if [ ! -d ${radarr_data_dir} ]; then
+		install -d -o ${radarr_user} ${radarr_data_dir}
 	fi
 }
 

Modified: head/net-p2p/radarr/pkg-descr
==============================================================================
--- head/net-p2p/sonarr/pkg-descr	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/net-p2p/radarr/pkg-descr	Wed Feb 22 15:01:08 2017	(r434586)
@@ -1,3 +1,3 @@
-Sonarr is a PVR for Usenet and BitTorrent users.
+Radarr is a fork of Sonarr to work with movies à la Couchpotato.
 
-WWW: https://sonarr.tv
+WWW: https://radarr.video

Modified: head/net-p2p/radarr/pkg-plist
==============================================================================
--- head/net-p2p/sonarr/pkg-plist	Wed Feb 22 14:52:56 2017	(r434585)
+++ head/net-p2p/radarr/pkg-plist	Wed Feb 22 15:01:08 2017	(r434586)
@@ -2,11 +2,6 @@
 %%DATADIR%%/CurlSharp.dll
 %%DATADIR%%/CurlSharp.dll.config
 %%DATADIR%%/CurlSharp.dll.mdb
-%%DATADIR%%/Ical.Net.Collections.dll
-%%DATADIR%%/Ical.Net.Collections.dll.mdb
-%%DATADIR%%/Ical.Net.dll
-%%DATADIR%%/Ical.Net.dll.mdb
-%%DATADIR%%/NodaTime.dll
 %%DATADIR%%/FluentMigrator.Runner.dll
 %%DATADIR%%/FluentMigrator.Runner.dll.mdb
 %%DATADIR%%/FluentMigrator.dll
@@ -16,6 +11,10 @@
 %%DATADIR%%/Growl.Connector.dll
 %%DATADIR%%/Growl.CoreLibrary.dll
 %%DATADIR%%/ICSharpCode.SharpZipLib.dll
+%%DATADIR%%/Ical.Net.Collections.dll
+%%DATADIR%%/Ical.Net.Collections.dll.mdb
+%%DATADIR%%/Ical.Net.dll
+%%DATADIR%%/Ical.Net.dll.mdb
 %%DATADIR%%/ImageResizer.dll
 %%DATADIR%%/LogentriesCore.dll
 %%DATADIR%%/LogentriesCore.dll.mdb
@@ -38,6 +37,7 @@
 %%DATADIR%%/Nancy.Owin.dll
 %%DATADIR%%/Nancy.dll
 %%DATADIR%%/Newtonsoft.Json.dll
+%%DATADIR%%/NodaTime.dll
 %%DATADIR%%/NzbDrone.Api.dll
 %%DATADIR%%/NzbDrone.Api.dll.mdb
 %%DATADIR%%/NzbDrone.Common.dll
@@ -45,8 +45,6 @@
 %%DATADIR%%/NzbDrone.Core.dll
 %%DATADIR%%/NzbDrone.Core.dll.config
 %%DATADIR%%/NzbDrone.Core.dll.mdb
-%%DATADIR%%/NzbDrone.Host.dll
-%%DATADIR%%/NzbDrone.Host.dll.mdb
 %%DATADIR%%/NzbDrone.Mono.dll
 %%DATADIR%%/NzbDrone.Mono.dll.mdb
 %%DATADIR%%/NzbDrone.SignalR.dll
@@ -64,19 +62,21 @@
 %%DATADIR%%/NzbDrone.Update/NzbDrone.Common.dll.mdb
 %%DATADIR%%/NzbDrone.Update/NzbDrone.Mono.dll
 %%DATADIR%%/NzbDrone.Update/NzbDrone.Mono.dll.mdb
-%%DATADIR%%/NzbDrone.Update/NzbDrone.Update.exe
-%%DATADIR%%/NzbDrone.Update/NzbDrone.Update.exe.config
-%%DATADIR%%/NzbDrone.Update/NzbDrone.Update.exe.mdb
 %%DATADIR%%/NzbDrone.Update/Org.Mentalis.dll
+%%DATADIR%%/NzbDrone.Update/Radarr.Update.exe
+%%DATADIR%%/NzbDrone.Update/Radarr.Update.exe.config
+%%DATADIR%%/NzbDrone.Update/Radarr.Update.exe.mdb
 %%DATADIR%%/NzbDrone.Update/SocksWebProxy.dll
-%%DATADIR%%/NzbDrone.exe
-%%DATADIR%%/NzbDrone.exe.config
-%%DATADIR%%/NzbDrone.exe.mdb
 %%DATADIR%%/OAuth.dll
 %%DATADIR%%/OAuth.dll.mdb
 %%DATADIR%%/Org.Mentalis.dll
 %%DATADIR%%/Owin.dll
 %%DATADIR%%/Prowlin.dll
+%%DATADIR%%/Radarr.Host.dll
+%%DATADIR%%/Radarr.Host.dll.mdb
+%%DATADIR%%/Radarr.exe
+%%DATADIR%%/Radarr.exe.config
+%%DATADIR%%/Radarr.exe.mdb
 %%DATADIR%%/RestSharp.dll
 %%DATADIR%%/SocksWebProxy.dll
 %%DATADIR%%/System.Data.SQLite.dll
@@ -91,6 +91,47 @@
 %%DATADIR%%/UI/Content/Images/background/logo.png
 %%DATADIR%%/UI/Content/Images/favicon-debug.ico
 %%DATADIR%%/UI/Content/Images/favicon.ico
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-144x144.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-192x192.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-256x256.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-36x36.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-384x384.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-48x48.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-512x512.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-72x72.png
+%%DATADIR%%/UI/Content/Images/favicon/android-chrome-96x96.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-114x114-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-114x114.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-120x120-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-120x120.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-144x144-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-144x144.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-152x152-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-152x152.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-180x180-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-180x180.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-57x57-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-57x57.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-60x60-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-60x60.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-72x72-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-72x72.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-76x76-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-76x76.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon-precomposed.png
+%%DATADIR%%/UI/Content/Images/favicon/apple-touch-icon.png
+%%DATADIR%%/UI/Content/Images/favicon/browserconfig.xml
+%%DATADIR%%/UI/Content/Images/favicon/favicon-16x16.png
+%%DATADIR%%/UI/Content/Images/favicon/favicon-194x194.png
+%%DATADIR%%/UI/Content/Images/favicon/favicon-32x32.png
+%%DATADIR%%/UI/Content/Images/favicon/favicon.ico
+%%DATADIR%%/UI/Content/Images/favicon/manifest.json
+%%DATADIR%%/UI/Content/Images/favicon/mstile-144x144.png
+%%DATADIR%%/UI/Content/Images/favicon/mstile-150x150.png
+%%DATADIR%%/UI/Content/Images/favicon/mstile-310x150.png
+%%DATADIR%%/UI/Content/Images/favicon/mstile-310x310.png
+%%DATADIR%%/UI/Content/Images/favicon/mstile-70x70.png
+%%DATADIR%%/UI/Content/Images/favicon/safari-pinned-tab.svg
 %%DATADIR%%/UI/Content/Images/logos/128.png
 %%DATADIR%%/UI/Content/Images/logos/32.png
 %%DATADIR%%/UI/Content/Images/logos/48.png
@@ -104,6 +145,7 @@
 %%DATADIR%%/UI/Content/Messenger/messenger.css
 %%DATADIR%%/UI/Content/Messenger/messenger.flat.css
 %%DATADIR%%/UI/Content/_output/UI/Content/activity.css.map
+%%DATADIR%%/UI/Content/_output/UI/Content/addMovies.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/addSeries.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/bootstrap.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/calendar.css.map
@@ -111,12 +153,14 @@
 %%DATADIR%%/UI/Content/_output/UI/Content/info.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/logs.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/manualimport.css.map
+%%DATADIR%%/UI/Content/_output/UI/Content/movies.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/overrides.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/series.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/settings.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/theme.css.map
 %%DATADIR%%/UI/Content/_output/UI/Content/update.css.map
 %%DATADIR%%/UI/Content/activity.css
+%%DATADIR%%/UI/Content/addMovies.css
 %%DATADIR%%/UI/Content/addSeries.css
 %%DATADIR%%/UI/Content/bootstrap.css
 %%DATADIR%%/UI/Content/bootstrap.toggle-switch.css
@@ -138,6 +182,7 @@
 %%DATADIR%%/UI/Content/info.css
 %%DATADIR%%/UI/Content/logs.css
 %%DATADIR%%/UI/Content/manualimport.css
+%%DATADIR%%/UI/Content/movies.css
 %%DATADIR%%/UI/Content/overrides.css
 %%DATADIR%%/UI/Content/robots.txt
 %%DATADIR%%/UI/Content/series.css



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702221501.v1MF18Rd014795>