diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 21:35:13 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 21:35:13 +0000 |
commit | be0d42fd32a0febb56b510223c2f20ca7b10a6c3 (patch) | |
tree | f3fd3161a7bd083c86926abcf793eab00e7b7b52 /converters/ytnef | |
parent | Update to the 20060218 snapshot of GCC 4.2.0. (diff) |
Add ytnef 2.6, unpack data in MS Outlook TNEF format
Submitted by: Rodrigo Graeff <delphus@gmail.com> by email
Notes
Notes:
svn path=/head/; revision=156626
Diffstat (limited to 'converters/ytnef')
-rw-r--r-- | converters/ytnef/Makefile | 42 | ||||
-rw-r--r-- | converters/ytnef/distinfo | 3 | ||||
-rw-r--r-- | converters/ytnef/pkg-descr | 15 |
3 files changed, 60 insertions, 0 deletions
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile new file mode 100644 index 000000000000..3664566fd7a3 --- /dev/null +++ b/converters/ytnef/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: ytnef +# Date created: 21 Feb 2005 +# Whom: Rodrigo Graeff <delphus@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ytnef +PORTVERSION= 2.6 +CATEGORIES= converters mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= delphus@gmail.com +COMMENT= Unpack data in MS Outlook TNEF format + +LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef + +USE_PERL5_RUN= yes +GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +PLIST_FILES= bin/ytnef bin/ytnefprocess.pl bin/ytnefprint +PORTDOCS= AUTHORS NEWS README + +post-patch: + @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \ + ${WRKSRC}/src/ytnef/ytnefprocess.pl + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/converters/ytnef/distinfo b/converters/ytnef/distinfo new file mode 100644 index 000000000000..dc34e34f603e --- /dev/null +++ b/converters/ytnef/distinfo @@ -0,0 +1,3 @@ +MD5 (ytnef-2.6.tar.gz) = 572830ff0664a2abc3e7aea79040c338 +SHA256 (ytnef-2.6.tar.gz) = 9addfcb7c412cdc3a2dc0c350e2130816633a35b3de37f1047d55e345dea99dc +SIZE (ytnef-2.6.tar.gz) = 94146 diff --git a/converters/ytnef/pkg-descr b/converters/ytnef/pkg-descr new file mode 100644 index 000000000000..424fc02ae859 --- /dev/null +++ b/converters/ytnef/pkg-descr @@ -0,0 +1,15 @@ +This program decodes those annoying application/ms-tnef MIME attachments that +Microsoft mail servers helpfully use to encapsulate your already MIME encoded +attachments. + +Due to the proliferation of Microsoft Outlook and Exchange mail servers, +more and more mail is encapsulated into this format. + +The YTNEF program allows one to unpack the attachments which were encapsulated +into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook +to view them. + +Now supports winmail.dat Outlook files + +Author: Randall Hand <randall.hand@gmail.com> +WWW: http://ytnef.sourceforge.net/ |