pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Aug 17 10:03:42 UTC 2017

Modified Files:
        pkgsrc/mail: Makefile
Added Files:
        pkgsrc/mail/ytnef: DESCR Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.494 -r1.495 pkgsrc/mail/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ytnef/DESCR pkgsrc/mail/ytnef/Makefile \
    pkgsrc/mail/ytnef/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.494 pkgsrc/mail/Makefile:1.495
--- pkgsrc/mail/Makefile:1.494  Mon Jul 17 16:10:10 2017
+++ pkgsrc/mail/Makefile        Thu Aug 17 10:03:42 2017
@@ -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+=    xfce4-mailwatch-plugin
 SUBDIR+=       xfmail
 SUBDIR+=       xmailbox
 SUBDIR+=       xmailwatcher
+SUBDIR+=       ytnef
 
 .include "../mk/misc/category.mk"

Added files:

Index: pkgsrc/mail/ytnef/DESCR
diff -u /dev/null pkgsrc/mail/ytnef/DESCR:1.1
--- /dev/null   Thu Aug 17 10:03:42 2017
+++ pkgsrc/mail/ytnef/DESCR     Thu Aug 17 10:03:42 2017
@@ -0,0 +1,2 @@
+ytnef, programs that use libytnef to parse and handle Microsoft TNEF
+attachments.
Index: pkgsrc/mail/ytnef/Makefile
diff -u /dev/null pkgsrc/mail/ytnef/Makefile:1.1
--- /dev/null   Thu Aug 17 10:03:42 2017
+++ pkgsrc/mail/ytnef/Makefile  Thu Aug 17 10:03:42 2017
@@ -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"
Index: pkgsrc/mail/ytnef/PLIST
diff -u /dev/null pkgsrc/mail/ytnef/PLIST:1.1
--- /dev/null   Thu Aug 17 10:03:42 2017
+++ pkgsrc/mail/ytnef/PLIST     Thu Aug 17 10:03:42 2017
@@ -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