diff options
-rw-r--r-- | time/p5-Time-Format_XS/DESCR | 3 | ||||
-rw-r--r-- | time/p5-Time-Format_XS/Makefile | 21 | ||||
-rw-r--r-- | time/p5-Time-Format_XS/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/time/p5-Time-Format_XS/DESCR b/time/p5-Time-Format_XS/DESCR new file mode 100644 index 00000000000..e367eccccc9 --- /dev/null +++ b/time/p5-Time-Format_XS/DESCR @@ -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 --git a/time/p5-Time-Format_XS/Makefile b/time/p5-Time-Format_XS/Makefile new file mode 100644 index 00000000000..f1c3758f252 --- /dev/null +++ b/time/p5-Time-Format_XS/Makefile @@ -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 +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 --git a/time/p5-Time-Format_XS/distinfo b/time/p5-Time-Format_XS/distinfo new file mode 100644 index 00000000000..5a740d963e1 --- /dev/null +++ b/time/p5-Time-Format_XS/distinfo @@ -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 |