svn commit: r376214 - in head/devel: . p5-Perl-osnames

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 4 12:02:49 UTC 2015


Author: sunpoet
Date: Sun Jan  4 12:02:46 2015
New Revision: 376214
URL: https://svnweb.freebsd.org/changeset/ports/376214
QAT: https://qat.redports.org/buildarchive/r376214/

Log:
  - Add p5-Perl-osnames 0.11
  
  Perl::osnames contains $data which lists possible values of $^O along with
  description for each. It also provides some helper functions.
  
  WWW: http://search.cpan.org/dist/Perl-osnames/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  4 12:02:34 2015	(r376213)
+++ head/devel/Makefile	Sun Jan  4 12:02:46 2015	(r376214)
@@ -2649,6 +2649,7 @@
     SUBDIR += p5-Perl-Tidy
     SUBDIR += p5-Perl-Unsafe-Signals
     SUBDIR += p5-Perl-Version
+    SUBDIR += p5-Perl-osnames
     SUBDIR += p5-Perl4-CoreLibs
     SUBDIR += p5-Perl6-Builtins
     SUBDIR += p5-Perl6-Export

Added: head/devel/p5-Perl-osnames/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Perl-osnames/Makefile	Sun Jan  4 12:02:46 2015	(r376214)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Perl-osnames
+PORTVERSION=	0.11
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	List possible $$^O ($$OSNAME) values, with description
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Perl-osnames/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Perl-osnames/distinfo	Sun Jan  4 12:02:46 2015	(r376214)
@@ -0,0 +1,2 @@
+SHA256 (Perl-osnames-0.11.tar.gz) = fb22a1ed59dc2311f7f1ffca5685d90c0600020467f624f57b4dd3dba5bc659b
+SIZE (Perl-osnames-0.11.tar.gz) = 14583

Added: head/devel/p5-Perl-osnames/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Perl-osnames/pkg-descr	Sun Jan  4 12:02:46 2015	(r376214)
@@ -0,0 +1,4 @@
+Perl::osnames contains $data which lists possible values of $^O along with
+description for each. It also provides some helper functions.
+
+WWW: http://search.cpan.org/dist/Perl-osnames/

Added: head/devel/p5-Perl-osnames/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Perl-osnames/pkg-plist	Sun Jan  4 12:02:46 2015	(r376214)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Perl/osnames.pm
+%%PERL5_MAN3%%/Perl::osnames.3.gz


More information about the svn-ports-all mailing list