Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 17:02:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315853 - in head/devel: . p5-ExtUtils-Helpers p5-ExtUtils-Helpers/files
Message-ID:  <201304161702.r3GH2F86028980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 16 17:02:15 2013
New Revision: 315853
URL: http://svnweb.freebsd.org/changeset/ports/315853

Log:
  - Add p5-ExtUtils-Helpers 0.016
  
  ExtUtils::Helpers provides various portable helper functions for module
  building modules.
  
  WWW: http://search.cpan.org/dist/ExtUtils-Helpers/
  
  Feature safe:	yes

Added:
  head/devel/p5-ExtUtils-Helpers/
  head/devel/p5-ExtUtils-Helpers/Makefile   (contents, props changed)
  head/devel/p5-ExtUtils-Helpers/distinfo   (contents, props changed)
  head/devel/p5-ExtUtils-Helpers/files/
  head/devel/p5-ExtUtils-Helpers/files/patch-lib-ExtUtils-Helpers.pm   (contents, props changed)
  head/devel/p5-ExtUtils-Helpers/pkg-descr   (contents, props changed)
  head/devel/p5-ExtUtils-Helpers/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr 16 16:59:21 2013	(r315852)
+++ head/devel/Makefile	Tue Apr 16 17:02:15 2013	(r315853)
@@ -1924,6 +1924,7 @@
     SUBDIR += p5-ExtUtils-Config
     SUBDIR += p5-ExtUtils-Constant
     SUBDIR += p5-ExtUtils-Depends
+    SUBDIR += p5-ExtUtils-Helpers
     SUBDIR += p5-ExtUtils-Install
     SUBDIR += p5-ExtUtils-InstallPaths
     SUBDIR += p5-ExtUtils-LibBuilder

Added: head/devel/p5-ExtUtils-Helpers/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Helpers/Makefile	Tue Apr 16 17:02:15 2013	(r315853)
@@ -0,0 +1,27 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ExtUtils-Helpers
+PORTVERSION=	0.016
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Various portability utilities for module builders
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+PERL_CONFIGURE=	yes
+
+MAN3=		ExtUtils::Helpers.3 \
+		ExtUtils::Helpers::Unix.3 \
+		ExtUtils::Helpers::VMS.3 \
+		ExtUtils::Helpers::Windows.3
+
+post-patch:
+	@${RM} ${WRKSRC}/lib/ExtUtils/Helpers.pm.orig
+	@${REINPLACE_CMD} -e 's|3pm|3|' ${WRKSRC}/t/man_pagename.t
+
+.include <bsd.port.mk>

Added: head/devel/p5-ExtUtils-Helpers/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Helpers/distinfo	Tue Apr 16 17:02:15 2013	(r315853)
@@ -0,0 +1,2 @@
+SHA256 (ExtUtils-Helpers-0.016.tar.gz) = 78912c6e97eb01c3eafd9a95032f7bd79b64293ca687c358bf490cc2ab6b5f18
+SIZE (ExtUtils-Helpers-0.016.tar.gz) = 16785

Added: head/devel/p5-ExtUtils-Helpers/files/patch-lib-ExtUtils-Helpers.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Helpers/files/patch-lib-ExtUtils-Helpers.pm	Tue Apr 16 17:02:15 2013	(r315853)
@@ -0,0 +1,12 @@
+--- lib/ExtUtils/Helpers.pm.orig	2013-04-12 22:39:09.000000000 +0800
++++ lib/ExtUtils/Helpers.pm	2013-04-14 18:30:31.986773914 +0800
+@@ -39,7 +39,8 @@
+ 	my ($vols, $dirs, $file) = splitpath(canonpath($filename));
+ 	$file = basename($file, qw/.pm .pod/);
+ 	$dirs = abs2rel($dirs, $base);
+-	return join $separator, $dirs, "$file.3pm";
++	$dirs =~ s|/|$separator|g;
++	return join $separator, $dirs, "$file.3";
+ }
+ 
+ 1;

Added: head/devel/p5-ExtUtils-Helpers/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Helpers/pkg-descr	Tue Apr 16 17:02:15 2013	(r315853)
@@ -0,0 +1,4 @@
+ExtUtils::Helpers provides various portable helper functions for module
+building modules.
+
+WWW: http://search.cpan.org/dist/ExtUtils-Helpers/

Added: head/devel/p5-ExtUtils-Helpers/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Helpers/pkg-plist	Tue Apr 16 17:02:15 2013	(r315853)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/ExtUtils/Helpers.pm
+%%SITE_PERL%%/ExtUtils/Helpers/Unix.pm
+%%SITE_PERL%%/ExtUtils/Helpers/VMS.pm
+%%SITE_PERL%%/ExtUtils/Helpers/Windows.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Helpers/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Helpers
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
+@dirrmtry %%SITE_PERL%%/ExtUtils/Helpers
+@dirrmtry %%SITE_PERL%%/ExtUtils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304161702.r3GH2F86028980>