This plugin adds archiving features to Claws Mail.
WWW: http://www.claws-mail.org/plugins.php
This commit is contained in:
parent
cf8e735ab4
commit
678d3bbffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215867
5 changed files with 40 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
SUBDIR += chk4mail
|
||||
SUBDIR += clamfilter
|
||||
SUBDIR += claws-mail
|
||||
SUBDIR += claws-mail-archiver
|
||||
SUBDIR += claws-mail-att_remover
|
||||
SUBDIR += claws-mail-attach_warner
|
||||
SUBDIR += claws-mail-cachesaver
|
||||
|
|
24
mail/claws-mail-archiver/Makefile
Normal file
24
mail/claws-mail-archiver/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: sylpheed-claws-mail-archiver
|
||||
# Date created: 28 june 2008
|
||||
# Whom: Martin Wilke
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= archiver
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= archive-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= mail archiver plugin for claws-mail
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf:261
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/claws-mail-archiver/distinfo
Normal file
3
mail/claws-mail-archiver/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (archive-0.6.tar.gz) = 6fe113851672d15b4a68129aaf77369b
|
||||
SHA256 (archive-0.6.tar.gz) = fafdae0446b03e48bbb810b642a338063178caf221d38e6adec6f803cc670d0c
|
||||
SIZE (archive-0.6.tar.gz) = 419200
|
3
mail/claws-mail-archiver/pkg-descr
Normal file
3
mail/claws-mail-archiver/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This plugin adds archiving features to Claws Mail.
|
||||
|
||||
WWW: http://www.claws-mail.org/plugins.php
|
9
mail/claws-mail-archiver/pkg-plist
Normal file
9
mail/claws-mail-archiver/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
include/claws-mail/plugins/archive/archiver.h
|
||||
include/claws-mail/plugins/archive/archiver_prefs.h
|
||||
lib/claws-mail/plugins/archive.a
|
||||
lib/claws-mail/plugins/archive.la
|
||||
lib/claws-mail/plugins/archive.so
|
||||
@dirrmtry lib/claws-mail/plugins
|
||||
@dirrmtry lib/claws-mail
|
||||
@dirrmtry include/claws-mail/plugins/archive
|
||||
@dirrmtry include/claws-mail/plugins
|
Loading…
Reference in a new issue