Update p5-Data-TemporaryBag to 0.09.
Based on patch provided by Martin Wilke via PR 34331. Pkgsrc Changes: Change HOMEPAGE to redirected URL. Changes: 0.09 Wed Jan 25 16:13:33 2006 - Changed to create temporary files in tmpdir(). $TempPath is obsolete now. 0.08 Thu Jan 29 00:15:00 2004 - Segmentation fault occurred under a certain condition. Fixed. (Thanks to David K. Watson) 0.07 Mon Dec 15 22:45:00 2003 - Changed an implementation of length method. - Removed some warnings. 0.06 Sun Nov 11 00:00:00 2002 - Minor fix to pass -w. 0.05 Thu Oct 17 01:18:00 2002 - Added a manager of opened temporary files. - Rewrote substr method.
This commit is contained in:
parent
649acfe6e7
commit
3a076fb73c
2 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:20 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2006/10/25 13:56:45 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Data-TemporaryBag-0.04
|
||||
DISTNAME= Data-TemporaryBag-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/search?dist=Data-TemporaryBag
|
||||
HOMEPAGE= http://search.cpan.org/dist/Data-TemporaryBag/
|
||||
COMMENT= Handle long size data using temporary file
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2006/10/25 13:56:45 obache Exp $
|
||||
|
||||
SHA1 (Data-TemporaryBag-0.04.tar.gz) = 37caea61c157eb7babc049f98192720977d35696
|
||||
RMD160 (Data-TemporaryBag-0.04.tar.gz) = 24c70abb21d78f51aae3c7d487ea4187183380a3
|
||||
Size (Data-TemporaryBag-0.04.tar.gz) = 3895 bytes
|
||||
SHA1 (Data-TemporaryBag-0.09.tar.gz) = e3428f972c281ec69f6037c3a990223537e9e816
|
||||
RMD160 (Data-TemporaryBag-0.09.tar.gz) = 4616372ccb81e181bbb67b6db411a6a83bb40e92
|
||||
Size (Data-TemporaryBag-0.09.tar.gz) = 5024 bytes
|
||||
|
|
Loading…
Reference in a new issue