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:   jperkin
Date:           Thu Aug  9 09:47:44 UTC 2018

Modified Files:
        pkgsrc/mail: Makefile
Added Files:
        pkgsrc/mail/p5-Tie-Handle-SkipHeader: DESCR Makefile distinfo

Log Message:
mail: Import p5-Tie-Handle-SkipHeader version 0.004.

This subclass of Tie::Handle::Offset automatically hides an email-style
message header. After opening the file, it reads up to a blank or
white-space-only line and sets the offset to the next byte.


To generate a diff of this commit:
cvs rdiff -u -r1.508 -r1.509 pkgsrc/mail/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Tie-Handle-SkipHeader/DESCR \
    pkgsrc/mail/p5-Tie-Handle-SkipHeader/Makefile \
    pkgsrc/mail/p5-Tie-Handle-SkipHeader/distinfo

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.508 pkgsrc/mail/Makefile:1.509
--- pkgsrc/mail/Makefile:1.508  Mon May 28 12:56:52 2018
+++ pkgsrc/mail/Makefile        Thu Aug  9 09:47:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.508 2018/05/28 12:56:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.509 2018/08/09 09:47:44 jperkin Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -249,6 +249,7 @@ SUBDIR+=    p5-Parse-MIME
 SUBDIR+=       p5-Sendmail-AccessDB
 SUBDIR+=       p5-Sendmail-PMilter
 SUBDIR+=       p5-Test-Email
+SUBDIR+=       p5-Tie-Handle-SkipHeader
 SUBDIR+=       p5-URI-imap
 SUBDIR+=       p5-User-Identity
 SUBDIR+=       p5-razor-agents

Added files:

Index: pkgsrc/mail/p5-Tie-Handle-SkipHeader/DESCR
diff -u /dev/null pkgsrc/mail/p5-Tie-Handle-SkipHeader/DESCR:1.1
--- /dev/null   Thu Aug  9 09:47:44 2018
+++ pkgsrc/mail/p5-Tie-Handle-SkipHeader/DESCR  Thu Aug  9 09:47:44 2018
@@ -0,0 +1,3 @@
+This subclass of Tie::Handle::Offset automatically hides an email-style
+message header. After opening the file, it reads up to a blank or
+white-space-only line and sets the offset to the next byte.
Index: pkgsrc/mail/p5-Tie-Handle-SkipHeader/Makefile
diff -u /dev/null pkgsrc/mail/p5-Tie-Handle-SkipHeader/Makefile:1.1
--- /dev/null   Thu Aug  9 09:47:44 2018
+++ pkgsrc/mail/p5-Tie-Handle-SkipHeader/Makefile       Thu Aug  9 09:47:44 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 09:47:44 jperkin Exp $
+
+DISTNAME=      Tie-Handle-Offset-0.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Tie-Handle-Offset/
+COMMENT=       Tied handle that hides an RFC822-style header
+LICENSE=       apache-2.0
+
+PERL5_PACKLIST=        auto/Tie/Handle/Offset/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/p5-Tie-Handle-SkipHeader/distinfo
diff -u /dev/null pkgsrc/mail/p5-Tie-Handle-SkipHeader/distinfo:1.1
--- /dev/null   Thu Aug  9 09:47:44 2018
+++ pkgsrc/mail/p5-Tie-Handle-SkipHeader/distinfo       Thu Aug  9 09:47:44 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 09:47:44 jperkin Exp $
+
+SHA1 (Tie-Handle-Offset-0.004.tar.gz) = 6003c3d5a1d4f82efe9ea705dd7b56b9104cc050
+RMD160 (Tie-Handle-Offset-0.004.tar.gz) = e23c8c0379a428ff8c0bd5b00e5130f5c8d04caf
+SHA512 (Tie-Handle-Offset-0.004.tar.gz) = d7f5e2335bb4ac4bb0fdf700e54d33747cc0e718e0bdf012086b565dcde7652ec4dbf065dfd8651ab0574555d506960482028c1cc83c9edc40da9d999ae8e221
+Size (Tie-Handle-Offset-0.004.tar.gz) = 14683 bytes



Home | Main Index | Thread Index | Old Index