pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-Autoflush Adding perl module Devel::Aut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf56b2cfde89
branches:  trunk
changeset: 555416:cf56b2cfde89
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 01 23:03:16 2009 +0000

description:
Adding perl module Devel::Autoflush as requirement for CPAN::Reporter
which is in pipeline to get added.

This module is a hack to set autoflush for STDOUT and STDERR from the command
line or from PERL5OPT for code that needs it but doesn't have it.

diffstat:

 devel/p5-Devel-Autoflush/DESCR    |   2 ++
 devel/p5-Devel-Autoflush/Makefile |  19 +++++++++++++++++++
 devel/p5-Devel-Autoflush/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 604244d0b1da -r cf56b2cfde89 devel/p5-Devel-Autoflush/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Autoflush/DESCR    Sun Mar 01 23:03:16 2009 +0000
@@ -0,0 +1,2 @@
+This module is a hack to set autoflush for STDOUT and STDERR from the command
+line or from PERL5OPT for code that needs it but doesn't have it.
diff -r 604244d0b1da -r cf56b2cfde89 devel/p5-Devel-Autoflush/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Autoflush/Makefile Sun Mar 01 23:03:16 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2009/03/01 23:03:16 sno Exp $
+#
+
+DISTNAME=      Devel-Autoflush-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Devel-Autoflush/
+COMMENT=       Perl module to set autoflush from the command line
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Devel/Autoflush/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 604244d0b1da -r cf56b2cfde89 devel/p5-Devel-Autoflush/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Autoflush/distinfo Sun Mar 01 23:03:16 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/03/01 23:03:16 sno Exp $
+
+SHA1 (Devel-Autoflush-0.05.tar.gz) = fe5ca1cf1997ec2456e71f67168433218cb4c747
+RMD160 (Devel-Autoflush-0.05.tar.gz) = a18a0bb8bac51696cff3749321568ed543874d64
+Size (Devel-Autoflush-0.05.tar.gz) = 8832 bytes



Home | Main Index | Thread Index | Old Index