pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  9 10:00:43 UTC 2018

Modified Files:
        pkgsrc/doc: CHANGES-2018
        pkgsrc/mail: Makefile
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/p5-Tie-Handle-Offset: DESCR Makefile distinfo
Removed Files:
        pkgsrc/mail/p5-Tie-Handle-SkipHeader: DESCR Makefile distinfo

Log Message:
Rename mail/p5-Tie-Handle-SkipHeader -> textproc/p5-Tie-Handle-Offset

Apologies, I used the subclass name instead of the primary module name.


To generate a diff of this commit:
cvs rdiff -u -r1.3483 -r1.3484 pkgsrc/doc/CHANGES-2018
cvs rdiff -u -r1.509 -r1.510 pkgsrc/mail/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/p5-Tie-Handle-SkipHeader/DESCR \
    pkgsrc/mail/p5-Tie-Handle-SkipHeader/Makefile \
    pkgsrc/mail/p5-Tie-Handle-SkipHeader/distinfo
cvs rdiff -u -r1.999 -r1.1000 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Tie-Handle-Offset/DESCR \
    pkgsrc/textproc/p5-Tie-Handle-Offset/Makefile \
    pkgsrc/textproc/p5-Tie-Handle-Offset/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2018
diff -u pkgsrc/doc/CHANGES-2018:1.3483 pkgsrc/doc/CHANGES-2018:1.3484
--- pkgsrc/doc/CHANGES-2018:1.3483      Thu Aug  9 09:48:01 2018
+++ pkgsrc/doc/CHANGES-2018     Thu Aug  9 10:00:43 2018
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.3483 2018/08/09 09:48:01 jperkin Exp $
+$NetBSD: CHANGES-2018,v 1.3484 2018/08/09 10:00:43 jperkin Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -4981,4 +4981,4 @@ Changes to the packages collection and i
        Updated sysutils/zabbix to 3.4.12 [he 2018-08-09]
        Updated sysutils/zabbix-frontend to 3.4.12 [he 2018-08-09]
        Updated math/djbsort to 20180729nb1 [schmonz 2018-08-09]
-       Added mail/p5-Tie-Handle-SkipHeader version 0.004 [jperkin 2018-08-09]
+       Added textproc/p5-Tie-Handle-Offset version 0.004 [jperkin 2018-08-09]

Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.509 pkgsrc/mail/Makefile:1.510
--- pkgsrc/mail/Makefile:1.509  Thu Aug  9 09:47:44 2018
+++ pkgsrc/mail/Makefile        Thu Aug  9 10:00:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.509 2018/08/09 09:47:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.510 2018/08/09 10:00:43 jperkin Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -249,7 +249,6 @@ 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

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.999 pkgsrc/textproc/Makefile:1.1000
--- pkgsrc/textproc/Makefile:1.999      Fri Jul 27 02:30:08 2018
+++ pkgsrc/textproc/Makefile    Thu Aug  9 10:00:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.999 2018/07/27 02:30:08 nia Exp $
+# $NetBSD: Makefile,v 1.1000 2018/08/09 10:00:43 jperkin Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -608,6 +608,7 @@ SUBDIR+=    p5-Text-Xslate
 SUBDIR+=       p5-Text-vCard
 SUBDIR+=       p5-Text-vFile-asData
 SUBDIR+=       p5-Text-xSV
+SUBDIR+=       p5-Tie-Handle-Offset
 SUBDIR+=       p5-Unicode-CaseFold
 SUBDIR+=       p5-Unicode-LineBreak
 SUBDIR+=       p5-XML-Atom

Added files:

Index: pkgsrc/textproc/p5-Tie-Handle-Offset/DESCR
diff -u /dev/null pkgsrc/textproc/p5-Tie-Handle-Offset/DESCR:1.1
--- /dev/null   Thu Aug  9 10:00:43 2018
+++ pkgsrc/textproc/p5-Tie-Handle-Offset/DESCR  Thu Aug  9 10:00:43 2018
@@ -0,0 +1,8 @@
+This modules provides a file handle that hides the beginning of a file.
+After opening, the file is positioned at the offset location. seek() and
+tell() calls are modified to preserve the offset.
+
+The Tie::Handle::SkipHeader 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/textproc/p5-Tie-Handle-Offset/Makefile
diff -u /dev/null pkgsrc/textproc/p5-Tie-Handle-Offset/Makefile:1.1
--- /dev/null   Thu Aug  9 10:00:43 2018
+++ pkgsrc/textproc/p5-Tie-Handle-Offset/Makefile       Thu Aug  9 10:00:43 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 10:00:43 jperkin Exp $
+
+DISTNAME=      Tie-Handle-Offset-0.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc 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 the beginning of a file
+LICENSE=       apache-2.0
+
+PERL5_PACKLIST=        auto/Tie/Handle/Offset/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Tie-Handle-Offset/distinfo
diff -u /dev/null pkgsrc/textproc/p5-Tie-Handle-Offset/distinfo:1.1
--- /dev/null   Thu Aug  9 10:00:43 2018
+++ pkgsrc/textproc/p5-Tie-Handle-Offset/distinfo       Thu Aug  9 10:00:43 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 10:00:43 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