From owner-svn-ports-head@freebsd.org Sat Jun 29 00:26:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB1615CFD8A; Sat, 29 Jun 2019 00:26:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 797CC8F319; Sat, 29 Jun 2019 00:26:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D2376956; Sat, 29 Jun 2019 00:26:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5T0Q3Jv022797; Sat, 29 Jun 2019 00:26:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5T0Q2qV022792; Sat, 29 Jun 2019 00:26:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201906290026.x5T0Q2qV022792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 29 Jun 2019 00:26:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505316 - in head/devel: . snorenotify X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . snorenotify X-SVN-Commit-Revision: 505316 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 797CC8F319 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2019 00:26:05 -0000 Author: swills Date: Sat Jun 29 00:26:01 2019 New Revision: 505316 URL: https://svnweb.freebsd.org/changeset/ports/505316 Log: devel/snorenotify: create port Snorenotify is a multi platform Qt notification framework. WWW: https://github.com/KDE/snorenotify Added: head/devel/snorenotify/ head/devel/snorenotify/Makefile (contents, props changed) head/devel/snorenotify/distinfo (contents, props changed) head/devel/snorenotify/pkg-descr (contents, props changed) head/devel/snorenotify/pkg-plist (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jun 29 00:17:47 2019 (r505315) +++ head/devel/Makefile Sat Jun 29 00:26:01 2019 (r505316) @@ -6071,6 +6071,7 @@ SUBDIR += smake SUBDIR += smc SUBDIR += smv + SUBDIR += snorenotify SUBDIR += soapui SUBDIR += socket_wrapper SUBDIR += sonar-ant-task Added: head/devel/snorenotify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/snorenotify/Makefile Sat Jun 29 00:26:01 2019 (r505316) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= snorenotify +PORTVERSION= 0.7.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= swills@FreeBSD.org +COMMENT= Multi platform Qt notification framework + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LGPL-3 + +USES= cmake kde:5 qt:5 +USE_KDE= ecm +USE_QT= core dbus gui network widgets buildtools_build qmake_build +USE_GITHUB= yes +USE_LDCONFIG= yes + +GH_ACCOUNT= KDE + +.include Added: head/devel/snorenotify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/snorenotify/distinfo Sat Jun 29 00:26:01 2019 (r505316) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561753153 +SHA256 (KDE-snorenotify-v0.7.0_GH0.tar.gz) = 2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9 +SIZE (KDE-snorenotify-v0.7.0_GH0.tar.gz) = 226659 Added: head/devel/snorenotify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/snorenotify/pkg-descr Sat Jun 29 00:26:01 2019 (r505316) @@ -0,0 +1,5 @@ +Snorenotify is a multi platform Qt notification framework. Using a plugin +system it is possible to create notifications with many different notification +systems on Windows, Mac OS and Unix and mobile Devices. + +WWW: https://github.com/KDE/snorenotify Added: head/devel/snorenotify/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/snorenotify/pkg-plist Sat Jun 29 00:26:01 2019 (r505316) @@ -0,0 +1,56 @@ +bin/snorenotify +bin/snoresend +bin/snoresettings +bin/snoresettings-cli +include/libsnore/alert.h +include/libsnore/application.h +include/libsnore/hint.h +include/libsnore/lambdahint.h +include/libsnore/notification/icon.h +include/libsnore/notification/notification.h +include/libsnore/notification/notificationaction.h +include/libsnore/plugins/plugins.h +include/libsnore/plugins/settingsplugin.h +include/libsnore/plugins/snorebackend.h +include/libsnore/plugins/snorefrontend.h +include/libsnore/plugins/snoresecondarybackend.h +include/libsnore/settings/pluginsettingswidget.h +include/libsnore/settings/settings.h +include/libsnore/settings/settingsdialog.h +include/libsnore/settings/snore_settings_exports.h +include/libsnore/snore_exports.h +include/libsnore/snore_p.h +include/libsnore/snore.h +include/libsnore/snoreglobals.h +include/libsnore/utils.h +include/libsnore/version.h +lib/cmake/libsnoreQt5/LibsnoreQt5Config.cmake +lib/cmake/libsnoreQt5/LibsnoreQt5ConfigVersion.cmake +lib/cmake/libsnoreQt5/LibsnoreQt5Target-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/libsnoreQt5/LibsnoreQt5Target.cmake +lib/cmake/libsnoreQt5/SnoreAddPlugin.cmake +lib/cmake/libsnoresettingsQt5/LibsnoreSettingsQt5Config.cmake +lib/cmake/libsnoresettingsQt5/LibsnoreSettingsQt5ConfigVersion.cmake +lib/cmake/libsnoresettingsQt5/LibsnoreSettingsQt5Target-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/libsnoresettingsQt5/LibsnoreSettingsQt5Target.cmake +lib/libsnore-qt5.so +lib/libsnore-qt5.so.0.7 +lib/libsnore-qt5.so.0.7.0 +lib/libsnoresettings-qt5.so +lib/libsnoresettings-qt5.so.0.7 +lib/libsnoresettings-qt5.so.0.7.0 +%%QT_MKSPECDIR%%/modules/qt_LibsnoreQt5.pri +%%QT_MKSPECDIR%%/modules/qt_LibsnoreSettingsQt5.pri +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_backend_freedesktop.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_frontend_freedesktop.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_frontend_snarlnetwork.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_nma.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_puhover.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_toasty.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_backend_trayicon.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_nma.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_puhover.so +%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_toasty.so +share/applications/snorenotify.desktop +share/applications/snoresettings.desktop +share/icons/hicolor/128x128/apps/snore.png