Imported wip/deforaos-mailer, the DeforaOS desktop e-mail client, under

mail/deforaos-mailer (version 0.1.5)
This commit is contained in:
khorben 2012-12-17 00:59:54 +00:00
parent 643cee73e9
commit e5c55d931c
6 changed files with 139 additions and 0 deletions

View file

@ -0,0 +1 @@
DeforaOS desktop mail client

View file

@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.1 2012/12/17 00:59:54 khorben Exp $
#
DISTNAME= Mailer-0.1.5
PKGNAME= deforaos-mailer-0.1.5
CATEGORIES= mail
MASTER_SITES= http://www.defora.org/os/download/download/3704/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop e-mail client
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
USE_TOOLS+= xgettext
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
AUTO_MKDIRS= yes
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/man1/compose.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/compose.1
${MV} ${DESTDIR}${PREFIX}/share/man/man1/mailer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mailer.1
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
${RMDIR} ${DESTDIR}${PREFIX}/share/man
.include "options.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/deforaos-libdesktop/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,60 @@
@comment $NetBSD: PLIST,v 1.1 2012/12/17 00:59:54 khorben Exp $
bin/compose
bin/mailer
include/Desktop/Mailer.h
include/Desktop/Mailer/account.h
include/Desktop/Mailer/folder.h
include/Desktop/Mailer/helper.h
include/Desktop/Mailer/mailer.h
include/Desktop/Mailer/message.h
include/Desktop/Mailer/plugin.h
include/Desktop/Mailer/transport.h
lib/Mailer/account/imap4.so
lib/Mailer/account/mbox.so
lib/Mailer/account/pop3.so
lib/Mailer/plugins/mailing-lists.so
lib/Mailer/plugins/search.so
lib/libMailer.a
lib/libMailer.so
lib/libMailer.so.0
lib/libMailer.so.0.0
lib/pkgconfig/Mailer.pc
man/man1/compose.1
man/man1/mailer.1
share/applications/mailer.desktop
share/doc/html/Mailer/compose.html
share/doc/html/Mailer/mailer.html
share/gtk-doc/html/Mailer/Mailer-account.html
share/gtk-doc/html/Mailer/Mailer-folder.html
share/gtk-doc/html/Mailer/Mailer-helper.html
share/gtk-doc/html/Mailer/Mailer-mailer.html
share/gtk-doc/html/Mailer/Mailer-message.html
share/gtk-doc/html/Mailer/Mailer-plugin.html
share/gtk-doc/html/Mailer/Mailer.devhelp2
share/gtk-doc/html/Mailer/api-index-full.html
share/gtk-doc/html/Mailer/ch01.html
share/gtk-doc/html/Mailer/deprecated-api-index.html
share/gtk-doc/html/Mailer/home.png
share/gtk-doc/html/Mailer/index.html
share/gtk-doc/html/Mailer/index.sgml
share/gtk-doc/html/Mailer/left.png
share/gtk-doc/html/Mailer/right.png
share/gtk-doc/html/Mailer/style.css
share/gtk-doc/html/Mailer/up.png
share/icons/hicolor/16x16/apps/mailer-accounts.png
share/icons/hicolor/16x16/apps/mailer-drafts.png
share/icons/hicolor/16x16/apps/mailer-inbox.png
share/icons/hicolor/16x16/apps/mailer-outbox.png
share/icons/hicolor/16x16/apps/mailer-sent.png
share/icons/hicolor/16x16/apps/mailer.png
share/icons/hicolor/24x24/apps/mailer-accounts.png
share/icons/hicolor/24x24/apps/mailer-drafts.png
share/icons/hicolor/24x24/apps/mailer-inbox.png
share/icons/hicolor/24x24/apps/mailer-outbox.png
share/icons/hicolor/24x24/apps/mailer-sent.png
share/icons/hicolor/24x24/apps/mailer.png
share/icons/hicolor/48x48/apps/mailer-inbox.png
share/icons/hicolor/48x48/apps/mailer-outbox.png
share/icons/hicolor/48x48/apps/mailer-sent.png
share/icons/hicolor/48x48/apps/mailer.png
share/locale/fr/LC_MESSAGES/Mailer.mo

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2012/12/17 00:59:54 khorben Exp $
SHA1 (Mailer-0.1.5.tar.gz) = 341a3915d8b2d5a8a20472d27bf997468366a9b7
RMD160 (Mailer-0.1.5.tar.gz) = 557a29902df4549e564c4b7aaef422170d16a317
Size (Mailer-0.1.5.tar.gz) = 105898 bytes
SHA1 (patch-doc_Makefile) = d47469aec0c1cb52099356ec30b5bf3bcbc0d9df

View file

@ -0,0 +1,10 @@
# $NetBSD: options.mk,v 1.1 2012/12/17 00:59:55 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mailer
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif

View file

@ -0,0 +1,25 @@
$NetBSD: patch-doc_Makefile,v 1.1 2012/12/17 00:59:55 khorben Exp $
Also install the manual pages.
--- doc/Makefile.orig 2012-10-14 17:06:02.000000000 +0000
+++ doc/Makefile
@@ -48,14 +48,18 @@ distclean:
install: $(TARGETS)
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.1"
./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.html"
./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -i -- "gtkdoc/html.stamp"
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.1"
./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.html"
uninstall:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "compose.1"
./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "compose.html"
./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -u -- "gtkdoc/html.stamp"
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "mailer.1"
./docbook.sh -P "$(DESTDIR)$(PREFIX)" -u -- "mailer.html"
.PHONY: all subdirs clean distclean install uninstall