ports/181158: [NEW PORT] mail/libcmime: A lightweight C mime library

Charlie & root at treibsand.com
Fri Aug 9 11:40:01 UTC 2013


>Number:         181158
>Category:       ports
>Synopsis:       [NEW PORT] mail/libcmime: A lightweight C mime library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 09 11:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Axel Steiner
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD havanna.treibsand.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
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.
>How-To-Repeat:
	
>Fix:

	

--- libcmime.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libcmime
#	libcmime/Makefile
#	libcmime/pkg-descr
#	libcmime/pkg-plist
#	libcmime/distinfo
#
echo c - libcmime
mkdir -p libcmime > /dev/null 2>&1
echo x - libcmime/Makefile
sed 's/^X//' >libcmime/Makefile << '037f7c7a5b898f2f0f513ec24c21d2a5'
X# $FreeBSD$
X
XPORTNAME=	libcmime
XPORTVERSION=	0.1.7
XCATEGORIES=	mail
XMASTER_SITES=	http://www.libcmime.org/files/
X
XMAINTAINER=	ast at treibsand.com
XCOMMENT=	A lightweight C mime library
X
XLICENSE=	LGPL3
X
XBUILD_DEPENDS=	bison>=1.8:${PORTSDIR}/devel/bison \
X		flex>=2.5.33:${PORTSDIR}/textproc/flex
X
XUSES=		cmake pkgconfig
XCMAKE_ARGS+=	--no-warn-unused-cli -DCMAKE_PREFIX_PATH:PATH=${LOCALBASE}
X
XUSE_LDCONFIG=	yes
X
XOPTIONS_DEFINE=	DEBUG DOCS
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MDEBUG}
XCMAKE_ARGS+=	-DENABLE_DEBUG=TRUE
X.endif
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X.for f in AUTHORS CHANGELOG COPYING INSTALL README
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -E -e 's|\$${LIBDIR}(/pkgconfig)|$${CMAKE_INSTALL_PREFIX}/libdata\1|' \
X		${WRKSRC}/CMakeLists.txt
X
X.include <bsd.port.mk>
037f7c7a5b898f2f0f513ec24c21d2a5
echo x - libcmime/pkg-descr
sed 's/^X//' >libcmime/pkg-descr << '2111b9272e0e5a2a0a4bcf91f92261fd'
Xlibcmime is a lightweight mime library, written in C. It attempts to 
Xbe a general library for parsing and creating mime email messages and 
Xis designed to provide an easy to use and easy to integrate interface 
Xfor developers. libcmime is a pretty fresh project so the library is 
Xstill in beta state and there will be early and frequent releases.
X
XWWW: http://www.libcmime.org/
2111b9272e0e5a2a0a4bcf91f92261fd
echo x - libcmime/pkg-plist
sed 's/^X//' >libcmime/pkg-plist << '0e819b967a6cd61a19c08a474a8db2d4'
Xinclude/cmime.h
Xinclude/cmime/cmime_address.h
Xinclude/cmime/cmime_base64.h
Xinclude/cmime/cmime_config.h
Xinclude/cmime/cmime_header.h
Xinclude/cmime/cmime_list.h
Xinclude/cmime/cmime_message.h
Xinclude/cmime/cmime_part.h
Xinclude/cmime/cmime_qp.h
Xinclude/cmime/cmime_string.h
Xinclude/cmime/cmime_util.h
Xlib/libcmime.so
Xlib/libcmime.so.0.1
Xlib/libcmime.so.0.1.7
Xlibdata/pkgconfig/libcmime.pc
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X at dirrm include/cmime
0e819b967a6cd61a19c08a474a8db2d4
echo x - libcmime/distinfo
sed 's/^X//' >libcmime/distinfo << 'a71de4db2637f2bf2e94a6b71b0ed4b4'
XSHA256 (libcmime-0.1.7.tar.gz) = acaa0b8f3fed22ab2052723501c0c449e177105c224f0ccdfd699b65480bf858
XSIZE (libcmime-0.1.7.tar.gz) = 140786
a71de4db2637f2bf2e94a6b71b0ed4b4
exit
--- libcmime.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list