svn commit: r500131 - in head/graphics: . photoflare photoflare/files
Yuri Victorovich
yuri at FreeBSD.org
Fri Apr 26 20:06:59 UTC 2019
Author: yuri
Date: Fri Apr 26 20:06:56 2019
New Revision: 500131
URL: https://svnweb.freebsd.org/changeset/ports/500131
Log:
New port: graphics/photoflare: Quick, simple but powerful cross-platform image editor
Added:
head/graphics/photoflare/
head/graphics/photoflare/Makefile (contents, props changed)
head/graphics/photoflare/distinfo (contents, props changed)
head/graphics/photoflare/files/
head/graphics/photoflare/files/patch-PhotoFlare.pro (contents, props changed)
head/graphics/photoflare/pkg-descr (contents, props changed)
head/graphics/photoflare/pkg-plist (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Fri Apr 26 19:38:21 2019 (r500130)
+++ head/graphics/Makefile Fri Apr 26 20:06:56 2019 (r500131)
@@ -742,6 +742,7 @@
SUBDIR += pgplot
SUBDIR += pho
SUBDIR += photivo
+ SUBDIR += photoflare
SUBDIR += photopc
SUBDIR += photoqt
SUBDIR += phototonic
Added: head/graphics/photoflare/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/photoflare/Makefile Fri Apr 26 20:06:56 2019 (r500131)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= photoflare
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.5.8.1
+CATEGORIES= graphics
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Quick, simple but powerful cross-platform image editor
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick
+
+USES= compiler:c++17-lang desktop-file-utils gl qmake qt:5 localbase pkgconfig
+USE_GITHUB= PhotoFlare
+USE_QT= core gui network printsupport widgets buildtools_build linguisttools_build
+USE_GL= gl
+
+CXXFLAGS+= `pkg-config --cflags GraphicsMagick++`
+LDFLAGS+= `pkg-config --libs GraphicsMagick++`
+
+.include <bsd.port.mk>
Added: head/graphics/photoflare/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/photoflare/distinfo Fri Apr 26 20:06:56 2019 (r500131)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556304236
+SHA256 (photoflare-photoflare-v1.5.8.1_GH0.tar.gz) = 125665512597fd5c3697b784aefcb7443141ff7a1af0641f48e382ab2634d038
+SIZE (photoflare-photoflare-v1.5.8.1_GH0.tar.gz) = 831309
Added: head/graphics/photoflare/files/patch-PhotoFlare.pro
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/photoflare/files/patch-PhotoFlare.pro Fri Apr 26 20:06:56 2019 (r500131)
@@ -0,0 +1,11 @@
+--- PhotoFlare.pro.orig 2019-04-26 18:57:02 UTC
++++ PhotoFlare.pro
+@@ -235,7 +235,7 @@ unix:!macx {
+ pixmaps.files = installers/deb/DEBIAN/usr/share/icons/hicolor/48x48/apps/photoflare.png
+ desktopentry.path = $${BASEDIR}$${PREFIX}/share/applications
+ desktopentry.files = installers/deb/DEBIAN/usr/share/applications/$${TARGET}.desktop
+- manpage.path = $${PREFIX}/share/man/man1/
++ manpage.path = $${PREFIX}/man/man1/
+ manpage.files = photoflare.1
+ appstream.path = $${PREFIX}/share/metainfo/
+ appstream.files = io.photoflare.photoflare.appdata.xml
Added: head/graphics/photoflare/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/photoflare/pkg-descr Fri Apr 26 20:06:56 2019 (r500131)
@@ -0,0 +1,10 @@
+PhotoFlare is a multi-platform image editor with an aim to balance between
+powerful features and a simple easy to graphical user interface. PhotoFlare
+suits a wide variety of different tasks and users who value a more nimble
+workflow.
+
+PhotoFlare includes features such as simple painting brushes, basic image
+editing capabilities, image filters, colour adjustments and more advanced
+features such as Batch image processing.
+
+WWW: https://photoflare.io/
Added: head/graphics/photoflare/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/photoflare/pkg-plist Fri Apr 26 20:06:56 2019 (r500131)
@@ -0,0 +1,20 @@
+bin/photoflare
+man/man1/photoflare.1.gz
+share/applications/photoflare.desktop
+share/icons/hicolor/128x128/apps/photoflare.png
+share/icons/hicolor/16x16/apps/photoflare.png
+share/icons/hicolor/192x192/apps/photoflare.png
+share/icons/hicolor/22x22/apps/photoflare.png
+share/icons/hicolor/24x24/apps/photoflare.png
+share/icons/hicolor/256x256/apps/photoflare.png
+share/icons/hicolor/32x32/apps/photoflare.png
+share/icons/hicolor/48x48/apps/photoflare.png
+share/icons/hicolor/64x64/apps/photoflare.png
+share/metainfo/io.photoflare.photoflare.appdata.xml
+%%DATADIR%%/languages/cs.qm
+%%DATADIR%%/languages/de.qm
+%%DATADIR%%/languages/en.qm
+%%DATADIR%%/languages/fr.qm
+%%DATADIR%%/languages/nl.qm
+%%DATADIR%%/languages/zh_TW.qm
+share/pixmaps/photoflare.png
More information about the svn-ports-all
mailing list