From owner-svn-ports-head@freebsd.org Thu Aug 8 07:59:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9D45C693E; Thu, 8 Aug 2019 07:59:04 +0000 (UTC) (envelope-from yuri@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 46413X3rtZz40Rm; Thu, 8 Aug 2019 07:59:04 +0000 (UTC) (envelope-from yuri@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 618E221FF5; Thu, 8 Aug 2019 07:59:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x787x44q034479; Thu, 8 Aug 2019 07:59:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x787x3Se034470; Thu, 8 Aug 2019 07:59:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908080759.x787x3Se034470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 8 Aug 2019 07:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508365 - in head/mail: . astroid astroid/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/mail: . astroid astroid/files X-SVN-Commit-Revision: 508365 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 08 Aug 2019 07:59:04 -0000 Author: yuri Date: Thu Aug 8 07:59:02 2019 New Revision: 508365 URL: https://svnweb.freebsd.org/changeset/ports/508365 Log: New port: mail/astroid: Graphical email client for notmuch, inspired by sup and others PR: 226829 Submitted by: Mylan Connolly Added: head/mail/astroid/ head/mail/astroid/Makefile (contents, props changed) head/mail/astroid/distinfo (contents, props changed) head/mail/astroid/files/ head/mail/astroid/files/patch-CMakeLists.txt (contents, props changed) head/mail/astroid/pkg-descr (contents, props changed) head/mail/astroid/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Aug 8 07:45:55 2019 (r508364) +++ head/mail/Makefile Thu Aug 8 07:59:02 2019 (r508365) @@ -23,6 +23,7 @@ SUBDIR += ask SUBDIR += asmail SUBDIR += assp + SUBDIR += astroid SUBDIR += automx SUBDIR += autorespond SUBDIR += autosig Added: head/mail/astroid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/astroid/Makefile Thu Aug 8 07:59:02 2019 (r508365) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= astroid +DISTVERSIONPREFIX= v +DISTVERSION= 0.15 +CATEGORIES= mail + +MAINTAINER= mylan.connolly@gmail.com +COMMENT= Graphical email client for notmuch, inspired by sup and others + +LICENSE= GPLv3+ LGPL21+ +LICENSE_COMB= dual +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING.GPL-3.0+ +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL-2.1+ + +BUILD_DEPENDS= scdoc:textproc/scdoc \ + notmuch>0:mail/notmuch +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 \ + libgmime-3.0.so:mail/gmime30 \ + libgnutls.so:security/gnutls \ + libpcre2-8.so:devel/pcre2 \ + libpeas-1.0.so:devel/libpeas \ + libprotobuf.so:devel/protobuf \ + libsass.so:textproc/libsass \ + libsoup-2.4.so:devel/libsoup +RUN_DEPENDS= notmuch:mail/notmuch + +USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= astroidmail +GH_PROJECT= astroid +USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 introspection libsigc++20 pango pangomm vte3 + +INSTALLS_ICONS= yes + +.include Added: head/mail/astroid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/astroid/distinfo Thu Aug 8 07:59:02 2019 (r508365) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565244146 +SHA256 (astroidmail-astroid-v0.15_GH0.tar.gz) = 8581bbdbc71bd00d4cdd473cfad8bc604628bb15616fe5eab5c623461f686c65 +SIZE (astroidmail-astroid-v0.15_GH0.tar.gz) = 3365732 Added: head/mail/astroid/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/astroid/files/patch-CMakeLists.txt Thu Aug 8 07:59:02 2019 (r508365) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-08-08 06:21:44 UTC ++++ CMakeLists.txt +@@ -543,7 +543,7 @@ install ( TARGETS tvextension + # Install man page + if (NOT DISABLE_DOCS) + install ( FILES ${CMAKE_BINARY_DIR}/astroid.1.gz +- DESTINATION share/man/man1 ++ DESTINATION man/man1 + ) + endif () + Added: head/mail/astroid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/astroid/pkg-descr Thu Aug 8 07:59:02 2019 (r508365) @@ -0,0 +1,7 @@ +Astroid is a lightweight and fast Mail User Agent that provides a graphical +interface to searching, display and composing email, organized in thread and +tags. Astroid uses the notmuch backend for blazingly fast searches through tons +of email. Astroid searches, displays and composes emails - and relies on other +programs for fetching, syncing and sending email. + +WWW: http://astroidmail.github.io/ Added: head/mail/astroid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/astroid/pkg-plist Thu Aug 8 07:59:02 2019 (r508365) @@ -0,0 +1,28 @@ +bin/astroid +lib/astroid/web-extensions/libtvextension.so +lib/girepository-1.0/Astroid-0.2.typelib +man/man1/astroid.1.gz +share/applications/astroid.desktop +%%DATADIR%%/ui/edit-message.glade +%%DATADIR%%/ui/icons/LICENSE +%%DATADIR%%/ui/icons/astroid.png +%%DATADIR%%/ui/icons/astroid.svg +%%DATADIR%%/ui/icons/horizontal_color.png +%%DATADIR%%/ui/icons/horizontal_color.svg +%%DATADIR%%/ui/icons/horizontal_white.png +%%DATADIR%%/ui/icons/horizontal_white.svg +%%DATADIR%%/ui/icons/icon_color.png +%%DATADIR%%/ui/icons/icon_color.svg +%%DATADIR%%/ui/icons/icon_white.png +%%DATADIR%%/ui/icons/icon_white.svg +%%DATADIR%%/ui/icons/vertical_color.png +%%DATADIR%%/ui/icons/vertical_color.svg +%%DATADIR%%/ui/icons/vertical_white.png +%%DATADIR%%/ui/icons/vertical_white.svg +%%DATADIR%%/ui/no-mail.png +%%DATADIR%%/ui/part.scss +%%DATADIR%%/ui/thread-view.html +%%DATADIR%%/ui/thread-view.scss +share/gir-1.0/Astroid-0.2.gir +share/icons/hicolor/512x512/apps/astroid.png +share/icons/hicolor/scalable/apps/astroid.svg