Bug 179751

Summary: New port: archivers/p5-Archive-Any-Plugin-Rar
Product: Ports & Packages Reporter: Anes Mukhametov <anes>
Component: Individual Port(s)Assignee: freebsd-perl (Nobody) <perl>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Archive-Any-Plugin-Rar.shar none

Description Anes Mukhametov 2013-06-20 10:30:01 UTC
	New port: archivers/p5-Archive-Any-Plugin-Rar
	Archive::Any wrapper around Archive::Rar
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 10:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-02 17:54:27 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@anes.su>
+# $FreeBSD$
+
+PORTNAME=	Archive-Any-Plugin-Rar
+PORTVERSION=	0.02
+CATEGORIES=	archivers perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	anes@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
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Plugin/Rar
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Plugin
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/Archive/Any/Plugin
+@dirrmtry %%SITE_PERL%%/Archive/Any
+@dirrmtry %%SITE_PERL%%/Archive
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-07-02 17:54:32 UTC
State Changed
From-To: open->closed

Committed with minor modifications, thanks!