mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
This plugin handles S/MIME signed and/or encrypted mails. You can
decrypt mails, verify signatures or sign and encrypt your own mails. PR: ports/96208 Submitted by: Pawel Pekala <c0rn@o2.pl>
This commit is contained in:
parent
05c6067f47
commit
693fe0e9ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160770
@ -523,6 +523,7 @@
|
||||
SUBDIR += swaks
|
||||
SUBDIR += sylpheed
|
||||
SUBDIR += sylpheed-claws
|
||||
SUBDIR += sylpheed-claws-smime
|
||||
SUBDIR += sylpheed2
|
||||
SUBDIR += sympa
|
||||
SUBDIR += sympa-elixus
|
||||
|
29
mail/claws-mail-smime/Makefile
Normal file
29
mail/claws-mail-smime/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: sylpheed-claws-smime
|
||||
# Date created: 23 April 2006
|
||||
# Whom: Pawel Pekala <c0rn@o2.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smime
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= S/MIME plugin for sylpheed-claws
|
||||
|
||||
LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
|
||||
PLIST_FILES=lib/sylpheed-claws/plugins/smime.a \
|
||||
lib/sylpheed-claws/plugins/smime.la \
|
||||
lib/sylpheed-claws/plugins/smime.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/claws-mail-smime/distinfo
Normal file
3
mail/claws-mail-smime/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (smime-0.5.tar.gz) = d2f842d13ba9c805571183cff9f6d9b6
|
||||
SHA256 (smime-0.5.tar.gz) = 24304da796d35dcd89a4c5fc30e7596bdf9897e8cf7b59fdc3744e678d9fb8ed
|
||||
SIZE (smime-0.5.tar.gz) = 322337
|
15
mail/claws-mail-smime/files/patch-configure.ac
Normal file
15
mail/claws-mail-smime/files/patch-configure.ac
Normal file
@ -0,0 +1,15 @@
|
||||
--- configure.ac.orig Fri Apr 7 16:57:27 2006
|
||||
+++ configure.ac Fri Apr 7 16:59:27 2006
|
||||
@@ -42,7 +42,11 @@
|
||||
|
||||
dnl check for sylpheed-claws
|
||||
PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.1.0.1)
|
||||
-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
|
||||
+if test -z $prefix ; then
|
||||
+ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
|
||||
+else
|
||||
+ SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
|
||||
+fi
|
||||
AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
|
||||
AC_SUBST(SYLPHEED_CLAWS_LIBS)
|
||||
AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
|
2
mail/claws-mail-smime/pkg-descr
Normal file
2
mail/claws-mail-smime/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This plugin handles S/MIME signed and/or encrypted mails. You can
|
||||
decrypt mails, verify signatures or sign and encrypt your own mails.
|
29
mail/sylpheed-claws-smime/Makefile
Normal file
29
mail/sylpheed-claws-smime/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: sylpheed-claws-smime
|
||||
# Date created: 23 April 2006
|
||||
# Whom: Pawel Pekala <c0rn@o2.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smime
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= S/MIME plugin for sylpheed-claws
|
||||
|
||||
LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
|
||||
PLIST_FILES=lib/sylpheed-claws/plugins/smime.a \
|
||||
lib/sylpheed-claws/plugins/smime.la \
|
||||
lib/sylpheed-claws/plugins/smime.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/sylpheed-claws-smime/distinfo
Normal file
3
mail/sylpheed-claws-smime/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (smime-0.5.tar.gz) = d2f842d13ba9c805571183cff9f6d9b6
|
||||
SHA256 (smime-0.5.tar.gz) = 24304da796d35dcd89a4c5fc30e7596bdf9897e8cf7b59fdc3744e678d9fb8ed
|
||||
SIZE (smime-0.5.tar.gz) = 322337
|
15
mail/sylpheed-claws-smime/files/patch-configure.ac
Normal file
15
mail/sylpheed-claws-smime/files/patch-configure.ac
Normal file
@ -0,0 +1,15 @@
|
||||
--- configure.ac.orig Fri Apr 7 16:57:27 2006
|
||||
+++ configure.ac Fri Apr 7 16:59:27 2006
|
||||
@@ -42,7 +42,11 @@
|
||||
|
||||
dnl check for sylpheed-claws
|
||||
PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.1.0.1)
|
||||
-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
|
||||
+if test -z $prefix ; then
|
||||
+ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
|
||||
+else
|
||||
+ SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
|
||||
+fi
|
||||
AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
|
||||
AC_SUBST(SYLPHEED_CLAWS_LIBS)
|
||||
AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
|
2
mail/sylpheed-claws-smime/pkg-descr
Normal file
2
mail/sylpheed-claws-smime/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This plugin handles S/MIME signed and/or encrypted mails. You can
|
||||
decrypt mails, verify signatures or sign and encrypt your own mails.
|
Loading…
Reference in New Issue
Block a user