Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
TNEF is a program for unpacking MIME attachments of type
"application/ms-tnef". This is a Microsoft only attachment. Due to the
proliferation of Microsoft Outlook and Exchange mail servers, more and
more mail is encapsulated into this format. The TNEF program allows
one to unpack the attachments which were encapsulated into the TNEF
attachment, thus alleviating the need to use Microsoft Outlook to view
the attachment.
+28
View File
@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.27 2013/03/02 10:44:37 tron Exp $
#
DISTNAME= tnef-1.4.3
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tnef.sourceforge.net/
COMMENT= Decode MS-TNEF MIME attachments
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
TEST_TARGET= check
PKG_OPTIONS_VAR= PKG_OPTIONS.tnef
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:38 zuntum Exp $
bin/tnef
man/man1/tnef.1
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2006/11/18 21:08:17 wiz Exp $
SHA1 (tnef-1.4.3.tar.gz) = 699be103018ee985b1a1edc865c7047816571577
RMD160 (tnef-1.4.3.tar.gz) = a94ab3ff029eeb2ff20f2cce8a64043cf10f3e97
Size (tnef-1.4.3.tar.gz) = 3920517 bytes