[Midnightbsd-cvs] mports: mports/archivers: add bzip2 perl lib and update the distinfo's

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 02:15:25 EDT 2009


Log Message:
-----------
add bzip2 perl lib and update the distinfo's for rmd160 and update some of the ports while we're here.

Modified Files:
--------------
    mports/archivers:
        Makefile (r1.36 -> r1.37)
    mports/archivers/p5-Archive-Tar:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.3 -> r1.4)
        pkg-descr (r1.1 -> r1.2)
        pkg-plist (r1.2 -> r1.3)
    mports/archivers/p5-Compress-Raw-Bzip2:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.4 -> r1.5)
        pkg-plist (r1.2 -> r1.3)
    mports/archivers/p5-Compress-Raw-Zlib:
        Makefile (r1.6 -> r1.7)
        distinfo (r1.5 -> r1.6)
        pkg-plist (r1.2 -> r1.3)
    mports/archivers/p5-Compress-Zlib:
        Makefile (r1.7 -> r1.8)
        distinfo (r1.5 -> r1.6)
    mports/archivers/p5-IO-Zlib:
        distinfo (r1.5 -> r1.6)

Added Files:
-----------
    mports/archivers/p5-IO-Compress-Bzip2:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -L archivers/Makefile -L archivers/Makefile -u -r1.36 -r1.37
--- archivers/Makefile
+++ archivers/Makefile
@@ -27,6 +27,7 @@
     SUBDIR += p5-Compress-Raw-Zlib
     SUBDIR += p5-Compress-Zlib
     SUBDIR += p5-IO-Compress-Base
+    SUBDIR += p5-IO-Compress-Bzip2
     SUBDIR += p5-IO-Compress-Zlib
     SUBDIR += p5-IO-Zlib
     SUBDIR += p7zip
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Archive-Tar/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -L archivers/p5-Archive-Tar/pkg-descr -L archivers/p5-Archive-Tar/pkg-descr -u -r1.1 -r1.2
--- archivers/p5-Archive-Tar/pkg-descr
+++ archivers/p5-Archive-Tar/pkg-descr
@@ -7,5 +7,4 @@
 An object of class Archive::Tar represents a .tar(.gz) archive full of files
 and things. 
 
-Roman Shterenzon <roman at xpert.com>
 WWW: http://search.cpan.org/dist/Archive-Tar/
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Archive-Tar/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L archivers/p5-Archive-Tar/pkg-plist -L archivers/p5-Archive-Tar/pkg-plist -u -r1.2 -r1.3
--- archivers/p5-Archive-Tar/pkg-plist
+++ archivers/p5-Archive-Tar/pkg-plist
@@ -3,6 +3,7 @@
 %%SITE_PERL%%/Archive/Tar.pm
 %%SITE_PERL%%/Archive/Tar/Constant.pm
 %%SITE_PERL%%/Archive/Tar/File.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Tar/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Tar
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
 @dirrm %%SITE_PERL%%/Archive/Tar
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Archive-Tar/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L archivers/p5-Archive-Tar/Makefile -L archivers/p5-Archive-Tar/Makefile -u -r1.3 -r1.4
--- archivers/p5-Archive-Tar/Makefile
+++ archivers/p5-Archive-Tar/Makefile
@@ -1,25 +1,17 @@
-# New ports collection makefile for:	p5-Archive-Tar
-# Date created:				Nov 14 2000
-# Whom:	      				Roman Shterenzon <roman at xpert.com>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/archivers/p5-Archive-Tar/Makefile,v 1.25 2006/08/02 15:33:47 clsung Exp $
-#
 
 PORTNAME=	Archive-Tar
-PORTVERSION=	1.38
+PORTVERSION=	1.46
 CATEGORIES=	archivers perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Archive
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl module for creation and manipulation of tar files
 LICENSE=	perl
 
