pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Tie-Array-Sorted Import p5-Tie-Array-Sorted-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b41adc3b596
branches:  trunk
changeset: 545612:9b41adc3b596
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Aug 09 06:08:31 2008 +0000

description:
Import p5-Tie-Array-Sorted-1.41 as devel/p5-Tie-Array-Sorted.
Packaged by Jens Rehsack and provided via PR 39220.

This presents an ordinary array, but is kept sorted. All pushes and unshifts
cause the elements in question to be inserted in the appropriate location to
maintain order.

diffstat:

 devel/p5-Tie-Array-Sorted/DESCR    |   3 +++
 devel/p5-Tie-Array-Sorted/Makefile |  20 ++++++++++++++++++++
 devel/p5-Tie-Array-Sorted/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r e57eff42acb4 -r 9b41adc3b596 devel/p5-Tie-Array-Sorted/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Array-Sorted/DESCR   Sat Aug 09 06:08:31 2008 +0000
@@ -0,0 +1,3 @@
+This presents an ordinary array, but is kept sorted. All pushes and unshifts
+cause the elements in question to be inserted in the appropriate location to
+maintain order.
diff -r e57eff42acb4 -r 9b41adc3b596 devel/p5-Tie-Array-Sorted/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Array-Sorted/Makefile        Sat Aug 09 06:08:31 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 06:08:31 obache Exp $
+#
+
+DISTNAME=      Tie-Array-Sorted-1.41
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5tas
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Tie-Array-Sorted/
+COMMENT=       An array which is kept sorted
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Tie/Array/Sorted/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e57eff42acb4 -r 9b41adc3b596 devel/p5-Tie-Array-Sorted/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Array-Sorted/distinfo        Sat Aug 09 06:08:31 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/09 06:08:31 obache Exp $
+
+SHA1 (Tie-Array-Sorted-1.41.tar.gz) = 02ee8fe9d64c2bd8df51bc339308999ef0c5b544
+RMD160 (Tie-Array-Sorted-1.41.tar.gz) = ac03a388a401400b248e1161296937b7afe1256b
+Size (Tie-Array-Sorted-1.41.tar.gz) = 3822 bytes



Home | Main Index | Thread Index | Old Index