View | Details | Raw Unified | Return to bug 226829 | Differences between
and this patch

Collapse All | Expand All

(-)mail/astroid/Makefile (+32 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	astroid
4
DISTVERSION=	0.11.1
5
CATEGORIES=	mail
6
7
MAINTAINER=	mconnolly@iotrak.com
8
COMMENT=	Graphical email client for notmuch, inspired by sup and others
9
10
LICENSE=	GPLv3
11
12
BUILD_DEPENDS=	cmake:devel/cmake \
13
		pkg-config:devel/pkgconf
14
15
LIB_DEPENDS=	libsass.so:textproc/libsass \
16
		libwebkitgtk-3.0.so:www/webkit-gtk3 \
17
		libglibmm-2.4.so:devel/glibmm \
18
		libgtkmm-3.0.so:x11-toolkits/gtkmm30 \
19
		libgmime-2.6.so:mail/gmime26 \
20
		libboost_system.so:devel/boost-libs \
21
		libvte-2.91.so:x11-toolkits/vte3
22
23
RUN_DEPENDS=	notmuch:mail/notmuch
24
25
USES=		cmake
26
USE_GITHUB=	yes
27
28
GH_ACCOUNT=	astroidmail
29
GH_PROJECT=	astroid
30
GH_TAGNAME=	v${DISTVERSION}
31
32
.include <bsd.port.mk>
(-)mail/astroid/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1521646373
2
SHA256 (astroidmail-astroid-0.11.1-v0.11.1_GH0.tar.gz) = dcae65cf8dc8a30390da37e5dc0c033ae5733179508999034c1f01d15631ea7c
3
SIZE (astroidmail-astroid-0.11.1-v0.11.1_GH0.tar.gz) = 3403310
(-)mail/astroid/pkg-descr (+3 lines)
Line 0 Link Here
1
This is a port of the Astroid mail client.
2
3
WWW: http://astroidmail.github.io/
(-)mail/astroid/pkg-plist (+23 lines)
Line 0 Link Here
1
bin/astroid
2
share/applications/astroid.desktop
3
%%DATADIR%%/ui/edit-message.glade
4
%%DATADIR%%/ui/icons/LICENSE
5
%%DATADIR%%/ui/icons/astroid.png
6
%%DATADIR%%/ui/icons/astroid.svg
7
%%DATADIR%%/ui/icons/horizontal_color.png
8
%%DATADIR%%/ui/icons/horizontal_color.svg
9
%%DATADIR%%/ui/icons/horizontal_white.png
10
%%DATADIR%%/ui/icons/horizontal_white.svg
11
%%DATADIR%%/ui/icons/icon_color.png
12
%%DATADIR%%/ui/icons/icon_color.svg
13
%%DATADIR%%/ui/icons/icon_white.png
14
%%DATADIR%%/ui/icons/icon_white.svg
15
%%DATADIR%%/ui/icons/vertical_color.png
16
%%DATADIR%%/ui/icons/vertical_color.svg
17
%%DATADIR%%/ui/icons/vertical_white.png
18
%%DATADIR%%/ui/icons/vertical_white.svg
19
%%DATADIR%%/ui/no-mail.png
20
%%DATADIR%%/ui/thread-view.html
21
%%DATADIR%%/ui/thread-view.scss
22
@dir share/icons/hicolor/512x512/apps
23
@dir share/icons/hicolor/scalable/app

Return to bug 226829