Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 21:35:21 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459891 - in head/devel: . p5-Devel-Platform-Info
Message-ID:  <201801242135.w0OLZLAF078523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jan 24 21:35:21 2018
New Revision: 459891
URL: https://svnweb.freebsd.org/changeset/ports/459891

Log:
  Add new port: devel/p5-Devel-Platform-Info
  
  Devel::Platform::Info is a Perl module which provides a unified
  framework for obtaining common platform metadata.
  
  The module is a wrapper to the drivers which can determine platform
  metadata regarding the operating system currently running.
  
  The goal of the distribution is to furnish CPANtesters test reports with
  information concerning key components of the platform currently being
  used.
  
  WWW: http://search.cpan.org/dist/Devel-Platform-Info/
  
  PR:		225082
  Submitted by:	James E Keenan <jkeenan@pobox.com>

Added:
  head/devel/p5-Devel-Platform-Info/
  head/devel/p5-Devel-Platform-Info/Makefile   (contents, props changed)
  head/devel/p5-Devel-Platform-Info/distinfo   (contents, props changed)
  head/devel/p5-Devel-Platform-Info/pkg-descr   (contents, props changed)
  head/devel/p5-Devel-Platform-Info/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan 24 21:33:05 2018	(r459890)
+++ head/devel/Makefile	Wed Jan 24 21:35:21 2018	(r459891)
@@ -2411,6 +2411,7 @@
     SUBDIR += p5-Devel-PackagePath
     SUBDIR += p5-Devel-PartialDump
     SUBDIR += p5-Devel-PatchPerl
+    SUBDIR += p5-Devel-Platform-Info
     SUBDIR += p5-Devel-Pointer
     SUBDIR += p5-Devel-Profile
     SUBDIR += p5-Devel-REPL

Added: head/devel/p5-Devel-Platform-Info/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Platform-Info/Makefile	Wed Jan 24 21:35:21 2018	(r459891)
@@ -0,0 +1,28 @@
+# Created by: James E Keenan <jkeenan@cpan.org>
+# $FreeBSD$
+
+PORTNAME=	Devel-Platform-Info
+PORTVERSION=	0.16
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	jkeenan@cpan.org
+COMMENT=	Unified framework for obtaining common platform metadata
+
+LICENSE=	ART20
+
+USES=		perl5
+USE_PERL5=	configure
+
+OPTIONS_DEFINE=	DOCS
+
+PORTDOCS=	Changes README
+
+.include <bsd.port.options.mk>
+
+post-install:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/devel/p5-Devel-Platform-Info/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Platform-Info/distinfo	Wed Jan 24 21:35:21 2018	(r459891)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515693017
+SHA256 (Devel-Platform-Info-0.16.tar.gz) = 36863d786d0e2d0ebac49422fd32ba355f5ccb7190bb4c77d7ece5aa0262e1fe
+SIZE (Devel-Platform-Info-0.16.tar.gz) = 16430

Added: head/devel/p5-Devel-Platform-Info/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Platform-Info/pkg-descr	Wed Jan 24 21:35:21 2018	(r459891)
@@ -0,0 +1,11 @@
+Devel::Platform::Info is a Perl module which provides a unified
+framework for obtaining common platform metadata.
+
+The module is a wrapper to the drivers which can determine platform
+metadata regarding the operating system currently running.
+
+The goal of the distribution is to furnish CPANtesters test reports with
+information concerning key components of the platform currently being
+used.
+
+WWW: http://search.cpan.org/dist/Devel-Platform-Info/

Added: head/devel/p5-Devel-Platform-Info/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Devel-Platform-Info/pkg-plist	Wed Jan 24 21:35:21 2018	(r459891)
@@ -0,0 +1,18 @@
+%%PERL5_MAN3%%/Devel::Platform::Info.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::BeOS.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::BSD.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::Irix.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::Linux.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::Mac.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::SCO.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::Solaris.3.gz
+%%PERL5_MAN3%%/Devel::Platform::Info::Win32.3.gz
+%%SITE_PERL%%/Devel/Platform/Info.pm
+%%SITE_PERL%%/Devel/Platform/Info/BeOS.pm
+%%SITE_PERL%%/Devel/Platform/Info/BSD.pm
+%%SITE_PERL%%/Devel/Platform/Info/Irix.pm
+%%SITE_PERL%%/Devel/Platform/Info/Linux.pm
+%%SITE_PERL%%/Devel/Platform/Info/Mac.pm
+%%SITE_PERL%%/Devel/Platform/Info/SCO.pm
+%%SITE_PERL%%/Devel/Platform/Info/Solaris.pm
+%%SITE_PERL%%/Devel/Platform/Info/Win32.pm



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