summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-05-06 13:50:39 +0000
committertaca <taca@pkgsrc.org>2020-05-06 13:50:39 +0000
commitb7ccfc26e9c710befaf52f2eafbdb533dfa4833f (patch)
tree8eb15d71ce7d67a95f3ee5f372b017f2948d6ee3 /devel
parent48c03677f1adb0a4d64b10647241352304753545 (diff)
downloadpkgsrc-b7ccfc26e9c710befaf52f2eafbdb533dfa4833f.tar.gz
ruby-redmine-minimalflat2-theme: add package version 1.7.0
Add ruby-redmine-minimalflat2-theme package version 1.7.0. Minimal and flat design theme for Redmine. Features * Minimal and flat design * Modern color scheme by Flat UI & Espresso * Flexible (resolution-independent) icon by IcoMoon * Expandable tree view of the project list * Favicon (Redmine 2.5 or later) * Responsive layout (Redmine 3.2 or later)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-redmine-minimalflat2-theme/DESCR10
-rw-r--r--devel/ruby-redmine-minimalflat2-theme/Makefile33
-rw-r--r--devel/ruby-redmine-minimalflat2-theme/PLIST22
-rw-r--r--devel/ruby-redmine-minimalflat2-theme/distinfo6
4 files changed, 71 insertions, 0 deletions
diff --git a/devel/ruby-redmine-minimalflat2-theme/DESCR b/devel/ruby-redmine-minimalflat2-theme/DESCR
new file mode 100644
index 00000000000..caad634f221
--- /dev/null
+++ b/devel/ruby-redmine-minimalflat2-theme/DESCR
@@ -0,0 +1,10 @@
+Minimal and flat design theme for Redmine.
+
+Features
+
+* Minimal and flat design
+* Modern color scheme by Flat UI & Espresso
+* Flexible (resolution-independent) icon by IcoMoon
+* Expandable tree view of the project list
+* Favicon (Redmine 2.5 or later)
+* Responsive layout (Redmine 3.2 or later)
diff --git a/devel/ruby-redmine-minimalflat2-theme/Makefile b/devel/ruby-redmine-minimalflat2-theme/Makefile
new file mode 100644
index 00000000000..2603dad3ac6
--- /dev/null
+++ b/devel/ruby-redmine-minimalflat2-theme/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2020/05/06 13:50:39 taca Exp $
+#
+
+DISTNAME= minimalflat2-${GITHUB_RELEASE:S/v//1}
+PKGNAME= ${RUBY_PKGPREFIX}-redmine-minimalflat2-theme-${GITHUB_RELEASE:S/v//1}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=akabekobeko/}
+GITHUB_PROJECT= redmine-theme-minimalflat2
+GITHUB_RELEASE= v1.7.0
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/akabekobeko/redmine-theme-minimalflat2
+COMMENT= Minimal and flat design theme for Redmine
+LICENSE= gnu-gpl-v2
+
+.include "../../meta-pkgs/ruby-redmine-themes/Makefile.common"
+
+MINIMALFLAT_DIR= ${REDMINE_THEMEDIR}/minimalflat2
+MINIMALFLAT_SUBDIRS= favicon fonts images javascripts stylesheets
+WRKSRC= ${WRKDIR}/minimalflat2
+
+.for d in ${MINIMALFLAT_SUBDIRS}
+INSTALLATION_DIRS+= ${MINIMALFLAT_DIR}/${d}
+.endfor
+
+do-install:
+ for i in ${MINIMALFLAT_SUBDIRS}; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i/* \
+ ${DESTDIR}${PREFIX}/${MINIMALFLAT_DIR}/$$i; \
+ done
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-redmine-minimalflat2-theme/PLIST b/devel/ruby-redmine-minimalflat2-theme/PLIST
new file mode 100644
index 00000000000..ac79cd37995
--- /dev/null
+++ b/devel/ruby-redmine-minimalflat2-theme/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/06 13:50:39 taca Exp $
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/favicon/favicon.ico
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.eot
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.svg
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.ttf
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.woff
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/arrow_down.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/draft.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/loading.gif
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/openid-bg.gif
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_asc.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_desc.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/task_parent_end.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/transparent.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/javascripts/theme.js
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/application.css
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/responsive.css
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/stylesheets
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/javascripts
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/images
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/fonts
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/favicon
diff --git a/devel/ruby-redmine-minimalflat2-theme/distinfo b/devel/ruby-redmine-minimalflat2-theme/distinfo
new file mode 100644
index 00000000000..e9704dd57ae
--- /dev/null
+++ b/devel/ruby-redmine-minimalflat2-theme/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/06 13:50:39 taca Exp $
+
+SHA1 (minimalflat2-1.7.0.zip) = 64d87116e0537ff67086b0996517c16e3ceb89ee
+RMD160 (minimalflat2-1.7.0.zip) = 97fb7fe711b426f5e1a2eb7d3de6061fbed5b877
+SHA512 (minimalflat2-1.7.0.zip) = 7af882ff6c3ffed9f5d120775f2b34decb19133add6316ea4cef86ffa66b1e994a323d2d11e1b5290a8e14800004b3cefb5f9fb66b391e427b05c961b1bb8fe0
+Size (minimalflat2-1.7.0.zip) = 80800 bytes