mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
New port: graphics/minder
Create, develop and visualize your ideas. Use the power of mind-mapping to make your ideas come to life. - Quickly create visual mind-maps using the keyboard and automatic layout - Gorgeous themes - Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and plain text formats - Printer support - Add notes and tasks to your nodes - Colorized node branches WWW: https://github.com/phase1geo/Minder
This commit is contained in:
parent
bd1abb9095
commit
71c181b976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477435
@ -630,6 +630,7 @@
|
||||
SUBDIR += metacam
|
||||
SUBDIR += metapixel
|
||||
SUBDIR += mhgui
|
||||
SUBDIR += minder
|
||||
SUBDIR += ming
|
||||
SUBDIR += mirage
|
||||
SUBDIR += mmrecover
|
||||
|
35
graphics/minder/Makefile
Normal file
35
graphics/minder/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= minder
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= graphics
|
||||
PKGNAMESUFFIX= -app # avoid PKGBASE collision with net-p2p/minder
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Mind-mapping application
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= vala:lang/vala
|
||||
LIB_DEPENDS= libgranite.so:x11-toolkits/granite
|
||||
|
||||
USES= gettext gnome meson pkgconfig python:3.5+,build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phase1geo
|
||||
GH_PROJECT= Minder
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
|
||||
GLIB_SCHEMAS= com.github.phase1geo.minder.gschema.xml
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD} # for meson/post_install.py
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/minder/distinfo
Normal file
3
graphics/minder/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1534518017
|
||||
SHA256 (phase1geo-Minder-1.0.8_GH0.tar.gz) = 51100d995b8240f30130dfd6eb5c37eddfbfc46308e4d44a7475716d5635dac5
|
||||
SIZE (phase1geo-Minder-1.0.8_GH0.tar.gz) = 372949
|
13
graphics/minder/pkg-descr
Normal file
13
graphics/minder/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Create, develop and visualize your ideas. Use the power of
|
||||
mind-mapping to make your ideas come to life.
|
||||
|
||||
- Quickly create visual mind-maps using the keyboard and automatic
|
||||
layout
|
||||
- Gorgeous themes
|
||||
- Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and
|
||||
plain text formats
|
||||
- Printer support
|
||||
- Add notes and tasks to your nodes
|
||||
- Colorized node branches
|
||||
|
||||
WWW: https://github.com/phase1geo/Minder
|
27
graphics/minder/pkg-plist
Normal file
27
graphics/minder/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
bin/com.github.phase1geo.minder
|
||||
share/applications/com.github.phase1geo.minder.desktop
|
||||
share/icons/hicolor/128x128/apps/com.github.phase1geo.minder.svg
|
||||
share/icons/hicolor/16x16/apps/com.github.phase1geo.minder.svg
|
||||
share/icons/hicolor/16x16/apps/minder-balance-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-detach-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-fold-completed-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-down-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-horizontal-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-left-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-manual-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-right-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-up-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-layout-vertical-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-note-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-task-done-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-task-todo-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-title-symbolic.svg
|
||||
share/icons/hicolor/16x16/apps/minder-unfold-symbolic.svg
|
||||
share/icons/hicolor/24x24/apps/com.github.phase1geo.minder.svg
|
||||
share/icons/hicolor/32x32/apps/com.github.phase1geo.minder.svg
|
||||
share/icons/hicolor/48x48/apps/com.github.phase1geo.minder.svg
|
||||
share/icons/hicolor/64x64/apps/com.github.phase1geo.minder.svg
|
||||
share/locale/cs/LC_MESSAGES/com.github.phase1geo.minder.mo
|
||||
share/locale/fr/LC_MESSAGES/com.github.phase1geo.minder.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/com.github.phase1geo.minder.mo
|
||||
share/metainfo/com.github.phase1geo.minder.appdata.xml
|
Loading…
Reference in New Issue
Block a user