Date: Fri, 17 Aug 2018 16:07:08 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477435 - in head/graphics: . minder Message-ID: <201808171607.w7HG78mx010219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Aug 17 16:07:08 2018 New Revision: 477435 URL: https://svnweb.freebsd.org/changeset/ports/477435 Log: 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 Added: head/graphics/minder/ head/graphics/minder/Makefile (contents, props changed) head/graphics/minder/distinfo (contents, props changed) head/graphics/minder/pkg-descr (contents, props changed) head/graphics/minder/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Aug 17 15:30:24 2018 (r477434) +++ head/graphics/Makefile Fri Aug 17 16:07:08 2018 (r477435) @@ -630,6 +630,7 @@ SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui + SUBDIR += minder SUBDIR += ming SUBDIR += mirage SUBDIR += mmrecover Added: head/graphics/minder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/minder/Makefile Fri Aug 17 16:07:08 2018 (r477435) @@ -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> Added: head/graphics/minder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/minder/distinfo Fri Aug 17 16:07:08 2018 (r477435) @@ -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 Added: head/graphics/minder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/minder/pkg-descr Fri Aug 17 16:07:08 2018 (r477435) @@ -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 Added: head/graphics/minder/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/minder/pkg-plist Fri Aug 17 16:07:08 2018 (r477435) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808171607.w7HG78mx010219>