pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Rename mail/p5-Tie-Handle-SkipHeader -> textproc/p5-Ti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a80ad3ca92b1
branches: trunk
changeset: 311349:a80ad3ca92b1
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 09 10:00:43 2018 +0000
description:
Rename mail/p5-Tie-Handle-SkipHeader -> textproc/p5-Tie-Handle-Offset
Apologies, I used the subclass name instead of the primary module name.
diffstat:
doc/CHANGES-2018 | 4 ++--
mail/Makefile | 3 +--
mail/p5-Tie-Handle-SkipHeader/DESCR | 3 ---
mail/p5-Tie-Handle-SkipHeader/Makefile | 16 ----------------
mail/p5-Tie-Handle-SkipHeader/distinfo | 6 ------
textproc/Makefile | 3 ++-
textproc/p5-Tie-Handle-Offset/DESCR | 8 ++++++++
textproc/p5-Tie-Handle-Offset/Makefile | 16 ++++++++++++++++
textproc/p5-Tie-Handle-Offset/distinfo | 6 ++++++
9 files changed, 35 insertions(+), 30 deletions(-)
diffs (128 lines):
diff -r 68acdc92431b -r a80ad3ca92b1 doc/CHANGES-2018
--- a/doc/CHANGES-2018 Thu Aug 09 09:48:01 2018 +0000
+++ b/doc/CHANGES-2018 Thu Aug 09 10:00:43 2018 +0000
@@ -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 @@
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]
diff -r 68acdc92431b -r a80ad3ca92b1 mail/Makefile
--- a/mail/Makefile Thu Aug 09 09:48:01 2018 +0000
+++ b/mail/Makefile Thu Aug 09 10:00:43 2018 +0000
@@ -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-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
diff -r 68acdc92431b -r a80ad3ca92b1 mail/p5-Tie-Handle-SkipHeader/DESCR
--- a/mail/p5-Tie-Handle-SkipHeader/DESCR Thu Aug 09 09:48:01 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-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.
diff -r 68acdc92431b -r a80ad3ca92b1 mail/p5-Tie-Handle-SkipHeader/Makefile
--- a/mail/p5-Tie-Handle-SkipHeader/Makefile Thu Aug 09 09:48:01 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $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"
diff -r 68acdc92431b -r a80ad3ca92b1 mail/p5-Tie-Handle-SkipHeader/distinfo
--- a/mail/p5-Tie-Handle-SkipHeader/distinfo Thu Aug 09 09:48:01 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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
diff -r 68acdc92431b -r a80ad3ca92b1 textproc/Makefile
--- a/textproc/Makefile Thu Aug 09 09:48:01 2018 +0000
+++ b/textproc/Makefile Thu Aug 09 10:00:43 2018 +0000
@@ -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-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
diff -r 68acdc92431b -r a80ad3ca92b1 textproc/p5-Tie-Handle-Offset/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Tie-Handle-Offset/DESCR Thu Aug 09 10:00:43 2018 +0000
@@ -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.
diff -r 68acdc92431b -r a80ad3ca92b1 textproc/p5-Tie-Handle-Offset/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Tie-Handle-Offset/Makefile Thu Aug 09 10:00:43 2018 +0000
@@ -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"
diff -r 68acdc92431b -r a80ad3ca92b1 textproc/p5-Tie-Handle-Offset/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Tie-Handle-Offset/distinfo Thu Aug 09 10:00:43 2018 +0000
@@ -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