-RUN_DEPENDS=	${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
+RUN_DEPENDS=	p5-IO-Compress-Bzip2>=2.012:${PORTSDIR}/archivers/p5-IO-Compress-Bzip2 \
+		p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
@@ -35,4 +27,12 @@
 RUN_DEPENDS+=	${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
 .endif
 
+.if ${PERL_LEVEL} < 500904
+RUN_DEPENDS+=	p5-Package-Constants>=0:${PORTSDIR}/devel/p5-Package-Constants
+.endif
+
+.if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+=	p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Archive-Tar/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L archivers/p5-Archive-Tar/distinfo -L archivers/p5-Archive-Tar/distinfo -u -r1.3 -r1.4
--- archivers/p5-Archive-Tar/distinfo
+++ archivers/p5-Archive-Tar/distinfo
@@ -1,3 +1,4 @@
-MD5 (Archive-Tar-1.38.tar.gz) = 17295c220b333fc4e1e3a140d3471be1
-SHA256 (Archive-Tar-1.38.tar.gz) = d10008979ea02b1fd1f34c939ecc9b23a200eba9b20a405119dd6e986a6543dd
-SIZE (Archive-Tar-1.38.tar.gz) = 42452
+MD5 (Archive-Tar-1.46.tar.gz) = 3a1c2ae4fc1afd372986ae3ecc615bcf
+SHA256 (Archive-Tar-1.46.tar.gz) = 77e608c9344f4fd66641b22d12c0b84380006ddca822965768ff18a856a29cb2
+RMD160 (Archive-Tar-1.46.tar.gz) = 344a57bac1bd55c26413d2b8bb98c6998a955c1e
+SIZE (Archive-Tar-1.46.tar.gz) = 49715
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Bzip2/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L archivers/p5-Compress-Raw-Bzip2/pkg-plist -L archivers/p5-Compress-Raw-Bzip2/pkg-plist -u -r1.2 -r1.3
--- archivers/p5-Compress-Raw-Bzip2/pkg-plist
+++ archivers/p5-Compress-Raw-Bzip2/pkg-plist
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw/Bzip2.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/Bzip2.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Bzip2/autosplit.ix
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Bzip2/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L archivers/p5-Compress-Raw-Bzip2/Makefile -L archivers/p5-Compress-Raw-Bzip2/Makefile -u -r1.4 -r1.5
--- archivers/p5-Compress-Raw-Bzip2/Makefile
+++ archivers/p5-Compress-Raw-Bzip2/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	p5-Compress-Raw-Bzip2
-# Date created:		2007-01-16
-# Whom:			Thomas Abthorpe <thomas at goodking.ca>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/archivers/p5-Compress-Raw-Bzip2/Makefile,v 1.2 2007/03/06 21:01:23 miwi Exp $
-#
 
 PORTNAME=	Compress-Raw-Bzip2
-PORTVERSION=	2.010
+PORTVERSION=	2.015
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Compress
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Bzip2/distinfo,v
retrieving revision 1.4
retrieving revision 1.5
diff -L archivers/p5-Compress-Raw-Bzip2/distinfo -L archivers/p5-Compress-Raw-Bzip2/distinfo -u -r1.4 -r1.5
--- archivers/p5-Compress-Raw-Bzip2/distinfo
+++ archivers/p5-Compress-Raw-Bzip2/distinfo
@@ -1,3 +1,4 @@
-MD5 (Compress-Raw-Bzip2-2.010.tar.gz) = c2f42a19cf0fefd37a82c6a6a0ee891c
-SHA256 (Compress-Raw-Bzip2-2.010.tar.gz) = f4555ebb97eb665b50bed45e7d24c359fd629fd1dac2e03211b9fffd9352f6c6
-SIZE (Compress-Raw-Bzip2-2.010.tar.gz) = 140301
+MD5 (Compress-Raw-Bzip2-2.015.tar.gz) = dc30ce4bfdd83df0da5b460c8b93c76d
+SHA256 (Compress-Raw-Bzip2-2.015.tar.gz) = 77722bd7a4f7013884acc33f5a0ca827e8fd57d00716a479425294120f4f8465
+RMD160 (Compress-Raw-Bzip2-2.015.tar.gz) = 3cea35cc1fb50f686dc57b9078a43923439e8316
+SIZE (Compress-Raw-Bzip2-2.015.tar.gz) = 140877
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Zlib/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L archivers/p5-Compress-Raw-Zlib/pkg-plist -L archivers/p5-Compress-Raw-Zlib/pkg-plist -u -r1.2 -r1.3
--- archivers/p5-Compress-Raw-Zlib/pkg-plist
+++ archivers/p5-Compress-Raw-Zlib/pkg-plist
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw/Zlib.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/Zlib.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/Zlib.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/autosplit.ix
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Zlib/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L archivers/p5-Compress-Raw-Zlib/Makefile -L archivers/p5-Compress-Raw-Zlib/Makefile -u -r1.6 -r1.7
--- archivers/p5-Compress-Raw-Zlib/Makefile
+++ archivers/p5-Compress-Raw-Zlib/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	p5-Compress-Raw-Zlib
-# Date created:		2006-11-07
-# Whom:			Thomas Abthorpe <thomas at goodking.ca>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/archivers/p5-Compress-Raw-Zlib/Makefile,v 1.3 2007/01/03 17:57:20 erwin Exp $
-#
 
 PORTNAME=	Compress-Raw-Zlib
-PORTVERSION=	2.010
+PORTVERSION=	2.015
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Compress
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Raw-Zlib/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L archivers/p5-Compress-Raw-Zlib/distinfo -L archivers/p5-Compress-Raw-Zlib/distinfo -u -r1.5 -r1.6
--- archivers/p5-Compress-Raw-Zlib/distinfo
+++ archivers/p5-Compress-Raw-Zlib/distinfo
@@ -1,3 +1,4 @@
-MD5 (Compress-Raw-Zlib-2.010.tar.gz) = 8bcbcf29eba9053f7dc882f5821c4ade
-SHA256 (Compress-Raw-Zlib-2.010.tar.gz) = 0bf323c430e5fff6ed647a58d1a8b85a9e57b64761e91842a1d077ddafae6284
-SIZE (Compress-Raw-Zlib-2.010.tar.gz) = 207800
+MD5 (Compress-Raw-Zlib-2.015.tar.gz) = 6680d7ee3fbfd5171ccf239328c284fd
+SHA256 (Compress-Raw-Zlib-2.015.tar.gz) = 8d75b2abbaca09528ce7e566684253b09a94f3f100947885a54ee22ec7f9d33c
+RMD160 (Compress-Raw-Zlib-2.015.tar.gz) = 39e04bf22d1fd0d2156971c19d28e5de468cc3cb
+SIZE (Compress-Raw-Zlib-2.015.tar.gz) = 209006
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Zlib/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L archivers/p5-Compress-Zlib/Makefile -L archivers/p5-Compress-Zlib/Makefile -u -r1.7 -r1.8
--- archivers/p5-Compress-Zlib/Makefile
+++ archivers/p5-Compress-Zlib/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	p5-Compress-Zlib
-# Date created:				October 20th 1996
-# Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/archivers/p5-Compress-Zlib/Makefile,v 1.46 2007/02/01 11:30:58 demon Exp $
-#
 
 PORTNAME=	Compress-Zlib
-PORTVERSION=	2.010
+PORTVERSION=	2.015
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Compress
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/p5-Compress-Zlib/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L archivers/p5-Compress-Zlib/distinfo -L archivers/p5-Compress-Zlib/distinfo -u -r1.5 -r1.6
--- archivers/p5-Compress-Zlib/distinfo
+++ archivers/p5-Compress-Zlib/distinfo
@@ -1,3 +1,4 @@
-MD5 (Compress-Zlib-2.010.tar.gz) = 396885e44a57ed0a5b397cc839fb2dac
-SHA256 (Compress-Zlib-2.010.tar.gz) = df1bffd68c0e69d0ad8d41c6c2e736f8d5adfab18642c7d960d4964562a0fc2b
-SIZE (Compress-Zlib-2.010.tar.gz) = 64103
+MD5 (Compress-Zlib-2.015.tar.gz) = 689ba2cc399b019d0bf76a0575c32947
+SHA256 (Compress-Zlib-2.015.tar.gz) = 9b4c6fde1c972016fcbea1f019d143261ac0f5410652ea91571d7eedd22831cc
+RMD160 (Compress-Zlib-2.015.tar.gz) = ed09cbf3acc74a058eea007018eff832838ca40b
+SIZE (Compress-Zlib-2.015.tar.gz) = 64980
--- /dev/null
+++ archivers/p5-IO-Compress-Bzip2/pkg-descr
@@ -0,0 +1,4 @@
+This module provides a Perl interface that allows writing bzip2
+compressed data to files or buffer.
+
+WWW:     http://search.cpan.org/dist/IO-Compress-Bzip2/
--- /dev/null
+++ archivers/p5-IO-Compress-Bzip2/pkg-plist
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/IO/Compress/Adapter/Bzip2.pm
+%%SITE_PERL%%/IO/Compress/Bzip2.pm
+%%SITE_PERL%%/IO/Uncompress/Adapter/Bunzip2.pm
+%%SITE_PERL%%/IO/Uncompress/Bunzip2.pm
+%%SITE_PERL%%/mach/auto/IO/Compress/Bzip2/.packlist
+ at dirrm %%SITE_PERL%%/mach/auto/IO/Compress/Bzip2
+ at dirrmtry %%SITE_PERL%%/mach/auto/IO/Compress
+ at dirrmtry %%SITE_PERL%%/mach/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter
+ at dirrmtry %%SITE_PERL%%/IO/Uncompress
+ at dirrmtry %%SITE_PERL%%/IO/Compress/Adapter
+ at dirrmtry %%SITE_PERL%%/IO/Compress
+ at dirrmtry %%SITE_PERL%%/IO
--- /dev/null
+++ archivers/p5-IO-Compress-Bzip2/Makefile
@@ -0,0 +1,24 @@
+# $MidnightBSD: mports/archivers/p5-IO-Compress-Bzip2/Makefile,v 1.1 2009/03/27 06:15:22 laffer1 Exp $
+
+PORTNAME=	IO-Compress-Bzip2
+PORTVERSION=	2.015
+CATEGORIES=	archivers perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	An interface to allow writing bzip2 compressed data to files or buffer
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
+		${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base:${PORTSDIR}/archivers/p5-IO-Compress-Base
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	YES
+
+MAN3=		IO::Compress::Bzip2.3 IO::Uncompress::Bunzip2.3
+
+post-patch:
+	@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
--- /dev/null
+++ archivers/p5-IO-Compress-Bzip2/distinfo
@@ -0,0 +1,4 @@
+MD5 (IO-Compress-Bzip2-2.015.tar.gz) = 9f3aff70e9ab4c7f34c4bae0117f7a48
+SHA256 (IO-Compress-Bzip2-2.015.tar.gz) = ccb628f4a2bdd29ad76d753e04ab01ceea19ea011709e173dcd351bd84d3d3cd
+RMD160 (IO-Compress-Bzip2-2.015.tar.gz) = 4b17cb5ae76cd4b24ebcb15d1f928394897030b4
+SIZE (IO-Compress-Bzip2-2.015.tar.gz) = 75388
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/archivers/p5-IO-Zlib/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L archivers/p5-IO-Zlib/distinfo -L archivers/p5-IO-Zlib/distinfo -u -r1.5 -r1.6
--- archivers/p5-IO-Zlib/distinfo
+++ archivers/p5-IO-Zlib/distinfo
@@ -1,3 +1,4 @@
 MD5 (IO-Zlib-1.09.tar.gz) = 7e0244de33de418745584adcaad4869e
 SHA256 (IO-Zlib-1.09.tar.gz) = 5ada9a6c81cbc51b1cc2061911569509834635ff3f396f22f6cdcbbb868222f3
+RMD160 (IO-Zlib-1.09.tar.gz) = 97047909f79c3e55bb99299ab96a6be6867e787b
 SIZE (IO-Zlib-1.09.tar.gz) = 10092


More information about the Midnightbsd-cvs mailing list