diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 20:49:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 20:49:48 +0000 |
commit | 6918ca3b2909e66632b093a7fa23c61516db4e5e (patch) | |
tree | 5bccb9133f5b44216a51dc0dadf551b3994e4f7a /converters | |
parent | 5fc54b32b209e75d721462bd7932ac986568c0a3 (diff) | |
download | ports-6918ca3b2909e66632b093a7fa23c61516db4e5e.tar.gz ports-6918ca3b2909e66632b093a7fa23c61516db4e5e.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/libytnef/Makefile | 32 | ||||
-rw-r--r-- | converters/libytnef/distinfo | 3 | ||||
-rw-r--r-- | converters/libytnef/pkg-descr | 17 | ||||
-rw-r--r-- | converters/libytnef/pkg-plist | 9 |
5 files changed, 0 insertions, 62 deletions
diff --git a/converters/Makefile b/converters/Makefile index 4cc579d7bbe4..afda4cd36164 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -29,7 +29,6 @@ SUBDIR += ktextdecode SUBDIR += libiconv SUBDIR += libutf-8 - SUBDIR += libytnef SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack diff --git a/converters/libytnef/Makefile b/converters/libytnef/Makefile deleted file mode 100644 index b325664d8869..000000000000 --- a/converters/libytnef/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libytnef -# Date created: 21 Feb 2005 -# Whom: Rodrigo Graeff <delphus@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= libytnef -PORTVERSION= 1.5 -CATEGORIES= converters mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ytnef - -MAINTAINER= delphus@gmail.com -COMMENT= Unpack data in MS Outlook TNEF format - -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -USE_GETOPT_LONG=yes - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -PORTDOCS= AUTHORS NEWS README - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/converters/libytnef/distinfo b/converters/libytnef/distinfo deleted file mode 100644 index bbe5fcdcb0b9..000000000000 --- a/converters/libytnef/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libytnef-1.5.tar.gz) = 6c44b955f33cf714c75a7bbe895cc352 -SHA256 (libytnef-1.5.tar.gz) = 1b22a1e42e047c41a41917e89544992c33d30e9bd798b5b8ca7ef1eb75e1752e -SIZE (libytnef-1.5.tar.gz) = 212412 diff --git a/converters/libytnef/pkg-descr b/converters/libytnef/pkg-descr deleted file mode 100644 index 8333d75aadb5..000000000000 --- a/converters/libytnef/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the library needed to YTNEF aaplication - -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/ diff --git a/converters/libytnef/pkg-plist b/converters/libytnef/pkg-plist deleted file mode 100644 index 4c6b011bef79..000000000000 --- a/converters/libytnef/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/mapi.h -include/mapidefs.h -include/mapitags.h -include/tnef-errors.h -include/tnef-types.h -include/ytnef.h -lib/libytnef.a -lib/libytnef.so -lib/libytnef.so.0 |