Unraid-SlackPack/plugins/NerdPack.plg

222 lines
5.3 KiB
Plaintext
Raw Normal View History

2015-12-13 18:56:35 +00:00
<?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
2016-02-02 18:39:07 +00:00
<!ENTITY version "2016.02.02">
2015-12-13 18:56:35 +00:00
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
<!ENTITY pkgURL "&gitURL;/source/packages">
<!ENTITY plgpath "/boot/config/plugins/&name;">
<!ENTITY plgname "&name;-&version;-x86_64-1">
<!ENTITY emhttp "/usr/local/emhttp/plugins/&name;">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
2016-02-02 18:39:07 +00:00
###2016.02.02
- add check for other plugin dependencies on uninstall
2016-01-25 15:58:25 +00:00
###2016.01.25
- Merge eschultz pull request
- tweaks to tablesorter to restore saved filters
- minor optimizations
2016-01-25 05:29:20 +00:00
###2016.01.24
- Merged eschultz's package repo and following fixes
- Fixed first time running warnings about missing packages.json / desc files
- Fixed bug preventing Select All from being toggle-able
- Fixed bug in Select All and dependent package checkboxes / race condition
- Eliminated vertical space gap between page header and table
2016-01-16 22:53:31 +00:00
###2016.01.16a
- add metric parser to sort units
2016-01-16 20:49:49 +00:00
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
2016-01-15 08:48:05 +00:00
###2016.01.15
- fix filter save
- add filter reset button
2016-01-10 11:13:58 +00:00
###2016.01.10a-c
2016-01-10 10:40:26 +00:00
- fix name of package description file
2016-01-10 10:20:03 +00:00
###2016.01.10
- added dynamic package description tootips
- updated tablesorter to v2.25.0
- add tablesorter widgets (filter, saveSort, stickyHeaders, hover-highlight)
- added cli options to packagemanager script
2015-12-30 10:07:49 +00:00
###2015.12.30
2015-12-30 10:00:11 +00:00
- create packages directory on install
###2015.12.15a
- remove command output
2015-12-15 07:21:53 +00:00
###2015.12.15
- minor fixes
2015-12-15 06:27:33 +00:00
###2015.12.14
2015-12-15 04:52:11 +00:00
- add update functions
2015-12-15 07:21:53 +00:00
- add delete package function
2015-12-14 08:28:47 +00:00
- fix some minor bugs
2015-12-13 18:56:35 +00:00
###2015.12.13
- initial commit of wrapper plugin for packages in repo
###2015.12.07
- Added perl 5.22.0
- Added vim 7.4.898 (thanks Ryan Detzel)
###2015.09.09
- Keep all packages installed after NerdPack uninstall so we don't break other plugin's dependancies. (thanks David Coppit)
###2015.08.09
- Added p7zip 9.38.1
###2015.07.31
- Added iperf 3.0.11
###2015.06.27
- Added sshfs 2.5
###2015.06.23
- Added python 2.7.9 (fixes iotop dependency)
###2015.05.16
- Added subversion 1.7.16
- Added MD5 checks for all packages
###2015.05.15
- Added lftp 4.6.1
- Replaced installpkg with upgradepkg to allow package upgrading
2016-01-10 10:20:03 +00:00
- Added removal of packages upon uninstall of NerdPack
2015-12-13 18:56:35 +00:00
###2015.04.29
- Added git 2.3.5
###2015.04.24
- Added strace 4.10
###2015.04.23
- Added bwm-ng 0.6
###2015.02.07
- Added unrar 5.2.5
###2015.01.06
- Inital release. includes:
- iftop 1.0pre2
- iotop 0.6
- screen 4.2.1
- lshw B.02.17
- kbd 1.15.3
- inotify-tools 3.14
- cpio 2.11
</CHANGES>
2016-01-16 20:49:49 +00:00
<!--
The 'tablesorter' package file.
-->
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
</FILE>
2016-01-18 02:07:58 +00:00
<FILE Name="&plgpath;/&name;.cfg">
<INLINE>
<![CDATA[
]]>
</INLINE>
</FILE>
2016-01-10 10:20:03 +00:00
<!--
The Github repo packages file.
-->
2016-01-10 10:51:19 +00:00
<FILE Name="&plgpath;/packages/packages.json">
<URL>&gitURL;/plugins/packages.json</URL>
2016-01-10 10:20:03 +00:00
</FILE>
<!--
The package description file.
-->
<FILE Name="&plgpath;/packages/packages-desc">
2016-01-10 10:51:19 +00:00
<URL>&gitURL;/plugins/packages-desc</URL>
2016-01-10 10:20:03 +00:00
</FILE>
2015-12-13 18:56:35 +00:00
<!--
The 'plugin' package file.
-->
<FILE Name="&plgpath;/&plgname;.txz">
<URL>&gitURL;/archive/&plgname;.txz</URL>
</FILE>
<!--
The 'plugin' package MD5 hash.
-->
<FILE Name="&plgpath;/&plgname;.md5">
<URL>&gitURL;/archive/&plgname;.md5</URL>
</FILE>
<!--
The 'install' script.
-->
<FILE Run="/bin/bash" Method="install">
<INLINE>
2015-12-20 08:58:07 +00:00
#Verify unRAID Version
source /etc/unraid-version
if [[ ${version:0:3} == 6.0 ]]; then
echo "unRAID version 6.1 or higher is required"
exit 1
fi
2015-12-13 18:56:35 +00:00
# Verify and install plugin package
sum1=$(/usr/bin/md5sum &plgpath;/&plgname;.txz)
sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5)
if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
echo "Wrong 'plugin' package md5 hash."
rm &plgpath;/&plgname;.txz \
&plgpath;/&plgname;.md5
exit 1
else
upgradepkg --install-new &plgpath;/&plgname;.txz
fi
2015-12-30 10:00:11 +00:00
if [ ! -d &plgpath;/packages ]; then
mkdir &plgpath;/packages
fi
2015-12-13 18:56:35 +00:00
# Update file permissions of scripts
chmod +0755 &emhttp;/scripts/*
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate"
2016-01-10 10:20:03 +00:00
echo " Copyright 2016, &author;, eschultz"
2015-12-13 18:56:35 +00:00
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>
<!--
The 'remove' script.
-->
<FILE Run="/bin/bash" Method="remove">
<INLINE>
2015-12-14 08:41:21 +00:00
removepkg &plgpath;/&plgname;.txz
rm -rf &emhttp;
rm -f &plgpath;/&plgname;.txz
rm -f &plgpath;/&plgname;.md5
2015-12-13 18:56:35 +00:00
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
2016-01-10 10:20:03 +00:00
echo " Copyright 2016, &author;, eschultz"
2015-12-13 18:56:35 +00:00
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>
</PLUGIN>
2015-12-20 08:58:07 +00:00