From owner-svn-ports-head@FreeBSD.ORG Sat Aug 10 14:49:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39ABAC0A; Sat, 10 Aug 2013 14:49:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26B1B204F; Sat, 10 Aug 2013 14:49:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7AEnlo7035571; Sat, 10 Aug 2013 14:49:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7AEnkHU035561; Sat, 10 Aug 2013 14:49:46 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308101449.r7AEnkHU035561@svn.freebsd.org> From: William Grzybowski Date: Sat, 10 Aug 2013 14:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324537 - in head/mail: . libcmime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 14:49:47 -0000 Author: wg Date: Sat Aug 10 14:49:45 2013 New Revision: 324537 URL: http://svnweb.freebsd.org/changeset/ports/324537 Log: mail/libcmime: Lightweight C mime library libcmime is a lightweight mime library, written in C. It attempts to be a general library for parsing and creating mime email messages and is designed to provide an easy to use and easy to integrate interface for developers. libcmime is a pretty fresh project so the library is still in beta state and there will be early and frequent releases. WWW: http://www.libcmime.org/ PR: ports/181158 Submitted by: Axel Steiner Added: head/mail/libcmime/ head/mail/libcmime/Makefile (contents, props changed) head/mail/libcmime/distinfo (contents, props changed) head/mail/libcmime/pkg-descr (contents, props changed) head/mail/libcmime/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat Aug 10 14:44:56 2013 (r324536) +++ head/mail/Makefile Sat Aug 10 14:49:45 2013 (r324537) @@ -217,6 +217,7 @@ SUBDIR += kshowmail SUBDIR += lbdb SUBDIR += lens + SUBDIR += libcmime SUBDIR += libdkim SUBDIR += libdomainkeys SUBDIR += libesmtp Added: head/mail/libcmime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libcmime/Makefile Sat Aug 10 14:49:45 2013 (r324537) @@ -0,0 +1,42 @@ +# Created by: Axel Steiner +# $FreeBSD$ + +PORTNAME= libcmime +PORTVERSION= 0.1.7 +CATEGORIES= mail +MASTER_SITES= http://www.libcmime.org/files/ + +MAINTAINER= ast@treibsand.com +COMMENT= Lightweight C mime library + +LICENSE= LGPL3 + +BUILD_DEPENDS= bison>=1.8:${PORTSDIR}/devel/bison \ + flex>=2.5.33:${PORTSDIR}/textproc/flex + +USES= cmake pkgconfig +CMAKE_ARGS+= --no-warn-unused-cli -DCMAKE_PREFIX_PATH:PATH=${LOCALBASE} + +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DEBUG DOCS + +PORTDOCS= AUTHORS CHANGELOG INSTALL README + +.include + +.if ${PORT_OPTIONS:MDEBUG} +CMAKE_ARGS+= -DENABLE_DEBUG=TRUE +.endif + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + +post-patch: + @${REINPLACE_CMD} -E -e 's|\$${LIBDIR}(/pkgconfig)|$${CMAKE_INSTALL_PREFIX}/libdata\1|' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/mail/libcmime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libcmime/distinfo Sat Aug 10 14:49:45 2013 (r324537) @@ -0,0 +1,2 @@ +SHA256 (libcmime-0.1.7.tar.gz) = acaa0b8f3fed22ab2052723501c0c449e177105c224f0ccdfd699b65480bf858 +SIZE (libcmime-0.1.7.tar.gz) = 140786 Added: head/mail/libcmime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libcmime/pkg-descr Sat Aug 10 14:49:45 2013 (r324537) @@ -0,0 +1,7 @@ +libcmime is a lightweight mime library, written in C. It attempts to +be a general library for parsing and creating mime email messages and +is designed to provide an easy to use and easy to integrate interface +for developers. libcmime is a pretty fresh project so the library is +still in beta state and there will be early and frequent releases. + +WWW: http://www.libcmime.org/ Added: head/mail/libcmime/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/libcmime/pkg-plist Sat Aug 10 14:49:45 2013 (r324537) @@ -0,0 +1,16 @@ +include/cmime.h +include/cmime/cmime_address.h +include/cmime/cmime_base64.h +include/cmime/cmime_config.h +include/cmime/cmime_header.h +include/cmime/cmime_list.h +include/cmime/cmime_message.h +include/cmime/cmime_part.h +include/cmime/cmime_qp.h +include/cmime/cmime_string.h +include/cmime/cmime_util.h +lib/libcmime.so +lib/libcmime.so.0.1 +lib/libcmime.so.0.1.7 +libdata/pkgconfig/libcmime.pc +@dirrm include/cmime