Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 09:13:10 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310078 - in head/devel: . p5-No-Worries
Message-ID:  <201301080913.r089DAuw097193@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Tue Jan  8 09:13:09 2013
New Revision: 310078
URL: http://svnweb.freebsd.org/changeset/ports/310078

Log:
  Add devel/p5-No-Worries 0.8,
  a collection of Perl modules that ease coding by providing consistent
  convenient functions to perform frequently used programming tasks.
  
  It is added to the ports collection because other modules by the same
  author depend on this one.

Added:
  head/devel/p5-No-Worries/
  head/devel/p5-No-Worries/Makefile   (contents, props changed)
  head/devel/p5-No-Worries/distinfo   (contents, props changed)
  head/devel/p5-No-Worries/pkg-descr   (contents, props changed)
  head/devel/p5-No-Worries/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan  8 09:02:33 2013	(r310077)
+++ head/devel/Makefile	Tue Jan  8 09:13:09 2013	(r310078)
@@ -2339,6 +2339,7 @@
     SUBDIR += p5-NEXT
     SUBDIR += p5-Net-DBus
     SUBDIR += p5-Net-ZooKeeper
+    SUBDIR += p5-No-Worries
     SUBDIR += p5-Number-Bytes-Human
     SUBDIR += p5-Number-Tolerant
     SUBDIR += p5-OLE-Storage_Lite

Added: head/devel/p5-No-Worries/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-No-Worries/Makefile	Tue Jan  8 09:13:09 2013	(r310078)
@@ -0,0 +1,35 @@
+# Created by: Anton Berezin <tobez@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	No-Worries
+PORTVERSION=	0.8
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tobez@FreeBSD.org
+COMMENT=	No::Worries - coding without worries
+
+BUILD_DEPENDS=	p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
+		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	No::Worries.3 \
+	No::Worries::DN.3 \
+	No::Worries::Date.3 \
+	No::Worries::Die.3 \
+	No::Worries::Dir.3 \
+	No::Worries::Export.3 \
+	No::Worries::File.3 \
+	No::Worries::Log.3 \
+	No::Worries::PidFile.3 \
+	No::Worries::Proc.3 \
+	No::Worries::Stat.3 \
+	No::Worries::String.3 \
+	No::Worries::Syslog.3 \
+	No::Worries::Warn.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-No-Worries/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-No-Worries/distinfo	Tue Jan  8 09:13:09 2013	(r310078)
@@ -0,0 +1,2 @@
+SHA256 (No-Worries-0.8.tar.gz) = 8c9a00d691ca16876d160de312279120e035a89f6ff74bbc7062e20d2f6b6a04
+SIZE (No-Worries-0.8.tar.gz) = 39139

Added: head/devel/p5-No-Worries/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-No-Worries/pkg-descr	Tue Jan  8 09:13:09 2013	(r310078)
@@ -0,0 +1,4 @@
+This collection of modules ease coding by providing consistent
+convenient functions to perform frequently used programming tasks.
+
+WWW: http://search.cpan.org/dist/No-Worries/

Added: head/devel/p5-No-Worries/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-No-Worries/pkg-plist	Tue Jan  8 09:13:09 2013	(r310078)
@@ -0,0 +1,19 @@
+%%SITE_PERL%%/No/Worries.pm
+%%SITE_PERL%%/No/Worries/DN.pm
+%%SITE_PERL%%/No/Worries/Date.pm
+%%SITE_PERL%%/No/Worries/Die.pm
+%%SITE_PERL%%/No/Worries/Dir.pm
+%%SITE_PERL%%/No/Worries/Export.pm
+%%SITE_PERL%%/No/Worries/File.pm
+%%SITE_PERL%%/No/Worries/Log.pm
+%%SITE_PERL%%/No/Worries/PidFile.pm
+%%SITE_PERL%%/No/Worries/Proc.pm
+%%SITE_PERL%%/No/Worries/Stat.pm
+%%SITE_PERL%%/No/Worries/String.pm
+%%SITE_PERL%%/No/Worries/Syslog.pm
+%%SITE_PERL%%/No/Worries/Warn.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/No/Worries/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/No/Worries
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/No
+@dirrmtry %%SITE_PERL%%/No/Worries
+@dirrmtry %%SITE_PERL%%/No



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