From owner-svn-ports-all@freebsd.org Sun Jan 5 04:07:33 2020 Return-Path: Delivered-To: svn-ports-all@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 981B11D7C1F; Sun, 5 Jan 2020 04:07:33 +0000 (UTC) (envelope-from sunpoet@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 47r4q93Xzxz3KVF; Sun, 5 Jan 2020 04:07:33 +0000 (UTC) (envelope-from sunpoet@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 720721FCBC; Sun, 5 Jan 2020 04:07:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00547XtB048667; Sun, 5 Jan 2020 04:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00547Wb3048664; Sun, 5 Jan 2020 04:07:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001050407.00547Wb3048664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Jan 2020 04:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522090 - head/mail/libvmime X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/libvmime X-SVN-Commit-Revision: 522090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 04:07:33 -0000 Author: sunpoet Date: Sun Jan 5 04:07:32 2020 New Revision: 522090 URL: https://svnweb.freebsd.org/changeset/ports/522090 Log: Sort PLIST - Update pkg-descr - Take maintainership Modified: head/mail/libvmime/Makefile head/mail/libvmime/pkg-descr head/mail/libvmime/pkg-plist Modified: head/mail/libvmime/Makefile ============================================================================== --- head/mail/libvmime/Makefile Sun Jan 5 04:07:17 2020 (r522089) +++ head/mail/libvmime/Makefile Sun Jan 5 04:07:32 2020 (r522090) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= mail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= All-in-one Internet mail library LICENSE= GPLv3+ @@ -16,20 +16,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnutls.so:security/gnutls \ libgsasl.so:security/gsasl +USES= cmake:noninja compiler:c++11-lib iconv pkgconfig + +CMAKE_ARGS= -DLIB_SUFFIX="" +CMAKE_OFF= VMIME_BUILD_SAMPLES VMIME_SHARED_PTR_USE_BOOST +CMAKE_ON= VMIME_SHARED_PTR_USE_CXX +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= kisli GH_PROJECT= vmime -USES= cmake:noninja compiler:c++11-lib iconv pkgconfig -USE_LDCONFIG= yes - -CMAKE_ARGS= -DLIB_SUFFIX:STRING="" \ - -DVMIME_BUILD_SAMPLES:BOOL=NO \ - -DVMIME_SHARED_PTR_USE_BOOST:BOOL=NO \ - -DVMIME_SHARED_PTR_USE_CXX:BOOL=YES - post-patch: - @${REINPLACE_CMD} 's,$${VMIME_INSTALL_LIBDIR}/pkgconfig,${PREFIX}/libdata/pkgconfig,' \ - ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} 's|$${VMIME_INSTALL_LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt .include Modified: head/mail/libvmime/pkg-descr ============================================================================== --- head/mail/libvmime/pkg-descr Sun Jan 5 04:07:17 2020 (r522089) +++ head/mail/libvmime/pkg-descr Sun Jan 5 04:07:32 2020 (r522090) @@ -1,3 +1,9 @@ -libvmime is a MIME manipulation library. +VMime is a powerful C++ class library for working with RFC-822 and MIME messages +and Internet messaging services like IMAP, POP or SMTP. +With VMime you can parse, generate and modify messages, and also connect to +store and transport services to receive or send messages over the Internet. The +library offers all the features to build a complete mail client. + WWW: https://www.vmime.org/ +WWW: https://github.com/kisli/vmime Modified: head/mail/libvmime/pkg-plist ============================================================================== --- head/mail/libvmime/pkg-plist Sun Jan 5 04:07:17 2020 (r522089) +++ head/mail/libvmime/pkg-plist Sun Jan 5 04:07:32 2020 (r522090) @@ -56,6 +56,8 @@ include/vmime/messageId.hpp include/vmime/messageIdSequence.hpp include/vmime/messageParser.hpp include/vmime/misc/importanceHelper.hpp +include/vmime/net/connectionInfos.hpp +include/vmime/net/defaultConnectionInfos.hpp include/vmime/net/defaultTimeoutHandler.hpp include/vmime/net/events.hpp include/vmime/net/fetchAttributes.hpp @@ -77,6 +79,8 @@ include/vmime/net/imap/IMAPStore.hpp include/vmime/net/imap/IMAPTag.hpp include/vmime/net/imap/IMAPUtils.hpp include/vmime/net/imap/imap.hpp +include/vmime/net/maildir/format/courierMaildirFormat.hpp +include/vmime/net/maildir/format/kmailMaildirFormat.hpp include/vmime/net/maildir/maildir.hpp include/vmime/net/maildir/maildirFolder.hpp include/vmime/net/maildir/maildirFolderStatus.hpp @@ -87,8 +91,6 @@ include/vmime/net/maildir/maildirMessageStructure.hpp include/vmime/net/maildir/maildirServiceInfos.hpp include/vmime/net/maildir/maildirStore.hpp include/vmime/net/maildir/maildirUtils.hpp -include/vmime/net/maildir/format/courierMaildirFormat.hpp -include/vmime/net/maildir/format/kmailMaildirFormat.hpp include/vmime/net/message.hpp include/vmime/net/messageSet.hpp include/vmime/net/pop3/POP3Command.hpp @@ -102,6 +104,7 @@ include/vmime/net/pop3/POP3ServiceInfos.hpp include/vmime/net/pop3/POP3Store.hpp include/vmime/net/pop3/POP3Utils.hpp include/vmime/net/pop3/pop3.hpp +include/vmime/net/securedConnectionInfos.hpp include/vmime/net/sendmail/sendmail.hpp include/vmime/net/sendmail/sendmailServiceInfos.hpp include/vmime/net/sendmail/sendmailTransport.hpp @@ -123,9 +126,9 @@ include/vmime/net/socket.hpp include/vmime/net/store.hpp include/vmime/net/timeoutHandler.hpp include/vmime/net/tls/TLSProperties.hpp +include/vmime/net/tls/TLSSecuredConnectionInfos.hpp include/vmime/net/tls/TLSSession.hpp include/vmime/net/tls/TLSSocket.hpp -include/vmime/net/tls/TLSSecuredConnectionInfos.hpp include/vmime/net/tls/gnutls/TLSProperties_GnuTLS.hpp include/vmime/net/tls/gnutls/TLSSession_GnuTLS.hpp include/vmime/net/tls/gnutls/TLSSocket_GnuTLS.hpp @@ -135,9 +138,6 @@ include/vmime/net/tls/openssl/TLSSession_OpenSSL.hpp include/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp include/vmime/net/tracer.hpp include/vmime/net/transport.hpp -include/vmime/net/connectionInfos.hpp -include/vmime/net/defaultConnectionInfos.hpp -include/vmime/net/securedConnectionInfos.hpp include/vmime/object.hpp include/vmime/parameter.hpp include/vmime/parameterizedHeaderField.hpp @@ -195,17 +195,17 @@ include/vmime/text.hpp include/vmime/textPart.hpp include/vmime/textPartFactory.hpp include/vmime/types.hpp +include/vmime/utility/childProcess.hpp +include/vmime/utility/datetimeUtils.hpp +include/vmime/utility/encoder/b64Encoder.hpp include/vmime/utility/encoder/binaryEncoder.hpp +include/vmime/utility/encoder/eightBitEncoder.hpp include/vmime/utility/encoder/encoder.hpp -include/vmime/utility/encoder/sevenBitEncoder.hpp -include/vmime/utility/encoder/b64Encoder.hpp include/vmime/utility/encoder/encoderFactory.hpp include/vmime/utility/encoder/noopEncoder.hpp -include/vmime/utility/encoder/uuEncoder.hpp include/vmime/utility/encoder/qpEncoder.hpp -include/vmime/utility/encoder/eightBitEncoder.hpp -include/vmime/utility/childProcess.hpp -include/vmime/utility/datetimeUtils.hpp +include/vmime/utility/encoder/sevenBitEncoder.hpp +include/vmime/utility/encoder/uuEncoder.hpp include/vmime/utility/file.hpp include/vmime/utility/filteredStream.hpp include/vmime/utility/inputStream.hpp