pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Add ytnef version 1.9.2 to pkgsrc.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7357e13418f8
branches: trunk
changeset: 366765:7357e13418f8
user: nros <nros%pkgsrc.org@localhost>
date: Thu Aug 17 10:03:42 2017 +0000
description:
Add ytnef version 1.9.2 to pkgsrc.
ytnef, programs that use libytnef to parse and handle Microsoft TNEF
attachments.
These are the programs that come with the same distfile as libytnef
and are from the same author.
diffstat:
mail/Makefile | 3 ++-
mail/ytnef/DESCR | 2 ++
mail/ytnef/Makefile | 17 +++++++++++++++++
mail/ytnef/PLIST | 4 ++++
4 files changed, 25 insertions(+), 1 deletions(-)
diffs (51 lines):
diff -r 15a73cea81e7 -r 7357e13418f8 mail/Makefile
--- a/mail/Makefile Thu Aug 17 09:49:47 2017 +0000
+++ b/mail/Makefile Thu Aug 17 10:03:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.494 2017/07/17 16:10:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.495 2017/08/17 10:03:42 nros Exp $
#
COMMENT= Electronic mail utilities
@@ -388,5 +388,6 @@
SUBDIR+= xfmail
SUBDIR+= xmailbox
SUBDIR+= xmailwatcher
+SUBDIR+= ytnef
.include "../mk/misc/category.mk"
diff -r 15a73cea81e7 -r 7357e13418f8 mail/ytnef/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ytnef/DESCR Thu Aug 17 10:03:42 2017 +0000
@@ -0,0 +1,2 @@
+ytnef, programs that use libytnef to parse and handle Microsoft TNEF
+attachments.
diff -r 15a73cea81e7 -r 7357e13418f8 mail/ytnef/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ytnef/Makefile Thu Aug 17 10:03:42 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 10:03:42 nros Exp $
+
+.include "../../mail/libytnef/Makefile.common"
+
+USE_TOOLS+= perl:run
+BUILD_DIRS= ytnef ytnefprint
+
+REPLACE_PERL= ytnef/ytnefprocess
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= pre-build
+SUBST_MESSAGE.prefix= Setting prefix to ytnef in ytnefprocess
+SUBST_FILES.prefix= ytnef/ytnefprocess
+SUBST_SED.prefix= -e '/^my\ $$reader/s,/usr,${PREFIX},'
+
+.include "../../mail/libytnef/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 15a73cea81e7 -r 7357e13418f8 mail/ytnef/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ytnef/PLIST Thu Aug 17 10:03:42 2017 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/17 10:03:42 nros Exp $
+bin/ytnef
+bin/ytnefprint
+bin/ytnefprocess
Home |
Main Index |
Thread Index |
Old Index