ports/179751: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Jul 2 17:00:01 UTC 2013


The following reply was made to PR ports/179751; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/179751: commit references a PR
Date: Tue,  2 Jul 2013 16:54:27 +0000 (UTC)

 Author: danfe
 Date: Tue Jul  2 16:54:14 2013
 New Revision: 322180
 URL: http://svnweb.freebsd.org/changeset/ports/322180
 
 Log:
   Add p5-Archive-Any-Plugin-Rar, a wrapper around Archive::Rar.
   
   PR:	ports/179751
 
 Added:
   head/archivers/p5-Archive-Any-Plugin-Rar/
   head/archivers/p5-Archive-Any-Plugin-Rar/Makefile   (contents, props changed)
   head/archivers/p5-Archive-Any-Plugin-Rar/distinfo   (contents, props changed)
   head/archivers/p5-Archive-Any-Plugin-Rar/pkg-descr   (contents, props changed)
   head/archivers/p5-Archive-Any-Plugin-Rar/pkg-plist   (contents, props changed)
 Modified:
   head/archivers/Makefile
 
 Modified: head/archivers/Makefile
 ==============================================================================
 --- head/archivers/Makefile	Tue Jul  2 16:53:30 2013	(r322179)
 +++ head/archivers/Makefile	Tue Jul  2 16:54:14 2013	(r322180)
 @@ -89,6 +89,7 @@
      SUBDIR += ocaml-bz2
      SUBDIR += ocaml-zip
      SUBDIR += p5-Archive-Any
 +    SUBDIR += p5-Archive-Any-Plugin-Rar
      SUBDIR += p5-Archive-Extract
      SUBDIR += p5-Archive-Extract-Libarchive
      SUBDIR += p5-Archive-Peek
 
 Added: head/archivers/p5-Archive-Any-Plugin-Rar/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/p5-Archive-Any-Plugin-Rar/Makefile	Tue Jul  2 16:54:14 2013	(r322180)
 @@ -0,0 +1,21 @@
 +# Created by: Anes Mukhametov <anes at anes.su>
 +# $FreeBSD$
 +
 +PORTNAME=	Archive-Any-Plugin-Rar
 +PORTVERSION=	0.02
 +CATEGORIES=	archivers perl5
 +MASTER_SITES=	CPAN
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	anes at anes.su
 +COMMENT=	Wrapper around Archive::Rar
 +
 +BUILD_DEPENDS=	p5-Archive-Any>=0:${PORTSDIR}/archivers/p5-Archive-Any \
 +		p5-Archive-Rar>=0:${PORTSDIR}/archivers/p5-Archive-Rar \
 +		p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +
 +PERL_CONFIGURE=	yes
 +MAN3=		Archive::Any::Plugin::Rar.3
 +
 +.include <bsd.port.mk>
 
 Added: head/archivers/p5-Archive-Any-Plugin-Rar/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/p5-Archive-Any-Plugin-Rar/distinfo	Tue Jul  2 16:54:14 2013	(r322180)
 @@ -0,0 +1,2 @@
 +SHA256 (Archive-Any-Plugin-Rar-0.02.tar.gz) = c102918002c06e16188c68d434f5d0a779d3ee536f78d39ad5ac3d260bef513e
 +SIZE (Archive-Any-Plugin-Rar-0.02.tar.gz) = 29678
 
 Added: head/archivers/p5-Archive-Any-Plugin-Rar/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/p5-Archive-Any-Plugin-Rar/pkg-descr	Tue Jul  2 16:54:14 2013	(r322180)
 @@ -0,0 +1,3 @@
 +Wrapper around Archive::Rar.
 +
 +WWW: http://search.cpan.org/dist/Archive-Any-Plugin-Rar/
 
 Added: head/archivers/p5-Archive-Any-Plugin-Rar/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/archivers/p5-Archive-Any-Plugin-Rar/pkg-plist	Tue Jul  2 16:54:14 2013	(r322180)
 @@ -0,0 +1,10 @@
 +%%SITE_PERL%%/Archive/Any/Plugin/Rar.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Plugin/Rar/.packlist
 + at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Plugin/Rar
 + at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Plugin
 + at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
 + at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
 + at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 + at dirrmtry %%SITE_PERL%%/Archive/Any/Plugin
 + at dirrmtry %%SITE_PERL%%/Archive/Any
 + at dirrmtry %%SITE_PERL%%/Archive
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-perl mailing list