1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add KTnef, viewer, extractor for the TNEF Format used by

MS Outlook

PR:		53869
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
This commit is contained in:
Tilman Keskinoz 2003-06-28 15:16:11 +00:00
parent 927dfd8db5
commit e8f87623ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83769
5 changed files with 65 additions and 0 deletions

View File

@ -19,6 +19,7 @@
SUBDIR += ish
SUBDIR += konwert
SUBDIR += ktextdecode
SUBDIR += ktnef
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib

24
converters/ktnef/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: ktnef
# Date created: Sat Jun 28 01:09:48 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
#
PORTNAME= ktnef
PORTVERSION= 2.0
CATEGORIES= converters mail kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= TNEF viewer/extractor for KDE
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ktnef-2.0.tar.bz2) = 90aa513aacb8f61e8bcfd816a20ddca8

View File

@ -0,0 +1,6 @@
KTnef is a TNEF (Transport Neutral Encapsulation Format)
viewer/extractor. TNEF is a proprietary format commonly
used by Microsoft Outlook clients when sending files.
Author: Michael Goffioul <goffioul@imec.be>
WWW: http://digidownload.libero.it/speleoalex/Linux/programmi.html

View File

@ -0,0 +1,33 @@
bin/ktnef
share/applnk/Utilities/ktnef.desktop
share/apps/ktnef/icons/hicolor/22x22/actions/ktnef_extract_all_to.png
share/apps/ktnef/icons/hicolor/22x22/actions/ktnef_extract_to.png
share/apps/ktnef/icons/locolor/16x16/actions/ktnef_extract_all_to.png
share/apps/ktnef/icons/locolor/16x16/actions/ktnef_extract_to.png
share/apps/ktnef/ktnefui.rc
share/icons/hicolor/48x48/apps/ktnef.png
share/icons/locolor/16x16/apps/ktnef.png
share/icons/locolor/32x32/apps/ktnef.png
share/mimelnk/application/ms-tnef.desktop
@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true
@unexec rmdir %D/share/mimelnk 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/apps/ktnef/icons/locolor/16x16/actions
@dirrm share/apps/ktnef/icons/locolor/16x16
@dirrm share/apps/ktnef/icons/locolor
@dirrm share/apps/ktnef/icons/hicolor/22x22/actions
@dirrm share/apps/ktnef/icons/hicolor/22x22
@dirrm share/apps/ktnef/icons/hicolor
@dirrm share/apps/ktnef/icons
@dirrm share/apps/ktnef
@unexec rmdir %D/share/apps 2>/dev/null || true
@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true