pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Format_XS Importing package for p5 module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/794f431fdd78
branches:  trunk
changeset: 395262:794f431fdd78
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 19:34:30 2009 +0000

description:
Importing package for p5 module Time::Format_XS to get some speed up into
Time::Format.

Time::Format_XS, provides a huge performance improvement for the main
formatting function in Time::Format. This is the time_format function,
usually accessed via the %time hash.

diffstat:

 time/p5-Time-Format_XS/DESCR    |   3 +++
 time/p5-Time-Format_XS/Makefile |  21 +++++++++++++++++++++
 time/p5-Time-Format_XS/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r b2bb709af586 -r 794f431fdd78 time/p5-Time-Format_XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format_XS/DESCR      Tue Jul 07 19:34:30 2009 +0000
@@ -0,0 +1,3 @@
+Time::Format_XS, provides a huge performance improvement for the main
+formatting function in Time::Format. This is the time_format function,
+usually accessed via the %time hash.
diff -r b2bb709af586 -r 794f431fdd78 time/p5-Time-Format_XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format_XS/Makefile   Tue Jul 07 19:34:30 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 19:34:30 sno Exp $
+#
+
+DISTNAME=      Time-Format_XS-1.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Time-Format_XS/
+COMMENT=       Companion module for Time::Format, to speed up time formatting
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+BUILD_DEPENDS+=        p5-Time-Format>=1.01:../../time/p5-Time-Format
+
+PERL5_PACKLIST=        auto/Time/Format_XS/.packlist
+USE_LANGUAGES= c
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b2bb709af586 -r 794f431fdd78 time/p5-Time-Format_XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format_XS/distinfo   Tue Jul 07 19:34:30 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/07 19:34:30 sno Exp $
+
+SHA1 (Time-Format_XS-1.03.tar.gz) = a5c3a3313600905491d84a1e3cc0f8013a4f97fb
+RMD160 (Time-Format_XS-1.03.tar.gz) = a2701c0eb510505ca51676f377f79ff32877439b
+Size (Time-Format_XS-1.03.tar.gz) = 30330 bytes



Home | Main Index | Thread Index | Old Index